0% found this document useful (0 votes)
127 views18 pages

Ai ML Notes

ai ml notes

Uploaded by

salad10shark
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
127 views18 pages

Ai ML Notes

ai ml notes

Uploaded by

salad10shark
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
Ql. Define Python? Ans : Python is a general purpose interpreted, in- teractive, object - oriented and high level pro- gramming language. Itwas created by Guldo Van Rossum during 1985 - 1990, Q2. What is the advantage of python? Ans : Advantages of python are as follows * Very simple language to learn * tis portable, expandable and embeddable. * Ithas huge community which provides a lot ipport and libraries for the language. . What are the library support in python? Ans : a) Sockets b) Mysqldb c) Numpy d) Pandas e) Open CV {) Thinter ) Requests What are the features of Python lan- guage? + Features of python language are as follows Easy .. Expressive . Free and open source |. High level Portable Interpreted Object oriented etc., Q5. Write the syntax for creating a in python? ; ‘Ans : 'n Python a function is defined using d word. Syntax: def my_function ( ): print (“Hello from a function”) Q6. parameter value in python? 2 The following example shows the usag default parameters value in python. def my function (County= “Norway’ Prinit(“1 am from “ + County) my function ("Sweden") my_function (“India”) my_funetion ( ) my_function (“Brazil”) What are the basic data types of, ‘The basic data types of python are . Integers Ans Q7. Ans : . Floating point numbers Complex numbers Strings . Boolean type DOR were Built - in functions Q8. What is data structure in Python? Ans : terme a ———— what are the built in data structures of of OQ ython? = The built - in data structures of python are 1, List Tuple Dictionary _ Program to add two number in python as follows, numl = 15 num2 = 63 # Add two numbers Sum=float (numl) + float (num2) 2 Display the sum Print (“The sum of {0} and {1} is {2}; format (num1, num2, sum) Qi. What is the use of JSON in python? Ans: Python has a JSON module that will help converting data structure to JSON strings. It is mainly used to convert the python dictio- nary above into a JSON string that can be uritten into a file. 3.30 SS Qu 3-1 Lancuace FEA Qi. Ans: TURES OF PYTHON What is Pyt thon? Explain brie Python: oe Python is a ive cb 2l- Purpose interpreted, in- (eractive, object-oriented, wat high level bro gramming langua, ge. It was van Rossum during 1936: ated by Guido Basic Syntax of Python . #Python Baise syntax-exam Print (“Hello tax") History of ‘Python language : Python, languages is, derived from many other Popular languages, Som: 7 of the are given in following ist °° andueges + ABC -¢ + C++ + Algol-68, + Modula 3 + SmallTalk, + Unix shell + other scripting languages ——atherscripting languages. Q2._ Explain the language features of python? Ans: Language features of Python : Python features include the following 1. Easy-to-leamm : Python has few keywords, simple structure, and a clearly defined syn. tax. This allows the student to pick up the lan- guage quickly. ‘a 2. Easy-to-read : Python code is more clearly defined and visible to the eyes. 3. Easy-to-maintain : Python's source code is fairly easy-to-maintain. 4. Interactive Mode : Python has support for an interactive mode which allows interactive testing and debugging of snippets of code 5. Portable : Python can run on a wide variety ” Gf hardware platforms and has the same in- terface on all platforms. ple program Python, Iam python Basic syn- ee Bo Seka fee Hlevel : can add low- mod, ete Se Then ules enable Preto be more eicent. se 7. Boater commercial data hte : Python provides a better strc. ‘8. Scalable j port for large Programs than she ture and sui _ see plications of Python? Q3. Explain the aPI : ‘Ans: Application of Python = ‘There are a iot of applications that are wrt. ten in python language. ‘Types of python application : 2) Sciences and education applications wveiop the applications 1on you can develop . mar athe for scientific an:i educational purposes. Here are some popular python science and ‘education applications. + Metapath + Pychem + ACQ4 b) Console based application: Here are list of popular console based appli- cation in python. + SQL python + Ipython ¢) Image applications : * img seek + Vpthon: * Gogh The above are sonic ;opular Image applica- tions. 4) Enterprise applications : The following are list of some common en- terprise applications + Picalo +. Tryton Fag 7 KeroePRotoconying oF tls book & CRNINAL At Ayo foun pally BURGE i acs LEGA mae Ne Weming : Xero: Internet of Things m ¢) Official applications ; + Pyspread + Calibre ‘The above are list of official applications f) Mobile applications : Mobile applications ean also di python, a. * Pyroute + AppBackup g) Internet or Webbased application + Bit torrent + SpamBayers * Mnet + Netusage The above are list of some popular web based applications. 3.2 PyTHON Datatypes ADN Data sTRUC- TURES Q4. Explain Datatypes of python language briefly with examples? Ans: Data types of python : The following are five standard data type of python. + Numbers type + String type «List type * Tuple type * Dictionary type a) Python number: Number data types are used to store numeric values in python program. Changing the val- ues of a number data type results in a newly allocated object. Example : #python NumberDatatyoe - Example pro- gram num1 = 10 num2 = 20 Print ‘num1=", num1," and num2 num2) B34 Delete the reference to a number object in python, To delete reference to a number object in python, use the keyword del del vari, var2[, var3{....-varN]]] Examples : #Python Number Datatype_example pro- ‘gram. num = 10 num] = 20 Print (“num num2) b) Python Strings are contiguous set of characters in between quotation marks. num, _ Example str] = ‘Hello Python’ str = "This is Python Strings Tutorial” Repeating string in python : String in python can be repeated using * Operator as shown in example given below Example = # String Repeating example in python Print (“This is string repeat in python"); Print (“Below code will repeat the string re- peat 10 times\n’); Print (“StrongRepeat” *10); Print( “Below code will repeat the string re- peat 10 times with space\n”) Print (“StringRepeat” *10); ¢) Python strings Lists in python are also a type of sequence just like tuples, Unlike tuples lists are mutable, that is, list can be modified. Creating list in python : List 1 = [‘computer’, ‘programming’, 1957, 2070, 3242") List 2 = [1,2,3,4.5); List 3 a ew CRIMINAL ck. Anyone Tounsd Guy Io LIABLE fave LEGAL proceedings erwet gh Things A f item in tuple inting each item in tuph Print ("wn Now Pri "» Finding length of tuple in python : ‘The fen () funciton in python is used to tt length of tuple as shown in following example Example oe tuple in python “Two" “on length_of_tuple = ten (my_tuple); Print (“Length of tuple, my_tuple is :*, length_of _tuple}s ict same as real life dic- tionary book, as in dictionary, you can store your information in form of key value pair, Using dictionary in python, you can organize your information. Create Dictionary in Python : Dictionaries are enclosed with in the curly braces { } ee my_dictionary = {‘Name’; Devraj”, ‘Id’ 9388, ‘Branch’ : ‘CSE"}; es Access dictionary values in python : One can access dictionary values using the 9g square braces [ ] as shown in following ex- ample. my_dictionary{name] Example for python dictionary : dictionary 1 = { } dictionary 1 one’ = “This is one” dictionary 1 [2] = “This is two" small dictionary = {‘name’: ‘Devraj’, ‘id’ : 9388, ‘branch’ : ‘CS’ Print (dictionary 1(2}) Print (dictionary 1[*One’}) Print (small dictionary) Print (small dictionary key ( )) Print (small [Link] Q) Int 3.3 CONTROL oF FLOW, Q5. Explain the con: An ternet of Thing Eo trol of flow in python bri- ns: Control of flow : i The following are fix a) Python if, b) Python for loop ©) Python while loop ive standard data type of else d) Python break & continue e) Python pass a) Python if... Syntax : - else if test expression Body of if else body of else Flow chart of if else : The following figure shows the flow chart of if, else reve ody oft Body otese Example : : # program checks if number is positive or negative. num = 3 # num 5 # num =0 if num > =0; Print (“Positive or Zero”) else Print (“Negative number”) b) Python for loop is used to iterate over a sequence or other erable objects, erating over a sequence is called traversal. Syntax : for val in sequence Body of far for each tam imeequence Body of or Exttloop Examples : # Program to find sum of all numbers sotred_ ina list number = [6,5,4;3,4,2,5,4,11] # variable to store sum sum = 0 for val in numbers ; sum = sum+val Print (“The sum is”, sum) Example for loop with else digits = (0,1,5] for i indigits print (i) else: Print (“No item left.”) c) Python while loop Itis used to iterate over a a block of code as Jong as the test expression is true Syntax : While test_expression Body of white Flow chart : is book is @ CRIMINAL Act. Anyone found guilty Is LIABLE to face LEGAL proceedings is book Is & CRIMINAL/Act. Anyone found guilty le LIABLE to face LEGAL bs Body of white Eaton Example : # program to add natural numbers n=10 sum = 0 1 while i < = n; sum = sum +i isi+d Print (“The sum is”, sum) Example for while loop with else : Counter = 0 while counter < 3: Print (“Inside loop") Counter = counter +1 else : Print (“Inside else”) 4) Python break & continue : + Break and continue statements can alter the flow of a normal loop. ; Python break : ‘i Syntax fenerice Remaining body often ‘Wiarsina * Keren] Phatacnnvinn af th TAS Internet of Things Example : for val in “Strings”, ifval = = break Print (val) Print (“The end”) Python continue : Syntax, Continue Flow chart Remaining body of loop Ext loop Example : for val in “Strings”; if val continue Print (val) Print ("The end”) “e) Python Pass : Pass is a null statement. Difference between comment and pass statement in python is while interpreter ignores a comment entirely, ass is not ignored. Syntax of pass : Pass, Example : a Sequence = ['p',‘a', 's''s] int val in sequence pass - def fun () : pass Internet of Things Print (*Uhave called function”) fun () 3.4 Functions : Q6. Explain python functions briefly? Aus: Functions in python : * Functions are the most important aspect of an application. A function can be defined as the organized block of reusable code which can be called whenever required, * Python allows us to divide a large program into the basic building blocks known as func- tion. The function contains the set of program- ming statements enclosed by { } * A function can be called multiple times to pro- vide reusability and modularity of python program, * In other words, we can say that the collection of functions creates a program. The function is also known as procedure ot subroutine in other programming languages. Advantages of functions in python : * By using functions, we can avoid rewriting same logic/code again and again in a program, * We can call python functions any number of ‘times in a program and from any place in a Program. * Reusability is the main achievement of py- thon functions However, Function calling is always overhead in a python program, Creating a function The syntax to define a function in python is given below. def my_function( ): function-suite return Function calling : In python, a function must be defined before the function calling otherwise the python in: tempreter gives an error * A simple function that prints the message "Hello Word" is given below, Warning : Xerox/Photocopying of this book is @ GRIMINAL Aa. Anyone found guilty is LIABLE to face LEGAL proceed Ans: Call by reference : dat ello_world } print(thello world") hello_world() Parameters in function : i functio ( + The information into the ca ee as the parameters. The parameter 3 specified in the parentheses. ‘ + The following example which contains a tion thatacceptsa string as the parameter any prints it lef func (name}: print("Hi",name); func("Ayush") Example program : # python function to calculate the variables, def sum (a,b): return a+b; Sum of tp @ = int(input("Enter a: ")) b = int{input("Enter b: ")) print(’Sum =", sum(a,b)) plain briefly? erence inside the function revert back to original value referred by the reference Example : Passing immutable objec (List def change_listlist1): list append(20); ; list] append(30); ‘2s Print("list i si List = (10,30,40,50] a Change list (lst 1) Print ("list ‘outside function =' g Example 2 : Passing ‘mutable object (String): def change_string (sr): ; str = str +" Hows. you"; Print(‘printing the string inside function sringl = "Hil am there” change_string(string]) print(‘printing the string outside function :*, stringl) 5, Explain types of arguments briefly? \s ‘Types of arguments : | There may be several types of arguments uihich can be passed at the time of function caling. a) Required arguments ) Keyword arguments ) Default arguments 4) Variable-length arguments 1, Required Arguments ‘These are the arguments which are required to be passed at the time of function calling with the exact match of their positions in the function call and function definition. Examples, def simple_interest(p,t.r) return (p*t*r)/100 P= float{input("Enter the principle amount? ")) float{input("Enter the rate of interest? *)) t float{input("Enter the time in years? *)) Prin'Simple Interest: ° simple_interest(p.74)) 2. Keyword arguments : Python allows us to call the function with the Keyword arguments. This kind of function call will enable us to pass the arguments in the random order. Examples def simple _interest(p.t.r): tetum (p*t*1)/100 Prin (‘simple Interest”, simple_interest (t=10, =10, p=1900) . Default arguments Python allows us to initialize the arguments at | the function definition. If the value of any of | the argument is not provided at the time of function call, then that argument can be ini- tialized with the value given in the definition |__€ven if the argument is not specified ating XeroxiPhotocopying of this book is a CRIMINAL Ac Anyor MW Internet of Things Example def printme(name,age=22) print("My name is".name,"and age is".age) printme(name = "john’) Printme(age = 10,name="David") 4. Variable length arguments : In this we define variable with * (star) as * Example : def printme(*names) print("type of passed argument is “type (names) print(‘printing the passed arguments...) for name in names: print(name) printme("john","David’,"smith* ‘nick”) 3.5 PytHon Moputes Q9. Explain python modules briefly? Ans: Python modules : A python module can be defined as a py- thon program file which contains a python code including python functions, classes, or variables. Modules in Python provides us the flexibility to organize the code in a logical view. Example : #displayMsg prints a message to the name being passed. def displayMsa(name) Print("Hi "+name); Loading the module in our python code: We need to load the module in our python code to use its functionality. Python provides two types of statements as defined below. a) The import statement b) The from-import statement a) The import statement : The import statement is used to import all the functionality of one module into another. ‘The syntax to use the import statement is given ne found guilty is LIABLE to face LEGAL procesding® Internet of Things import module 1,module2,........ module n Example import fite pame = input("Enter the name?") file displayMsa(name) b) The from _import statement : *+ Instead of importing the whole module into the namespace, python provides the flexibil- tty to import only the specific attributes of a module. This can be done by using from? import statement, * The syntax to use the from-import statement is given below. from < module-name> import , -hame n> Example : Consider the following module named as cal- culation which contains three functions as summation, multiplication, and divide. calculation. py: def summation(a,b) retum a+b def multiplication(a,b): retum a*b; def divide(a,b) return afb; [Link]: from calculation import summation a = int(input("Enter the first number") b = intlinput("Enter the second number")) = "summation(a,b)) Renaming a module 4 Python provides us the flexibility to import some module with a specific name so that we can use this name to use that module in our python source file, + The syntax to rename a module is given be- low. import as Example import calculation as cal; a = int{input(Enter 2?°)): b = int(input("Enter b?")): cal summation(a,b}) print("Sum Using dir()) function . ic ted list of The dir( ) function returns a sor a ames defined in the passed module. This contains all the sub-modules, variables ang functions defined in this module. Example import json List = dir(json) ——brint(List) Q10. Write an example of python modules? Ans: Module student : Sum = sum + students [Key] [grade] « average = Sum/len (Students) return average def Print records (Student): Print “There are %d students”%(Len stu- dents) t=1 for key in students : Print “Studen -%d:"%(i) Print “Name :”+students [key][‘name’] itl Using module student : >>> import student >>> students = ‘1’; ‘name’ : ‘Bob’, ‘grade’ ‘Many’, ‘grade’; 3.5, ‘David’, ‘grade’; 4.2, John’, ‘grade’; 4.1, 2 Alex’, ‘grade’; 3.8, >> >[Link](students) ‘There are 5 students Student-1 : Name: Bob Grade: 2,5 ‘5’ ‘name’ Warning : Xerox/Photocopying of this Look Is @ GRIMINAL Act. Anyone found gully le LABLE fo Taco LEGAL proceedings internet of Things Student -2 ; Name : David Grade : 4.2 Student-3. Name: Marry Grade : 3.5 Student-4 Name: Alex Grade : 3.8 ‘Sjudent-5 : Name: John * Grade : 4.1 >>>avg = [Link] student(Student) 0.21" %lAvg) 3.62 Importing a specific function from a module : >>>print “The average grade is : >>> from student import average grade ‘name’: ‘bob’, ‘grade’ :2.5, “Manry’, ‘grade’; 3.5, ‘David’, ‘grade’; 4.2, John’, ‘grade’, 4.1, ‘9: ‘name’ : ‘Alex’, ‘grade’; 3.8, >>>avg = averageGrade (students) >>>Print “The average grade is :%0.2 £"% (avg) 3.62 3.6 PACKAGES QI1. Discuss about python package briefly. Ans: Python Package : + Python package is hierarchical file allow better organization of modules related to a single application nt environment by providing a hierarchica! ges, modules and sub modules. structure that consists of modules and subpackages. Packages environment, * It facilate the developer with application developme directory struture where a package contains sub packay Example : Let's create a package named Employees in your directory. Cor 1. Create a directory with name employees on path / home. 2. Create a python source file with name IT [Link] on pathvhome/employees. sider the following steps. IT [Link] def getITNames( List = ["John", "David", "Nick", Martin") return List; , 2 ABLE to face LEGAL proceedings Warang DKerantbncrecapying of ns book Tea GRIMINAL At: Anyone found gully s UABLE 1 52 Internet of Things [Link] and create a functioy 3. Similarly, create one more python file with name [Link] m getBPONames(), —init_py from ITEmplovees import get! TNames from BPOEmployees import get8PONames 4. [Link] import Employees print([Link]()) : ication Lit t system * The following image shows the directory structure of an application Library management v which contains three sub-packages as Admin, Librarian, and Student, The sub-packages contain the python modules. Ls package Ls sub-package module 2 3.7 FILEHANDLING Q12. Explain file handling in python briefly? _ Ans: Python Packag. : * Python allows reading and writing to file using file object. The open (filename, mode) function is u sed to geta file objects. * fhe mode can read (r), write (w), append (a), read and wtite (r+ oF ut) read binary (0b), write binary (Wb) etc., = * The following example shows reading on entire file with read function, Example : 1. Reading an entire file >>>fp = open([Link]’. '’) >>>content = [Link]| ) >>>print content Python is an interpreted language and does not require explicit compilation step. >> >[Link]() 2, Reading line by line >>>[Link] () >>>fp = open([Link]’, ) >>>print "Line-1: "+[Link]( ) Line-1: Python supports more than one programming paradigms, Warning : Kerox/Photocopying of tis book is @ CRIMINAL Adt. Anyone found gully S LABLE We face LEGAL procoodnas 7 3.13 >>>print "Line-2 "+ [Link]( ) Line-2: Python is an interpreted language. >>>[Link]( ) Reading line in a loop : v) [Link]( ) >>>fp = [Link] >> olin >>>for line in lines: print line Python supports more than paradigms includ ing Python is an interpreted language. Reading a certain number of bytes >>>fp = open([Link],'") >>>[Link](10) "Python sup’ >>>[Link]( ) Getting the current position of read: >>>fp = opent(filetxt’, ') >>>{[Link](10) ‘Python sup! >>>currentpos = [Link] >>>print currentpos >>>[Link] ) ; Seeking to a certain position : >>>fp = open({[Link]’,’) >>>{[Link](10,0) >>>econtent = [Link](10) >>,>print content ports more >>>[Link]( ) Writing to a file: >>>fo = open((filel txt'w’) >>>content = ‘This is an example of writ- ing toa file in python.” >>>[Link] (content) >>>[Link] () Interne! hinge 3.8 Datt/time Orcrations Q13. plain about Python Date and time op- erations? Ans: Python Date and Time ; In python, the date is not a data type, but we can work with the date objects by importing the module named with datetime, time, and calendar. Consider the following example. import time; # prints the number of ticks spent since 12 AM, 1" January 1970 print([Link]( )) How to get the current time? . ‘The localtime( ) functions of the time module _are used to get the current time tuple. Con- sider the following example. Example : import time; #retuims a time tuple print([Link]([Link]())) Ge The time can be formatted by using the asctime ( ) function of time module. g formatted time : Example : import time; #returns the formatted time print([Link]([Link] (time. time cm). Python sleep time: The sleep ( ) method of time module is used to stop the execution of the script for a given amount of time. The output will be delayed for the number of seconds given as float. Example : import time for | in range(0,5): print(i) #Each element will be printed after 1 second [Link] [Link] (1) Internet of Things m Datetime Module : + The datetime module enables us to create the custom date objects, perform various opera- tions on dates like the comparison, ete + Consider the following example to get the datetime object representation for the current time. Example : import datetime; print ([Link]()) Creating data objects : + Consider the following example import datetime; # retums the datetime object for the speci- fied date print([Link](2018,12,10) * Consider the example import datetime; # retus the datetime object for the speci- fied time print([Link](2018,12,10,14,15, 10) 7 Comparision of two dates : * Two dates by using the comparison opera- tors like >, >=, <, and <= * Consider the following example. from datetime import datetime as dt if dt([Link]().[Link]().month,[Link](). day,8)<[Link]() continon>Bloodroot Sanguinaria canadensis 4 Mostly Shady 2.44 Columbine Aquilegia canadensis 3 Mostly Shady 9.37 Parsing on XML file in python : from [Link] import parse dom = parse("[Link]") for node in [Link] (plant): id=[Link](id’) print "Plant ID:", id ‘common=[Link] (common’){0} .childNodes{0].nodeValue print "Common:’ "common. botanical=[Link] (octanical’{0}.childNodes{0].nodeValue __W Internet of Things print "Botanical:", botanical zone=[Link] (zone) {0].childNodes{0]. nodeValue _—_Brint "Zone:", zone. print "Zone:”. zone. QI7. Explain about HTTL#b & URLLib brie- fly? ‘Ans: HTTPlib and URLLib2 are Python libraries used in network/intemet prograraming (111 121, HTTPLib2 is an HTTP dlient library and URLLIb2 is a library for fetching URLs. Examples : HTTP GET request using HTTPLib >>> import httplib2 >> >h=httplib2. Htp( ) >>> resp, content = [Link] (“http:// [Link]’, "GET") >>> resp {‘status’'200;, ‘content -length':'1270, ‘content = location’: ‘[Link] 'x-cache': HIT, ‘accept-ranges’: ‘bytes’, ‘server’: ECS (cpmvF585)', ‘last -modified’: Thu,25 Apr 2013 [Link] GMT, ‘etag': ‘date’: Wed, 31 Jul 2013 12: 36: 05 GMT, ‘content-type’: text/html; charset = UTF8) >>> content \n\n\n Example Dorr .ain\n\n \n HTTP request using URL Lib2 >>> import urllibS >>> >>> req = urllib2, Request (‘htttp:// [Link]’) : >>> response = [Link] (rea) >>> response_page = [Link]| } >>> response_pege < ! doctype html>\ n\n\n Example Domain</tille>\n\n <meta charset = “utf-8" />\n ‘Waring : Xerox/Phatocopying of thia book Is a CRIMINAL Act. Anyone found guilty le LIABLE fo face LEGAL proceedings a | Q18. Explain SMTP Lib with example? Ans: SMTP Lib: ao * Simple Mail Transfer Protocol(SMTP) is a protocol which handles sending between mail servers, see éan he used to send ema * The Python smtplib module provides an SMTP client session object that €an mail (213). * ing Message contains the _ The following is an example of sending email from Gmail account. The srnaress seas email message to be sent. To send email from a Gmail account the Gmail server string, ail and routing &- may Example import smtplib from_email = '<enter-gmail-address>" recipients_list = =U subject = ‘Hello! ‘<enter-sender-email>'] col message = This isa test message." username = '<enter-gmail-username>' Password = '<enter-gmail-password>' server = '[Link]' def sendemaillfrom_addr, o_addr list, ec_addt_lst, subject, message, login, password, smipserver: header = ‘From: %s\n' % from_addr header += "To: s\n’ % ',"join(to_addr_list) header += ‘Ce: %sin' % 'join(cc_addr_list) header += ‘Subject: %s\n\n' % subject message = header + message server = [Link](smtpserver) server startils( ) server. login(login password) [Link]() #Send email sendemail (rom_email, recipients list, cc_lst, subject, message, username, password, server)</div><section class="_1A5SlX"><div class="_13Fwm2"><div class=""><div class="J21xEw" data-e2e="recommender-list"><h2 class="_2zE7Q5" data-e2e="list-title">You might also like</h2><ul class="_1LVQoI" data-e2e="list-content-wrapper"><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/657981440/Python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/657981440/149x198/df42967b8d/1688891202?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/657981440/298x396/8ec4b92b69/1688891202?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">143 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/714818433/chapter1-TYCO-PWP-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Chapter1 (TYCO-PWP) - 1</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/714818433/149x198/6b557985b6/1710836593?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/714818433/298x396/090af9c8a3/1710836593?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Chapter1 (TYCO-PWP) - 1</div><div class="_3UuYwh zs8qzW">32 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/925239943/Bcc-402-Unit-1-to-5-Merged" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Basics: Features, Variables, Data Types</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/925239943/149x198/2a2a29db46/1759223682?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/925239943/298x396/b4f469ae0b/1759223682?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Basics: Features, Variables, Data Types</div><div class="_3UuYwh zs8qzW">155 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/605460911/Iot-Unit-3-Decode" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/605460911/149x198/ae8619917d/1667719377?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/605460911/298x396/d8f88ab2f1/1667719377?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">5 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/719931141/PWP-Assignment-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Basics: Modes, Features, and Data Types</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/719931141/149x198/4b3d620b99/1712217069?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/719931141/298x396/31fce24cde/1712217069?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Basics: Modes, Features, and Data Types</div><div class="_3UuYwh zs8qzW">29 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/830077083/PPUnit1-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Features and Data Types Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/830077083/149x198/761aece495/1739971402?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/830077083/298x396/be9fdf3fb2/1739971402?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Features and Data Types Overview</div><div class="_3UuYwh zs8qzW">16 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/885482843/UNIT-3" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python and Raspberry Pi Basics Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/885482843/149x198/a3f750868f/1751904030?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/885482843/298x396/5c9a841ff1/1751904030?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python and Raspberry Pi Basics Guide</div><div class="_3UuYwh zs8qzW">63 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/775882667/Complex-Numbers" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Complex Numbers</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/775882667/149x198/799882f8bf/1727963617?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/775882667/298x396/2e10549fcf/1727963617?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Complex Numbers</div><div class="_3UuYwh zs8qzW">10 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/852708081/BCA-402-Python-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Overview and Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/852708081/149x198/cdbb12a982/1745337250?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/852708081/298x396/10fe03b744/1745337250?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Overview and Basics</div><div class="_3UuYwh zs8qzW">57 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/909345392/Python-Class-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Variables and Data Types Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/909345392/149x198/036ece4b9f/1756628607?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/909345392/298x396/e9fd28929e/1756628607?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Variables and Data Types Guide</div><div class="_3UuYwh zs8qzW">9 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/896017397/Python-Programming-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/896017397/149x198/dd54e58b4f/1754061069?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/896017397/298x396/31fb134214/1754061069?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Overview</div><div class="_3UuYwh zs8qzW">25 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/906700285/Python-Notes-2674683-2022-08-09-08-46" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Basics for MBA Students</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/906700285/149x198/e111c26ab2/1756228987?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/906700285/298x396/d2144a2a59/1756228987?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Basics for MBA Students</div><div class="_3UuYwh zs8qzW">6 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/784129420/Python-unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Overview of Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/784129420/149x198/090aa83e8b/1729852409?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/784129420/298x396/b84e9a2e97/1729852409?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Overview of Python Programming</div><div class="_3UuYwh zs8qzW">14 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/974404546/Class-7-Chapter-7" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/974404546/149x198/9b23f2b443/1767191519?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/974404546/298x396/bcb3bc283e/1767191519?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">15 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/852589678/01-Python-Revision-Tour" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/852589678/149x198/41cf9778a7/1745315780?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/852589678/298x396/156c48365f/1745315780?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics Overview</div><div class="_3UuYwh zs8qzW">21 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/693048160/pds-imp" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Pds Imp</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/693048160/149x198/5a88585730/1710571570?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/693048160/298x396/a267fda2b4/1710571570?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Pds Imp</div><div class="_3UuYwh zs8qzW">60 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/953303433/Python-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Basics: Variables, Types, and Scope</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/953303433/149x198/d94ad9dfe1/1763826878?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/953303433/298x396/3d8dca0131/1763826878?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Basics: Variables, Types, and Scope</div><div class="_3UuYwh zs8qzW">71 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/534871659/3150713-Python-GTU-Study-Material-E-Notes-Unit-1-12012021081509AM" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Overview and Resources</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/534871659/149x198/ff4734f668/1668320555?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/534871659/298x396/02401019d7/1668320555?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2x9K4q"><span class="Icon-module_wrapper_LUeQrI _3BAw53"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.18 14.055a2 2 0 0 1-1.857 1.257H4.498a3.11 3.11 0 0 1-1.39-.328A3.812 3.812 0 0 1 1 11.574V5.312h3.382l2.103-3.206a2 2 0 0 1 3.203-.52l.433.433A3 3 0 0 1 11 4.14v1.172h2a3 3 0 0 1 3 3v.037c0 .763-.146 1.52-.43 2.228l-1.39 3.478Zm-9.682-.743h7.148a1 1 0 0 0 .928-.629l1.14-2.848A4 4 0 0 0 14 8.349v-.037a1 1 0 0 0-1-1H9V4.14a1 1 0 0 0-.293-.707L8.274 3 6.17 6.206a2 2 0 0 1-1.789 1.106H3v4.262c0 .686.388 1.314 1.002 1.62.154.078.324.118.496.118Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span><div>100% (1)</div></div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Overview and Resources</div><div class="_3UuYwh zs8qzW">29 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/750013542/Fiot-r18-III-Umalwara" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">IoT Fundamentals: Python & Raspberry Pi</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/750013542/149x198/eeb773da62/1720808372?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/750013542/298x396/2c0fd9a286/1720808372?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">IoT Fundamentals: Python & Raspberry Pi</div><div class="_3UuYwh zs8qzW">51 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/883749769/Fiot-3rd-Unit-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics and Data Types</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/883749769/149x198/f34127e92c/1751525127?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/883749769/298x396/9ea77224d5/1751525127?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics and Data Types</div><div class="_3UuYwh zs8qzW">33 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/958373845/Ppds-1st-Unit" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/958373845/149x198/9070821e40/1764487413?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/958373845/298x396/48da6d45da/1764487413?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">32 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/982620202/1-Python-Revision-Tour" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Basics: Tokens and Data Types</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/982620202/149x198/1bc2208333/1768661552?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/982620202/298x396/5901df1cb5/1768661552?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Basics: Tokens and Data Types</div><div class="_3UuYwh zs8qzW">21 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1002960258/Computer-Final-Notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Computer Final Notes</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/1002960258/149x198/4878e851c9/1771927673?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/1002960258/298x396/05930fe9dd/1771927673?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Computer Final Notes</div><div class="_3UuYwh zs8qzW">85 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1004872399/Python-Unit-I-IIIBsc" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Unit-I IIIBsc</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/1004872399/149x198/c9964d4c67/1772201875?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/1004872399/298x396/21266ff3e8/1772201875?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Unit-I IIIBsc</div><div class="_3UuYwh zs8qzW">18 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1016597816/Document-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Easy To Code:: Features in Python</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/1016597816/149x198/84418c0655/1774334274?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/1016597816/298x396/0b583fefd1/1774334274?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Easy To Code:: Features in Python</div><div class="_3UuYwh zs8qzW">5 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/746934418/JNTUA-Python-Programming-Data-Science-Notes-R20" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics and Features</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/746934418/149x198/7dae512d90/1719823667?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/746934418/298x396/bda7f09c24/1719823667?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics and Features</div><div class="_3UuYwh zs8qzW">183 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/658998157/Python-Datatypes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Explained</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/658998157/149x198/86245eb7fd/1710579801?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/658998157/298x396/ed77c24abe/1710579801?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Explained</div><div class="_3UuYwh zs8qzW">9 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/971460726/Unit-1-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/971460726/149x198/1e7a93ba8c/1766595361?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/971460726/298x396/718f8a5132/1766595361?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">32 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/981942446/Python-Unit-1-Introduction-to-Python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/981942446/149x198/4b96feb93f/1768541978?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/981942446/298x396/9959f7ed56/1768541978?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics Guide</div><div class="_3UuYwh zs8qzW">79 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/798917354/Python-Important-questions-for-mid-term-exam" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Midterm Exam Key Questions</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/798917354/149x198/c69fd2c486/1770958334?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/798917354/298x396/29ad9b2e19/1770958334?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2x9K4q"><span class="Icon-module_wrapper_LUeQrI _3BAw53"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.18 14.055a2 2 0 0 1-1.857 1.257H4.498a3.11 3.11 0 0 1-1.39-.328A3.812 3.812 0 0 1 1 11.574V5.312h3.382l2.103-3.206a2 2 0 0 1 3.203-.52l.433.433A3 3 0 0 1 11 4.14v1.172h2a3 3 0 0 1 3 3v.037c0 .763-.146 1.52-.43 2.228l-1.39 3.478Zm-9.682-.743h7.148a1 1 0 0 0 .928-.629l1.14-2.848A4 4 0 0 0 14 8.349v-.037a1 1 0 0 0-1-1H9V4.14a1 1 0 0 0-.293-.707L8.274 3 6.17 6.206a2 2 0 0 1-1.789 1.106H3v4.262c0 .686.388 1.314 1.002 1.62.154.078.324.118.496.118Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span><div>0% (1)</div></div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Midterm Exam Key Questions</div><div class="_3UuYwh zs8qzW">10 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/749483774/12062024-Datatypes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Overview and Examples</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/749483774/149x198/6066220c88/1720643350?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/749483774/298x396/d26a05e5b6/1720643350?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Overview and Examples</div><div class="_3UuYwh zs8qzW">45 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/953738007/Python-Term-work" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Explained</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/953738007/149x198/899e091afa/1763895445?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/953738007/298x396/9de175e9a1/1763895445?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Explained</div><div class="_3UuYwh zs8qzW">20 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/852662064/Unit-1-Python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics and Features</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/852662064/149x198/7df78e478a/1745328923?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/852662064/298x396/ca6c062862/1745328923?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics and Features</div><div class="_3UuYwh zs8qzW">28 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/973652222/Python-Unit-1-Imp-Q-A" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding Algorithms and Python Features</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/973652222/149x198/ba5cda8c0f/1767023749?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/973652222/298x396/94e11cf255/1767023749?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding Algorithms and Python Features</div><div class="_3UuYwh zs8qzW">39 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/830694744/Advanced-Python-notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/830694744/149x198/99a0a864a7/1740083791?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/830694744/298x396/9b73020cda/1740083791?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Overview</div><div class="_3UuYwh zs8qzW">16 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/970509182/Python-Unit-1-1-2-Q-A-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics and Concepts</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/970509182/149x198/58ce3ad139/1766465241?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/970509182/298x396/96f09951d5/1766465241?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics and Concepts</div><div class="_3UuYwh zs8qzW">14 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1018410633/Python-Programming-Unit-1-Bca" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Unit 1 - Bca</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/1018410633/149x198/fddcb324c1/1774638360?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/1018410633/298x396/ead053c6dc/1774638360?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Unit 1 - Bca</div><div class="_3UuYwh zs8qzW">24 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/988651766/Computer-Science-Notes-Class-Xii" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Computer Science Notes Class Xii</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/988651766/149x198/0e07fe2aa7/1769601331?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/988651766/298x396/81b17b7614/1769601331?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Computer Science Notes Class Xii</div><div class="_3UuYwh zs8qzW">209 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/936123263/CS20121-20ADVANCED20COMP20PROG" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/936123263/149x198/4571b53dd9/1761042845?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/936123263/298x396/704d0ee85a/1761042845?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics Overview</div><div class="_3UuYwh zs8qzW">23 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/726729942/py" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Language Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/726729942/149x198/a62c5233b6/1714086528?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/726729942/298x396/513121ffb0/1714086528?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Language Overview</div><div class="_3UuYwh zs8qzW">28 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/716669761/Python-Objects-and-Datastructure" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Variables and Data Types Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/716669761/149x198/ffe0e9c9c2/1711294770?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/716669761/298x396/65216a242e/1711294770?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Variables and Data Types Guide</div><div class="_3UuYwh zs8qzW">30 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/902014981/2-Varibles-and-Datatypes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding Python Data Types</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/902014981/149x198/f683235e93/1755266796?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/902014981/298x396/2efde4d7ee/1755266796?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding Python Data Types</div><div class="_3UuYwh zs8qzW">22 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/910510941/Unit-I-PP" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/910510941/149x198/95e68fa895/1756844369?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/910510941/298x396/c88f0666d2/1756844369?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">51 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/781725759/Python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Understanding Python Decorators</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/781725759/149x198/04c15d261a/1729322401?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/781725759/298x396/b63f2cb159/1729322401?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Understanding Python Decorators</div><div class="_3UuYwh zs8qzW">144 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/988651730/Class-12th-Computer-Science-pa-1-2025-26" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Class 12th Computer Science - Pa 1 2025 26</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/988651730/149x198/9f48e190e4/1769589681?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/988651730/298x396/6454e50c84/1769589681?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Class 12th Computer Science - Pa 1 2025 26</div><div class="_3UuYwh zs8qzW">50 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/903285031/Datatypes-Operators" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Data Types Explained</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/903285031/149x198/59296f80b5/1755569199?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/903285031/298x396/d707f8a5b5/1755569199?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Data Types Explained</div><div class="_3UuYwh zs8qzW">13 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/700415270/Python-Unit-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Unit 1 Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/700415270/149x198/34f48796b5/1710584647?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/700415270/298x396/8590811019/1710584647?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Unit 1 Overview</div><div class="_3UuYwh zs8qzW">22 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/813979315/U2-of-python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python Programming Basics Overview</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/813979315/149x198/6af2724c49/1736500425?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/813979315/298x396/4b9b771d29/1736500425?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python Programming Basics Overview</div><div class="_3UuYwh zs8qzW">71 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1002285710/Module1-Python-Basics-pptx" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Module1 Python Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/1002285710/149x198/7eea3c3618/1771836067?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/1002285710/298x396/a086a7c308/1771836067?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Module1 Python Basics</div><div class="_3UuYwh zs8qzW">61 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/735268890/Dsa-Week-1-python" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python for Data Structures and Algorithms</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/735268890/149x198/a4ce146f51/1716438489?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/735268890/298x396/5250c0424d/1716438489?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python for Data Structures and Algorithms</div><div class="_3UuYwh zs8qzW">57 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/879731392/UNIT-1-PPT-Final-compressed" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/879731392/149x198/d8fdee2549/1750699536?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/879731392/298x396/7e813728d9/1750699536?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">88 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/1015424729/Basic-python-language-introduction" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Basic Python Language Introduction</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/1015424729/149x198/f9ca3dab67/1774066227?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/1015424729/298x396/045a677fa1/1774066227?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Basic Python Language Introduction</div><div class="_3UuYwh zs8qzW">28 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/presentation/536366609/PPtonPython4" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Python PowerPoint Presentation Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/536366609/149x198/50d07204d3/1729223752?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/536366609/298x396/a0b5a3e163/1729223752?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2x9K4q"><span class="Icon-module_wrapper_LUeQrI _3BAw53"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.18 14.055a2 2 0 0 1-1.857 1.257H4.498a3.11 3.11 0 0 1-1.39-.328A3.812 3.812 0 0 1 1 11.574V5.312h3.382l2.103-3.206a2 2 0 0 1 3.203-.52l.433.433A3 3 0 0 1 11 4.14v1.172h2a3 3 0 0 1 3 3v.037c0 .763-.146 1.52-.43 2.228l-1.39 3.478Zm-9.682-.743h7.148a1 1 0 0 0 .928-.629l1.14-2.848A4 4 0 0 0 14 8.349v-.037a1 1 0 0 0-1-1H9V4.14a1 1 0 0 0-.293-.707L8.274 3 6.17 6.206a2 2 0 0 1-1.789 1.106H3v4.262c0 .686.388 1.314 1.002 1.62.154.078.324.118.496.118Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span><div>100% (1)</div></div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Python PowerPoint Presentation Guide</div><div class="_3UuYwh zs8qzW">32 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/862068778/Python-UNIT-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/862068778/149x198/36f4b08aa9/1747304346?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/862068778/298x396/c5c1efa129/1747304346?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming</div><div class="_3UuYwh zs8qzW">7 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/876052444/Python-Material-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Introduction to Python Programming Basics</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/876052444/149x198/9af680c3e8/1749924894?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/876052444/298x396/111a95ff76/1749924894?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Introduction to Python Programming Basics</div><div class="_3UuYwh zs8qzW">259 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/763619033/CNS-1" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">PGP Email Security and Operations Guide</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-1-f.scribdassets.com/img/document/763619033/149x198/98954db44f/1724872198?v=1" srcSet="https://imgv2-1-f.scribdassets.com/img/document/763619033/298x396/1bb30d5656/1724872198?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">PGP Email Security and Operations Guide</div><div class="_3UuYwh zs8qzW">6 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/763618066/nlp-unit-3" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">NLP Unit 3</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/763618066/149x198/a3034eb947/1724871969?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/763618066/298x396/ae89aec1e2/1724871969?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">NLP Unit 3</div><div class="_3UuYwh zs8qzW">20 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/763618013/u4-nlp-notes" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Predicate Argument Structure in NLP</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/763618013/149x198/91c41777f1/1766492625?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/763618013/298x396/295cc2c4c8/1766492625?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2x9K4q"><span class="Icon-module_wrapper_LUeQrI _3BAw53"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" focusable="false"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.18 14.055a2 2 0 0 1-1.857 1.257H4.498a3.11 3.11 0 0 1-1.39-.328A3.812 3.812 0 0 1 1 11.574V5.312h3.382l2.103-3.206a2 2 0 0 1 3.203-.52l.433.433A3 3 0 0 1 11 4.14v1.172h2a3 3 0 0 1 3 3v.037c0 .763-.146 1.52-.43 2.228l-1.39 3.478Zm-9.682-.743h7.148a1 1 0 0 0 .928-.629l1.14-2.848A4 4 0 0 0 14 8.349v-.037a1 1 0 0 0-1-1H9V4.14a1 1 0 0 0-.293-.707L8.274 3 6.17 6.206a2 2 0 0 1-1.789 1.106H3v4.262c0 .686.388 1.314 1.002 1.62.154.078.324.118.496.118Z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal"></span></span><div>100% (2)</div></div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">Predicate Argument Structure in NLP</div><div class="_3UuYwh zs8qzW">5 pages</div></div></div></div></li><li class="_2ariaX" data-e2e="document-list-item"><div class=""><div data-e2e="list-item-info" class="_1x3wi9"><a class="jKsa3q" data-e2e="list-item-link" href="https://www.scribd.com/document/763617989/nlp-unit-2" target="_blank"><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">NLP Unit 2</span></a><div class="DocumentThumbnail-module_wrapper_ljLM72"><img class="DocumentThumbnail-module_image_0tTQ0O _2Jhoqp" data-testid="thumbnail" alt="" loading="eager" src="https://imgv2-2-f.scribdassets.com/img/document/763617989/149x198/a94ffc8675/1724871953?v=1" srcSet="https://imgv2-2-f.scribdassets.com/img/document/763617989/298x396/f939951d54/1724871953?v=1 2x" style="width:80px;height:106.66666666666667px"/><svg class="DocumentThumbnail-module_tagOverlay_hN0eTR" viewBox="0 0 108 145" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H35V15C35 17.2091 33.2091 19 31 19H0V0Z" fill="var(--color-charcoal-400)"></path><text x="8" y="13" fill="var(--spl-color-text-white)" aria-hidden="true">PDF</text></svg><div class="DocumentThumbnail-module_stack_66zCPf"></div><div class="DocumentThumbnail-module_stack_66zCPf"></div></div><div class="_1wdVHx"><div class="_1zgq1v"><div class="_2Uoa2G">No ratings yet</div></div><div class="_33xQ8e _2kfau2" data-e2e="doc-info-title">NLP Unit 2</div><div class="_3UuYwh zs8qzW">20 pages</div></div></div></div></li></ul></div></div></div></section></div><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_hide_below_l_7M0-Xa GridColumn-module_extended_xl4_2_1yIW6E GridColumn-module_extended_xl3_2_mt-u-v GridColumn-module_extended_xl2_3_m7b4Yd GridColumn-module_extended_xl_3_-M4jBh GridColumn-module_extended_l_3_BRh6gm GridColumn-module_extended_m_3_WS7F6q GridColumn-module_extended_s_3_80JJD4 GridColumn-module_extended_xs_3_1WuHyd GridColumn-module_extended_xxs_3_glgZEz _1oOrzj"></div></div></div><div class="GridRow-module_wrapper_Uub42x GridRow-module_extended_Bvagp4"><div class="GridColumn-module_wrapper_soqyu- GridColumn-module_extended_xl4_12_UeyicL GridColumn-module_extended_xl3_12_TsrxQ- GridColumn-module_extended_xl2_12_ceos-a GridColumn-module_extended_xl_12_7vx87Y GridColumn-module_extended_l_12_gCRsqg GridColumn-module_extended_m_8_bDZzOd GridColumn-module_extended_s_4_ZU5JoR GridColumn-module_extended_xs_4_NH6tlg GridColumn-module_extended_xxs_4_dHKOII"></div></div></div><footer class="Footer-module_wrapper__7jj0T _1ZsTbw" id="global_footer"><h2 class="visually_hidden">Footer menu</h2><div class="GridContainer-module_wrapper__7Rx6L GridContainer-module_extended__fiqt9"><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="BackToTopLink-module_wrapper__HTQnD visually_hidden"><a data-e2e="back-to-top-link" href="#global_header" class="BackToTopLink-module_link__EOy-v">Back to top</a></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_horizontalColumn__vuSBJ"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">About</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd, Inc." class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribdinc.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd, Inc.</span></span></a></li><li><a aria-disabled="false" aria-label="Slideshare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Slideshare</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribdinc.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribdinc.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Support</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Legal</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_s__Lbw11 GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Social</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_m__-PoVO GridColumn-module_extended_xl4_2__1yIW6 GridColumn-module_extended_xl3_2__mt-u- GridColumn-module_extended_xl2_2__A8qwF GridColumn-module_extended_xl_2__QYBNc GridColumn-module_extended_l_2__iqMJD GridColumn-module_extended_m_2__9nXEO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Get our free apps</h2><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">About</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="About Scribd, Inc." class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_about_scribd_link" href="https://www.scribdinc.com/about"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">About Scribd, Inc.</span></span></a></li><li><a aria-disabled="false" aria-label="Slideshare" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="shared.footer.slideshare" href="https://www.slideshare.net/" target="_blank"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Slideshare</span></span></a></li><li><a aria-disabled="false" aria-label="Join our team!" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_join_our_team_link" href="https://www.scribdinc.com/careers" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Join our team!</span></span></a></li><li><a aria-disabled="false" aria-label="Contact us" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_about_column_contact_us_link" href="https://www.scribdinc.com/contact" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Contact us</span></span></a></li></ul></div><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Legal</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Terms" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_terms_link" href="https://support.scribd.com/hc/en-us/articles/210129326-General-Terms-of-Use"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Terms</span></span></a></li><li><a aria-disabled="false" aria-label="Privacy" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_privacy_link" href="https://www.scribd.com/privacy" target="_self"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Privacy</span></span></a></li><li><a aria-disabled="false" aria-label="Copyright" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_legal_column_copyright_link" href="https://support.scribd.com/hc/en-us/sections/202246086"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Copyright</span></span></a></li></ul></div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_s__NbVNC GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_2__-n3HH GridColumn-module_extended_xs_2__C9iyY GridColumn-module_extended_xxs_2__1MEQR"><div class="Footer-module_verticalColumn__-CR6f"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Support</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Help / FAQ" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_help_faq_link" href="http://support.scribd.com/hc/en-us"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Help / FAQ</span></span></a></li><li><a aria-disabled="false" aria-label="Accessibility" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_accessibility_link" href="https://support.scribd.com/hc/en-us/articles/210129586-Accessibility-Notice"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Accessibility</span></span></a></li><li><a aria-disabled="false" aria-label="Purchase help" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_purchase_help_link" href="https://support.scribd.com/hc/en-us/sections/202246306"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Purchase help</span></span></a></li><li><a aria-disabled="false" aria-label="AdChoices" class="TextButton-module_wrapper__ZwW-w FooterLink-module_wrapper__V1y4b" data-e2e="footer_support_column_adchoices_link" href="https://support.scribd.com/hc/en-us/articles/210129366"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">AdChoices</span></span></a></li></ul></div><div><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Social</h2><ul class="Footer-module_columnList__fqabA"><li><a aria-disabled="false" aria-label="Scribd on Instagram" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_instagram_link" href="https://www.instagram.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 3.081c1.602 0 1.792.006 2.425.035.584.027.902.124 1.114.207.26.096.497.249.69.448.2.194.353.43.45.691.082.212.18.53.206 1.114.029.633.035.823.035 2.425 0 1.602-.006 1.792-.035 2.425-.027.585-.124.902-.207 1.114a1.99 1.99 0 01-1.138 1.138c-.212.082-.53.18-1.114.207-.633.029-.823.035-2.425.035-1.602 0-1.792-.006-2.425-.035-.585-.027-.902-.124-1.114-.207a1.858 1.858 0 01-.69-.449c-.2-.193-.353-.43-.45-.69-.082-.212-.18-.53-.206-1.114-.029-.633-.035-.823-.035-2.425 0-1.602.006-1.792.035-2.425.027-.585.124-.902.207-1.114.096-.26.25-.497.449-.69.193-.2.43-.353.69-.45.212-.082.53-.18 1.114-.206.633-.029.823-.035 2.425-.035L8 3.081zm0-1.082c-1.629 0-1.833.007-2.473.036-.64.03-1.076.132-1.457.28-.4.15-.763.387-1.063.692-.305.3-.541.663-.692 1.063-.148.381-.25.818-.279 1.457C2.007 6.165 2 6.37 2 8s.007 1.834.036 2.474c.03.64.13 1.075.279 1.456.15.4.387.763.692 1.063.3.305.663.541 1.063.692.381.148.818.25 1.457.279.638.029.844.036 2.473.036 1.63 0 1.834-.007 2.474-.036.64-.03 1.075-.13 1.456-.28a3.068 3.068 0 001.755-1.754c.148-.381.25-.818.279-1.457C13.993 9.835 14 9.63 14 8c0-1.63-.007-1.833-.036-2.473-.03-.64-.13-1.075-.28-1.456-.15-.4-.386-.763-.691-1.063a2.946 2.946 0 00-1.063-.692c-.381-.148-.818-.25-1.457-.279C9.835 2.007 9.63 2 8 2v-.001zm0 2.92a3.081 3.081 0 100 6.162A3.081 3.081 0 008 4.92zm0 5.082A2 2 0 118 6 2 2 0 018 10zm3.923-5.204a.72.72 0 11-1.44 0 .72.72 0 011.44 0z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Instagram</span></span> <!-- -->Instagram</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Facebook" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_facebook_link" href="https://www.facebook.com/Scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 2a6 6 0 01.938 11.927V9.734h1.397L10.602 8H8.937V6.875c0-.474.233-.938.978-.938h.757V4.462s-.08-.014-.21-.032a9.524 9.524 0 00-.887-.08 6.278 6.278 0 00-.246-.005c-1.37 0-2.267.83-2.267 2.334V8H5.54v1.734h1.524v4.193A6.002 6.002 0 018 2z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Facebook</span></span> <!-- -->Facebook</span></span></a></li><li><a aria-disabled="false" aria-label="Scribd on Pinterest" class="TextButton-module_wrapper__ZwW-w SocialLink-module_wrapper__7Rvvt" data-e2e="footer_social_column_pinterest_link" href="https://www.pinterest.com/scribd/"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl"><span class="SvgIcon-module_wrapper__1fPqw SocialLink-module_iconImage__JSzvR"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.217 12.268A5.98 5.98 0 018 14c-.62 0-1.218-.094-1.78-.269.246-.4.606-1.045.738-1.563l.375-1.427c.193.375.766.691 1.373.691 1.808 0 3.111-1.664 3.111-3.733 0-1.985-1.62-3.467-3.698-3.467-2.593 0-3.966 1.738-3.966 3.63 0 .884.47 1.975 1.22 2.326.113.054.178.03.202-.08l.058-.233.11-.448a.179.179 0 00-.04-.173c-.246-.3-.444-.854-.444-1.368 0-1.323 1.003-2.602 2.711-2.602 1.477 0 2.509 1.002 2.509 2.44 0 1.62-.82 2.745-1.886 2.745-.588 0-1.033-.489-.89-1.086.062-.255.143-.517.222-.772.142-.46.277-.898.277-1.228 0-.46-.246-.845-.76-.845-.602 0-1.086.622-1.086 1.457 0 .528.177.889.177.889s-.592 2.514-.7 2.983c-.12.518-.075 1.247-.02 1.722A6.003 6.003 0 012 8a6 6 0 016.653-5.965A5.988 5.988 0 0113.99 8.01a5.981 5.981 0 01-1.773 4.258z" fill="currentColor"></path></svg><span style="position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;word-wrap:normal">Pinterest</span></span> <!-- -->Pinterest</span></span></a></li></ul></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_m__zwIrv GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><h2 class="Footer-module_columnHeader__gcdjp Footer-module_scribdColumnHeader__HpvDx">Get our free apps</h2><ul class="mobile_icons wrapper__app_store_buttons"><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Download on the App Store" class="app_link ios_btn" data-e2e="ios_btn" href="https://apps.apple.com/us/app/6448807714?mt=8&pt=298534"><div class="app_store_img"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Download on the App Store"/></div></a></li><li class="wrapper__store_button" data-e2e="app_store_btn"><a aria-label="Scribd - Get it on Google Play" class="app_link google_play_btn" data-e2e="google_play_btn" href="https://play.google.com/store/apps/details?id=com.scribd.app.reader0.docs"><div class="app_store_img play_store_link"><img class="LazyImage-module_image__uh0sq" alt="Scribd - Get it on Google Play"/></div></a></li></ul></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_horizontalDivider__Z6XJu"></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_extended_xl4_7__-9AEI GridColumn-module_extended_xl3_7__B6ct2 GridColumn-module_extended_xl2_7__Nztja GridColumn-module_extended_xl_7__OFVFv GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><ul class="ContentTypeColumn-module_contentTypesList__WIKOq"><li><a aria-disabled="false" aria-label="Documents" class="TextButton-module_wrapper__ZwW-w ContentTypeColumn-module_contentTypeLink__K3M9d" data-e2e="footer_content_type_column_documents_link" href="/https/www.scribd.com/docs"><span class="TextButton-module_content__6x-Ra"><span class="TextButton-module_children__HwxUl">Documents</span></span></a></li></ul></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_extended_xl4_5__PuEUy GridColumn-module_extended_xl3_5__aTZFP GridColumn-module_extended_xl2_5__UvHIq GridColumn-module_extended_xl_5__qmwN8 GridColumn-module_extended_l_5__VLQLS GridColumn-module_extended_m_5__HSrx- GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomRightContainer__5MVkq"><div class="ScribdFooterLanguageMenu-module_wrapper__6nJjp"><div class="ScribdFooterLanguageMenu-module_languageCopy__IvHMZ">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper_-3wi4F"><button aria-disabled="false" class="ButtonCore-module_wrapper_MkTb9s TextButton-module_wrapper_ZwW-wM TextButton-module_default_ekglbr DropdownTrigger-module_wrapper_-Xf-At ScribdFooterLanguageMenu-module_currentLanguage__-ZykZ" data-e2e="footer_current_language_button" id="footer_lang_btn_xl" aria-haspopup="menu" aria-expanded="false" data-state="closed" type="button"><span class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-module_children_8a9B71">English<span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></span></span></button></div></div><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2026 Scribd Inc.</span></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_below_l__7M0-X GridColumn-module_standard_xl_12__x8-4j GridColumn-module_standard_l_12__ndEV7 GridColumn-module_standard_m_8__JIpAV GridColumn-module_standard_s_4__Yz20V GridColumn-module_standard_xs_4__QcV7o GridColumn-module_standard_xxs_4__7w6eo"><div class="Footer-module_copyrightAwareness__znGWg">We take content rights seriously. <a href=https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Questions-about-Copyrights-and-the-DMCA>Learn more</a> in our FAQs or <a href=https://support.scribd.com/hc/en-us/articles/210129146-REPORT-COPYRIGHT-INFRINGEMENTS-AND-ABUSE-HERE>report infringement here</a>.</div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_standard_xl_12__x8-4j GridColumn-module_standard_l_12__ndEV7 GridColumn-module_standard_m_8__JIpAV GridColumn-module_standard_s_4__Yz20V GridColumn-module_standard_xs_4__QcV7o GridColumn-module_standard_xxs_4__7w6eo"><div class="Footer-module_copyrightAwareness__znGWg">We take content rights seriously. <a href=https://support.scribd.com/hc/en-us/articles/210129026-Frequently-Asked-Questions-about-Copyrights-and-the-DMCA>Learn more</a> in our FAQs or <a href=https://support.scribd.com/hc/en-us/articles/210129146-REPORT-COPYRIGHT-INFRINGEMENTS-AND-ABUSE-HERE>report infringement here</a>.</div></div><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="ScribdFooterLanguageMenu-module_wrapper__6nJjp"><div class="ScribdFooterLanguageMenu-module_languageCopy__IvHMZ">Language<!-- -->:</div><div class="DropdownMenu-module_wrapper_-3wi4F"><button aria-disabled="false" class="ButtonCore-module_wrapper_MkTb9s TextButton-module_wrapper_ZwW-wM TextButton-module_default_ekglbr DropdownTrigger-module_wrapper_-Xf-At ScribdFooterLanguageMenu-module_currentLanguage__-ZykZ" data-e2e="footer_current_language_button" id="footer_lang_btn_l" aria-haspopup="menu" aria-expanded="false" data-state="closed" type="button"><span class="ButtonCore-module_content_8zyAJv"><span class="ButtonCore-module_children_8a9B71">English<span class="SvgIcon-module_wrapper__1fPqw"><svg width="16" height="16" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-hidden="true" class="SvgIcon-module_icon__sUHUn"><path d="M8.24 11.66L4 7.41 5.41 6l2.83 2.83L11.07 6l1.42 1.41-4.25 4.25z" fill="currentColor"></path></svg></span></span></span></button></div></div></div></div><div class="GridRow-module_wrapper__Uub42 GridRow-module_extended__Bvagp"><div class="GridColumn-module_wrapper__soqyu GridColumn-module_hide_above_l__UT1-z GridColumn-module_extended_xl4_12__Ueyic GridColumn-module_extended_xl3_12__TsrxQ GridColumn-module_extended_xl2_12__ceos- GridColumn-module_extended_xl_12__7vx87 GridColumn-module_extended_l_12__gCRsq GridColumn-module_extended_m_8__bDZzO GridColumn-module_extended_s_4__ZU5Jo GridColumn-module_extended_xs_4__NH6tl GridColumn-module_extended_xxs_4__dHKOI"><div class="Footer-module_bottomCopyright__WjBga" data-e2e="footer_copyright_text"><span>Copyright © 2026 Scribd Inc.</span></div></div></div></div></footer></div><div data-afa-video-placeholder-host="true" class="_3eTPqb"></div></div><script type="speculationrules">{"prefetch":[{"where":{"href_matches":["/","/doc/*","/docs/*","/document/*","/presentation/*","/what-is-scribd"]},"eagerness":"moderate"}]}</script></div> <script type="application/json" data-hypernova-key="doc_page" data-hypernova-id="56eb432e-90fe-4752-b460-e2154f341f3f"><!--{"assetEnvironment":"production","bodyProps":{"breadcrumbs":[],"sharing_buttons_props":{"description":"ai ml notes","id":763618362,"message":null,"private":false,"thumbnailUrl":"https://imgv2-1-f.scribdassets.com/img/document/763618362/original/00b2739069/1?v=1","title":"ai ml notes","twitterHashtag":null,"url":"https://www.scribd.com/document/763618362/ai-ml-notes"},"show_bot_text":true,"bot_text":"###BOT_TEXT###","view_restricted_cta_test_enabled":false},"currentPage":{"isDocLanding":false,"isHamburgerMenuOpen":false,"isMegamenuTopBarVisible":true,"isStatsigEnabled":true,"navigationCategories":{"academic":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"foreign-language-studies","name":"Foreign Language Studies","url":"https://www.scribd.com/docs/Foreign-Language-Studies","children":[{"dataName":"chinese","name":"Chinese","url":"https://www.scribd.com/docs/Foreign-Language-Studies/Chinese"},{"dataName":"esl","name":"ESL","url":"https://www.scribd.com/docs/Foreign-Language-Studies/ESL"}]},{"dataName":"science-mathematics","name":"Science & Mathematics","url":"https://www.scribd.com/docs/Science-Mathematics","children":[{"dataName":"astronomy-space-sciences","name":"Astronomy & Space Sciences","url":"https://www.scribd.com/docs/Science-Mathematics/Astronomy-Space-Sciences"},{"dataName":"biology","name":"Biology","url":"https://www.scribd.com/docs/Science-Mathematics/Biology"}]},{"dataName":"study-aids-test-prep","name":"Study Aids & Test Prep","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep","children":[{"dataName":"book-notes","name":"Book Notes","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/Book-Notes"},{"dataName":"college-entrance-exams","name":"College Entrance Exams","url":"https://www.scribd.com/docs/Study-Aids-Test-Prep/College-Entrance-Exams"}]},{"dataName":"teaching-methods-materials","name":"Teaching Methods & Materials","url":"https://www.scribd.com/docs/Teaching-Methods-Materials","children":[{"dataName":"early-childhood-education","name":"Early Childhood Education","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Early-Childhood-Education"},{"dataName":"education-philosophy-theory","name":"Education Philosophy & Theory","url":"https://www.scribd.com/docs/Teaching-Methods-Materials/Education-Philosophy-Theory"}]}]},"professional":{"totalCategoryCount":21,"categoryLinks":[{"dataName":"business","name":"Business","url":"https://www.scribd.com/docs/Business","children":[{"dataName":"business-analytics","name":"Business Analytics","url":"https://www.scribd.com/docs/Business/Business-Analytics"},{"dataName":"human-resources-personnel-management","name":"Human Resources & Personnel Management","url":"https://www.scribd.com/docs/Business/Human-Resources-Personnel-Management"}]},{"dataName":"career-growth","name":"Career & Growth","url":"https://www.scribd.com/docs/Career-Growth","children":[{"dataName":"careers","name":"Careers","url":"https://www.scribd.com/docs/Career-Growth/Careers"},{"dataName":"job-hunting","name":"Job Hunting","url":"https://www.scribd.com/docs/Career-Growth/Job-Hunting"}]},{"dataName":"computers","name":"Computers","url":"https://www.scribd.com/docs/Computers","children":[{"dataName":"applications-software","name":"Applications & Software","url":"https://www.scribd.com/docs/Computers/Applications-Software"},{"dataName":"cad-cam","name":"CAD-CAM","url":"https://www.scribd.com/docs/Computers/CAD-CAM"}]},{"dataName":"finance-money-management","name":"Finance & Money Management","url":"https://www.scribd.com/docs/Finance-Money-Management","children":[{"dataName":"accounting-bookkeeping","name":"Accounting & Bookkeeping","url":"https://www.scribd.com/docs/Finance-Money-Management/Accounting-Bookkeeping"},{"dataName":"auditing","name":"Auditing","url":"https://www.scribd.com/docs/Finance-Money-Management/Auditing"}]},{"dataName":"law","name":"Law","url":"https://www.scribd.com/docs/Law","children":[{"dataName":"business-financial","name":"Business & Financial","url":"https://www.scribd.com/docs/Law/Business-Financial"},{"dataName":"contracts-agreements","name":"Contracts & Agreements","url":"https://www.scribd.com/docs/Law/Contracts-Agreements"}]},{"dataName":"politics","name":"Politics","url":"https://www.scribd.com/docs/Politics","children":[{"dataName":"american-government","name":"American Government","url":"https://www.scribd.com/docs/Politics/American-Government"},{"dataName":"international-relations","name":"International Relations","url":"https://www.scribd.com/docs/Politics/International-Relations"}]},{"dataName":"technology-engineering","name":"Technology & Engineering","url":"https://www.scribd.com/docs/Technology-Engineering","children":[{"dataName":"automotive","name":"Automotive","url":"https://www.scribd.com/docs/Technology-Engineering/Automotive"},{"dataName":"aviation-aeronautics","name":"Aviation & Aeronautics","url":"https://www.scribd.com/docs/Technology-Engineering/Aviation-Aeronautics"}]}]},"culture":{"totalCategoryCount":19,"categoryLinks":[{"dataName":"art","name":"Art","url":"https://www.scribd.com/docs/Art","children":[{"dataName":"antiques-collectibles","name":"Antiques & Collectibles","url":"https://www.scribd.com/docs/Art/Antiques-Collectibles"},{"dataName":"architecture","name":"Architecture","url":"https://www.scribd.com/docs/Art/Architecture"}]},{"dataName":"biography-memoir","name":"Biography & Memoir","url":"https://www.scribd.com/docs/Biography-Memoir","children":[{"dataName":"artists-and-musicians","name":"Artists and Musicians","url":"https://www.scribd.com/docs/Biography-Memoir/Artists-and-Musicians"},{"dataName":"entertainers-and-the-rich-famous","name":"Entertainers and the Rich & Famous","url":"https://www.scribd.com/docs/Biography-Memoir/Entertainers-and-the-Rich-Famous"}]},{"dataName":"comics-graphic-novels","name":"Comics & Graphic Novels","url":"https://www.scribd.com/docs/Comics-Graphic-Novels"},{"dataName":"history","name":"History","url":"https://www.scribd.com/docs/History","children":[{"dataName":"ancient","name":"Ancient","url":"https://www.scribd.com/docs/History/Ancient"},{"dataName":"modern","name":"Modern","url":"https://www.scribd.com/docs/History/Modern"}]},{"dataName":"philosophy","name":"Philosophy","url":"https://www.scribd.com/docs/Philosophy"},{"dataName":"language-arts-discipline","name":"Language Arts & Discipline","url":"https://www.scribd.com/docs/Language-Arts-Discipline","children":[{"dataName":"composition-creative-writing","name":"Composition & Creative Writing","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Composition-Creative-Writing"},{"dataName":"linguistics","name":"Linguistics","url":"https://www.scribd.com/docs/Language-Arts-Discipline/Linguistics"}]},{"dataName":"literary-criticism","name":"Literary Criticism","url":"https://www.scribd.com/docs/Literary-Criticism"},{"dataName":"social-science","name":"Social Science","url":"https://www.scribd.com/docs/Social-Science","children":[{"dataName":"anthropology","name":"Anthropology","url":"https://www.scribd.com/docs/Social-Science/Anthropology"},{"dataName":"archaeology","name":"Archaeology","url":"https://www.scribd.com/docs/Social-Science/Archaeology"}]},{"dataName":"true-crime","name":"True Crime","url":"https://www.scribd.com/docs/True-Crime"}]},"hobbies_and_crafts":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"cooking-food-wine","name":"Cooking, Food & Wine","url":"https://www.scribd.com/docs/Cooking-Food-Wine","children":[{"dataName":"beverages","name":"Beverages","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Beverages"},{"dataName":"courses-dishes","name":"Courses & Dishes","url":"https://www.scribd.com/docs/Cooking-Food-Wine/Courses-Dishes"}]},{"dataName":"games-activities","name":"Games & Activities","url":"https://www.scribd.com/docs/Games-Activities","children":[{"dataName":"card-games","name":"Card Games","url":"https://www.scribd.com/docs/Games-Activities/Card-Games"},{"dataName":"fantasy-sports","name":"Fantasy Sports","url":"https://www.scribd.com/docs/Games-Activities/Fantasy-Sports"}]},{"dataName":"home-garden","name":"Home & Garden","url":"https://www.scribd.com/docs/Home-Garden","children":[{"dataName":"crafts-hobbies","name":"Crafts & Hobbies","url":"https://www.scribd.com/docs/Home-Garden/Crafts-Hobbies"},{"dataName":"gardening","name":"Gardening","url":"https://www.scribd.com/docs/Home-Garden/Gardening"}]},{"dataName":"sports-recreation","name":"Sports & Recreation","url":"https://www.scribd.com/docs/Sports-Recreation","children":[{"dataName":"baseball","name":"Baseball","url":"https://www.scribd.com/docs/Sports-Recreation/Baseball"},{"dataName":"basketball","name":"Basketball","url":"https://www.scribd.com/docs/Sports-Recreation/Basketball"}]}]},"personal_growth":{"totalCategoryCount":12,"categoryLinks":[{"dataName":"lifestyle","name":"Lifestyle","url":"https://www.scribd.com/docs/Lifestyle","children":[{"dataName":"beauty-grooming","name":"Beauty & Grooming","url":"https://www.scribd.com/docs/Lifestyle/Beauty-Grooming"},{"dataName":"fashion","name":"Fashion","url":"https://www.scribd.com/docs/Lifestyle/Fashion"}]},{"dataName":"religion-spirituality","name":"Religion & Spirituality","url":"https://www.scribd.com/docs/Religion-Spirituality","children":[{"dataName":"buddhism","name":"Buddhism","url":"https://www.scribd.com/docs/Religion-Spirituality/Buddhism"},{"dataName":"christianity","name":"Christianity","url":"https://www.scribd.com/docs/Religion-Spirituality/Christianity"}]},{"dataName":"self-improvement","name":"Self-Improvement","url":"https://www.scribd.com/docs/Self-Improvement","children":[{"dataName":"addiction","name":"Addiction","url":"https://www.scribd.com/docs/Self-Improvement/Addiction"},{"dataName":"mental-health","name":"Mental Health","url":"https://www.scribd.com/docs/Self-Improvement/Mental-Health"}]},{"dataName":"wellness","name":"Wellness","url":"https://www.scribd.com/docs/Wellness","children":[{"dataName":"body-mind-spirit","name":"Body, Mind, & Spirit","url":"https://www.scribd.com/docs/Wellness/Body-Mind-Spirit"},{"dataName":"diet-nutrition","name":"Diet & Nutrition","url":"https://www.scribd.com/docs/Wellness/Diet-Nutrition"}]}]}},"selectedMobileBottomTab":"document","serverTimestamp":"2026-04-09T07:59:53Z","statsigClientApiKey":"client-WIJd796Cwa4NdE0bYoaQFqBHKyK5Pj5Ct7uODQkwhKs","statsigEnvironmentTier":"production"},"enablePseudolocalization":false,"flashes":[],"global":{"config":{"facebook":{"app_id":"136494494209"}},"testAssignments":{"backupPaymentMethodsRollout":null,"personalized_archive_offer":"control","ask_ai_download":null,"docPageDownloadButtonV1":{"testName":"doc_page_dl_btn_v1","variant":"control"},"postDownloadModalV3":null,"postDownloadList":null,"docPageToolbarSummarize":{"testName":"doc_page_toolbar_summarize","variant":"control"},"docPageMobileSummarize":{"testName":"doc_page_mobile_summarize","variant":"control"},"docPageDesktopAdvancedFind":{"testName":"doc_page_desktop_advanced_find_q1_2026","variant":"control"},"docPageDesktopDocumentZoom":{"testName":"doc_page_desktop_document_zoom","variant":"test_left"},"docPageDocumentResearchLayerV1":{"testName":"doc_page_document_research_layer_v1","variant":"control"},"docPageWorkspacesMvp":{"testName":"doc_page_workspaces_mvp","variant":"control"},"docPageNavigateAnnotations":{"testName":"doc_page_navigate_annotations_q1_2026","variant":"control"},"journeyVariant":{"testName":"scribd_growth_user_journey_occupation","variant":"control"},"occupationVariant":{"testName":"scribd_growth_user_journey_occupation","variant":"control"}},"paths":{"assetPath":"aHR0cHM6Ly9zLWYuc2NyaWJkYXNzZXRzLmNvbS8=\n","actions":{"add_to_library":"L3NhdmVkL2FkZA==\n","archive_plans_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03NjM2\nMTgzNjImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","audiobooksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hdWRpb2Jvb2tz\n","bestsellers_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9iZXN0c2VsbGVycw==\n","book_annotations":"L2Jvb2tfYW5ub3RhdGlvbnMvNzYzNjE4MzYy\n","booksLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9ib29rcw==\n","documentsLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9kb2Nz\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy8=\n","homeLink":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","library_url":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zYXZlZA==\n","load_recommenders":"L2RvYy1wYWdlL3JlY29tbWVuZGVycy83NjM2MTgzNjI=\n","payment_fix":"L2FjY291bnQvcGF5bWVudF9wcm9maWxlX3VwZGF0ZQ==\n","payment_fix_url":null,"personalization_path":"L2RvYy1wYWdlL3BlcnNvbmFsaXphdGlvbg==\n","personalization_afa_path":"L2RvYy1wYWdlL2FmYQ==\n","pingback":["aA==\n","dA==\n","dA==\n","cA==\n","cw==\n","Og==\n","Lw==\n","Lw==\n","dw==\n","dw==\n","dw==\n","Lg==\n","cw==\n","Yw==\n","cg==\n","aQ==\n","Yg==\n","ZA==\n","Lg==\n","Yw==\n","bw==\n","bQ==\n","Lw==\n","ZA==\n","bw==\n","Yw==\n","dQ==\n","bQ==\n","ZQ==\n","bg==\n","dA==\n","cw==\n","Lw==\n","Nw==\n","Ng==\n","Mw==\n","Ng==\n","MQ==\n","OA==\n","Mw==\n","Ng==\n","Mg==\n","Lw==\n","cA==\n","aQ==\n","bg==\n","Zw==\n","Yg==\n","YQ==\n","Yw==\n","aw==\n"],"register_download_attempt":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZWdpc3Rlcl9kb3dubG9hZF9hdHRlbXB0\n","request_document_download":"L2RvY3VtZW50X2Rvd25sb2Fkcy9yZXF1ZXN0X2RvY3VtZW50X2Zvcl9kb3du\nbG9hZA==\n","remove_from_library":"L3NhdmVkL3JlbW92ZQ==\n","upload_url":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz03NjM2MTgzNjI=\n"},"props":{"download_receipt_modal":"L2RvYy1wYWdlL2Rvd25sb2FkLXJlY2VpcHQtbW9kYWwtcHJvcHMvNzYzNjE4\nMzYy\n","paused_user_download_modal":"L2RvYy1wYWdlL3BhdXNlZC11c2VyLWRvd25sb2FkLW1vZGFsLXByb3Bz\n","pmp_login_join_modal":"L2RvYy1wYWdlL3BtcC1sb2dpbi1qb2luLW1vZGFsLXByb3BzLzc2MzYxODM2\nMg==\n"}},"features":{"highlights":true,"isEligibleForAdsForAccess":false,"isEligibleForHouseAds":false,"isEligibleForPaidAds":false,"isEligibleForProgressiveProfileModal":false,"showDocChatExperience":null,"shouldShowRelatedKnowledgePage":false,"taxonomyV4UgcBrowsing":true,"docChatAvailable":false}},"i18n":{"currentLanguage":{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},"languages":[{"prefix":"en","lcid":"en","href":"/language?id=en","lang":"en_US","name":"English"},{"prefix":"es","lcid":"es","href":"/language?id=es","lang":"es-419","name":"Español"},{"prefix":"pt","lcid":"pt-br","href":"/language?id=pt-br","lang":"pt_BR","name":"Português"},{"prefix":"de","lcid":"de","href":"/language?id=de","lang":"de","name":"Deutsch"},{"prefix":"fr","lcid":"fr","href":"/language?id=fr","lang":"fr","name":"Français"},{"prefix":"ru","lcid":"ru","href":"/language?id=ru","lang":"ru_RU","name":"Русский"},{"prefix":"it","lcid":"it","href":"/language?id=it","lang":"it","name":"Italiano"},{"prefix":"ro","lcid":"ro","href":"/language?id=ro","lang":"ro_RO","name":"Română"},{"prefix":"id","lcid":"id","href":"/language?id=id","lang":"id_ID","name":"Bahasa Indonesia"}],"locale":"en-US"},"page":{"hasCollections":false,"savedItems":{"763618362":false}},"personalization":{"trialDuration":null},"ratings":{"763618362":{"averageRating":0,"documentId":763618362,"downvoteCount":0,"ratingCount":0,"upvoteCount":0,"userRating":0}},"recommenders":{"ad_slot_recs":{"items":[{"id":657981440,"doc_uuid":"sbd/bYAl0qaMKnZvJWY6Hmrz8LU="},{"id":714818433,"doc_uuid":"sbd/R7/6B/U0ncoHfpjCxybxLlY="},{"id":925239943,"doc_uuid":"sbd/GiyFzJMmcmv3Qv/qhGKm1t8="},{"id":605460911,"doc_uuid":"sbd/3CbKOm4xUmxCILF1LOB3c1s="},{"id":719931141,"doc_uuid":"sbd/s0I4Xptue2O2ykCmwSFiumY="},{"id":830077083,"doc_uuid":"sbd/tm3VP5koknddgUAc21f6OrU="},{"id":885482843,"doc_uuid":"sbd/hY6niVHcWWErUJLsvuNYyVo="},{"id":775882667,"doc_uuid":"sbd/xRBs/LnU7ZzikIsdSvoJAMo="},{"id":852708081,"doc_uuid":"sbd/uZQQ/Gl19shlWtGhxXGGmZg="},{"id":909345392,"doc_uuid":"sbd/mtmmUEaD4848IPzbCeztUmo="},{"id":896017397,"doc_uuid":"sbd/DLFWXBqZEVV3O8bwHB1IhAo="},{"id":906700285,"doc_uuid":"sbd/QmER2/DiyQbkLAU94s9vMp4="},{"id":784129420,"doc_uuid":"sbd/hCt944yCMSOroGFcCabOhxM="},{"id":974404546,"doc_uuid":"sbd/aJWeRyiycHxxJ9ZN0D6teLM="},{"id":852589678,"doc_uuid":"sbd/G8CySu2uNSSjZ3GIr0eApwY="},{"id":693048160,"doc_uuid":"sbd/NWlKkacjhGd9hIeHjep5p78="},{"id":953303433,"doc_uuid":"sbd/A6LKXa/CJCTJhmMiVTCGQZM="},{"id":534871659,"doc_uuid":"sbd/SGytxJj2l89mi3skJAbzn4w="},{"id":750013542,"doc_uuid":"sbd/E5q3w0JujGeWNZ8jdXhR6lY="},{"id":883749769,"doc_uuid":"sbd/96VSPRFeLpGZpSlMNfi41kg="},{"id":958373845,"doc_uuid":"sbd/0p2XYH5xKiQX1FP9egVyaHY="},{"id":982620202,"doc_uuid":"sbd/jiz3a8pLPNhl1/v8yDlMMh4="},{"id":1002960258,"doc_uuid":"sbd/OXL2PrSxmcKGd/kAwLIp59Q="},{"id":1004872399,"doc_uuid":"sbd/A08uEbVqfE1h7ViFXfk5q3I="},{"id":1016597816,"doc_uuid":"sbd/A12TB08XL/OaOXmmaDvIj80="},{"id":746934418,"doc_uuid":"sbd/n41fMvBWqIVYKtZTmNQS46I="},{"id":658998157,"doc_uuid":"sbd/2LPW2ZUXhfbsE8EGcLG/3dQ="},{"id":971460726,"doc_uuid":"sbd/81TbSqW5um4iv8iwIhtenfA="},{"id":981942446,"doc_uuid":"sbd/RUw7xMNqedm8hvuO1mNoyA0="},{"id":798917354,"doc_uuid":"sbd/gwf8qZFLt2buW0rIaQwXqls="},{"id":749483774,"doc_uuid":"sbd/okrO1DEufro9bLzxCtbf8LY="},{"id":953738007,"doc_uuid":"sbd/bDobwXpS4tbJ/8Myufh3hX4="},{"id":852662064,"doc_uuid":"sbd/D1RdCKXS6cJwKmOHk7CmU/I="},{"id":973652222,"doc_uuid":"sbd/0bg19ncmaq5HJ8TGpMr1CbU="},{"id":830694744,"doc_uuid":"sbd/cEeV9XEFmVvJgZsDZ/8kRz8="},{"id":970509182,"doc_uuid":"sbd/AnGiR70xVBr7aXn8CYNx29g="},{"id":1018410633,"doc_uuid":"sbd/Jnp4rmkI6PBoOMvEbwkmvgE="},{"id":988651766,"doc_uuid":"sbd/oyYNlgAOxHVby4LDYB5MRd4="},{"id":936123263,"doc_uuid":"sbd/SwuKGBXU6SNPFnTOaA8sdC8="},{"id":726729942,"doc_uuid":"sbd/qtfGS6OoFK5RKMjtewlAWEo="},{"id":716669761,"doc_uuid":"sbd/SdlRCxaGbdqUZCaDyq4Z7IE="},{"id":902014981,"doc_uuid":"sbd/aDmpET5JN5iLlLU6hbYRs18="},{"id":910510941,"doc_uuid":"sbd/DzaMc2aaPP11mgaEydl3h48="},{"id":781725759,"doc_uuid":"sbd/hamhvLMIDvkWlxexv7N73k0="},{"id":988651730,"doc_uuid":"sbd/9EUJyvWDLvNOoV43p0BBPwo="},{"id":903285031,"doc_uuid":"sbd/JlnWo0g9UmY/goh30thSKI0="},{"id":700415270,"doc_uuid":"sbd/yS8yNSn8/oLMclOhBi0fV4o="},{"id":813979315,"doc_uuid":"sbd/cQ0cg2VvPFZFSBbBCCt34Ys="},{"id":1002285710,"doc_uuid":"sbd/s92s3l8uSeHMM4bWtMKTcGs="},{"id":735268890,"doc_uuid":"sbd/ZhAzWmgFHgT7i67vTNvOpCA="},{"id":879731392,"doc_uuid":"sbd/gasEOr2oIZnxQPwAhY6RQ9g="},{"id":1015424729,"doc_uuid":"sbd/orrKqiGgOVvbG8KZHlb8Aac="},{"id":536366609,"doc_uuid":"sbd/Fcv7natGfxfWcXEPQ2bYfaU="},{"id":862068778,"doc_uuid":"sbd/AlAfQgU2kvgOYhnaFk8euq0="},{"id":876052444,"doc_uuid":"sbd/racszwXFX3/n7ig2V36y27A="},{"id":763619033,"doc_uuid":"sbd/RoJLxjYZvR/3LxlzT18MOnE="},{"id":763618066,"doc_uuid":"sbd/TRe9FKnFlVO6CHOo7GT52D0="},{"id":763618013,"doc_uuid":"sbd/dEZdpPWGctbTGSQ/16YLiRM="},{"id":763617989,"doc_uuid":"sbd/qh/GGNsDMhAMdDAwd4UR7TU="}],"ids":[657981440,714818433,925239943,605460911,719931141,830077083,885482843,775882667,852708081,909345392,896017397,906700285,784129420,974404546,852589678,693048160,953303433,534871659,750013542,883749769,958373845,982620202,1002960258,1004872399,1016597816,746934418,658998157,971460726,981942446,798917354,749483774,953738007,852662064,973652222,830694744,970509182,1018410633,988651766,936123263,726729942,716669761,902014981,910510941,781725759,988651730,903285031,700415270,813979315,1002285710,735268890,879731392,1015424729,536366609,862068778,876052444,763619033,763618066,763618013,763617989],"title_link":null,"title":null,"track_opts":{"compilation_id":null,"module_id":"sbd/tiaEmpdk/Zch7y5I4WuAbg0=","widget_name":"ad_slots","track_id":"ad_slots"}},"list_recommenders":{"items":[{"id":657981440,"doc_uuid":"sbd/nPxF7FT9TiicZb/NfJs58c8="},{"id":714818433,"doc_uuid":"sbd/t/8fgHF4MK9ZCSo8Plpzt88="},{"id":925239943,"doc_uuid":"sbd/K7R8lL22Qamtpt9EELDm7UU="},{"id":605460911,"doc_uuid":"sbd/9uPHt691HbvL7GNUPM5fmNk="},{"id":719931141,"doc_uuid":"sbd/XsyP7ndAsd/8Rz/PM5tuoQk="},{"id":830077083,"doc_uuid":"sbd/tVgyjqXQGYKALneIGLnf2CE="},{"id":885482843,"doc_uuid":"sbd/Ry76DFX0ddUikSnh/eZFiDA="},{"id":775882667,"doc_uuid":"sbd/A3BTHT/Cm0Nlz9XCyeTVTcU="},{"id":852708081,"doc_uuid":"sbd/fRvo8JL8Rb4hQAikXS2lNtk="},{"id":909345392,"doc_uuid":"sbd/sdmxmOKjy9euYkmyzMB5pII="},{"id":896017397,"doc_uuid":"sbd/ENIizy3w1eK5VJ6Q9aiYNcU="},{"id":906700285,"doc_uuid":"sbd/a3vbuXZ/YXSqsq2TWP80/vI="},{"id":784129420,"doc_uuid":"sbd/CMppW3GOzRFhiBFc2b9KFyU="},{"id":974404546,"doc_uuid":"sbd/ZTpWK3BLfYOeIbBmLCDHPeU="},{"id":852589678,"doc_uuid":"sbd/d36VpypNhkB0hxTqrmTIbYM="},{"id":693048160,"doc_uuid":"sbd/H/sxk9qReAUr3YNVyI03Ks8="},{"id":953303433,"doc_uuid":"sbd/OZMIqNblzkS1EmSMBMpVnL0="},{"id":534871659,"doc_uuid":"sbd/nJshfvRWVhkeoheC07rit7o="},{"id":750013542,"doc_uuid":"sbd/nb6BedABswl3EPDAuPJeatA="},{"id":883749769,"doc_uuid":"sbd//SXGY5GuRGYiWMJVQhYzOdA="},{"id":958373845,"doc_uuid":"sbd/qcaRN0qxiQpmQtrtq65oDBE="},{"id":982620202,"doc_uuid":"sbd/O2ussdQ7SAnv9NLf06/6BSc="},{"id":1002960258,"doc_uuid":"sbd/1C/k6xri6FbxYsD6l2Ou4mE="},{"id":1004872399,"doc_uuid":"sbd/IbfeYhXCgUHPN8SmSHH9Ua8="},{"id":1016597816,"doc_uuid":"sbd/3xoM3Xlej4NjBhhFnYZ3ugM="},{"id":746934418,"doc_uuid":"sbd/oAkBXUF7khqY7/5eYCHcqaY="},{"id":658998157,"doc_uuid":"sbd/nCaxZwRvBBT2VuGFZ5Al67k="},{"id":971460726,"doc_uuid":"sbd/ZMkt0FvtBe5ne/w62tUpcqI="},{"id":981942446,"doc_uuid":"sbd/SsqD2KX8Y5KirA9x9InMw70="},{"id":798917354,"doc_uuid":"sbd/ICoDWTq065NOEI7kuH3yOhs="},{"id":749483774,"doc_uuid":"sbd/7AnProTiYFwWcedzyYbySaQ="},{"id":953738007,"doc_uuid":"sbd/K57p3/XNn9nMmLpbuNahaY4="},{"id":852662064,"doc_uuid":"sbd/WA1eA1OPoS8CAZoqyVfJlDo="},{"id":973652222,"doc_uuid":"sbd/Ohsql9LfRTXGEyK1YTkE2Bc="},{"id":830694744,"doc_uuid":"sbd/1TSa9KwFTE1gP88S8wLPOS4="},{"id":970509182,"doc_uuid":"sbd/KEF82zyy1ARA2XfOiwZ424I="},{"id":1018410633,"doc_uuid":"sbd/uPJvJAa7COFJVinA9yqRCSg="},{"id":988651766,"doc_uuid":"sbd/FkPHJ6UDRdp/lNrajyQtBp8="},{"id":936123263,"doc_uuid":"sbd/Tx4kKLX0SsETzls41xF74fw="},{"id":726729942,"doc_uuid":"sbd/eZu7lyTu/KRYyzicGinitP4="},{"id":716669761,"doc_uuid":"sbd/7NxYOYQpkw4bOTmJuhPIxvw="},{"id":902014981,"doc_uuid":"sbd/M3/nwhgC44xEqQDtfOniqlg="},{"id":910510941,"doc_uuid":"sbd/ZGyY//jzgLTG/Q17Cv/N6YQ="},{"id":781725759,"doc_uuid":"sbd/OxNaTEGqCS5wJQO/UNqhEqg="},{"id":988651730,"doc_uuid":"sbd/giNxTbQS6/44oqbSMvjrCY4="},{"id":903285031,"doc_uuid":"sbd/fc/NvxPQKATXTUQ9JlQ14Ao="},{"id":700415270,"doc_uuid":"sbd/hoOXL6MVx58s7ANvDL3qvUU="},{"id":813979315,"doc_uuid":"sbd/TFQ06GaomsfsEts8mRjMtX4="},{"id":1002285710,"doc_uuid":"sbd/QqLCMDCMLX4RcUiF2BXfaf0="},{"id":735268890,"doc_uuid":"sbd/0jAKc4EMuFmyHGH96sdsxRY="},{"id":879731392,"doc_uuid":"sbd/zyGtPudIlb7Mg3YRldMF54c="},{"id":1015424729,"doc_uuid":"sbd/hY3miOkOfuuGFJahLlJYHTo="},{"id":536366609,"doc_uuid":"sbd/wB0C8PC0uIB8v5vcwOWpBHo="},{"id":862068778,"doc_uuid":"sbd/jT58PYq4uPbNKhM/8jTX7SQ="},{"id":876052444,"doc_uuid":"sbd/i4Gs84CKYFxtJ2bTVlz3ZQM="},{"id":763619033,"doc_uuid":"sbd/cBnpHelinGrLo6Ilst7K7U4="},{"id":763618066,"doc_uuid":"sbd/3PYVJvVys6Q03s/f9GkKHuc="},{"id":763618013,"doc_uuid":"sbd/8/uHNH7R3KuHhMCB8wysgY8="},{"id":763617989,"doc_uuid":"sbd/DGdEGSWuR4fp4ghrcDwOzPc="}],"ids":[657981440,714818433,925239943,605460911,719931141,830077083,885482843,775882667,852708081,909345392,896017397,906700285,784129420,974404546,852589678,693048160,953303433,534871659,750013542,883749769,958373845,982620202,1002960258,1004872399,1016597816,746934418,658998157,971460726,981942446,798917354,749483774,953738007,852662064,973652222,830694744,970509182,1018410633,988651766,936123263,726729942,716669761,902014981,910510941,781725759,988651730,903285031,700415270,813979315,1002285710,735268890,879731392,1015424729,536366609,862068778,876052444,763619033,763618066,763618013,763617989],"title_link":null,"title":null,"track_opts":{"compilation_id":null,"module_id":"sbd/x4pi8vePlJv4xWvAcb4Emao=","widget_name":"recommender_list","track_id":"doc_page_user_experience_top"}},"topic_recs_config":{"front_end_variant":"control","doc_eligible":false},"documents":{"534871659":{"author":"TRISHALA.SWAIN","author_url":"https://www.scribd.com/user/337759002/TRISHALA-SWAIN","categories":[],"description":null,"id":534871659,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":29,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/534871659/298x396/02401019d7/1668320555?v=1","run_time":0,"short_title":"Python Programming Overview and Resources","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/534871659/149x198/ff4734f668/1668320555?v=1","title":"Python Programming Overview and Resources","type":"document","url":"https://www.scribd.com/document/534871659/3150713-Python-GTU-Study-Material-E-Notes-Unit-1-12012021081509AM","views":"3.2K"},"536366609":{"author":"K Prasad","author_url":"https://www.scribd.com/user/480447237/K-Prasad","categories":[],"description":"","id":536366609,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":32,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/536366609/298x396/a0b5a3e163/1729223752?v=1","run_time":0,"short_title":"Python PowerPoint Presentation Guide","static_rating":{"rating":5,"count":1,"up_count":1},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/536366609/149x198/50d07204d3/1729223752?v=1","title":"Python PowerPoint Presentation Guide","type":"document","url":"https://www.scribd.com/presentation/536366609/PPtonPython4","views":"1.7K"},"605460911":{"author":"Ganesh reddy Narmala","author_url":"https://www.scribd.com/user/580177868/Ganesh-reddy-Narmala","categories":[],"description":null,"id":605460911,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":5,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/605460911/298x396/d8f88ab2f1/1667719377?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/605460911/149x198/ae8619917d/1667719377?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/605460911/Iot-Unit-3-Decode","views":"172"},"657981440":{"author":"jejah","author_url":"https://www.scribd.com/user/678126822/jejah","categories":[],"description":null,"id":657981440,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":143,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/657981440/298x396/8ec4b92b69/1688891202?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/657981440/149x198/df42967b8d/1688891202?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/657981440/Python","views":"369"},"658998157":{"author":"Kamalakumar V","author_url":"https://www.scribd.com/user/606994536/Kamalakumar-V","categories":[],"description":"","id":658998157,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/658998157/298x396/ed77c24abe/1710579801?v=1","run_time":0,"short_title":"Python Data Types Explained","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/658998157/149x198/86245eb7fd/1710579801?v=1","title":"Python Data Types Explained","type":"document","url":"https://www.scribd.com/document/658998157/Python-Datatypes","views":"155"},"693048160":{"author":"krishnakarbhari1703","author_url":"https://www.scribd.com/user/711963343/krishnakarbhari1703","categories":[],"description":"python with data science important questions with solution","id":693048160,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":60,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/693048160/298x396/a267fda2b4/1710571570?v=1","run_time":0,"short_title":"Pds Imp","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/693048160/149x198/5a88585730/1710571570?v=1","title":"Pds Imp","type":"document","url":"https://www.scribd.com/document/693048160/pds-imp","views":"118"},"700415270":{"author":"raziyabanu2105","author_url":"https://www.scribd.com/user/702822165/raziyabanu2105","categories":[],"description":"","id":700415270,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":22,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/700415270/298x396/8590811019/1710584647?v=1","run_time":0,"short_title":"Python Programming Unit 1 Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/700415270/149x198/34f48796b5/1710584647?v=1","title":"Python Programming Unit 1 Overview","type":"document","url":"https://www.scribd.com/document/700415270/Python-Unit-1","views":"453"},"714818433":{"author":"syelpale94","author_url":"https://www.scribd.com/user/705264967/syelpale94","categories":[],"description":"introduction and syntax of python program notes","id":714818433,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":32,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/714818433/298x396/090af9c8a3/1710836593?v=1","run_time":0,"short_title":"Chapter1 (TYCO-PWP) - 1","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/714818433/149x198/6b557985b6/1710836593?v=1","title":"Chapter1 (TYCO-PWP) - 1","type":"document","url":"https://www.scribd.com/document/714818433/chapter1-TYCO-PWP-1","views":"49"},"716669761":{"author":"tokedeg243","author_url":"https://www.scribd.com/user/734860024/tokedeg243","categories":[],"description":null,"id":716669761,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":30,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/716669761/298x396/65216a242e/1711294770?v=1","run_time":0,"short_title":"Python Variables and Data Types Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/716669761/149x198/ffe0e9c9c2/1711294770?v=1","title":"Python Variables and Data Types Guide","type":"document","url":"https://www.scribd.com/document/716669761/Python-Objects-and-Datastructure","views":"326"},"719931141":{"author":"rohitdhande79","author_url":"https://www.scribd.com/user/708595280/rohitdhande79","categories":[],"description":"Python assignment","id":719931141,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":29,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/719931141/298x396/31fce24cde/1712217069?v=1","run_time":0,"short_title":"Python Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/719931141/149x198/4b3d620b99/1712217069?v=1","title":"Python Basics: Modes, Features, and Data Types","type":"document","url":"https://www.scribd.com/document/719931141/PWP-Assignment-1","views":"32"},"726729942":{"author":"krushnatilekar5","author_url":"https://www.scribd.com/user/743577222/krushnatilekar5","categories":[],"description":null,"id":726729942,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":28,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/726729942/298x396/513121ffb0/1714086528?v=1","run_time":0,"short_title":"Python Programming Language Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/726729942/149x198/a62c5233b6/1714086528?v=1","title":"Python Programming Language Overview","type":"document","url":"https://www.scribd.com/document/726729942/py","views":"54"},"735268890":{"author":"suchita.arora","author_url":"https://www.scribd.com/user/738893342/suchita-arora","categories":[],"description":null,"id":735268890,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":57,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/735268890/298x396/5250c0424d/1716438489?v=1","run_time":0,"short_title":"Python for Data Structures and Algorithms","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/735268890/149x198/a4ce146f51/1716438489?v=1","title":"Python for Data Structures and Algorithms","type":"document","url":"https://www.scribd.com/presentation/735268890/Dsa-Week-1-python","views":"125"},"746934418":{"author":"HOD IT Dr. K Subhash","author_url":"https://www.scribd.com/user/599884403/HOD-IT-Dr-K-Subhash","categories":[],"description":"","id":746934418,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":183,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/746934418/298x396/bda7f09c24/1719823667?v=1","run_time":0,"short_title":"Python Programming Basics and Features","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/746934418/149x198/7dae512d90/1719823667?v=1","title":"Python Programming Basics and Features","type":"document","url":"https://www.scribd.com/document/746934418/JNTUA-Python-Programming-Data-Science-Notes-R20","views":"613"},"749483774":{"author":"shylad71","author_url":"https://www.scribd.com/user/765506401/shylad71","categories":[],"description":null,"id":749483774,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":45,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/749483774/298x396/d26a05e5b6/1720643350?v=1","run_time":0,"short_title":"Python Data Types Overview and Examples","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/749483774/149x198/6066220c88/1720643350?v=1","title":"Python Data Types Overview and Examples","type":"document","url":"https://www.scribd.com/document/749483774/12062024-Datatypes","views":"56"},"750013542":{"author":"HARSHINI RAVVA","author_url":"https://www.scribd.com/user/682696468/HARSHINI-RAVVA","categories":[],"description":"","id":750013542,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":51,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/750013542/298x396/2c0fd9a286/1720808372?v=1","run_time":0,"short_title":"IoT Fundamentals","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/750013542/149x198/eeb773da62/1720808372?v=1","title":"IoT Fundamentals: Python & Raspberry Pi","type":"document","url":"https://www.scribd.com/document/750013542/Fiot-r18-III-Umalwara","views":"120"},"763617989":{"author":"salad10shark","author_url":"https://www.scribd.com/user/778782740/salad10shark","categories":[],"description":"nlp notes for ai ml","id":763617989,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":20,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763617989/298x396/f939951d54/1724871953?v=1","run_time":0,"short_title":"NLP Unit 2","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763617989/149x198/a94ffc8675/1724871953?v=1","title":"NLP Unit 2","type":"document","url":"https://www.scribd.com/document/763617989/nlp-unit-2","views":"602"},"763618013":{"author":"salad10shark","author_url":"https://www.scribd.com/user/778782740/salad10shark","categories":[],"description":"nlp notes ai ml","id":763618013,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":5,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763618013/298x396/295cc2c4c8/1766492625?v=1","run_time":0,"short_title":"Predicate Argument Structure in NLP","static_rating":{"rating":5,"count":2,"up_count":2},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763618013/149x198/91c41777f1/1766492625?v=1","title":"Predicate Argument Structure in NLP","type":"document","url":"https://www.scribd.com/document/763618013/u4-nlp-notes","views":"4.7K"},"763618066":{"author":"salad10shark","author_url":"https://www.scribd.com/user/778782740/salad10shark","categories":[],"description":"nlp notes ai ml","id":763618066,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":20,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763618066/298x396/ae89aec1e2/1724871969?v=1","run_time":0,"short_title":"NLP Unit 3","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/763618066/149x198/a3034eb947/1724871969?v=1","title":"NLP Unit 3","type":"document","url":"https://www.scribd.com/document/763618066/nlp-unit-3","views":"893"},"763619033":{"author":"salad10shark","author_url":"https://www.scribd.com/user/778782740/salad10shark","categories":[],"description":"cns pdf","id":763619033,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":6,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/763619033/298x396/1bb30d5656/1724872198?v=1","run_time":0,"short_title":"PGP Email Security and Operations Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/763619033/149x198/98954db44f/1724872198?v=1","title":"PGP Email Security and Operations Guide","type":"document","url":"https://www.scribd.com/document/763619033/CNS-1","views":"39"},"775882667":{"author":"lemonlemon","author_url":"https://www.scribd.com/user/741365189/lemonlemon","categories":[],"description":"PSPP","id":775882667,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":10,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/775882667/298x396/2e10549fcf/1727963617?v=1","run_time":0,"short_title":"Complex Numbers","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/775882667/149x198/799882f8bf/1727963617?v=1","title":"Complex Numbers","type":"document","url":"https://www.scribd.com/document/775882667/Complex-Numbers","views":"66"},"781725759":{"author":"mohitkulhary30","author_url":"https://www.scribd.com/user/764027951/mohitkulhary30","categories":[],"description":"","id":781725759,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":144,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/781725759/298x396/b63f2cb159/1729322401?v=1","run_time":0,"short_title":"Understanding Python Decorators","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/781725759/149x198/04c15d261a/1729322401?v=1","title":"Understanding Python Decorators","type":"document","url":"https://www.scribd.com/document/781725759/Python","views":"128"},"784129420":{"author":"pranavkaushik2005","author_url":"https://www.scribd.com/user/789123358/pranavkaushik2005","categories":[],"description":"","id":784129420,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":14,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/784129420/298x396/b84e9a2e97/1729852409?v=1","run_time":0,"short_title":"Overview of Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/784129420/149x198/090aa83e8b/1729852409?v=1","title":"Overview of Python Programming","type":"document","url":"https://www.scribd.com/document/784129420/Python-unit-1","views":"73"},"798917354":{"author":"sahil.arora.cs27","author_url":"https://www.scribd.com/user/812523376/sahil-arora-cs27","categories":[],"description":"","id":798917354,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":10,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/798917354/298x396/29ad9b2e19/1770958334?v=1","run_time":0,"short_title":"Python Midterm Exam Key Questions","static_rating":{"rating":1,"count":1,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/798917354/149x198/c69fd2c486/1770958334?v=1","title":"Python Midterm Exam Key Questions","type":"document","url":"https://www.scribd.com/document/798917354/Python-Important-questions-for-mid-term-exam","views":"3.7K"},"813979315":{"author":"swarna","author_url":"https://www.scribd.com/user/563152422/swarna","categories":[],"description":"Python unit 2 given as presentation","id":813979315,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":71,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/813979315/298x396/4b9b771d29/1736500425?v=1","run_time":0,"short_title":"Python Programming Basics Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/813979315/149x198/6af2724c49/1736500425?v=1","title":"Python Programming Basics Overview","type":"document","url":"https://www.scribd.com/presentation/813979315/U2-of-python","views":"95"},"830077083":{"author":"panupama1256","author_url":"https://www.scribd.com/user/703055856/panupama1256","categories":[],"description":"","id":830077083,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":16,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/830077083/298x396/be9fdf3fb2/1739971402?v=1","run_time":0,"short_title":"Python Features and Data Types Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/830077083/149x198/761aece495/1739971402?v=1","title":"Python Features and Data Types Overview","type":"document","url":"https://www.scribd.com/document/830077083/PPUnit1-2","views":"32"},"830694744":{"author":"Anant Kanwale","author_url":"https://www.scribd.com/user/600158690/Anant-Kanwale","categories":[],"description":"","id":830694744,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":16,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/830694744/298x396/9b73020cda/1740083791?v=1","run_time":0,"short_title":"Python Data Types Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/830694744/149x198/99a0a864a7/1740083791?v=1","title":"Python Data Types Overview","type":"document","url":"https://www.scribd.com/document/830694744/Advanced-Python-notes","views":"193"},"852589678":{"author":"lopamudragoswami81","author_url":"https://www.scribd.com/user/796211351/lopamudragoswami81","categories":[],"description":null,"id":852589678,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":21,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/852589678/298x396/156c48365f/1745315780?v=1","run_time":0,"short_title":"Python Programming Basics Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/852589678/149x198/41cf9778a7/1745315780?v=1","title":"Python Programming Basics Overview","type":"document","url":"https://www.scribd.com/document/852589678/01-Python-Revision-Tour","views":"71"},"852662064":{"author":"waghkaveri5","author_url":"https://www.scribd.com/user/738357694/waghkaveri5","categories":[],"description":"Python unit 1 notes","id":852662064,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":28,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/852662064/298x396/ca6c062862/1745328923?v=1","run_time":0,"short_title":"Python Programming Basics and Features","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/852662064/149x198/7df78e478a/1745328923?v=1","title":"Python Programming Basics and Features","type":"document","url":"https://www.scribd.com/presentation/852662064/Unit-1-Python","views":"14"},"852708081":{"author":"varun.gupta","author_url":"https://www.scribd.com/user/775417428/varun-gupta","categories":[],"description":null,"id":852708081,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":57,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/852708081/298x396/10fe03b744/1745337250?v=1","run_time":0,"short_title":"Python Programming Overview and Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/852708081/149x198/cdbb12a982/1745337250?v=1","title":"Python Programming Overview and Basics","type":"document","url":"https://www.scribd.com/document/852708081/BCA-402-Python-Unit-1","views":"119"},"862068778":{"author":"chappisumaiya","author_url":"https://www.scribd.com/user/864180391/chappisumaiya","categories":[],"description":"M.sc cs","id":862068778,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":7,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/862068778/298x396/c5c1efa129/1747304346?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/862068778/149x198/36f4b08aa9/1747304346?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/862068778/Python-UNIT-1","views":"63"},"876052444":{"author":"ckesava474","author_url":"https://www.scribd.com/user/744105450/ckesava474","categories":[],"description":null,"id":876052444,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":259,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/876052444/298x396/111a95ff76/1749924894?v=1","run_time":0,"short_title":"Introduction to Python Programming Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/876052444/149x198/9af680c3e8/1749924894?v=1","title":"Introduction to Python Programming Basics","type":"document","url":"https://www.scribd.com/document/876052444/Python-Material-1","views":"115"},"879731392":{"author":"sivasakthiarun2006","author_url":"https://www.scribd.com/user/876843229/sivasakthiarun2006","categories":[],"description":null,"id":879731392,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":88,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/879731392/298x396/7e813728d9/1750699536?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/879731392/149x198/d8fdee2549/1750699536?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/879731392/UNIT-1-PPT-Final-compressed","views":"69"},"883749769":{"author":"sarani sattineni","author_url":"https://www.scribd.com/user/660499257/sarani-sattineni","categories":[],"description":null,"id":883749769,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":33,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/883749769/298x396/9ea77224d5/1751525127?v=1","run_time":0,"short_title":"Python Programming Basics and Data Types","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/883749769/149x198/f34127e92c/1751525127?v=1","title":"Python Programming Basics and Data Types","type":"document","url":"https://www.scribd.com/document/883749769/Fiot-3rd-Unit-Notes","views":"205"},"885482843":{"author":"Karan Patil","author_url":"https://www.scribd.com/user/669293059/Karan-Patil","categories":[],"description":null,"id":885482843,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":63,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/885482843/298x396/5c9a841ff1/1751904030?v=1","run_time":0,"short_title":"Python and Raspberry Pi Basics Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/885482843/149x198/a3f750868f/1751904030?v=1","title":"Python and Raspberry Pi Basics Guide","type":"document","url":"https://www.scribd.com/presentation/885482843/UNIT-3","views":"75"},"896017397":{"author":"kshitijasingh24","author_url":"https://www.scribd.com/user/838630975/kshitijasingh24","categories":[],"description":null,"id":896017397,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":25,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/896017397/298x396/31fb134214/1754061069?v=1","run_time":0,"short_title":"Python Data Types Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/896017397/149x198/dd54e58b4f/1754061069?v=1","title":"Python Data Types Overview","type":"document","url":"https://www.scribd.com/document/896017397/Python-Programming-Notes","views":"111"},"902014981":{"author":"harshadmhatre876","author_url":"https://www.scribd.com/user/891916844/harshadmhatre876","categories":[],"description":null,"id":902014981,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":22,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/902014981/298x396/2efde4d7ee/1755266796?v=1","run_time":0,"short_title":"Understanding Python Data Types","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/902014981/149x198/f683235e93/1755266796?v=1","title":"Understanding Python Data Types","type":"document","url":"https://www.scribd.com/document/902014981/2-Varibles-and-Datatypes","views":"58"},"903285031":{"author":"Sandhya Gupta","author_url":"https://www.scribd.com/user/592811786/Sandhya-Gupta","categories":[],"description":null,"id":903285031,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":13,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/903285031/298x396/d707f8a5b5/1755569199?v=1","run_time":0,"short_title":"Python Data Types Explained","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/903285031/149x198/59296f80b5/1755569199?v=1","title":"Python Data Types Explained","type":"document","url":"https://www.scribd.com/document/903285031/Datatypes-Operators","views":"40"},"906700285":{"author":"Supreeth Rkalluraya","author_url":"https://www.scribd.com/user/326801348/Supreeth-Rkalluraya","categories":[],"description":null,"id":906700285,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":6,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/906700285/298x396/d2144a2a59/1756228987?v=1","run_time":0,"short_title":"Python Basics for MBA Students","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/906700285/149x198/e111c26ab2/1756228987?v=1","title":"Python Basics for MBA Students","type":"document","url":"https://www.scribd.com/document/906700285/Python-Notes-2674683-2022-08-09-08-46","views":"59"},"909345392":{"author":"ayushs41619","author_url":"https://www.scribd.com/user/840199151/ayushs41619","categories":[],"description":null,"id":909345392,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":9,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/909345392/298x396/e9fd28929e/1756628607?v=1","run_time":0,"short_title":"Python Variables and Data Types Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/909345392/149x198/036ece4b9f/1756628607?v=1","title":"Python Variables and Data Types Guide","type":"document","url":"https://www.scribd.com/document/909345392/Python-Class-2","views":"28"},"910510941":{"author":"winnersgaming4321","author_url":"https://www.scribd.com/user/840989785/winnersgaming4321","categories":[],"description":null,"id":910510941,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":51,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/910510941/298x396/c88f0666d2/1756844369?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/910510941/149x198/95e68fa895/1756844369?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/910510941/Unit-I-PP","views":"80"},"925239943":{"author":"aa001ravi","author_url":"https://www.scribd.com/user/906235791/aa001ravi","categories":[],"description":null,"id":925239943,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":155,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/925239943/298x396/b4f469ae0b/1759223682?v=1","run_time":0,"short_title":"Python Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/925239943/149x198/2a2a29db46/1759223682?v=1","title":"Python Basics: Features, Variables, Data Types","type":"document","url":"https://www.scribd.com/document/925239943/Bcc-402-Unit-1-to-5-Merged","views":"47"},"936123263":{"author":"Jorge Andrei Fuertes","author_url":"https://www.scribd.com/user/450300484/Jorge-Andrei-Fuertes","categories":[],"description":null,"id":936123263,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":23,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/936123263/298x396/704d0ee85a/1761042845?v=1","run_time":0,"short_title":"Python Programming Basics Overview","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/936123263/149x198/4571b53dd9/1761042845?v=1","title":"Python Programming Basics Overview","type":"document","url":"https://www.scribd.com/document/936123263/CS20121-20ADVANCED20COMP20PROG","views":"21"},"953303433":{"author":"tamannashah1809","author_url":"https://www.scribd.com/user/848090576/tamannashah1809","categories":[],"description":null,"id":953303433,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":71,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/953303433/298x396/3d8dca0131/1763826878?v=1","run_time":0,"short_title":"Python Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/953303433/149x198/d94ad9dfe1/1763826878?v=1","title":"Python Basics: Variables, Types, and Scope","type":"document","url":"https://www.scribd.com/presentation/953303433/Python-Unit-1","views":"33"},"953738007":{"author":"rashdiexpert0786","author_url":"https://www.scribd.com/user/923698244/rashdiexpert0786","categories":[],"description":"this is a study material","id":953738007,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":20,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/953738007/298x396/9de175e9a1/1763895445?v=1","run_time":0,"short_title":"Python Data Types Explained","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/953738007/149x198/899e091afa/1763895445?v=1","title":"Python Data Types Explained","type":"document","url":"https://www.scribd.com/document/953738007/Python-Term-work","views":"55"},"958373845":{"author":"vawala5439","author_url":"https://www.scribd.com/user/927269817/vawala5439","categories":[],"description":null,"id":958373845,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":32,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/958373845/298x396/48da6d45da/1764487413?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/958373845/149x198/9070821e40/1764487413?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/958373845/Ppds-1st-Unit","views":"25"},"970509182":{"author":"iniyavanm576","author_url":"https://www.scribd.com/user/807131333/iniyavanm576","categories":[],"description":null,"id":970509182,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":14,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/970509182/298x396/96f09951d5/1766465241?v=1","run_time":0,"short_title":"Python Programming Basics and Concepts","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/970509182/149x198/58ce3ad139/1766465241?v=1","title":"Python Programming Basics and Concepts","type":"document","url":"https://www.scribd.com/document/970509182/Python-Unit-1-1-2-Q-A-2","views":"17"},"971460726":{"author":"cankissme1111","author_url":"https://www.scribd.com/user/789730836/cankissme1111","categories":[],"description":null,"id":971460726,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":32,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/971460726/298x396/718f8a5132/1766595361?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/971460726/149x198/1e7a93ba8c/1766595361?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/971460726/Unit-1-1","views":"23"},"973652222":{"author":"didlanavyasree","author_url":"https://www.scribd.com/user/936410855/didlanavyasree","categories":[],"description":null,"id":973652222,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":39,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/973652222/298x396/94e11cf255/1767023749?v=1","run_time":0,"short_title":"Understanding Algorithms and Python Features","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/973652222/149x198/ba5cda8c0f/1767023749?v=1","title":"Understanding Algorithms and Python Features","type":"document","url":"https://www.scribd.com/document/973652222/Python-Unit-1-Imp-Q-A","views":"42"},"974404546":{"author":"Aneesh Dayma","author_url":"https://www.scribd.com/user/117934124/Aneesh-Dayma","categories":[],"description":null,"id":974404546,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":15,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/974404546/298x396/bcb3bc283e/1767191519?v=1","run_time":0,"short_title":"Introduction to Python Programming","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/974404546/149x198/9b23f2b443/1767191519?v=1","title":"Introduction to Python Programming","type":"document","url":"https://www.scribd.com/document/974404546/Class-7-Chapter-7","views":"52"},"981942446":{"author":"soniyash4095","author_url":"https://www.scribd.com/user/726914392/soniyash4095","categories":[],"description":null,"id":981942446,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":79,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/981942446/298x396/9959f7ed56/1768541978?v=1","run_time":0,"short_title":"Python Programming Basics Guide","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/981942446/149x198/4b96feb93f/1768541978?v=1","title":"Python Programming Basics Guide","type":"document","url":"https://www.scribd.com/document/981942446/Python-Unit-1-Introduction-to-Python","views":"76"},"982620202":{"author":"dps.examchamber","author_url":"https://www.scribd.com/user/737182102/dps-examchamber","categories":[],"description":null,"id":982620202,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":21,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/982620202/298x396/5901df1cb5/1768661552?v=1","run_time":0,"short_title":"Python Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/982620202/149x198/1bc2208333/1768661552?v=1","title":"Python Basics: Tokens and Data Types","type":"document","url":"https://www.scribd.com/document/982620202/1-Python-Revision-Tour","views":"49"},"988651730":{"author":"nihaljakhar19","author_url":"https://www.scribd.com/user/768059915/nihaljakhar19","categories":[],"description":null,"id":988651730,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":50,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/988651730/298x396/6454e50c84/1769589681?v=1","run_time":0,"short_title":"Class 12th Computer Science - Pa 1 2025 26","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/988651730/149x198/9f48e190e4/1769589681?v=1","title":"Class 12th Computer Science - Pa 1 2025 26","type":"document","url":"https://www.scribd.com/document/988651730/Class-12th-Computer-Science-pa-1-2025-26","views":"49"},"988651766":{"author":"nihaljakhar19","author_url":"https://www.scribd.com/user/768059915/nihaljakhar19","categories":[],"description":null,"id":988651766,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":209,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/988651766/298x396/81b17b7614/1769601331?v=1","run_time":0,"short_title":"Computer Science Notes Class Xii","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/988651766/149x198/0e07fe2aa7/1769601331?v=1","title":"Computer Science Notes Class Xii","type":"document","url":"https://www.scribd.com/document/988651766/Computer-Science-Notes-Class-Xii","views":"165"},"1002285710":{"author":"akshatawasthi732","author_url":"https://www.scribd.com/user/955217096/akshatawasthi732","categories":[],"description":null,"id":1002285710,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":61,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1002285710/298x396/a086a7c308/1771836067?v=1","run_time":0,"short_title":"Module1 Python Basics","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1002285710/149x198/7eea3c3618/1771836067?v=1","title":"Module1 Python Basics","type":"document","url":"https://www.scribd.com/document/1002285710/Module1-Python-Basics-pptx","views":"27"},"1002960258":{"author":"Tom Sinu","author_url":"https://www.scribd.com/user/955639102/Tom-Sinu","categories":[],"description":null,"id":1002960258,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":85,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/1002960258/298x396/05930fe9dd/1771927673?v=1","run_time":0,"short_title":"Computer Final Notes","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1002960258/149x198/4878e851c9/1771927673?v=1","title":"Computer Final Notes","type":"document","url":"https://www.scribd.com/document/1002960258/Computer-Final-Notes","views":"13"},"1004872399":{"author":"rockysai185","author_url":"https://www.scribd.com/user/948340250/rockysai185","categories":[],"description":"python","id":1004872399,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":18,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1004872399/298x396/21266ff3e8/1772201875?v=1","run_time":0,"short_title":"Python Unit-I IIIBsc","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1004872399/149x198/c9964d4c67/1772201875?v=1","title":"Python Unit-I IIIBsc","type":"document","url":"https://www.scribd.com/document/1004872399/Python-Unit-I-IIIBsc","views":"6"},"1015424729":{"author":"Jiya","author_url":"https://www.scribd.com/user/641286917/Jiya","categories":[],"description":"Basic python language introduction, contains type casting, data types, python keywords, types of statements.\nContains basic introduction to python language","id":1015424729,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":28,"retina_thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/1015424729/298x396/045a677fa1/1774066227?v=1","run_time":0,"short_title":"Basic Python Language Introduction","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/1015424729/149x198/f9ca3dab67/1774066227?v=1","title":"Basic Python Language Introduction","type":"document","url":"https://www.scribd.com/document/1015424729/Basic-python-language-introduction","views":"6"},"1016597816":{"author":"Satya Pawade","author_url":"https://www.scribd.com/user/470346724/Satya-Pawade","categories":[],"description":null,"id":1016597816,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":5,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1016597816/298x396/0b583fefd1/1774334274?v=1","run_time":0,"short_title":"Easy To Code:","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1016597816/149x198/84418c0655/1774334274?v=1","title":"Easy To Code:: Features in Python","type":"document","url":"https://www.scribd.com/document/1016597816/Document-2","views":"2"},"1018410633":{"author":"akshithakadali562004","author_url":"https://www.scribd.com/user/893777044/akshithakadali562004","categories":[],"description":null,"id":1018410633,"is_series":false,"in_library":false,"library_xhr_pending":false,"page_count":24,"retina_thumb_url":"https://imgv2-2-f.scribdassets.com/img/document/1018410633/298x396/ead053c6dc/1774638360?v=1","run_time":0,"short_title":"Python Programming Unit 1 - Bca","static_rating":{"rating":0,"count":0,"up_count":0},"thumb_url":"https://imgv2-1-f.scribdassets.com/img/document/1018410633/149x198/fddcb324c1/1774638360?v=1","title":"Python Programming Unit 1 - Bca","type":"document","url":"https://www.scribd.com/document/1018410633/Python-Programming-Unit-1-Bca","views":"12"}}},"renewalNagProps":null,"signupContext":null,"static":{"config":{"brand":"scribd","auth0":{"domain":"auth.scribd.com","clientId":"gyc7yrfzsvJfiwylseau8cx9uVaoaNSP","audience":"https://api.scribd.com/api/v3/"},"docChat":{"graphqlEndpoint":"https://api.scribd.com/api/v3/graphql"},"google":{"clientId":"491264573595-hs5hu9ijbfl9g6khnkn2retrfr6lcua7.apps.googleusercontent.com","sessionPath":"/open_id_connect/login"},"thirdPartyTags":{"googleAnalytics":{"account_id":"UA-443684-2","current_user":"false","facebook_user_context":"none"},"includeGoogleTagManager":true},"webAnalytics":{"requestId":"888f39ef25c72ba0244b2483822b5a638d18c2223f56c9d9b0d3110fdba78967"}},"routes":{"accountPath":"L2FjY291bnQtc2V0dGluZ3M=\n","accountSettingsPath":"L3lvdXItYWNjb3VudA==\n","androidStoreUrl":"aHR0cHM6Ly9wbGF5Lmdvb2dsZS5jb20vc3RvcmUvYXBwcy9kZXRhaWxzP2lk\nPWNvbS5zY3JpYmQuYXBwLnJlYWRlcjAuZG9jcw==\n","appPromoDeepLink":"aHR0cHM6Ly9zY3JpYmQucGFnZS5saW5rLz9hbXY9MTMuMTYmYXBuPWNvbS5z\nY3JpYmQuYXBwLnJlYWRlcjAuZG9jcyZpYmk9Y29tLnNjcmliZC5kb2NzJmlt\ndj0xMy4xNiZpc2k9NjQ0ODgwNzcxNCZsaW5rPWh0dHBzJTNBJTJGJTJGd3d3\nLnNjcmliZC5jb20lMkZkb2N1bWVudCUyRjc2MzYxODM2MiUyRmFpLW1sLW5v\ndGVzJTNGcmVmZXJyZXIlM0R1dG1fY2FtcGFpZ24lM0Rkb2NfcGFnZSUyNnV0\nbV9zb3VyY2UlM0Rkb2NfcGFnZSUyNnV0bV9tZWRpdW0lM0R3ZWImc3Q9YWkl\nMjBtbCUyMG5vdGVzJnNpPWh0dHBzOi8vaW1ndjItMS1mLnNjcmliZGFzc2V0\ncy5jb20vaW1nL2RvY3VtZW50Lzc2MzYxODM2Mi9vcmlnaW5hbC8yMTZ4Mjg3\nLzhiNmE2ZjYwZGYvMT92PTE=\n","audiobooksAllCategoriesPath":"L2F1ZGlvYm9va3MvY2F0ZWdvcmllcw==\n","audiobooksPath":"L2F1ZGlvYm9va3M=\n","archivePlansAskAiActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03NjM2\nMTgzNjImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJhc2tfYWklMjIlMkMlMjJsb2dnZWRfaW4l\nMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIyJTdE\n","archivePlansCopyActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03NjM2\nMTgzNjImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJjb3B5JTIyJTJDJTIybG9nZ2VkX2luJTIy\nJTNBZmFsc2UlMkMlMjJwbGF0Zm9ybSUyMiUzQSUyMndlYiUyMiU3RA==\n","archivePlansDownloadActionUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hcmNoaXZlL3BsYW5zP2RvYz03NjM2\nMTgzNjImbWV0YWRhdGE9JTdCJTIyY29udGV4dCUyMiUzQSUyMmFyY2hpdmVf\ndmlld19yZXN0cmljdGVkJTIyJTJDJTIycGFnZSUyMiUzQSUyMnJlYWQlMjIl\nMkMlMjJhY3Rpb24lMjIlM0ElMjJkb3dubG9hZCUyMiUyQyUyMmxvZ2dlZF9p\nbiUyMiUzQWZhbHNlJTJDJTIycGxhdGZvcm0lMjIlM0ElMjJ3ZWIlMjIlN0Q=\n","bestsellersPath":"L2Jlc3RzZWxsZXJz\n","booksAllCategoriesPath":"L2Jvb2tzL2NhdGVnb3JpZXM=\n","booksPath":"L2Jvb2tz\n","documentsAllCategoriesPath":"L2RvY3MvY2F0ZWdvcmllcw==\n","documentsPath":"L2RvY3M=\n","facebookUrl":"aHR0cHM6Ly93d3cuZmFjZWJvb2suY29tL1NjcmliZC8=\n","homePath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","instagramUrl":"aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9zY3JpYmQv\n","iosStoreUrl":"aHR0cHM6Ly9hcHBzLmFwcGxlLmNvbS91cy9hcHAvNjQ0ODgwNzcxND9tdD04\nJnB0PTI5ODUzNA==\n","languageModalPropsPath":"L2xhbmd1YWdlX21vZGFsX3Byb3Bz\n","logoutPath":"L2xvZ291dA==\n","magazinesAllCategoriesPath":"L21hZ2F6aW5lcy9jYXRlZ29yaWVz\n","magazinesPath":"L21hZ2F6aW5lcw==\n","myUploadsPath":"L3VwbG9hZHM=\n","oauthLoginUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9sb2dpbg==\n","oauthSignupUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA=\n","oauthStartTrialUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9vYXV0aC9zaWdudXA/ZG9jX2lkPTc2\nMzYxODM2Mg==\n","originalsRoute":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vb3JpZ2luYWxz\n","paymentFixUrl":null,"pinterestUrl":"aHR0cHM6Ly93d3cucGludGVyZXN0LmNvbS9zY3JpYmQv\n","podcastsAllCategories":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cy9jYXRlZ29yaWVz\n","podcastsPath":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wb2RjYXN0cw==\n","profilePath":"","progressiveProfileModalPropsPath":"L2RvYy1wYWdlL3Byb2dyZXNzaXZlLXByb2ZpbGUtbW9kYWwvNzYzNjE4MzYy\n","progressiveProfileModalDismissPath":"L3Byb2dyZXNzaXZlX3Byb2ZpbGVfbW9kYWwvZGlzbWlzc19tb2RhbA==\n","queryUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZWFyY2gvcXVlcnk=\n","rate":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yYXRpbmdzLmpzb24=\n","readingHistoryDataPath":"L3lvdXItYWNjb3VudC9yZWFkaW5nX2hpc3RvcnlfZGF0YQ==\n","referralsUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWZlcnJhbHM=\n","rootPath":"Lw==\n","rootUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS8=\n","savedPath":"L3NhdmVk\n","searchPath":"L3NlYXJjaA==\n","searchUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZWFyY2g=\n","sendAppDownloadUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9zZW5kX2Rvd25sb2FkX2xpbms=\n","sheetMusicPath":"L3NoZWV0bXVzaWM=\n","statsPath":null,"subscribeUrl":"L2FyY2hpdmUvcG1wX2NoZWNrb3V0P2RvYz03NjM2MTgzNjImZG9jX2lkPTc2\nMzYxODM2MiZtZXRhZGF0YT0lN0IlMjJjb250ZXh0JTIyJTNBJTIycG1wJTIy\nJTJDJTIyYWN0aW9uJTIyJTNBJTIyc3RhcnRfdHJpYWwlMjIlMkMlMjJsb2dn\nZWRfaW4lMjIlM0FmYWxzZSUyQyUyMnBsYXRmb3JtJTIyJTNBJTIyd2ViJTIy\nJTJDJTIyZG9jdW1lbnQlMjIlM0E3NjM2MTgzNjIlMkMlMjJicm93c2VyX3V1\naWQlMjIlM0ElMjI3ZjkyYWU3NS05MzcwLTQwODMtYTM4OS1kNGZmYWNkN2I2\nN2QlMjIlN0Q=\n","supportPath":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbQ==\n","transparencyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS90cmFuc3BhcmVuY3k=\n","twitterUrl":"aHR0cHM6Ly90d2l0dGVyLmNvbS9zY3JpYmQv\n","unpauseAccountUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9hY2NvdW50L3VucGF1c2U/ZnJvbT1o\ndHRwcyUzQSUyRiUyRnd3dy5zY3JpYmQuY29tJTJGZG9jdW1lbnQlMkY3NjM2\nMTgzNjIlMkZhaS1tbC1ub3Rlcw==\n","incentivizedUploadPath":"L3VwbG9hZC1kb2N1bWVudD9hcmNoaXZlX2RvYz03NjM2MTgzNjI=\n","uploadPath":"L3VwbG9hZC1kb2N1bWVudA==\n","webAnalyticsUrl":"aHR0cHM6Ly93YS5zY3JpYmQuY29t\n","whatIsScribdLandingPath":"L3doYXQtaXMtc2NyaWJk\n","whatIsEverandLandingPath":"L3doYXQtaXMtZXZlcmFuZA==\n","footerContentTypeRoutes":{"documents":"L2RvY3M=\n"},"aboutUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9hYm91dA==\n","accessibilityUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5NTg2LUFjY2Vzc2liaWxpdHktTm90aWNl\n","adChoicesUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzY2\n","blogUrl":"aHR0cHM6Ly9ibG9nLnNjcmliZC5jb20v\n","careersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9jYXJlZXJz\n","contactUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9jb250YWN0\n","copyrightUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MDg2\n","everandBlogUrl":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20vYmxvZw==\n","everandHostPath":"aHR0cHM6Ly93d3cuZXZlcmFuZC5jb20=\n","faqUrl":"aHR0cDovL3N1cHBvcnQuc2NyaWJkLmNvbS9oYy9lbi11cw==\n","giftUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9naWZ0\n","pressUrl":"aHR0cHM6Ly93d3cuc2NyaWJkaW5jLmNvbS9uZXdzcm9vbQ==\n","privacyUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wcml2YWN5\n","privacyRequestFormUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvYXJ0aWNsZXMvMzYwMDM4\nMDE2OTMxLVByaXZhY3ktUmlnaHRzLVJlcXVlc3QtRm9ybQ==\n","publishersUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9wdWJsaXNoZXJz\n","purchaseHelpUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvc2VjdGlvbnMv\nMjAyMjQ2MzA2\n","redeemUrl":"aHR0cHM6Ly93d3cuc2NyaWJkLmNvbS9yZWRlZW0=\n","simpleCancelUrl":"L3lvdXItYWNjb3VudC9jYW5jZWwtbm93\n","termsUrl":"aHR0cHM6Ly9zdXBwb3J0LnNjcmliZC5jb20vaGMvZW4tdXMvYXJ0aWNsZXMv\nMjEwMTI5MzI2LUdlbmVyYWwtVGVybXMtb2YtVXNl\n"}},"toolbar":{"search_path":"L2RvY3VtZW50cy9zZWFyY2g/YXV0aF90b2tlbj1jRVUlMkI4b2dQUyUyRjZ5\nUGxmTFNlM0RlZVJnbDdRJTNEJmF1dGhlbnRpY2l0eV90b2tlbj1QUTI4aFlS\nTHY1YzcxQjRmWlI1VmwtSHBOMVg3ZnRQWWN4NTNvTUdiaUVjVzhMbDM2ajhw\nVDhpdk9nbjNSUFpwOWhLaDJtZF9oSGluWHM4eXg1SHFJZyZleHBpcmVzPTE3\nNzYzMjYzOTMmd29yZERvY3VtZW50SWQ9NzYzNjE4MzYyJndvcmRVcGxvYWRJ\nZD03ODU5ODg0NTI=\n","topic_search_path":"L2RvYy1wYWdlL3RvcGljX3NlYXJjaA==\n"},"user":{"browserUuid":"7f92ae75-9370-4083-a389-d4ffacd7b67d","canExtendSubscription":null,"country":null,"currentPlanType":null,"emailHash":null,"hasPublishedDocuments":false,"id":null,"initials":"","isAborted":null,"isAdmin":null,"isBot":true,"isDunning":false,"isEligibleForFreeTrial":true,"isLoggedIn":false,"isMobile":false,"isPaused":false,"isSubscriber":false,"isTrialing":false,"isUnderDunningLock":false,"requestCountry":"US","name":null,"personaIconRetinaUrl":null,"personaIconUrl":null,"region":null,"showSimpleCancelOption":false,"stripeBillingPauseEnabled":null,"visitorStatus":"non-user"},"wordDocument":{"ads_disabled":false,"archived":true,"author_name":"salad10shark","copyright_name":"© All Rights Reserved","description":"ai ml notes","documentHasThumbnails":false,"documentHasOutlines":false,"doc_topics":[],"document_keyphrase_definitions":[],"document_qa":[],"edit_path":null,"embed_modal_props_path":"/doc-page/embed-modal-props/763618362","extensions":["pdf"],"extracted_title":"Ai ML Notes","flag_document_modal_props_path":"/doc-page/flag-document-modal-props/763618362","formats":[{"extension":"pdf","filesize":"9.52 MB"}],"generatedDescription":null,"hasFreeAccessFromUploader":false,"hasScrambledFonts":false,"id":763618362,"isBlessed":null,"image_url":"https://imgv2-1-f.scribdassets.com/img/document/763618362/149x198/20552cdf2a/1724872047?v=1","in_library":false,"isDocumentOwner":false,"isEnglish":true,"is_archive":true,"is_credit_restricted":false,"is_workspace_eligible":true,"is_downloadable":true,"is_sheet_music":false,"is_view_restricted_archive":true,"isbn":null,"library_xhr_pending":false,"outlineData":[],"page_count":18,"page_dimensions":{"width":595,"height":842},"page_orientation":"portrait","publisher_info":{"is_author":false,"name":"salad10shark","url":"https://www.scribd.com/user/778782740/salad10shark"},"relatedKnowledgePageLinks":[],"relatedKnowledgePagesEnabled":false,"reportContentModalPropsPath":"/doc-page/report-content-modal-props/763618362","retina_image_url":"https://imgv2-2-f.scribdassets.com/img/document/763618362/298x396/842b2ec52b/1724872047?v=1","secret_password":null,"short_title":"ai ml notes","showFullDoc":false,"show_archive_paywall":true,"signup_context":null,"title":"ai ml notes","translation":{"original":null,"translations":[]},"type":"view_restricted","url":"https://www.scribd.com/document/763618362/ai-ml-notes","views":"127","wordCount":0,"remainingCopyCredits":0},"X_Request_ID":"888f39ef25c72ba0244b2483822b5a638d18c2223f56c9d9b0d3110fdba78967"}--></script></div><script type="text/javascript" src="/https/www.scribd.com/options/exposed_to_client.js"></script><script type="application/javascript">window._translations = JSON.parse("{\"en-US\":{\"translation\":{\");\\n this\":{\"nestingSuffix = iOpts\":{\"nestingSuffix ? regexEscape(iOpts\":{\"nestingSuffix) : iOpts\":{}}}},\"account_settings\":{\"facebook_connect\":{\"facebook\":\"Facebook\"},\"payment_card\":{\"apple_sub\":\"Apple Subscriptions\",\"card_num\":\"Card ending in {{card_number}}\",\"fortumo_bill\":\"Mobile Bill (Serviced by Fortumo)\",\"google_play\":\"Google Play Subscriptions\",\"gopay\":\"GoPay\",\"link_bank_account\":\"Link — Bank Account\",\"link_card\":\"Link ending in {{card_number}}\",\"no_card\":\"No card on file\",\"paypal\":\"PayPal: {{email}}\"},\"show\":{\"restart_membership\":\"Restart subscription\"},\"subscription_card\":{\"plan\":{\"annual\":\"Premium Annual\",\"lite\":\"Lite\",\"monthly\":\"Premium Monthly\"},\"unlocks_available\":\"{{count}} unlock available\",\"unlocks_available_plural\":\"{{count}} unlocks available\",\"unlocks_will_expire\":\"Unlocks will expire on {{date}}\"}},\"ai_assistant\":{\"ask_ai\":{\"cta_button_listen\":\"Listen\",\"cta_button_preview\":\"Preview\",\"cta_button_read\":\"Read\",\"cta_button_sample\":\"Sample\",\"cta_button_show_more\":\"Show more\",\"cta_button_view_titles\":\"View titles\",\"disclaimer_ask_ai_may_make_mistakes\":\"Ask v1.0 may make mistakes.\",\"error_messages\":\"Hmm, something went wrong. Please try again later.\",\"feedback_bad_response\":\"Bad Response\",\"feedback_good_response\":\"Good Response\",\"feedback_header\":\"Tell us more about your rating?\",\"feedback_success_description\":\"Your feedback is crucial in helping us improve our responses.\",\"feedback_success_header\":\"Thank you for your feedback\",\"feedback_tags_harmful_offensive\":\"Harmful or offensive\",\"feedback_tags_incorrect\":\"Incorrect or inaccurate\",\"feedback_tags_not_helpful\":\"Not helpful\",\"feedback_tags_not_what_meant\":\"Not what I meant\",\"feedback_tags_other\":\"Other\",\"feedback_tags_too_long\":\"Took too long\",\"greetings_subheading\":\"Ask me to recommend books or audiobooks - similar to reads you love, favorite categories, or with a specific plot or setting.\",\"save_button_remove_from_saved\":\"Remove from Saved\",\"save_button_save_for_later\":\"Save for later\",\"shared_highlight_can_help\":\"I can help!\",\"shared_highlight_looking_for\":\"Looking for\",\"shared_highlight_your_next_read\":\"your next read?\",\"suggestions_audiobooks_relationship\":\"I\'m seeking good audiobooks to help me improve my relationship with my girlfriend?\",\"suggestions_audiobooks_shoe_dog\":\"I’m looking for the audiobook Shoe Dog by Phil Knight?\",\"suggestions_audiobooks_successful_entrepreneurs\":\"Share inspirational audiobooks about successful entrepreneurs like The Spanx Story?\",\"suggestions_books_balance_technology_as_mom\":\"As a mom with kids below age 9, I need a book on how to balance technology and screen time for kids?\",\"suggestions_books_big_little_lies\":\"Domestic suspense books similar to Big Little Lies by Liane Moriarty?\",\"suggestions_books_children_books_science\":\"Children books about science that are appropriate for a 6 year old?\",\"suggestions_books_climate_change\":\"Can you suggest the top 3 books about climate change that I should read?\",\"suggestions_books_cookbooks\":\"Popular cookbooks for healthy diets?\",\"suggestions_books_creativity_inc\":\"Any books similar to Creativity Inc by Ed Catmull?\",\"suggestions_books_fiction_books\":\"Are there any fiction books about people with schizophrenia?\",\"suggestions_books_financial_independence\":\"Books about financial independence like Pathfinders by JL Collins?\",\"suggestions_books_finding_love_againa\":\"I want to read a good story about finding love again after life setbacks?\",\"suggestions_books_glad_my_mom_died\":\"Do you have I’m Glad My Mom Died?\",\"suggestions_books_inspire_me_with_books\":\"I want to be inspired, what books do you recommend?\",\"suggestions_books_leadership_skills\":\"Good books on leadership skills for women similar to Career Forward by Puma?\",\"suggestions_books_light_funnny_lift_mood\":\"Any light and funny books to lift my mood?\",\"suggestions_books_make_me_cry_ugly\":\"Looking for books that will make me ugly cry?\",\"suggestions_books_medicine_and_disease\":\"Do you have books about medicine and disease similar to Being Mortal by Gawande?\",\"suggestions_books_memoirs_not_business_leaders\":\"Looking for good memoirs but not about business leaders?\",\"suggestions_books_memoirs_successful_athletes\":\"Share memoirs about successful athletes that would inspire young kids to work hard?\",\"suggestions_books_millionaire_next_door\":\"Books like The Millionaire Next Door that are good?\",\"suggestions_books_no_weak_female_characters\":\"I don’t like books with weak female characters. Can you suggest novels with strong, empowered women?\",\"suggestions_books_real_estate_investor\":\"I want to learn how to be a real estate investor - what books should I read?\",\"suggestions_books_self_help_books\":\"I want self-help books not written by Dale Carnegie?\",\"suggestions_books_sets_india\":\"Can you recommend books set in India?\",\"suggestions_books_story_at_sea\":\"Books where the story happens at sea?\",\"suggestions_books_suggestions_about_cats\":\"My daughter is 12 yrs old and also loves cats. Any suggestions?\",\"suggestions_books_underdog_sports_teams\":\"Interested in books about underdog sports teams similar to The Boys in the Boat by Brown?\",\"suggestions_books_walter_isaacson\":\"Do you have books by Walter Isaacson?\",\"suggestions_books_written_by_sarah_maas\":\"Show me books written by Sarah Maas?\",\"suggestions_deeply_emotional_memoir\":\"I want a deeply emotional memoir that explores overcoming adversity - any ideas?\",\"suggestions_fiction_novels_medival_europe\":\"Can you recommend any fiction novels set in Medieval Europe?\",\"suggestions_funny_romance_books\":\"I need some cheering up, can you recommend some super funny laugh-out-loud romance books for me?\",\"suggestions_good_audiobook_set_rome\":\"Looking for a good audiobook set in ancient Rome?\",\"suggestions_mystery_novel_female_detective\":\"Can you recommend a mystery novel set in the 1920s that features a female detective?\",\"suggestions_romance_lovers_plot\":\"Give me a spicy romance book with an enemies to lovers plot?\",\"suggestions_romance_novel_world_war\":\"Can you recommend a romance novel set during World War II?\",\"suggestions_self_improvement_audiobooks\":\"I’m looking for inspiration to stop procrastinating. Can you recommend some self-improvement audiobooks on this topic?\",\"suggestions_similar_achilles_madeline_miller\":\"I enjoyed Song of Achilles by Madeline Miller. Suggest another retelling of a myth or legend?\",\"suggestions_similar_author_fantasy_series_george_rr_martin\":\"Recommend a fantasy series similar to A Song of Ice and Fire by George RR Martin?\",\"suggestions_similar_author_psychological_thrillers_gillian_flynn\":\"Love psychological thrillers by Gillian Flynn - what similar authors should I check out?\",\"suggestions_similar_books_chris_voss\":\"I liked Never Split the Difference by Chris Voss, recommend similar books to me?\",\"suggestions_similar_books_crawdads_sing\":\"I loved Where the Crawdads Sing by Delia Owens - what else should I read?\",\"suggestions_similar_books_female_main_character\":\"I\'m looking for books set in Europe with a female main character?\",\"suggestions_similar_books_lord_of_rings\":\"I loved Lord of the Rings, can you recommend something similar?\",\"suggestions_similar_books_many_lives_mama_love\":\"Books similar to The Many Lives of Mama Love?\",\"suggestions_similar_books_marie_kondo\":\"I\'m a fan of Marie Kondo and her approach to simplifying life. What books by similar authors would you recommend?\",\"suggestions_similar_plot_twists\":\"I don’t like predictable endings, can you find a couple of books with good plot twists for me?\",\"suggestions_thriller_unexpected_plot_twists\":\"I’m looking for a thriller with unexpected plot twists and a dark setting?\",\"suggestions_true_story_book_recommendations\":\"Any true story book recommendations?\",\"text_input_ask_follow_up\":\"Ask a follow-up\",\"text_input_discover_next_read\":\"Discover your next read\",\"text_input_label\":\"Send Message\",\"thumbs_down_other_header\":\"Provide additional feedback\",\"thumbs_down_submit_button\":\"Submit Feedback\"},\"ask_ai_modal\":{\"ad_free\":\"Ad-free reading\",\"copy_and_paste\":\"Copy \\u0026 paste text and images from any document\",\"download_documents\":\"Download documents\",\"free_trial\":\"Get this feature with a free trial\",\"start_free_trial\":\"Start {{numberOfDays}} day free trial\",\"start_free_trial_unlimited_access_html\":\"Start a 30 day free trial to \\u003cstrong\\u003eget unlimited access to Ask AI,\\u003c/strong\\u003e plus:\",\"summary\":\"Ask AI gives you instant answers and helps you summarize the contents of the document faster\"}},\"bestsellers\":{\"promo\":{\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling titles when you subscribe\"}},\"books\":{\"epub\":{\"banners\":{\"enjoying_preview_update_payment\":\"Your next unlock will be available after you update your payment information.\",\"enjoying_preview_update_payment_upgrade\":\"Update payment information to upgrade to Plus\"}}},\"browse\":{\"promo\":{\"everand_also_available_on_mobile_devices\":\"Everand is also available for your mobile devices.\"}},\"category\":{\"documents\":\"{{category}} Documents\"},\"change_plans_page\":{\"plan_module\":{\"most_popular\":\"Most Popular\"}},\"chrome\":{\"flash\":{\"close_notification\":\"Close notification\"},\"renewal_nag\":{\"click_here_to_become_a_member\":\"Click here to become a member\",\"click_here_to_renew_it\":\"Click here to renew it\",\"click_here_to_resume_it\":\"Click here to resume it\",\"click_here_to_update_it\":\"Click here to update it\",\"resume_membership\":\"Resume membership\",\"update_payment\":\"Update Payment\",\"you_canceled_your_free_trial\":\"You canceled your free trial.\",\"your_credit_card_information_is_invalid_\":\"Your credit card information is invalid.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\",\"your_membership_is_paused_until_paused_until_date\":\"Your membership is paused until {{paused_until_date}}.\",\"your_paypal_information_is_invalid\":\"Your Paypal information is invalid.\",\"your_scribd_gift_membership_has_ended\":\"Your Scribd gift membership has ended.\",\"your_scribd_membership_has_expired\":\"Your Scribd membership has expired.\",\"your_scribd_membership_was_canceled\":\"Your Scribd membership was canceled.\"}},\"common\":{\"later\":\"Later\",\"update_payment\":\"Update payment\"},\"content_lengths\":{\"listening_minutes\":\"{{minutes}} min listen\",\"reading_minutes\":\"{{minutes}} min read\"},\"content_preview\":{\"available_on\":\"Available on {{date}}\",\"flags\":{\"expiring_soon\":\"Leaving soon\",\"geo_restricted\":\"Unavailable\",\"not_available\":\"Unavailable\",\"sample\":\"Sample\",\"throttled\":\"Available soon\"},\"formats\":{\"also_available_list_view\":\"Also available as \\u003ca href={{url}} class=\'also_available\'\\u003e{{content_type}}\\u003c/a\\u003e\"},\"geo_restricted\":\"Unavailable in your country\",\"reviews\":{\"delete_rating_and_review\":\"Delete this rating and review?\",\"delete_warning\":\"This action cannot be undone.\",\"rating_and_review_deleted\":\"Rating and review deleted\"},\"save\":{\"add\":\"Save for later\",\"remove\":\"Remove from Saved\"},\"share\":\"Share\",\"social_media_share\":{\"email\":\"Email\",\"pinterest\":\"Pinterest\",\"twitter\":\"Twitter\"},\"social_media_share_modal\":{\"linked_copied\":\"Link copied\"},\"unavailable\":\"Currently unavailable\",\"view_titles_in_series\":\"View titles in series\"},\"content_types\":{\"article\":\"Article\",\"audiobook\":\"Audiobook\",\"audiobook_series\":\"Audiobook series\",\"audiobooks\":\"Audiobooks\",\"books\":\"Books\",\"document\":\"Document\",\"documents\":\"Documents\",\"ebook\":\"Ebook\",\"ebook_series\":\"Ebook series\",\"ebooks\":\"Ebooks\",\"magazine\":\"Magazine\",\"magazines\":\"Magazines\",\"podcast\":\"Podcast\",\"podcast_episode\":\"Podcast episode\",\"podcasts\":\"Podcasts\",\"sheet_music\":\"Sheet music\",\"song\":\"Song\",\"topics\":\"Topics\"},\"doc_download_modal\":{\"resume_now_billed_html\":\"Resume your subscription now to download {{title}}. By resuming now, \\u003cem\\u003eyou will be billed {{price}} immediately\\u003c/em\\u003e. \",\"subscription_is_currently_paused\":\"Your subscription is currently paused until {{date}}.\"},\"doc_page\":{\"account_creation\":{\"get_instant_access_with_free_account\":\"Get instant access to this document and millions more with a free account.\",\"to_continue_reading_please_sign_in\":\"To continue reading, please sign in\"},\"ad_label\":{\"ad_info\":{\"description\":\"We use ads to keep content free and accessible for everyone. You can remove them by \\u003ca href=\'{{signupUrl}}\'\\u003esigning up\\u003c/a\\u003e for a Scribd subscription.\",\"dunning_description\":\"We use ads to keep content free and accessible for everyone. You can remove them by \\u003ca href=\'{{updateUrl}}\'\\u003eupdating your payment\\u003c/a\\u003e.\"}},\"after_download_modal\":{\"explore_and_download\":\"Explore and download\"},\"ai_actions\":{\"advanced_document_search\":\"Advanced document search\",\"answers_from_doc\":\"Answers from this document\",\"ask_question\":\"Ask a question\",\"define\":\"Define\",\"define_this_text\":\"Define the terms in this text\",\"explain\":\"Explain\",\"explain_this_text\":\"Explain this text\",\"get_ai_abstract\":\"Get AI Abstract\",\"highlights_glance\":\"Highlights at a glance\",\"key_insights\":\"Key Insights\",\"page_num\":\"Page {{pageNum}}\",\"painted_door_modal\":{\"feature_not_ready\":\"This feature is not quite ready\",\"we_are_working_hard\":\"We\'re working hard to introduce advanced reading, summarization, and document analysis tools to improve your experience. We hope to share them with you soon.\"},\"rewrite_for_audience\":\"Rewrite for audience\",\"summarize\":\"Summarize\",\"summarize_document\":\"Summarize document\",\"summarize_this_text\":\"Summarize this text\",\"try_advanced_search\":\"Try advanced search\",\"use_advanced_search\":\"Use advanced search\"},\"ai_enhanced_tag\":{\"ai_enhanced\":\"AI-enhanced\",\"ai_enhanced_document\":\"AI-enhanced document\",\"ai_translated_document\":\"AI-translated document\",\"description\":\"AI-enhanced description\",\"description_tooltip\":\"Leveraging AI technology, we\'ve optimized the description for improved clarity.\",\"title\":\"AI-enhanced title\",\"title_and_description\":\"AI-enhanced title and description\",\"title_and_description_tooltip\":\"Leveraging AI technology, we\'ve optimized the title and description for improved clarity.\",\"title_tooltip\":\"Leveraging AI technology, we\'ve optimized the title for improved clarity.\"},\"annotation_popover\":{\"add_note\":\"Add note\",\"delete_highlight\":\"Delete highlight\",\"explore_documents_on\":\"Explore documents on \\\"{{query}}\\\"\",\"highlight\":\"Highlight\",\"new_note\":\"New note\",\"search_for\":\"Search for \\\"{{query}}\\\"\",\"search_scribd_for\":\"Search Scribd for \\\"{{query}}\\\"\",\"share_quote\":\"Share quote\"},\"annotations\":{\"annotations\":\"Annotations\",\"delete_modal_description\":\"This will delete your note.\",\"delete_modal_title\":\"Delete Note?\",\"hide_annotations\":\"Hide annotations\",\"hide_highlights\":\"Hide highlights\",\"highlights\":\"Highlights\",\"show_annotations\":\"Show annotations\",\"show_highlights\":\"Show highlights\",\"sign_in_to_see_annotations\":\"Sign in to see annotations\",\"sign_in_to_see_highlights\":\"Sign in to see highlights\",\"this_document_does_not_have_annotations\":\"This document does not have any annotations yet\",\"this_document_does_not_have_highlights\":\"This document does not have any highlights yet\"},\"annotations_and_highlights\":{\"annotations_and_highlights\":\"Annotations \\u0026 highlights\",\"hide_all\":\"Hide all\",\"highlight\":\"Highlight\",\"note\":\"Note\",\"results_count\":\"{{currentPage}} of {{totalPages}} result\",\"results_count_plural\":\"{{currentPage}} of {{totalPages}} results\"},\"app_promo_interstitial\":{\"continue_for_free\":\"Continue for free\"},\"blur_promo\":{\"become_member_for_full_access\":\"Become a Scribd member for full access.\",\"read_and_download_full_documents\":\"Read and download full documents.\",\"skip_ad\":\"Skip ad\",\"subscribe_now\":\"Subscribe Now\",\"subscribe_with_a_free_trial\":\"Subscribe with a free trial\",\"trial_duration\":{\"start_your_trial\":\"Start your {{trialDuration}} day free trial\"},\"unlock_next_pages_after_an_ad\":\"Unlock the next {{count}} page after an ad\",\"unlock_next_pages_after_an_ad_plural\":\"Unlock the next {{count}} pages after an ad\",\"unlock_this_document\":\"Unlock this document\",\"unlock_this_document_after_an_ad\":\"Unlock this document after an ad\",\"unlock_this_page_after_an_ad\":\"Unlock this page after an ad\",\"upload_a_doc_to_download_or_sub\":\"Upload a document to download this document or subscribe to read and download.\",\"upload_to_download\":\"Upload to download\"},\"description_modal\":{\"description\":\"Description\"},\"doc_chat\":{\"summarize_this_doc\":\"Summarize this document\"},\"doc_chat_additional_feedback\":{\"heading\":\"Provide additional feedback\",\"placeholder\":\"What are your thoughts on the response? How could it be improved?\"},\"doc_chat_disclaimer\":\"This feature is powered by OpenAI and may make mistakes. Check important info.\",\"doc_chat_down_vote_feedback\":{\"not_factually_correct\":\"Not factually correct\",\"offensive_unsafe\":\"Offensive/Unsafe\",\"other\":\"Other\",\"submit\":\"Submit Feedback\"},\"doc_chat_error_message\":{\"something_went_wrong\":\"Hmm, something went wrong. Please try reloading the page.\"},\"doc_chat_error_messages\":{\"default\":\"We are experiencing high traffic. Please try sending a message after a brief wait.\",\"ingestion_failed\":\"Something went wrong. Please try again later.\",\"ingestion_rejected\":\"This document isn’t compatible with Ask AI. Please try a different document.\"},\"doc_chat_feedback\":{\"down_vote_question_heading\":\"Why did you choose this rating?\",\"thank_you_response\":\"Your feedback is valuable and helps us improve our AI responses.\",\"thank_you_response_heading\":\"Thanks so much for your feedback\"},\"doc_chat_greeting\":{\"header\":\"Get instant answers\",\"subheader\":\"Ask anything related to this document or choose one of the suggestions below.\"},\"doc_chat_header\":{\"close\":\"Close\",\"open_ask_ai_settings_menu\":\"Open Ask AI settings menu\"},\"doc_chat_ingestion\":{\"analyzing_information\":\"Analyzing information\",\"title\":\"Just a moment, scanning the document.\",\"working_on_your_request\":\"Working on your request\"},\"doc_chat_input\":{\"placeholder\":\"Select a suggestion or type a question\",\"suggestions\":\"Suggestions\"},\"doc_chat_messages\":{\"sources\":\"Sources\"},\"doc_chat_settings\":{\"clear_history\":\"Clear History\",\"faq\":\"FAQ\"},\"doc_chat_usage\":{\"exceed_warning\":\"You’ve reached your monthly limit of {{count}} prompts. Thank you for being so actively engaged with DocTalk beta. Your prompt limit will reset next month!\",\"limit_reminder\":\"Wow, you’ve reached {{count}} prompts! As part of our DocTalk beta program, you have {{left}} prompts left. Your feedback is appreciated as we refine this feature.\"},\"doc_search\":{\"advanced_find\":\"Advanced Find\",\"collapse_search_results_drawer\":\"Collapse search results drawer\",\"error_occurred_try_again\":\"An error occurred with your search. Please try again.\",\"expand_search_results_drawer\":\"Expand search results drawer\",\"find\":\"Find\",\"find_answers_inside_any_document\":\"Find answers inside any document.\",\"get_advanced_find\":\"Get Advanced Find with a free trial\",\"go_deeper\":\"Go deeper. Explore long documents without losing context.\",\"no_matches_found\":\"We could not find any matches for your search. Try searching a different keyword or phrase.\",\"number_of_total_results\":\"{{number}} of {{total}} results\",\"number_results\":\"{{number}} results\",\"page\":\"Page\",\"related_match\":\"Related match\",\"relevance\":\"Relevance\",\"save_time\":\"Save time. Jump straight to the section that matters.\",\"search_smarter\":\"Search smarter. Get results even with partial words or typos.\",\"try_advanced_find\":\"Try Advanced Find\",\"try_free_for_trial_days\":\"Try free for {{trialDuration}} days\"},\"document_outline\":{\"document_outline\":\"Document outline\",\"document_thumbnails\":\"Document thumbnails\",\"outline\":\"Outline\",\"page_view\":\"Page view\"},\"download_as_formats_or_read_online\":\"Download as {{formats}} or read online on Scribd\",\"download_modal\":{\"explore_top_category_documents_next\":\"Explore top {{category}} documents next\",\"no_category_explore_these_top\":\"Explore these top related documents next\"},\"download_to_read_ad_free\":\"Download to read ad-free\",\"embed_modal\":{\"custom_page\":\"Custom page\",\"title\":\"Embed document\"},\"extracted_terms\":{\"back_to_list\":\"back to list\",\"collapse_extracted_terms_drawer\":\"Collapse extracted terms drawer\",\"expand_extracted_terms_drawer\":\"Expand extracted terms drawer\",\"extracted_terms\":\"Extracted terms\",\"hide_all\":\"hide all\",\"number_of_total\":\"{{number}} of {{total}}\",\"number_of_total_results\":\"{{number}} of {{total}} results\",\"open_to_discover_terms\":\"Open to discover terms from this document and related recommendations.\",\"search_more\":\"Search more\",\"show_all\":\"show all\",\"view_in_doc\":\"View in doc\"},\"fallback_ad\":{\"millions_of_documents_ad_free\":\"Millions of documents at your fingertips, ad-free\"},\"flash\":{\"rating_not_saved_try_again\":\"Rating not saved, please try again\"},\"get_scribd_without_ads\":\"Get Scribd without ads.\",\"incentivized_upload\":{\"to_access_this_document_trial_duration\":\"To access this document, upload one of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\",\"to_access_this_document_trial_duration_plural\":\"To access this document, upload {{count}} of yours, or subscribe with a {{trialDuration}} day free trial. Cancel anytime.\"},\"key_topics\":{\"ask_ai_query\":\"Show me all of the references in this document to {{keyTopic}}.\",\"powered_by_ai\":\"Powered by AI\",\"topics_covered\":\"Topics covered\",\"topics_results\":\"Topics\",\"view_all\":\"View all\"},\"metadata\":{\"description\":{\"copyright_awareness\":\"We take content rights seriously. If you suspect this is your content, \\u003ca href={{href}}\\u003eclaim it here\\u003c/a\\u003e.\",\"original_description\":\"Original Description\"},\"license\":\"License\",\"overview\":\"Overview\"},\"mobile_metadata\":{\"collapse_full_title\":\"Hide full title\",\"expand_full_title\":\"Show full title\"},\"modals\":{\"mobile_share\":{\"share_document\":\"Share document\"},\"more_options\":{\"is_this_document_useful\":\"Is this document useful?\"}},\"more_options\":\"More options\",\"mouse_menu\":{\"copy_page_text\":\"Copy page text\",\"copy_text\":\"Copy text\",\"copy_text_unavailable\":\"Copy text unavailable\",\"copy_text_unavailable_on_this_page\":\"Copy text unavailable on this page\"},\"note\":\"Note\",\"page\":{\"preferred_language_set_to_url_params_language_settings_changed\":\"Preferred language set to {{url_params_language_settings_changed}}\"},\"page_view\":{\"no_thumbnails_available\":\"No thumbnails available\"},\"ratings\":{\"mark_as_not_useful\":\"Mark this document as not useful\",\"mark_as_useful\":\"Mark this document as useful\",\"no_ratings\":\"0 ratings\",\"no_ratings_yet\":\"No ratings yet\",\"num_votes\":\"({{count, locale}} vote)\",\"num_votes_plural\":\"({{count, locale}} votes)\",\"page_count\":\"{{count, locale}} page\",\"page_count_plural\":\"{{count, locale}} pages\",\"percent_found_document_not_useful\":\"{{percentage}}% found this document not useful\",\"percent_found_document_useful\":\"{{percentage}}% found this document useful\",\"press_again_undo\":\"Press again to undo.\",\"sign_up_to_rate_this_title\":\"Sign up to rate this title\",\"you_marked_as_useful\":\"You marked this document as useful\"},\"read_this_document_in_other_languages\":\"Read this document in other languages\",\"recommender_list\":{\"might_also_like\":\"You might also like\",\"show_more\":\"Show more\"},\"related_documents\":\"Related documents\",\"report_content_modal\":{\"button_name\":\"Report\",\"category_error_flash\":\"Select a category to submit your report\",\"copyright_awareness\":\"If you are the copyright owner of this document or someone authorized to act on a copyright owner’s behalf, please use the \\u003ca href={{reportLink}}\\u003eDMCA form\\u003c/a\\u003e to report infringement.\",\"copyright_infringement\":\"Copyright infringement\",\"cta\":{\"cancel\":\"Cancel\",\"submit\":\"Submit\"},\"document_has_been_reported\":\"Document has been reported.\",\"illegal_content\":\"Illegal content\",\"illegal_content_awareness\":\"If you believe this document contains illegal material, such as child sexual abuse, exploitation, terrorism, or other unlawful activity, please \\u003ca href={{ reportLink }}\\u003econtact our Customer Operations team.\\u003c/a\\u003e\",\"problem_submitting_report\":\"We encountered a problem submitting your report. Please try again.\",\"report_an_issue\":\"Report an issue\",\"reports_are_used\":\"Reports are used to improve our systems and are not used for content moderation.\",\"select_an_option\":\"Select an option...\",\"sub_type\":{\"academic_dishonesty\":\"Academic Dishonesty\",\"child_privacy\":\"Child Privacy\",\"child_sexual_abuse\":\"Child Sexual Abuse\",\"dangerous_products_services\":\"Dangerous Products/Services\",\"general_privacy\":\"General Privacy\",\"inciting_violence_or_hatred\":\"Inciting Violence or Hatred\",\"minor_exploitation\":\"Minor Exploitation\",\"non_violent_offenses\":\"Non-violent Offenses\",\"other\":\"Other\",\"self_harm\":\"Self-harm\",\"sexual_offenses\":\"Sexual Offenses\",\"sexually_explicit\":\"Sexually Explicit\",\"shocking_or_disturbing\":\"Shocking or Disturbing\",\"spreading_false_information\":\"Spreading False Information\",\"terrorism\":\"Terrorism\",\"threatening_behavior\":\"Threatening Behavior\",\"violent_offenses\":\"Violent Offenses\"},\"subcategory_error_flash\":\"Select a sub-category to submit your report\",\"title\":\"Report Content\",\"type\":{\"dangerous_and_derogatory\":\"Dangerous \\u0026 Derogatory\",\"dangerous_and_derogatory_tooltip\":\"Content that encourages harmful, threatening, or hateful behavior.\",\"deceptive_and_fraudulent\":\"Deceptive \\u0026 Fraudulent\",\"deceptive_and_fraudulent_tooltip\":\"Content that intentionally misleads, deceives, or engages in fraudulent activities.\",\"explicit\":\"Explicit\",\"explicit_tooltip\":\"Content that is graphic, offensive, or disturbing.\",\"illegal\":\"Illegal\",\"illegal_tooltip\":\"Content that breaks the law or promotes illegal activities.\",\"low_quality\":\"Low quality\",\"low_quality_tooltip\":\"Content that fails to meet minimum standards for clarity, relevance, or completeness.\",\"privacy\":\"Privacy\",\"privacy_tooltip\":\"Content that misuses personal information.\",\"spam\":\"Spam\",\"spam_tooltip\":\"Unsolicited and repetitive content that disrupts your experience.\"}},\"share\":{\"copy_link\":\"Copy link\",\"link_copied\":\"Link copied!\",\"share_via_email\":\"Share via email\",\"unable_to_copy_link\":\"Unable to copy link\"},\"share_drawer\":{\"copy_link\":\"Copy Link\"},\"share_quote\":{\"page_number\":\"Page {{page}}\"},\"sharing_buttons\":{\"link_copied_private_document\":\"Link Copied! \\u003cspan class=\\\"link_copied_private_doc\\\"\\u003eNote: Sharing a public link to a document marked private will allow others to view it.\\u003c/span\\u003e\",\"not_supported_for_private_documents\":\"This feature is not supported for private documents. If you want to share, select Copy Link, and send the link to others.\"},\"this_document_available_in_languages\":\"This document is available in the following languages:\",\"toast\":{\"copying_text_disabled\":\"Copying text from this document is disabled.\",\"copying_text_success\":\"Text copied to clipboard.\"},\"toolbar\":{\"document_search\":{\"find\":\"Find\",\"find_in_document\":\"Find in document\"},\"download\":\"Download\",\"find_in_pdf\":\"Find in PDF\",\"visually_hidden_share\":\"Share\"},\"translate\":\"Translate\",\"translate_document\":\"Translate Document\",\"url_safety\":{\"learn_more\":\"Learn more about our content safety efforts\",\"stay_on_scribd\":\"Stay on Scribd\",\"this_link_leads_to_an_external\":\"This link leads to an external site. We do not know or endorse its content, and are not responsible for its safety. Click the link to proceed only if you trust this site.\",\"to_improve_the_safety\":\"To improve the safety of our community, you must have an account to follow external links.\",\"youre_leaving_scribd\":\"You’re leaving Scribd\"},\"view_original_document_in_language\":\"View original document in {{language}}\"},\"everand\":{\"bestsellers\":{\"promo\":{\"enjoy_bestselling_audiobook_titles_when_subscribed\":\"Enjoy bestselling audiobooks when you subscribe\",\"enjoy_bestselling_titles_when_subscribed\":\"Enjoy bestselling ebooks when you subscribe\"}},\"browse_page\":{\"promo\":{\"books_audiobooks_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more, from {{price}}/month. Cancel anytime.\",\"instant_access_and_cancel_anytime\":\"Discover millions of ebooks, audiobooks, and so much more for just {{price}}/month. Cancel anytime.\"}},\"fable_free_welcome_modal\":{\"all_set_next_great_read_waiting\":\"All set — your next great read is waiting.\",\"ebook_or_audiobook_each_month\":\"{{count}} ebook or audiobook each month\",\"ebook_or_audiobook_each_month_plural\":\"{{count}} ebooks or audiobooks each month\",\"everand_and_fable_better_together\":\"Everand and Fable, better together.\",\"everand_subscription_now_includes_fable_plus_free\":\"Your Everand subscription now includes Fable Plus, for free.\",\"fable_plus_now_activated_html\":\"Fable Plus now activated on your Fable account (\\u003cspan class=\\\"bold\\\"\\u003e{{email}}\\u003c/span\\u003e)\",\"free_ebook_or_audiobook_trial\":\"{{count}} free ebook or audiobook during trial\",\"more_stories_more_stats\":\"More stories. More stats. No ads.\",\"start_reading_on_everand\":\"Start reading on Everand\"},\"lists\":{\"faq_message_html\":\"We\'ve made important changes to the list experience. To learn more, \\u003ca href={{faqUrl}} target=\\\"_blank\\\"\\u003evisit the FAQs\\u003c/a\\u003e.\"},\"megamenu\":{\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Everand?\"}},\"modal\":{\"opt_in\":{\"continue_to_everand\":\"Continue to Everand\",\"upcoming_releases_curated_lists_to_your_inbox\":\"Find out about upcoming releases and exclusive originals, plus get curated lists and special offers sent directly to your inbox.\"},\"progressive_profile\":{\"send_me_email_updates\":\"Send me email updates from Everand\",\"welcome_to_everand\":\"Welcome to Everand!\"},\"upsell\":{\"get_the_most_out_of_everand\":\"Get the most out of Everand\",\"unlock_full_access_discover_millions\":\"Unlock full access to the world\'s most fascinating digital library. Discover millions of ebooks, audiobooks, magazines, and more.\"}},\"post_unlock\":{\"everand_is_better_in_app\":\"Everand is better in the app\"},\"shared\":{\"cross_link_message\":\"From Everand\",\"footer\":{\"about_scribd\":\"About Everand\",\"everand_-_download_on_the_app_store\":\"Everand - Download on the App Store\",\"everand_-_get_it_on_google_play\":\"Everand - Get it on Google Play\",\"everand_-_get_it_on_kindle_fire\":\"Everand for Kindle Fire\",\"scan_to_download\":\"Scan to download\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Everand on Facebook\",\"scribd_on_instagram_aria_label\":\"Everand on Instagram\",\"scribd_on_pinterest_aria_label\":\"Everand on Pinterest\",\"scribd_on_twitter_aria_label\":\"Everand on Twitter\"}},\"unlock_roll_over_modal\":{\"check_your_balance_html\":\"Starting today, unlocks will roll over for up to 6 months. \\u003ca href={{link}}\\u003eCheck your balance\\u003c/a\\u003e anytime.\",\"good_news_your_unlocks_now_roll_over\":\"Good news: Your unlocks now roll over!\"}},\"everand_pay_now_modal\":{\"0_unlocks_remain\":\"0 unlocks remaining in your trial\",\"downgrade_cta\":\"Downgrade to Standard\",\"downgrade_plus\":\"Downgrade to Plus\",\"get_unlocks_today\":\"Get {{count}} unlock today, renews monthly\",\"get_unlocks_today_plural\":\"Get {{count}} unlocks today, renews monthly\",\"plus_trial_desc\":\"Subscribe today to get more unlocks and continue enjoying our bestselling ebooks and audiobooks.\",\"standard_trial_desc\":\"Get 3 unlocks per month with the Plus plan, or continue with 1 unlock per month on the Standard plan.\",\"subheading\":{\"deluxe_version\":\"Subscribe to the Deluxe plan for immediate access to 5 unlocks.\",\"plus_version\":\"Get 5 unlocks per month with the Deluxe plan, or continue with 3 unlocks per month on the Plus plan.\",\"switch_deluxe_plus\":\"Switch to Plus or Deluxe to get more unlocks, or continue with 1 unlock per month on the Standard plan.\"},\"subscribe_deluxe\":\"Subscribe to Deluxe\",\"subscription_disclaimer_plus_tax_html\":\"Your {{plan}} plan of {{count}} unlock per month automatically renews for {{price}}/month (plus tax), billed by {{local_entity}}, until you cancel. Cancel anytime in your \\u003ca class=\'account\' href=\'{{account_url}}\' target=\'_blank\'\\u003eAccount Settings\\u003c/a\\u003e. See Scribd’s \\u003ca class=\'terms\' href=\'{{terms_url}}\' target=\'_blank\'\\u003eterms of use\\u003c/a\\u003e and \\u003ca class=\'privacy\' href=\'{{privacy_url}}\' target=\'_blank\'\\u003eprivacy policy\\u003c/a\\u003e for more information.\",\"subscription_disclaimer_plus_tax_html_plural\":\"Your {{plan}} plan of {{count}} unlocks per month automatically renews for {{price}}/month (plus tax), billed by {{local_entity}}, until you cancel. Cancel anytime in your \\u003ca class=\'account\' href=\'{{account_url}}\' target=\'_blank\'\\u003eAccount Settings\\u003c/a\\u003e. See Scribd’s \\u003ca class=\'terms\' href=\'{{terms_url}}\' target=\'_blank\'\\u003eterms of use\\u003c/a\\u003e and \\u003ca class=\'privacy\' href=\'{{privacy_url}}\' target=\'_blank\'\\u003eprivacy policy\\u003c/a\\u003e for more information.\",\"title\":\"Start subscription to unlock title\",\"unlocks_and_price\":\"{{count}} unlock • {{price}}\",\"unlocks_and_price_plural\":\"{{count}} unlocks • {{price}}\",\"upgrade_deluxe\":\"Upgrade to Deluxe\",\"upgrade_to_get_unlocks\":\"Upgrade to get {{unlocks}} unlocks today, renews monthly\"},\"everand_unlock_modal\":{\"get_the_best_experience\":\"Get the best Everand experience in the app. Scan the code to download.\",\"read_in_everand_app\":\"Read in the Everand app\",\"read_listen_offline_anytime_anywhere\":\"Read or listen offline anytime, anywhere\"},\"explore\":{\"download_app_banner\":{\"everand_is_best_in_the_app\":\"Everand is best in the app\"}},\"get_app_modal\":{\"link_sent_email\":\"Link sent! Please check your email.\"},\"helpers\":{\"document_meta_tags\":{\"scribd_is_the_world_s_largest_social\":\"Scribd is the world\'s largest social reading and publishing site.\"}},\"home\":{\"logged_in\":{\"content_quickview\":{\"also_available_as_an_audiobook\":\"Also available as an audiobook\",\"also_available_as_an_ebook\":\"Also available as an ebook\",\"byline\":{\"narrated_by\":\"narrated by\"},\"close\":\"Close\",\"count_titles\":\"{{count}} title\",\"count_titles_plural\":\"{{count}} titles\",\"go_to_content_type_version\":\"Go to {{content_type}} version\",\"loading\":\"Loading...\",\"more_about_this_episode\":\"More about this episode\",\"more_about_this_issue\":\"More about this issue\",\"more_about_this_series\":\"More about this series\",\"more_about_this_summary\":\"More about this summary\",\"oops_something_went_wrong\":\"Oops, something went wrong\",\"view_all_articles\":\"View all articles\",\"view_all_episodes\":\"View all episodes\",\"view_the_full_title_details\":\"View the full title details\"}}},\"landing_pages\":{\"feed\":{\"view_more_info\":\"View more info\"}},\"megamenu\":{\"documents\":{\"all_documents\":\"All Documents\"},\"hambur_menu\":{\"get_our_free_apps\":\"Get our free apps\"},\"hamburger_menu\":{\"close_menu\":\"Close menu\",\"sign_in_to_your_everand_account\":\"Sign in to your Everand account\",\"sign_in_to_your_scribd_account\":\"Sign in to your Scribd account\",\"welcome\":\"Welcome!\"},\"language\":{\"cancel\":\"Cancel\",\"change_language\":\"Change Language\"},\"language_links\":{\"learn_more\":\"Learn more\"},\"language_picker_dropdown\":{\"language\":\"Language\",\"preferred_language\":\"Preferred Language\"},\"logged_out\":{\"user_menu\":{\"welcome_to_everand\":\"Welcome to Everand!\",\"welcome_to_scribd\":\"Welcome to Scribd!\"}},\"navigation\":{\"categories\":\"Categories\",\"explore_content_type\":\"Explore {{content_type}}\",\"opens_navigation_menu\":\"Open navigation menu\"},\"search_bar\":{\"clear_search\":\"Clear search\",\"close_suggestions\":\"Close suggestions\",\"no_results_found\":\"No search results.\",\"num_results_are_available\":\"{{num_results}} result(s) are available, use up and down arrow keys to navigate.\",\"recent_searches\":\"Recent searches\",\"search\":\"Search\"},\"top_bar\":{\"upload\":\"Upload\"},\"upload\":{\"upload_header\":\"Upload\"},\"user_menu\":{\"document_stats\":\"Document stats\",\"document_uploads\":\"Document uploads\",\"faq_and_support\":\"FAQ and support\",\"hi_name\":\"Hi {{name}}!\",\"invite_friends\":\"Invite friends\",\"language\":\"Language ({{current_language}})\",\"public_profile\":\"Public profile\",\"read_for_free\":\"Read for free\",\"visually_hidden_user_settings\":\"User Settings\",\"your_account\":\"Your account\"},\"what_is_scribd_btn\":{\"what_is_scribd\":\"What is Scribd?\"}},\"modals\":{\"add_to_list\":{\"save\":\"Save to list\",\"title\":\"Add to list\"},\"confirm_delete_review\":{\"title\":\"Delete your review and rating?\"},\"confirm_unsave_item\":{\"content\":\"Are you sure you want to remove this title from Saved Library and any saved lists?\",\"header\":\"Remove title\",\"title\":\"Remove title from Saved Library and any saved lists?\"},\"confirm_unsave_item_in_list\":{\"remove_from_your_lists\":\"Remove from your lists?\",\"removing_from_saved\":\"Removing from Saved will also delete the title from your lists.\",\"removing_this_title_from_saved\":\"Removing this title from Saved will also remove it from your lists.\",\"title\":\"This title is also in a list.\"},\"create_list\":{\"create_list\":\"Create list\",\"failed_to_create_try_again\":\"Failed to create list, please try again\",\"input_description\":{\"privacy_type\":\"No one except you can view this list. Sharing will be disabled.\"},\"input_label\":{\"name\":\"What would you like to name this list?\",\"privacy_type\":\"Make list private\"},\"title\":\"New List\",\"validation_errors\":{\"name\":\"Please enter a list name\"}},\"language_picker\":{\"language_options\":\"Language Options\",\"select_preferred_language\":\"Select your preferred language\",\"translate_and_tailor\":\"We’ll translate site navigation and tailor your personal recommendations where possible to match your preferred language selection.\",\"translate_to_match\":\"We’ll translate site navigation to match your preferred language selection.\"},\"lockshockroadblock\":{\"problem_with_your_last_payment\":\"Problem with your last payment\",\"update_your_payment_to_continue\":\"Update your payment to continue\",\"we_had_an_issue_with_your_last_payment\":\"We had an issue with your last payment. Update your payment info to continue.\",\"your_membership_is_on_hold\":\"Your membership is on hold because of a problem with your last payment.\"}},\"onboarding_modal\":{\"cta\":{\"get_started\":\"Get started\",\"next\":\"Next\",\"see_whats\":\"See what’s new\",\"start_reading\":\"Start reading!\"},\"subtitle\":{\"all_unlocks_renew\":\"Each unlock gives you access to a title from our premium catalog. Unlocks renew monthly.\",\"lets_go\":\"Let’s go over a few things that have changed.\",\"look_for_titles\":\"Out of unlocks? No problem! Just look for the “unlimited” label to keep on reading.\",\"not_sure_if\":\"Not sure if you’re ready to unlock a premium ebook or audiobook? Save it for later or preview it for a closer look.\",\"scan_the_code_to_download\":\"Your favorite stories go wherever you do, even offline. Scan the code to get the app.\",\"weve_already_unlocked\":\"Enjoy the books you’ve already read — no unlocks needed.\",\"your_favorite_stories\":\"Your favorite stories go wherever you do, even offline.\",\"your_world_of\":\"Your world of stories starts here.\"},\"title\":{\"anytime_anywhere\":\"Anytime, anywhere\",\"no_need_to\":\"No need to use unlocks on titles you’ve already read\",\"out_of_unlocks\":\"Always more to enjoy\",\"preview_any\":\"Preview any title first\",\"use_your_unlocks\":\"Unlock premium titles\",\"welcome_everand\":\"Welcome to Everand!\",\"your_library\":\"Your library just got bigger\"}},\"page_gate_modal\":{\"check_you_email\":{\"check_your_email\":\"Check your email\"},\"check_your_email\":{\"change_email\":\"Not the correct email?\",\"didnt_receive\":\"Didn\'t receive an email? Check your spam folder, or\",\"email_not_verified_verify_to_continue\":\"Email not verified. Please verify your email to continue.\",\"i_have_verified_my_email\":\"I\'ve verified my email\",\"logout_login_url\":\"Use a different email address\",\"send_again\":\"send again.\",\"to_protect_your_account_html\":\"To protect your account, we\'ve sent a verification email to \\u003cstrong\\u003e{{email}}\\u003c/strong\\u003e. Please click the link in that email to verify your identity. To learn more, please visit our \\u003ca href=\\\"{{support_url}}\\\" class=\\\"faq_link\\\" target=\\\"_blank\\\"\\u003eFAQs\\u003c/a\\u003e.\",\"verify_email_before_continuing\":\"Please verify your email before continuing.\"}},\"pause_nag_banner\":{\"scribd\":{\"subscription_paused\":\"Your subscription is paused until {{date}}. To download documents and access offline, resume early by visiting\"}},\"pdfs\":{\"doc_search\":{\"page\":\"page\"},\"lightboxes\":{\"download_lightbox\":{\"download_document\":\"Download document\",\"resume_membership\":\"Resume Membership\",\"resuming\":\"Resuming\"},\"embed_lightbox\":{\"autosize\":\"Autosize\",\"beginning_of_document\":\"Beginning of document\",\"copy_link\":\"Copy Link\",\"custom\":\"Custom\",\"customization_options_available_below\":\"Customization options available below\",\"embed_this_in_your_website\":\"Embed this in your website\",\"format\":\"Format\",\"fullscreen\":\"Fullscreen\",\"generate_a_link\":\"Generate a Link\",\"height\":\"Height: \",\"html\":\"HTML\",\"link_options\":\"Link Options\",\"link_to_the\":\"Link to the\",\"options\":\"Options\",\"preview\":\"Preview\",\"scroll\":\"Scroll\",\"size\":\"Size\",\"slideshow\":\"Slideshow\",\"start_at_page\":\"Start at page:\",\"style\":\"Style:\",\"sup_sup_the_code_will_be_updated\":\"\\u003csup\\u003e*\\u003c/sup\\u003e The code will be updated based on your changes.\",\"width\":\"Width: \",\"wordpress\":\"Wordpress\"},\"print_lightbox\":{\"cancel\":\"Cancel\",\"download_and_print\":\"Download and print\",\"in_order_to_print_this_document_\":\"In order to print this document from Scribd, you\'ll first need to download it.\",\"print_document\":\"Print document\"}},\"redesign_elements\":{\"actions\":{\"embed\":\"Embed\",\"print\":\"Print\",\"share\":\"Share\"},\"metadata_section\":{\"full_description\":\"Full description\"}},\"show\":{\"sign_in_to_flag_this_title\":\"Sign in to flag this title\"},\"sidebar\":{\"available_formats\":\"Available Formats\",\"copyright_no_colon\":\"Copyright\",\"isbn_no_colon\":\"ISBN\",\"uploaded_by\":\"Uploaded by\",\"written_by\":\"Written by\"},\"toolbar\":{\"exit_fullscreen\":\"Exit fullscreen\",\"fullscreen\":\"Fullscreen\",\"showing_strong_1_strong_result_for_query\":\"Showing \\u003cstrong\\u003e1\\u003c/strong\\u003e result for\",\"showing_strong_num_results_strong_results_for_query\":\"Showing \\u003cstrong\\u003e{{num_results}}\\u003c/strong\\u003e results for\",\"you_are_on_page_props_current_page\":\"You are on page {{props_current_page}}\",\"zoom_in\":\"Zoom in\",\"zoom_out\":\"Zoom out\"},\"upvote\":{\"not_useful\":\"Not useful\",\"this_document_is\":\"This document is...\",\"useful\":\"Useful\"}},\"plan_selection_page\":{\"plan_card\":{\"a_selection\":\"200,000+ ebooks and audiobooks, including a selection of our most popular titles\",\"billed_monthly\":\"Billed monthly after trial.\",\"docs_presentations\":\"195M+ documents and presentations on Scribd and Slideshare ad-free\",\"magazines_etc\":\"Magazines, podcasts and sheet music\",\"plus\":\"Plus:\",\"subscribe_plus\":\"Subscribe to Plus\",\"subscribe_standard\":\"Subscribe to Standard\",\"titles_per_month\":\"{{titles}} titles per month from our Plus catalog that includes even more bestsellers and new releases\",\"unlimited\":\"Unlimited access to:\"}},\"plans\":{\"unlock_dropdown\":{\"conversion_unlocks\":\"New unlocks arrive {{renewal_date}}\",\"unlocks\":\"{{count}} unlock\",\"unlocks_plural\":\"{{count}} unlocks\",\"unlocks_renew\":\"Unlocks renew {{refresh_date}}\",\"unlocks_renew_after_payment_information\":\"Unlocks renew after payment information is updated.\",\"view_unlock_history\":\"View unlock history\",\"x_unlocks_arrive\":\"{{count}} unlock arrives {{refresh_date}}.\",\"x_unlocks_arrive_plural\":\"{{count}} unlocks arrive {{refresh_date}}.\"},\"unlock_modal\":{\"after_unlocking_this_title\":\"After unlocking this title, you\'ll have {{count}} unlock left until {{refresh_date}}.\",\"after_unlocking_this_title_plural\":\"After unlocking this title, you\'ll have {{count}} unlocks left until {{refresh_date}}.\",\"unlock_this_title\":\"Unlock this title\",\"you_have_unlocks_available\":\"You have {{count}} unlock available.\",\"you_have_unlocks_available_plural\":\"You have {{count}} unlocks available.\"}},\"privacy_policy_modal\":{\"accept\":\"Accept and continue\",\"details_below\":\"You can read the details below. By accepting, you agree to the updated privacy policy.\",\"thank_you\":\"Thank you!\",\"title\":\"We\'ve updated our privacy policy.\",\"try_again\":\"We’ve encountered a problem, please try again.\",\"updated_privacy_policy\":\"We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data. \",\"view_policy\":\"View updated privacy policy\"},\"receipt\":{\"download\":{\"download_iframe\":\"Download iframe\",\"downloading\":\"Downloading\"}},\"recs\":{\"overflow_menu\":{\"congrats_marked_as_read\":\"Congrats! This title is marked as finished.\",\"dont_show_again\":\"Don\'t show again\",\"mark_as_finished\":\"Mark as finished\",\"mark_as_unfinished\":\"Mark as unfinished\",\"removed_from_your_suggestions\":\"Removed from your suggestions.\",\"suggest_more_like_this\":\"Suggest more like this\",\"title_marked_as_unfinished\":\"This title is marked as unfinished.\",\"undo_suggest_more\":\"Undo suggest more like this\",\"we_wont_suggest_more_like_this\":\"Got it! We won’t suggest more like this.\",\"we_wont_suggest_this_again\":\"Got it! We won\'t suggest this again.\",\"well_suggest_more_like_this\":\"Awesome! We\'ll suggest more like this.\"}},\"saved\":{\"add_to_list_modal\":{\"failed_to_add_document_to_collection\":\"Failed to add document to collection\",\"failed_to_load_try_again\":\"Failed to load, try again.\"},\"all_lists_modal\":{\"lists\":\"Lists\",\"title_count\":\"1 title\",\"title_count_plural\":\"{{count}} titles\"},\"delete_a_list_modal\":{\"cancel\":\"Cancel\",\"delete\":\"Delete\",\"delete_collection_name_from_lists\":\"Delete {{collectionName}} from lists?\",\"delete_list\":\"Delete List?\",\"do_not_ask_me_again\":\"Do not ask me again\",\"failed_to_delete_list\":\"Failed to delete list\",\"please_note_this_will_not_delete\":\"Please note: This will not delete titles from Saved.\",\"successfully_deleted_list\":\"Successfully deleted list\"},\"list_item_controls\":{\"create_list\":\"Create List\"},\"list_modal\":{\"organize_your_saved_titles\":\"Organize your saved titles. Add titles to your custom list.\"},\"saved_item_action\":{\"added_to_collection\":\"Added to {{collection}}\"}},\"scribd\":{\"doc_page\":{\"explore_knowledge_pages\":\"Explore knowledge pages where we use AI to aggregate the most relevant Scribd documents, highlighting the most authoritative and up-to-date sources.\",\"learn_more\":\"Learn more\",\"related_knowledge_pages\":\"Related knowledge pages\"},\"knowledge\":{\"knowledge_pages\":\"Knowledge pages\"},\"logged_out_homepage\":{\"welcome_to_scribd\":{\"welcome_to_scribd\":\"Welcome to Scribd\"}},\"modal\":{\"opt_in\":{\"continue_to_scribd\":\"Continue to Scribd\",\"special_offers_new_content_to_your_inbox\":\"Find out about special offers, new content, plus recommendations from our premium products sent directly to your inbox.\"},\"progressive_profile\":{\"explore_documents\":\"Explore [{{documentsCount}}M+] documents across every topic and niche, shared by a global community of thinkers.\",\"get_ad_free_access\":\"Get ad-free access and download any document you want across every topic and niche with a 30-day free trial.\",\"join_our_mailing_list\":\"Join our mailing list to receive personalized recommendations and new product updates\",\"send_me_email_updates\":\"Send me email updates from Scribd\",\"welcome_to_scribd\":\"Welcome to Scribd!\"},\"upsell\":{\"get_the_most_out_of_scribd\":\"Get the most out of Scribd\",\"unlock_full_access_download_documents\":\"Unlock full access to the world’s most fascinating digital library. Download documents and read offline on the app.\"}},\"navigation_category\":{\"academic\":\"Academic\",\"culture\":\"Culture\",\"hobbies_and_crafts\":\"Hobbies \\u0026 Crafts\",\"personal_growth\":\"Personal Growth\",\"professional\":\"Professional\"},\"shared\":{\"cross_link_message\":\"From Scribd\"}},\"search\":{\"filters\":{\"filters\":\"Filters\"},\"list_view\":{\"on_date\":\"on {{date}}\",\"songbook_title\":\"From songbook\"},\"pagination\":{\"next\":\"next\",\"previous\":\"previous\"},\"results\":{\"reading_list\":\"Reading List\",\"top_result\":\"Top Result\"},\"similar\":{\"find_similar\":\"Find similar\"}},\"shared\":{\"account_creation\":{\"add_note_sign_in\":\"To add a note, please sign in\",\"add_note_sign_up\":\"To add a note, please sign up\",\"already_have_an_account\":\"Already have an account?\",\"annotate_document_sign_in\":\"To annotate this document, please sign in\",\"annotate_document_sign_up\":\"To annotate this document, please sign up\",\"annotate_sign_in\":\"To annotate, please sign in\",\"back_to_sign_in\":\"Back to sign in\",\"continue_reading_sign_in\":\"To continue reading, please sign in\",\"continue_reading_sign_up\":\"To continue reading, please sign up\",\"create_bookmark_sign_in\":\"To create a bookmark, please sign in\",\"create_bookmark_sign_up\":\"To create a bookmark, please sign up\",\"creating_your_account\":\"Creating your account...\",\"disclaimer\":\"By signing up with Scribd, you agree to our \\u003ca href=\\\"{{terms_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\" tabIndex=\\\"0\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e\",\"download_document_sign_in\":\"To download this document, please sign in\",\"download_document_sign_up\":\"To download this document, please sign up\",\"errors\":{\"email_invalid\":\"This email address is invalid or blocked. Please enter another email.\",\"email_registered\":\"This email address is already registered with Scribd. Please enter your password to sign in.\",\"email_taken\":\"That email is taken by another user, please try again.\",\"invalid_character_in_name_please_remove\":\"Invalid character in name. Please remove any special characters\",\"no_valid_email_modal_desc\":\"Your email address is missing or invalid. To keep your account secure, please provide a valid email address.\",\"no_valid_email_modal_title\":\"Update your email\",\"password_10_chars\":\"Please enter a password that is at least 10 characters\",\"please_enter_a_name\":\"Please enter a name\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"that_doesn_t_appear_to_be_a\":\"That doesn\'t appear to be a valid email address. Please try again.\"},\"facebook\":{\"error\":\"Sorry, we are unable to log you in via Facebook at this time.\",\"sign_in\":\"Continue with Facebook\",\"sign_up\":\"Sign up with Facebook\"},\"fail\":\"Fail.\",\"flag_document_sign_in\":\"To flag this document, please sign in\",\"flag_document_sign_up\":\"To flag this document, please sign up\",\"forgot\":{\"enter_email\":\"Enter your email address and we\'ll send you an email with a link to reset your password.\",\"weve_sent_email_html\":\"We\'ve sent an email to \\u003cstrong\\u003e{{escape_validated_email}}\\u003c/strong\\u003e with instructions to reset your password. If it doesn\'t show up soon, check your spam folder and then read this \\u003ca href=\\\"https://support.scribd.com/hc/articles/210134406-What-do-I-do-if-I-ve-lost-or-forgotten-my-password-\\\"\\u003eHelp Center article\\u003c/a\\u003e.\"},\"forgot_password\":\"Forgot password?\",\"give_gift_sign_in\":\"To give this gift, please sign in\",\"give_gift_sign_up\":\"To give this gift, please sign up\",\"google\":{\"error\":\"Google sign in failed\"},\"highlight_document_sign_in\":\"To highlight this document, please sign in\",\"highlight_document_sign_up\":\"To highlight this document, please sign up\",\"join_today_to_start_reading\":\"Join today to start reading\",\"logging_you_in\":\"Logging you in...\",\"not_you\":\"Not you?\",\"now_bringing_you_back\":\"Now bringing you back...\",\"pass\":\"Pass.\",\"password_must_be_at_least_ten_characters\":\"At least 10 characters\",\"password_not_been_breached\":\"Password has not been breached\",\"password_strength\":\"Password strength\",\"password_strength_colon\":\"Password strength: \",\"password_strength_good\":\"Good\",\"password_strength_moderate\":\"Moderate\",\"password_strength_strong\":\"Strong\",\"password_strength_weak\":\"Weak\",\"people_browsing_scribd_html\":\"\\u003cspan\\u003e{{count, locale}} person\\u003c/span\\u003e browsing Scribd right now\",\"people_browsing_scribd_html_plural\":\"\\u003cspan\\u003e{{count, locale}} people\\u003c/span\\u003e browsing Scribd right now\",\"rate_document_sign_in\":\"To rate this document, please sign in\",\"rate_document_sign_up\":\"To rate this document, please sign up\",\"recaptcha_disclaimer\":\"This site is protected by reCAPTCHA and the Google \\u003ca href=\\\"{{privacy_href}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Policy {{opens_in_new_window}}\\u003c/a\\u003e and \\u003ca href=\\\"{{policy_href}}\\\" target=\\\"_blank\\\"\\u003eTerms of Service {{opens_in_new_window}}\\u003c/a\\u003e apply.\",\"redeem_offer_sign_in\":\"To redeem this offer, please sign in\",\"redeem_offer_sign_up\":\"To redeem this offer, please sign up\",\"remember_me\":\"Remember me\",\"reset_password\":\"Reset password\",\"save_document_sign_in\":\"To save this document, please sign in\",\"save_document_sign_up\":\"To save this document, please sign up\",\"send_me_updates_from_scribd\":\"Send me updates from Scribd\",\"share_quote_sign_in\":\"To share this quote, please sign in\",\"share_quote_sign_up\":\"To share this quote, please sign up\",\"sign_in\":\"Sign in\",\"sign_in_add_note\":\"To add a note, please sign in\",\"sign_in_bookmark\":\"To create a bookmark, please sign in\",\"sign_in_create_list\":\"To create a list, please sign in\",\"sign_in_download\":\"To download, please sign in\",\"sign_in_follow\":\"To follow, please sign in\",\"sign_in_give_gift\":\"To give this gift, please sign in\",\"sign_in_highlight\":\"To highlight, please sign in\",\"sign_in_rate\":\"To rate, please sign in\",\"sign_in_redeem\":\"To redeem, please sign in\",\"sign_in_review\":\"To review, please sign in\",\"sign_in_save\":\"To save, please sign in\",\"sign_in_share_quote\":\"To share this quote, please sign in\",\"sign_in_start_months\":\"To start your free {{count}} month, please sign in\",\"sign_in_start_months_plural\":\"To start your free {{count}} months, please sign in\",\"sign_in_successful\":\"Sign in successful\",\"sign_in_to_scribd\":\"Sign in to Scribd\",\"sign_in_upload\":\"To upload, please sign in\",\"sign_in_with_email\":\"Sign in with email\",\"sign_up\":\"Sign up\",\"sign_up_add_note_this_title\":\"Sign up to add a note to this title.\",\"sign_up_annotate\":\"Sign up to annotate.\",\"sign_up_continue_reading_this_title\":\"Sign up to continue reading this title.\",\"sign_up_create_bookmark_this_title\":\"Sign up to create a bookmark.\",\"sign_up_create_list_this_title\":\"Sign up to create a list.\",\"sign_up_download_this_title\":\"Sign up to download this title.\",\"sign_up_follow_magazine_this_title\":\"Sign up to follow this magazine.\",\"sign_up_free_months_this_title\":\"Sign up to start your free {{count}} month.\",\"sign_up_free_months_this_title_plural\":\"Sign up to start your free {{count}} months.\",\"sign_up_give_gift_this_title\":\"Sign up to give this gift.\",\"sign_up_highlight_this_title\":\"Sign up to highlight.\",\"sign_up_or_sign_in\":\"Sign up or sign in\",\"sign_up_save\":\"To save, please create a Scribd account\",\"sign_up_save_this_title\":\"Sign up to save this title.\",\"sign_up_share_quote_this_title\":\"Sign up to share a quote from this title.\",\"sign_up_successful\":\"Sign up successful\",\"sign_up_to_rate_title\":\"Sign up to rate this title\",\"sign_up_to_review_title\":\"Sign up to review this title\",\"sign_up_with_email\":\"Sign up with email\",\"signup_to_redeem_offer\":\"Sign up to redeem offer\",\"start_free_months_sign_in\":\"To start your free {{count}} month, please sign in\",\"start_free_months_sign_in_plural\":\"To start your free {{count}} months, please sign in\",\"start_free_months_sign_up\":\"To start your free {{count}} month, please sign up\",\"start_free_months_sign_up_plural\":\"To start your free {{count}} months, please sign up\",\"upload_document_sign_in\":\"To upload a document, please sign in\",\"upload_document_sign_up\":\"To upload a document, please sign up\",\"use_another_email_address\":\"Use another email address\"},\"account_settings\":{\"your_account_lowercase\":\"your account\"},\"actions\":{\"read_continue\":\"Continue reading\",\"read_preview\":\"Read preview\"},\"ad_blocker_modal\":{\"i_disabled_my_ad_blocker\":\"I disabled my ad-blocker\",\"it_looks_like_youre_using_and_ad_blocker\":\"It looks like you\'re using an ad-blocker.\",\"show_me_how\":\"Show me how\",\"to_listen_to_titels_on_everand_disble_ad_blocker_or_use_mobile_app\":\"To listen to titles on Everand, please disable your ad-blocker or use our mobile app.\",\"to_read_titles_on_everand_disable_ad_blocker_or_use_mobile_app\":\"To read titles on Everand, please disable your ad-blocker or use our mobile app.\"},\"add_to_list\":{\"download_started\":\"Download Started\",\"keep_in_place\":\"Keep it in one place.\",\"list_name\":\"List name\",\"name_your_list\":\"Name your list\",\"organize_library\":\"Organize your library and get better recommendations.\",\"return_to_ideas\":\"Saving to a list helps you return to ideas, sources, and related documents without starting over.\",\"save_doc_to_list\":\"Save this document to a list\",\"save_to_existing_list\":\"Save to an existing list\",\"saved_to_list\":\"Saved to list\",\"this_doc_is_downloading\":\"This document is downloading and has been saved to your library.\",\"your_doc_is_saved_to_html\":\"Your document is saved to {{list_title}}\"},\"buttons\":{\"continue\":\"Continue\"},\"byline\":{\"and\":\"and\",\"by\":\"By\",\"narrated_by\":\"Narrated by\",\"published_by\":\"Published by\",\"written_by\":\"Written by\"},\"carousels\":{\"go_to_next_items\":\"Go to next items\",\"go_to_previous_items\":\"Go to previous items\",\"skip_carousel\":\"Skip carousel\"},\"checkout\":{\"plan_annual\":\"{{plan}} Annual\",\"plan_monthly\":\"{{plan}} Monthly\"},\"common\":{\"ad\":\"ad\",\"add_a_new_payment_method\":\"Add a new payment method\",\"added_by\":\"Added by\",\"back\":\"Back\",\"back_to_top\":\"Back to top\",\"cancel\":\"Cancel\",\"cancel_anytime\":\"Cancel anytime.\",\"close\":\"Close\",\"close_dialog\":\"Close dialog\",\"collapse_drawer\":\"Collapse Drawer\",\"current_of_total\":\"{{current}} of {{total}}\",\"current_plan\":\"Current Plan\",\"delete\":\"Delete\",\"description\":\"Description\",\"do_not_ask_me_again\":\"Do not ask me again\",\"download_now\":\"Download now\",\"edit\":\"Edit\",\"email_address\":\"Email address\",\"error\":\"Error\",\"errors\":{\"could_not_complete_request\":\"We couldn\'t complete your request\",\"failed_to_create_list\":\"Failed to create list, please try again\",\"failed_to_delete_review\":\"Review was not deleted. Please try again.\",\"failed_to_load\":\"Failed to load, try again\",\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_review\":\"Your review was not saved. Please try again.\",\"failed_to_save_review_vote\":\"Your vote was not saved. Please try again.\",\"failed_to_save_title\":\"Failed to save title\",\"please_try_again_later\":\"Please try again later.\"},\"expand_drawer\":\"Expand Drawer\",\"forms\":{\"at_least_10_characters\":\"(at least 10 characters)\",\"cancel\":\"Cancel\",\"email\":\"Email\",\"error\":\"Error\",\"invalid\":\"Invalid\",\"invalid_email\":\"Please enter a valid email\",\"name\":\"Name\",\"optional\":\"(optional)\",\"password\":\"Password\",\"please_enter_a_password\":\"Please enter a password\",\"please_enter_an_email\":\"Please enter an email\",\"required\":\"(required)\"},\"hide\":\"Hide\",\"included_in_your_subscription\":\"Included in your subscription\",\"info\":\"Information\",\"issue\":\"Issue\",\"key_insights\":\"Key insights from\",\"learn_more\":\"Learn more\",\"length\":\"Length\",\"library\":{\"add_to_list\":{\"success_message\":\"Added to {{collection_name}}\"},\"add_with_title\":\"Save {{title}} for later\",\"remove_with_title\":\"Remove {{title}} from saved\",\"sign_up_to_save\":\"Sign up to save this title\"},\"listen_free_for_30_days\":\"Listen free for {{trialDuration}} days\",\"listen_now\":\"Listen now\",\"listen_on_everand\":\"Listen on Everand\",\"load_more\":\"Load more\",\"more\":\"More\",\"more_about_this_title\":\"More about this title\",\"new_to_scribd\":\"New to Scribd?\",\"next_page\":\"Next page\",\"notice\":\"Notice\",\"opens_in_a_new_window\":\"opens in a new window\",\"or\":\"or\",\"pause\":\"Pause\",\"play_preview\":\"Play preview\",\"play_sample\":\"Play sample\",\"preferred_language_set_to_language\":\"Preferred language set to {{language}}\",\"previous_page\":\"Previous page\",\"progress\":{\"listened\":\"listened\",\"read\":\"read\"},\"rating\":\"rating\",\"ratings\":\"ratings\",\"read_count\":\"{{count}} read\",\"read_count_plural\":\"{{count}} reads\",\"read_less\":\"Read less\",\"read_more\":\"Read more\",\"read_now\":\"Read now\",\"read_on_everand\":\"Read on Everand\",\"read_on_scribd\":\"Read on Scribd\",\"read_preview\":\"Read preview\",\"recommended\":\"Recommended\",\"remove\":\"Remove\",\"remove_from_saved\":\"Remove from Saved\",\"removed_from_saved\":\"Removed from Saved\",\"removed_from_your_saved_list\":\"Removed from your saved list.\",\"restart_subscription\":\"Restart subscription\",\"resume_subscription\":\"Resume subscription\",\"save\":\"Save\",\"save_for_later\":\"Save for later\",\"saved\":\"Saved\",\"selected\":\"(selected)\",\"send_email\":\"Send email\",\"share_on\":{\"email\":\"Share via email\",\"email_mail_client\":\"Share with email, opens mail client\",\"facebook\":\"Share on Facebook\",\"facebook_new_window\":\"Share on Facebook, opens a new window\",\"linkedin\":\"Share on LinkedIn\",\"linkedin_new_window\":\"Share on LinkedIn, opens a new window\",\"pinterest\":\"Share on Pinterest\",\"pinterest_new_window\":\"Share on Pinterest, opens a new window\",\"twitter\":\"Share on Twitter\",\"twitter_new_window\":\"Share on Twitter, opens a new window\"},\"show\":\"Show\",\"sign_in\":\"Sign in\",\"sign_out\":\"Sign out\",\"sign_up\":\"Sign up\",\"songbook\":\"Songbook\",\"start_your_subscription\":\"Start your subscription\",\"success\":\"Success\",\"success_exclamation\":\"Success!\",\"title_author_separator\":\"by\",\"undo\":\"Undo\",\"undo_title_removed_from_saved\":\"Undo {{title}} removed from Saved\",\"update\":\"Update\",\"uploaded_by\":\"Uploaded by\",\"visually_hidden_next_item\":\"Next item\",\"visually_hidden_previous_item\":\"Previous item\",\"welcome_back\":\"Welcome back\",\"welcome_back_exclamation\":\"Welcome back!\",\"worlds_fascinating_library\":\"The world\'s most fascinating library\"},\"competitor_matrix\":{\"last_updated_aug\":\"Last updated on August 5, 2021\",\"million_ebooks\":\"1,000,000+ ebooks\",\"million_magazine_news_articles\":\"1,000,000+ magazine \\u0026 news articles\",\"no\":\"No\",\"thousands_audiobooks\":\"200,000+ audiobooks\",\"title\":\"See why readers choose Scribd\",\"yes\":\"Yes\"},\"content_lengths\":{\"articles_with_count\":\"{{count, locale}} article\",\"articles_with_count_plural\":\"{{count, locale}} articles\",\"hour_with_count\":\"{{count, locale}} hour\",\"hour_with_count_plural\":\"{{count, locale}} hours\",\"minute_with_count\":\"{{count, locale}} minute\",\"minute_with_count_plural\":\"{{count, locale}} minutes\",\"page_with_count\":\"{{count, locale}} page\",\"page_with_count_plural\":\"{{count, locale}} pages\",\"songs_with_count\":\"{{count, locale}} song\",\"songs_with_count_plural\":\"{{count, locale}} songs\"},\"content_preview\":{\"leaving_everand\":\"Leaving Everand on {{date}}\",\"newly_added_to_everand_only_on_our_new_plans\":\"Newly added to Everand — only on our new plans\"},\"content_types\":{\"series\":\"Series\"},\"cta\":{\"preview\":\"Preview\"},\"doc_download_modal\":{\"continue_reading_ad_free_or_upgrade\":\"Continue reading ad-free with your trial or upgrade to a subscription to download hundreds of documents.\",\"current_payment\":\"Current payment method\",\"download_as\":\"Download as:\",\"download_document\":\"Download document\",\"download_hundreds_of_documents\":\"Download hundreds of documents. Read ad-free. Access to Scribd, Slideshare, and Everand.\",\"download_started\":\"Your download has started\",\"enrolling_in_automatic_payments_annual_with_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}} + tax per year) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_annual_without_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}}/year) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_monthly_with_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}} + tax per month) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"enrolling_in_automatic_payments_monthly_without_tax_html\":\"By clicking the “{{buttonCopy}}” button, you agree to our \\u003ca href=\\\"{{termsUrl}}\\\" target=\\\"_blank\\\"\\u003eTerms of Use\\u003c/a\\u003e, \\u003ca href=\\\"{{privacyUrl}}\\\" target=\\\"_blank\\\"\\u003ePrivacy Statement\\u003c/a\\u003e, that you are over 18, and that {{localEntity}} will automatically continue your subscription starting at the end of your free trial and charge the subscription fee (currently {{price}}/month) to your payment method until you cancel. You may cancel at any time to avoid future charges. To cancel, please visit our \\u003ca href=\'{{howToCancelSubscriptionUrl}}\' target=\\\"_blank\\\"\\u003eCancel Instructions\\u003c/a\\u003e.\",\"membership_paused_html\":\"Your membership is currently paused until {{resumeMembershipDate}}. Would you like to resume your membership now to download \\u003cem\\u003e{{title}}\\u003c/em\\u003e?\",\"starting_date\":\"Starting {{date}}\",\"subscribe\":\"Subscribe\",\"subscription_payment_processed\":\"Subscription payment processed\",\"there_was_an_issue_processing_html\":\"There was an issue processing your request. \\u003ca href=\\\"{{supportPath}}\\\" target=\\\"_blank\\\"\\u003eContact customer service\\u003c/a\\u003e to continue.\",\"there_was_an_issue_with_payment_html\":\"There was an issue with your payment method. \\u003ca href=\\\"{{resubscribePath}}\\\"\\u003eUpdate payment details\\u003c/a\\u003e to continue.\",\"upgrade_your_trial\":\"Upgrade your trial\",\"you_will_be_billed\":\"You will be billed {{amount}} today\",\"zero_of_count_downloads_remaining_in_your_trial\":\"0 of {{count}} free downloads remaining in your trial\"},\"doc_page\":{\"download_document\":\"Download document\",\"download_unavailable\":\"Download unavailable\"},\"doc_preview\":{\"views\":\"{{formatted_views}} views\"},\"end_of_preview\":{\"view_plan_options\":\"View plan options\"},\"errors\":{\"action_incomplete_heading\":\"Action Incomplete\",\"action_incomplete_message\":\"Oops! We\'re sorry, but we couldn\'t complete the action you requested at this time. We appreciate your patience as we come up with a solution.\",\"something_went_wrong\":\"Something went wrong, please try again.\"},\"everand\":{\"cta\":{\"download_free_days\":\"Download free for {{trialDuration}} days\",\"read_free_for_30_days\":\"Read free for 30 days\"}},\"everand_banner\":{\"visit_everand\":\"Visit Everand.\"},\"footer\":{\"about\":\"About\",\"about_scribd_inc\":\"About Scribd, Inc.\",\"accessibility\":\"Accessibility\",\"cancel_contract\":\"Cancel contracts here\",\"contact_us\":\"Contact us\",\"cookie_preferences\":\"Cookie Preferences\",\"copyright\":\"Copyright\",\"copyright_awareness\":\"We take content rights seriously. \\u003ca href={{learnMoreLink}}\\u003eLearn more\\u003c/a\\u003e in our FAQs or \\u003ca href={{reportLink}}\\u003ereport infringement here\\u003c/a\\u003e.\",\"copyright_copy_current_year_scribd\":\"Copyright \\u0026copy; {{currentYear}} Scribd Inc.\",\"footer_menu\":\"Footer menu\",\"gifts\":\"Gifts\",\"help_faq\":\"Help / FAQ\",\"join_our_team_exclamation\":\"Join our team!\",\"legal\":\"Legal\",\"our_blog\":\"Our blog\",\"privacy\":\"Privacy\",\"publishers\":\"Publishers\",\"purchase_help\":\"Purchase help\",\"redeem_gift_card\":\"Redeem gift card\",\"scribd_-_download_on_the_app_store\":\"Scribd - Download on the App Store\",\"scribd_-_get_it_on_google_play\":\"Scribd - Get it on Google Play\",\"scribd_-_get_it_on_kindle_fire\":\"Scribd for Kindle Fire\",\"social\":\"Social\",\"support\":\"Support\",\"terms\":\"Terms\",\"your_privacy_preferences\":\"Your Privacy Choices\"},\"get_app_modal\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\",\"an_error_occurred_please_try_an\":\"An error occurred please try an email\",\"enter_your_email\":\"Enter your email\",\"enter_your_phone_or_email\":\"Enter your phone or email\",\"get_the_app_to_read\":\"Get the app to read anytime, anywhere.\",\"get_the_app_to_read_and_listen\":\"Get the app to read and listen anytime, anywhere.\",\"link_sent_please_check_your_mobile\":\"Link sent! Please check your mobile device\",\"listen_offline_with_app\":\"Listen offline with the app\",\"phone_or_email\":\"Phone or email\",\"please_enter_a_valid_email\":\"Please enter a valid email\",\"please_enter_a_valid_phone_number\":\"Please enter a valid phone number\",\"please_enter_a_valid_phone_number_or_email\":\"Please enter a valid phone number or email\",\"read_offline_with_app\":\"Read offline with the app\",\"send\":\"Send\"},\"listen_button\":{\"listen_continue\":\"Continue listening\",\"listen_start\":\"Start listening\"},\"lists\":{\"curated_by\":\"Curated by\",\"view_total_titles\":\"View {{count}} title\",\"view_total_titles_plural\":\"View {{count}} titles\"},\"loading_button\":{\"tooltip_content\":{\"loading\":\"Loading...\"}},\"login\":{\"join_lightbox\":{\"email\":\"Email\",\"we_couldn_t_complete_your_request\":\"We couldn\'t complete your request\"}},\"mobile_bottom_navigation_tabs\":{\"active\":\", active\",\"home\":\"Home\",\"quick_navigation\":\"Quick navigation\"},\"modal\":{\"open\":\"Open\",\"opt_in\":{\"stay_in_the_loop\":\"Stay in the loop\"},\"upsell\":{\"cancel_anytime\":\"Cancel anytime\",\"continue_with_free_trial\":\"Continue with {{trialDuration}}-day free trial\",\"continue_with_limited_access\":\"Continue with limited access\",\"or\":\"or\"}},\"modal_redirect\":{\"redirecting\":\"Redirecting\",\"subscribe_to_continue_reading_copy\":\"Subscribe to continue reading\"},\"navigation\":{\"sidebar\":{\"selected\":\", selected\"},\"upload\":\"Upload\"},\"plan_card\":{\"per_month\":\"/month\"},\"plan_type\":{\"standard_monthly\":\"Standard Monthly\"},\"plans\":{\"get_more_unlocks\":\"Get more unlocks\",\"moving_to_plus\":\"Moving to Plus on {{date}}\",\"next_unlock_available\":\"Your next unlock will be available on {{refresh_date}}\",\"no_unlocks_available\":\"0 unlocks available\",\"num_unlocks_available\":\"{{count}} unlock available.\",\"num_unlocks_available_plural\":\"{{count}} unlocks available.\",\"num_unlocks_available_renew_monthly\":\"{{count}} unlock available. Unlocks renew monthly on {{refresh_date}}.\",\"num_unlocks_available_renew_monthly_plural\":\"{{count}} unlocks available. Unlocks renew monthly on {{refresh_date}}.\",\"renew_and_upgrade\":\"Renew and upgrade to Plus to unlock this title.\",\"renew_get_next_unlock\":\"Renew your subscription to get your next unlock on {{refresh_date}}.\",\"resume_and_upgrade\":\"Resume and upgrade to Plus to unlock this title.\",\"switch_back_to_plus_to_get_your_next_unlock\":\"Switch back to Plus to get your next unlock on {{renew_date}}.\",\"unlimited\":\"Unlimited\",\"unlock_title\":\"Unlock title\",\"unlocked\":\"Unlocked\",\"unlocks_available_expire_on_date_html\":\"{{count}} unlock available. Unused unlocks expire on {{expire_date}}.\",\"unlocks_available_expire_on_date_html_plural\":\"{{count}} unlocks available. Unused unlocks expire on {{expire_date}}.\",\"upgrade_to_unlock\":\"Upgrade to Plus to unlock\",\"you_have_unlocked_title\":\"You\'ve unlocked this title.\",\"youve_unlocked_this_title\":\"You’ve unlocked this title.\"},\"play_sample_button\":{\"pause\":\"Pause\",\"play_sample\":\"Play sample\"},\"podcast_episode\":{\"from\":\"From\"},\"podcast_series\":{\"num_episodes\":\"{{ count }} episode\",\"num_episodes_plural\":\"{{ count }} episodes\",\"num_podcast_episodes\":\"{{count, locale}} podcast episode\",\"num_podcast_episodes_plural\":\"{{count, locale}} podcast episodes\"},\"react\":{\"button_menu\":{\"close_menu\":\"Close menu\"},\"save_button\":{\"failed_to_remove_title\":\"Failed to remove title\",\"failed_to_save_title\":\"Failed to save title\",\"remove_short_title_from_saved\":\"Remove {{short_title}} from Saved\",\"save_short_title_for_later\":\"Save {{short_title}} For Later\",\"sign_up_to_save\":\"Sign up to save this title\"},\"sharing_buttons\":{\"check_out_props_share_title_on_scribd\":\"Check out {{props_share_title}} on Scribd\",\"i_m_reading_props_document_collection_name_on_scribd_props_document_collection_url\":\"I’m reading {{props_document_collection_name}} on Scribd: {{props_document_collection_url}}\",\"read_props_document_collection_name_on_scribd\":\"Read {{props_document_collection_name}} on Scribd\",\"share_on_facebook_opens_a_new\":\"Share on Facebook, opens a new window\",\"share_on_linkedin_opens_a_new\":\"Share on LinkedIn, opens a new window\",\"share_on_twitter_opens_a_new\":\"Share on Twitter, opens a new window\",\"share_with_email_opens_mail_client\":\"Share with Email, opens mail client\",\"sharing_options\":\"Sharing Options\"}},\"reading_progress\":{\"base\":{\"we_ve_moved_you_to_where_you\":\"We\'ve moved you to where you read on your {{progress_device_name}}\"}},\"remove_saved_confirm_modal\":{\"removing_from_saved_will_also_delete\":\"Removing from Saved will also delete the title from your lists.\",\"this_title_is_also_in_a_list\":\"This title is also in a list.\"},\"renew_upgrade_modal\":{\"please_renew_your_subscription_first_in\":\"Please renew your subscription first in order to upgrade to Plus to unlock this title.\",\"renew_and_upgrade_to_unlock\":\"Renew and upgrade to unlock this title\",\"renew_subscription\":\"Renew subscription\"},\"resume_membership\":\"Resume subscription\",\"save_button\":{\"save\":\"Save\",\"saved\":\"Saved\"},\"sign_in_to_continue\":\"Sign in to continue\",\"skip_link\":{\"skip_content\":\"Skip content\",\"skip_to_main_content\":\"Skip to main content\"},\"social_buttons\":{\"scribd_on_facebook_aria_label\":\"Scribd on Facebook\",\"scribd_on_instagram_aria_label\":\"Scribd on Instagram\",\"scribd_on_pinterest_aria_label\":\"Scribd on Pinterest\",\"scribd_on_twitter_aria_label\":\"Scribd on Twitter\"},\"star_ratings\":{\"clear_rating\":\"Clear rating\",\"i_didnt_like_it_at_all\":\"I didn\'t like it at all\",\"i_didnt_like_it_that_much\":\"I didn\'t like it that much\",\"i_liked_it\":\"I liked it\",\"i_loved_it\":\"I loved it\",\"i_thought_it_was_ok\":\"I thought it was OK\",\"no_ratings\":\"0 ratings\",\"rate_as_rating_out_of_5\":\"Rate as {{value}} out of 5\",\"rating_rating_to_display_out_of_5_stars\":\"Rating: {{ratingToDisplay}} out of 5 stars\",\"ratings\":\"rating\",\"ratings_plural\":\"ratings\",\"saved\":\"Saved!\",\"selected\":\"(selected)\",\"user_rating_star_rating_saved\":\"{{userRating}} star rating saved\"},\"start_exploring\":\"Start exploring\",\"text_links\":{\"all_categories\":\"All categories\",\"related_authors\":\"Related authors\",\"view_all_categories_in_category\":\"View all categories in {{category}}\",\"view_fewer\":\"View fewer\",\"view_more\":\"View More\"},\"time_remaining\":{\"hours\":\"{{count}} hr left\",\"hours_plural\":\"{{count}} hrs left\",\"minutes\":\"{{count}} min left\",\"minutes_plural\":\"{{count}} mins left\",\"pages\":\"{{count}} page left\",\"pages_plural\":\"{{count}} pages left\"},\"trial\":{\"cancel_anytime\":\"Cancel anytime.\"},\"trial_duration\":{\"first_days_free\":\"Your first {{trialDuration}} days are free.\",\"read_free_days\":\"Read free for {{trialDuration}} days\",\"start_trial_days\":\"Start your free {{trialDuration}} days\"}},\"slideshare\":{\"accessibility\":{\"logo\":\"Slideshare, a Scribd company\"},\"checkout\":{\"hero_banner_title\":\"Your Slideshare presentation\"},\"join\":{\"ad_free_sign_up_sub_title\":\"You’ll get instant access to millions of presentations, documents, ebooks, audiobooks, magazines, podcasts and more. We’ll remind you before your trial ends.\",\"ad_free_sign_up_title\":\"To enjoy Slideshare ad-free, sign up for a free {{trialDuration}}-day Scribd trial\",\"already_have_scribd_account\":\"Already have a Scribd account?\",\"create_account\":\"Create a Scribd account to continue\",\"get_instant_access\":\"Get instant access to millions of documents, ebooks, audiobooks, magazines, podcasts, and more. All in one subscription.\",\"need_account_sign_in_slideshare\":\"You can use this account to access Slideshare and Scribd.\",\"to_continue_reading\":\"To continue reading on Slideshare, sign up for a {{trialDuration}} day free Scribd trial\",\"trial_duration\":\"To download on Slideshare, sign up for a {{trialDuration}} day free Scribd trial\"},\"login\":{\"sign_in\":\"Sign in with your Scribd account to continue\"}},\"unified_checkout\":{\"change_plans\":{\"upgrade_to_plus\":\"Upgrade to Plus\"},\"payment_options\":{\"current_payment\":\"Current payment method\"}},\"webpack\":{\"doc_page\":{\"src\":{\"App\":{\"Page\":{\"BlurPromo\":{\"BlurPromo\":{\"become_a_scribd_member_to_read\":\"Become a Scribd member to read and download full documents.\",\"cancel_anytime\":\"Cancel anytime\",\"continue_for_free\":\"Continue for Free\",\"continue_reading_with_trial\":\"Continue Reading with Trial\",\"update_payment\":\"Update Payment\",\"update_payment_for_full_access\":\"Update payment for full access.\"}},\"Body\":{\"Body\":{\"share_this_document\":\"Share this document\"},\"Metadata\":{\"Extra\":{\"Extra\":{\"original_title_no_colon\":\"Original Title\"}}},\"Toolbar\":{\"Toolbar\":{\"jump_to_page\":\"Jump to Page\"}}},\"annotations\":{\"AnnotationPopover\":{\"AnnotationPopover\":{\"annotation_text_page_annotation_page_nread_more\":\"\\\"{{annotation_text}}…\\\" (page {{annotation_page}})\\\\nRead more:\"}},\"NoteEditor\":{\"NoteEditor\":{\"cancel\":\"Cancel\",\"note_note_group_notes_indexof_active_note_id_1_of_note_group_notes_length\":\"Note {{note_group_notes_indexof_active_note_id_1}} of {{note_group_notes_length}}\",\"save\":\"Save\",\"write_a_note\":\"Write a note…\"}}},\"modals\":{\"Description\":{\"Description\":{\"document_information\":\"Document Information\"}},\"ShareQuote\":{\"ShareQuote\":{\"share_quote\":\"Share Quote\"}}}}},\"body\":{\"sidebar\":{\"on_created_at\":\"on {{created_at}}\"}},\"shared\":{\"actions\":{\"modals\":{\"redirecting\":\"Redirecting...\",\"unable_to_unpause_account_please_try\":\"Unable to unpause account. Please try again\"}},\"base_page\":{\"an_error_occurred_please_try_again\":\"An error occurred please try again\"},\"components\":{\"modals\":{\"Download\":{\"Receipt\":{\"Receipt\":{\"uploaded_by_this_props_document_author_name\":\"Uploaded by {{this_props_document_author_name}}\"}}}}},\"download_button\":{\"button\":{\"download\":\"Download\"}},\"store\":{\"actions\":{\"modals\":{\"subscribe_to_continue_reading\":\"Subscribe to Continue Reading\"}}}}}}}}}}");Scribd.e2e_enabled = false;</script><script type="application/javascript">function prefetchResource(u){var x = new XMLHttpRequest();x.open("GET", u, true);x.send()};</script></body></html>