FileMood

Download [ FreeCourseWeb.com ] Python for beginners

FreeCourseWeb com Python for beginners

Name

[ FreeCourseWeb.com ] Python for beginners

 DOWNLOAD Copy Link

Total Size

2.7 GB

Total Files

1012

Last Seen

2024-07-23 00:10

Hash

5FDCDAEE3CC8FB1A82F6B61837806ADD532BB2B1

/

Get Bonus Downloads Here.url

0.2 KB

/01 - Introduction/

001 Course and Instructor Introduction.mp4

24.4 MB

001 Course and Instructor Introduction_en.srt

5.0 KB

002 How to make the best of this course.mp4

1.7 MB

002 How to make the best of this course_en.srt

2.4 KB

003 Download Slides.mp4

606.2 KB

003 Download Slides_en.srt

0.6 KB

004 Download Theory Notes.mp4

792.6 KB

004 Download Theory Notes_en.srt

0.5 KB

005 What is Python.mp4

2.5 MB

005 What is Python_en.srt

1.1 KB

006 Why Python.mp4

14.3 MB

006 Why Python_en.srt

3.3 KB

112-Lambdas-Introduction.txt

1.9 KB

127-Modules-Introduction.txt

0.4 KB

137-Object Oriented Programming-Introduction.txt

2.7 KB

138-The 4 OOP principles.txt

0.4 KB

139-Classes and Objects.txt

1.4 KB

153-Encapsulation-Introduction.txt

0.9 KB

161-Polymorphism-Introduction.txt

0.9 KB

166-Abstract Classes and Interfaces.txt

2.1 KB

169-Exception Handling Assertions and Logging-Introduction.txt

2.9 KB

17- Datatypes-Introduction.txt

1.3 KB

180-Files-Introduction.txt

2.5 KB

191-Regular Expressions-Introduction.txt

1.2 KB

211-Threads-Introduction.txt

3.3 KB

23-Sequence Types-Introduction.txt

0.6 KB

233-Networking-Introduction.txt

0.5 KB

244-Database Operations-Introduction.txt

1.3 KB

26- Steps in Slicing.txt

1.6 KB

272-NEW - Match Case Syntax-Introduction.txt

1.6 KB

278-Additional Content - Unit Testing-Introduction.txt

3.2 KB

32- Tuple.txt

1.3 KB

4-What is Python.txt

0.8 KB

41-Immutability.txt

3.1 KB

48- Data Types.txt

6.4 KB

5-Why Python.txt

2.1 KB

54-Input and Output functions-Introduction.txt

0.7 KB

63-Flow Control Statements-Introduction.txt

1.0 KB

90-Command line arguments-Introduction.txt

1.7 KB

94-Functions-Introduction.txt

2.5 KB

Python Course Slides.key

1.2 MB

Python Course Slides.pptx

1.9 MB

/01 - Introduction/__MACOSX/

_Python Course Slides.key

0.6 KB

_Python Course Slides.pptx

0.6 KB

/.../02 - Software Setup and First Python Script/

001 Introduction.mp4

1.3 MB

001 Introduction_en.srt

1.4 KB

002 Install Python.mp4

8.4 MB

002 Install Python_en.srt

3.0 KB

003 Which IDE.mp4

7.8 MB

003 Which IDE_en.srt

2.1 KB

004 Install Java and Eclipse.mp4

28.2 MB

004 Install Java and Eclipse_en.srt

4.1 KB

005 Install PyDev for eclipse.mp4

14.2 MB

005 Install PyDev for eclipse_en.srt

2.4 KB

006 PyDev Tips.mp4

5.0 MB

006 PyDev Tips_en.srt

3.9 KB

007 Install PyCharm.mp4

10.6 MB

007 Install PyCharm_en.srt

4.4 KB

008 Download the completed projects and Assignments.mp4

2.5 MB

008 Download the completed projects and Assignments_en.srt

1.3 KB

009 First Python Program.mp4

5.1 MB

009 First Python Program_en.srt

3.1 KB

010 Comments.mp4

8.3 MB

010 Comments_en.srt

3.1 KB

011 Python Indentation.mp4

14.3 MB

011 Python Indentation_en.srt

2.1 KB

/.../Python Projects and Assignment Solutions/Assignment Solutions/

abstraction.py

0.7 KB

collectiontypes.py

0.2 KB

commandlinearguments.py

0.6 KB

dataandtime.py

1.1 KB

datatypes1.py

0.1 KB

datatypes2.py

0.2 KB

encapsulation.py

0.5 KB

exceptionhandling.py

0.3 KB

ifelseladder.py

0.4 KB

inputandoutputfunctions2.py

0.2 KB

inputoutputfunctions1.py

0.2 KB

loops.py

0.1 KB

multithreading.py

0.6 KB

/.../Python Projects and Assignment Solutions/

DS_Store

10.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/

DS_Store

14.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/basicprograms/

areaofacircle.py

0.1 KB

averageofnumbers.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

studentdetails.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/basics/

bytesandarrays.py

0.1 KB

dicttype.py

0.2 KB

hello.py

0.1 KB

listtype.py

0.3 KB

numerictypes.py

0.3 KB

project

0.4 KB

pydevproject

0.4 KB

rangetype.py

0.0 KB

settype.py

0.1 KB

stringtype.py

0.4 KB

tupletype.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/commandlinearguments/

demo.py

0.1 KB

product.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/controlstatements/

assert.py

0.1 KB

breakdemo.py

0.1 KB

continuedemo.py

0.1 KB

evenorodd.py

0.1 KB

forloop.py

0.0 KB

multiplicationtable.py

0.1 KB

oddnumbers.py

0.1 KB

productoflist.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

whiledemo.py

0.0 KB

/.../Python Projects and Assignment Solutions/Python Projects/dateandtime/

combinedateandtime.py

0.1 KB

dtdemo.py

0.3 KB

project

0.4 KB

pydevproject

0.4 KB

sortdates.py

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/dboperations/

createEmp.py

0.4 KB

deleteEmp.py

0.6 KB

readEmp.py

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/encapsulation/

project

0.4 KB

pydevproject

0.4 KB

student.py

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/exceptionhandling/

assertdemo.py

0.2 KB

customexceptions.py

0.2 KB

demo.py

0.6 KB

loggingdemo.py

0.2 KB

myfile

0.0 KB

mylog.log

0.3 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/files/__pycache__/

student.cpython-36.pyc

0.6 KB

/.../Python Projects and Assignment Solutions/Python Projects/files/

myfile.txt

0.1 KB

pickledump.py

0.1 KB

pickleload.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

read.py

0.2 KB

student.dat

0.1 KB

student.py

0.2 KB

write.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/functions/__pycache__/

calc.cpython-36.pyc

0.4 KB

mymath.cpython-36.pyc

0.6 KB

sumlambda.cpython-36.pyc

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/functions/

average.py

0.1 KB

calc.py

0.1 KB

cubelambda.py

0.1 KB

customgenerator.py

0.1 KB

doubledecor.py

0.1 KB

doubleusingmap.py

0.1 KB

evenoroddfilter.py

0.1 KB

evenoroddlambda.py

0.1 KB

factorial.py

0.1 KB

funasaparameter.py

0.1 KB

greeting.py

0.1 KB

listfun.py

0.1 KB

localandglobal.py

0.1 KB

mymath.py

0.3 KB

project

0.4 KB

pydevproject

0.4 KB

returnfunction.py

0.1 KB

stringdecor.py

0.2 KB

sumlambda.py

0.1 KB

sumusingreduce.py

0.1 KB

usesmodule.py

0.1 KB

varargs.py

0.1 KB

/.../Python Projects and Assignment Solutions/Python Projects/inheritance/

bmw.py

1.5 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/listcomprehension/

commonelements.py

0.2 KB

cubesofnumbers.py

0.1 KB

evennumbers.py

0.1 KB

productoflists.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/multithreading/

ThreadCommunicationUsingAFlag.py

0.9 KB

ThreadCommunicationUsingWaitAndNotify.py

0.9 KB

bookmybus.py

0.8 KB

mainthread.py

0.2 KB

project

0.4 KB

pydevproject

0.4 KB

usingFunction.py

0.2 KB

usingclass.py

0.4 KB

usingsubclass.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/networking/

downloadimage.py

0.1 KB

emailclient.py

0.4 KB

fileclient.py

0.2 KB

fileserver.py

0.4 KB

project

0.4 KB

pydevproject

0.4 KB

python.html

48.8 KB

python.png

15.8 KB

tcpipclient.py

0.2 KB

tcpipserver.py

0.3 KB

urllibdemo.py

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/oopsbasics/

course.py

0.5 KB

innerdemo.py

0.3 KB

objectcounter.py

0.3 KB

product.py

0.3 KB

programmer.py

0.8 KB

project

0.4 KB

pydevproject

0.4 KB

student.py

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/operators/

arithmeticoperators.py

0.2 KB

assignmentoperators.py

0.1 KB

comparisonoperators.py

0.1 KB

logicaloperators.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/polymorphism/

ducktypingdemo.py

0.2 KB

flightengine.py

0.4 KB

plusoperator.py

0.1 KB

project

0.4 KB

pydevproject

0.4 KB

/.../Python Projects and Assignment Solutions/Python Projects/printandinput/

inputfun.py

0.2 KB

printfun.py

0.3 KB

project

0.4 KB

pydevproject

0.6 KB

/.../Python Projects and Assignment Solutions/Python Projects/regularexpressions/

project

0.4 KB

pydevproject

0.4 KB

redemo.py

0.5 KB

/.../Python Projects and Assignment Solutions/Python Projects/

_.DS_Store

0.2 KB

_basicprograms

0.2 KB

_basics

0.2 KB

_commandlinearguments

0.2 KB

_controlstatements

0.2 KB

_dateandtime

0.2 KB

_dboperations

0.2 KB

_encapsulation

0.2 KB

_exceptionhandling

0.2 KB

_files

0.2 KB

_functions

0.2 KB

_inheritance

0.2 KB

_listcomprehension

0.2 KB

_multithreading

0.2 KB

_networking

0.2 KB

_oopsbasics

0.2 KB

_operators

0.2 KB

_polymorphism

0.2 KB

_printandinput

0.2 KB

_regularexpressions

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/basicprograms/

_.project

0.2 KB

_.pydevproject

0.2 KB

_areaofacircle.py

0.2 KB

_averageofnumbers.py

0.2 KB

_studentdetails.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/basics/

_.project

0.2 KB

_.pydevproject

0.2 KB

_bytesandarrays.py

0.2 KB

_dicttype.py

0.2 KB

_hello.py

0.2 KB

_listtype.py

0.2 KB

_numerictypes.py

0.2 KB

_rangetype.py

0.2 KB

_settype.py

0.2 KB

_stringtype.py

0.2 KB

_tupletype.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/commandlinearguments/

_.project

0.2 KB

_.pydevproject

0.2 KB

_demo.py

0.2 KB

_product.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/controlstatements/

_.project

0.2 KB

_.pydevproject

0.2 KB

_assert.py

0.2 KB

_breakdemo.py

0.2 KB

_continuedemo.py

0.2 KB

_evenorodd.py

0.2 KB

_forloop.py

0.2 KB

_multiplicationtable.py

0.2 KB

_oddnumbers.py

0.2 KB

_productoflist.py

0.2 KB

_whiledemo.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/dateandtime/

_.project

0.2 KB

_.pydevproject

0.2 KB

_combinedateandtime.py

0.2 KB

_dtdemo.py

0.2 KB

_sortdates.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/dboperations/

_createEmp.py

0.3 KB

_deleteEmp.py

0.3 KB

_readEmp.py

0.3 KB

/.../Python Projects and Assignment Solutions/Python Projects/encapsulation/

_.project

0.2 KB

_.pydevproject

0.2 KB

_student.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/exceptionhandling/

_.project

0.2 KB

_.pydevproject

0.2 KB

_assertdemo.py

0.2 KB

_customexceptions.py

0.2 KB

_demo.py

0.2 KB

_loggingdemo.py

0.2 KB

_myfile

0.2 KB

_mylog.log

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/files/

_.project

0.2 KB

_.pydevproject

0.2 KB

___pycache__

0.2 KB

_myfile.txt

0.2 KB

_pickledump.py

0.2 KB

_pickleload.py

0.2 KB

_read.py

0.2 KB

_student.dat

0.2 KB

_student.py

0.2 KB

_write.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/files/__pycache__/

_student.cpython-36.pyc

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/functions/

_.project

0.2 KB

_.pydevproject

0.2 KB

___pycache__

0.2 KB

_average.py

0.2 KB

_calc.py

0.2 KB

_cubelambda.py

0.2 KB

_customgenerator.py

0.2 KB

_doubledecor.py

0.2 KB

_doubleusingmap.py

0.2 KB

_evenoroddfilter.py

0.2 KB

_evenoroddlambda.py

0.2 KB

_factorial.py

0.2 KB

_funasaparameter.py

0.2 KB

_greeting.py

0.2 KB

_listfun.py

0.2 KB

_localandglobal.py

0.2 KB

_mymath.py

0.2 KB

_returnfunction.py

0.2 KB

_stringdecor.py

0.2 KB

_sumlambda.py

0.2 KB

_sumusingreduce.py

0.2 KB

_usesmodule.py

0.2 KB

_varargs.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/functions/__pycache__/

_calc.cpython-36.pyc

0.2 KB

_mymath.cpython-36.pyc

0.2 KB

_sumlambda.cpython-36.pyc

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/inheritance/

_.project

0.2 KB

_.pydevproject

0.2 KB

_bmw.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/listcomprehension/

_.project

0.2 KB

_.pydevproject

0.2 KB

_commonelements.py

0.2 KB

_cubesofnumbers.py

0.2 KB

_evennumbers.py

0.2 KB

_productoflists.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/multithreading/

_.project

0.2 KB

_.pydevproject

0.2 KB

_ThreadCommunicationUsingAFlag.py

0.2 KB

_ThreadCommunicationUsingWaitAndNotify.py

0.2 KB

_bookmybus.py

0.2 KB

_mainthread.py

0.2 KB

_usingFunction.py

0.2 KB

_usingclass.py

0.2 KB

_usingsubclass.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/networking/

_.project

0.2 KB

_.pydevproject

0.2 KB

_downloadimage.py

0.2 KB

_emailclient.py

0.2 KB

_fileclient.py

0.2 KB

_fileserver.py

0.2 KB

_python.html

0.2 KB

_python.png

0.2 KB

_tcpipclient.py

0.2 KB

_tcpipserver.py

0.2 KB

_urllibdemo.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/oopsbasics/

_.project

0.2 KB

_.pydevproject

0.2 KB

_course.py

0.2 KB

_innerdemo.py

0.2 KB

_objectcounter.py

0.2 KB

_product.py

0.2 KB

_programmer.py

0.2 KB

_student.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/operators/

_.project

0.2 KB

_.pydevproject

0.2 KB

_arithmeticoperators.py

0.2 KB

_assignmentoperators.py

0.2 KB

_comparisonoperators.py

0.2 KB

_logicaloperators.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/polymorphism/

_.project

0.2 KB

_.pydevproject

0.2 KB

_ducktypingdemo.py

0.2 KB

_flightengine.py

0.2 KB

_plusoperator.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/printandinput/

_.project

0.2 KB

_.pydevproject

0.2 KB

_inputfun.py

0.2 KB

_printfun.py

0.2 KB

/.../Python Projects and Assignment Solutions/Python Projects/regularexpressions/

_.project

0.2 KB

_.pydevproject

0.2 KB

_redemo.py

0.2 KB

/.../Python Projects and Assignment Solutions/

_.DS_Store

0.1 KB

_Python Projects

0.3 KB

/03 - Datatypes/

001 Introduction.mp4

2.1 MB

001 Introduction_en.srt

1.9 KB

002 Numeric Types.mp4

7.8 MB

002 Numeric Types_en.srt

3.6 KB

003 Complex , Binary and Hexadecimal Types.mp4

5.8 MB

003 Complex , Binary and Hexadecimal Types_en.srt

3.1 KB

004 Boolean Types.mp4

3.3 MB

004 Boolean Types_en.srt

1.3 KB

005 Type Conversion Functions.mp4

9.1 MB

005 Type Conversion Functions_en.srt

4.0 KB

006 Identifiers.mp4

7.3 MB

006 Identifiers_en.srt

5.1 KB

/.../04 - Sequence Types/

001 Introduction.mp4

993.8 KB

001 Introduction_en.srt

1.4 KB

002 Create a string.mp4

7.5 MB

002 Create a string_en.srt

4.4 KB

003 Slicing a string.mp4

4.8 MB

003 Slicing a string_en.srt

2.5 KB

004 Steps in slicing.mp4

4.4 MB

004 Steps in slicing_en.srt

2.5 KB

005 Strip the spaces.mp4

6.0 MB

005 Strip the spaces_en.srt

2.3 KB

006 Few more string methods.mp4

8.4 MB

006 Few more string methods_en.srt

3.6 KB

007 Create a list.mp4

6.1 MB

007 Create a list_en.srt

3.3 KB

008 Adding and removing list elements.mp4

4.9 MB

008 Adding and removing list elements_en.srt

2.7 KB

009 Few more list functions.mp4

6.5 MB

009 Few more list functions_en.srt

3.3 KB

010 Tuple.mp4

2.7 MB

010 Tuple_en.srt

1.9 KB

011 Use a Tuple.mp4

5.6 MB

011 Use a Tuple_en.srt

4.2 KB

012 List to Tuple.mp4

3.0 MB

012 List to Tuple_en.srt

1.6 KB

013 List vs Tuple.mp4

2.1 MB

013 List vs Tuple_en.srt

1.5 KB

014 Set Type.mp4

8.6 MB

014 Set Type_en.srt

4.2 KB

015 Frozen Set.mp4

2.5 MB

015 Frozen Set_en.srt

1.5 KB

016 range type.mp4

5.0 MB

016 range type_en.srt

3.3 KB

017 bytes and bytearray.mp4

5.7 MB

017 bytes and bytearray_en.srt

2.7 KB

018 Dictionary.mp4

13.2 MB

018 Dictionary_en.srt

5.8 KB

019 Immutability.mp4

11.2 MB

019 Immutability_en.srt

4.7 KB

020 Datatypes Patient Usecase.mp4

22.7 MB

020 Datatypes Patient Usecase_en.srt

6.2 KB

021 Map of Lists Usecase.mp4

7.4 MB

021 Map of Lists Usecase_en.srt

4.7 KB

/.../05 - Special Types/

001 None type.mp4

2.7 MB

001 None type_en.srt

2.1 KB

002 Escape chars.mp4

5.1 MB

002 Escape chars_en.srt

3.6 KB

003 Constants.mp4

2.1 MB

003 Constants_en.srt

1.5 KB

004 del keyword.mp4

8.6 MB

004 del keyword_en.srt

3.1 KB

005 Data Types Summary.mp4

19.1 MB

005 Data Types Summary_en.srt

10.1 KB

/.../06 - Operators and Operands/

001 Arithmetic Operators.mp4

13.0 MB

001 Arithmetic Operators_en.srt

4.9 KB

002 Assignment Operators.mp4

9.0 MB

002 Assignment Operators_en.srt

3.0 KB

003 Comparison Operators.mp4

7.7 MB

003 Comparison Operators_en.srt

3.0 KB

004 Logical Operators.mp4

16.8 MB

004 Logical Operators_en.srt

4.3 KB

005 Operators BMI Usecase.mp4

8.4 MB

005 Operators BMI Usecase_en.srt

2.7 KB

/.../07 - Input and Output functions/

001 Introduction.mp4

1.5 MB

001 Introduction_en.srt

1.0 KB

002 print.mp4

6.1 MB

002 print_en.srt

3.5 KB

003 print and string formatting.mp4

9.2 MB

003 print and string formatting_en.srt

5.3 KB

004 input.mp4

10.2 MB

004 input_en.srt

5.6 KB

005 reading multiple inputs.mp4

8.1 MB

005 reading multiple inputs_en.srt

4.7 KB

/.../08 - More Programs/

001 Read and Display student details.mp4

9.2 MB

001 Read and Display student details_en.srt

3.3 KB

002 Average of three numbers.mp4

6.8 MB

002 Average of three numbers_en.srt

2.5 KB

003 Area of a circle.mp4

4.2 MB

003 Area of a circle_en.srt

1.3 KB

004 Using the math module.mp4

2.6 MB

004 Using the math module_en.srt

1.6 KB

/.../09 - Flow Control Statements/

001 Introduction.mp4

1.4 MB

001 Introduction_en.srt

1.4 KB

002 If Else Syntax.mp4

1.1 MB

002 If Else Syntax_en.srt

1.3 KB

003 Find even or odd number.mp4

10.2 MB

003 Find even or odd number_en.srt

3.6 KB

004 IF Else Ladder.mp4

2.4 MB

004 IF Else Ladder_en.srt

1.8 KB

005 Handle Zero.mp4

3.6 MB

005 Handle Zero_en.srt

2.0 KB

006 While Syntax.mp4

647.8 KB

006 While Syntax_en.srt

0.8 KB

007 Display numbers from 1 to 20.mp4

4.6 MB

007 Display numbers from 1 to 20_en.srt

2.4 KB

008 Odd numbers between given numbers.mp4

9.4 MB

008 Odd numbers between given numbers_en.srt

3.7 KB

009 For Syntax.mp4

1.1 MB

009 For Syntax_en.srt

1.0 KB

010 using for loop.mp4

5.6 MB

010 using for loop_en.srt

2.3 KB

011 product of numbers in a list.mp4

8.5 MB

011 product of numbers in a list_en.srt

4.1 KB

012 multiplication table of a given number.mp4

8.3 MB

012 multiplication table of a given number_en.srt

4.2 KB

013 break.mp4

7.2 MB

013 break_en.srt

3.5 KB

014 continue.mp4

7.9 MB

014 continue_en.srt

3.1 KB

015 assert.mp4

5.2 MB

015 assert_en.srt

2.1 KB

016 More Programs - Remove Duplicates in List.mp4

12.6 MB

016 More Programs - Remove Duplicates in List_en.srt

4.0 KB

017 More Programs - Count Vowels in a word.mp4

21.2 MB

017 More Programs - Count Vowels in a word_en.srt

6.9 KB

018 More Programs - Handle employee Details.mp4

34.2 MB

018 More Programs - Handle employee Details_en.srt

9.3 KB

/.../10 - More Programs/

001 Reverse a String.mp4

7.2 MB

001 Reverse a String_en.srt

4.8 KB

002 Reverse using split and join.mp4

8.8 MB

002 Reverse using split and join_en.srt

4.7 KB

003 Reverse the words in a string.mp4

10.1 MB

003 Reverse the words in a string_en.srt

6.2 KB

004 Reverse the characters in the words.mp4

7.0 MB

004 Reverse the characters in the words_en.srt

4.6 KB

005 Remove Duplicate Chars.mp4

4.2 MB

005 Remove Duplicate Chars_en.srt

3.1 KB

006 Count the characters.mp4

8.3 MB

006 Count the characters_en.srt

5.6 KB

007 Print Right Angled Triangle.mp4

10.8 MB

007 Print Right Angled Triangle_en.srt

7.1 KB

008 Print Pyramid Pattern.mp4

8.5 MB

008 Print Pyramid Pattern_en.srt

3.5 KB

009 Find substrings in a given string.mp4

12.2 MB

009 Find substrings in a given string_en.srt

5.4 KB

/.../11 - Command line arguments/

001 Introduction.mp4

2.7 MB

001 Introduction_en.srt

2.5 KB

002 command line arguments.mp4

22.4 MB

002 command line arguments_en.srt

5.2 KB

003 command line arguments in PyCharm.mp4

2.8 MB

003 command line arguments in PyCharm_en.srt

1.5 KB

004 product of command line arguments.mp4

10.1 MB

004 product of command line arguments_en.srt

3.2 KB

/12 - Functions/

001 Introduction.mp4

2.7 MB

001 Introduction_en.srt

3.8 KB

002 first function.mp4

5.1 MB

002 first function_en.srt

2.6 KB

003 returning a result.mp4

2.2 MB

003 returning a result_en.srt

1.4 KB

004 return multiple values.mp4

6.0 MB

004 return multiple values_en.srt

3.5 KB

005 local and global variables.mp4

4.8 MB

005 local and global variables_en.srt

2.9 KB

006 accessing global variable with the same name.mp4

1.9 MB

006 accessing global variable with the same name_en.srt

1.1 KB

007 assign function to a variable.mp4

2.6 MB

007 assign function to a variable_en.srt

1.3 KB

008 function inside another.mp4

5.7 MB

008 function inside another_en.srt

3.4 KB

009 function as parameter to an other.mp4

4.1 MB

009 function as parameter to an other_en.srt

1.7 KB

010 returning functions.mp4

3.8 MB

010 returning functions_en.srt

2.1 KB

011 pass any type.mp4

2.8 MB

011 pass any type_en.srt

1.4 KB

012 Recursion.mp4

5.9 MB

012 Recursion_en.srt

3.4 KB

013 recursion.mp4

4.5 MB

013 recursion_en.srt

2.1 KB

014 keyword arguments.mp4

5.3 MB

014 keyword arguments_en.srt

1.8 KB

015 default arguments.mp4

3.2 MB

015 default arguments_en.srt

1.9 KB

016 BMI Usecase.mp4

5.2 MB

016 BMI Usecase_en.srt

3.2 KB

017 args and kwargs.mp4

26.7 MB

017 args and kwargs_en.srt

6.7 KB

018 passing optionals params to other functions.mp4

14.6 MB

018 passing optionals params to other functions_en.srt

3.8 KB

/13 - Lambdas/

001 Introduction.mp4

2.4 MB

001 Introduction_en.srt

2.8 KB

002 Lambda - Cube of a given number.mp4

5.4 MB

002 Lambda - Cube of a given number_en.srt

2.9 KB

003 Lambda - Even or Odd.mp4

5.3 MB

003 Lambda - Even or Odd_en.srt

1.9 KB

004 Lambda - Sum of two numbers.mp4

4.2 MB

004 Lambda - Sum of two numbers_en.srt

2.0 KB

005 Using a filter.mp4

12.4 MB

005 Using a filter_en.srt

3.4 KB

006 Using the map function.mp4

4.7 MB

006 Using the map function_en.srt

2.2 KB

007 Using reduce function.mp4

6.5 MB

007 Using reduce function_en.srt

2.7 KB

008 Decorators.mp4

777.1 KB

008 Decorators_en.srt

1.0 KB

009 Decorator that doubles the result of a function.mp4

5.7 MB

009 Decorator that doubles the result of a function_en.srt

3.4 KB

010 Using @ Decorator.mp4

2.5 MB

010 Using @ Decorator_en.srt

1.5 KB

011 Decorating Strings.mp4

9.1 MB

011 Decorating Strings_en.srt

2.9 KB

012 Decorator Chaining.mp4

17.4 MB

012 Decorator Chaining_en.srt

3.1 KB

013 Generators.mp4

737.6 KB

013 Generators_en.srt

0.8 KB

014 Create a generator.mp4

6.0 MB

014 Create a generator_en.srt

2.2 KB

015 Keywords in python.mp4

5.1 MB

015 Keywords in python_en.srt

1.6 KB

/14 - Modules/

001 Introduction.mp4

2.5 MB

001 Introduction_en.srt

0.6 KB

002 Create a module and use it.mp4

10.4 MB

002 Create a module and use it_en.srt

4.0 KB

003 Different ways to import.mp4

2.8 MB

003 Different ways to import_en.srt

1.6 KB

004 Use Math Module.mp4

24.8 MB

004 Use Math Module_en.srt

5.1 KB

005 Use Random Module.mp4

29.3 MB

005 Use Random Module_en.srt

5.2 KB

/.../15 - List Comprehensions/

001 List Comprehensions.mp4

1.8 MB

001 List Comprehensions_en.srt

1.7 KB

002 Cube of numbers in a list.mp4

6.8 MB

002 Cube of numbers in a list_en.srt

2.8 KB

003 Even numbers in a list.mp4

6.7 MB

003 Even numbers in a list_en.srt

2.5 KB

004 Product of numbers in a list.mp4

8.9 MB

004 Product of numbers in a list_en.srt

3.9 KB

005 Common elements in a list.mp4

5.9 MB

005 Common elements in a list_en.srt

3.1 KB

/.../16 - Object Oriented Programming/

001 Introduction.mp4

5.5 MB

001 Introduction_en.srt

4.0 KB

002 The 4 OOP principles.mp4

1.1 MB

002 The 4 OOP principles_en.srt

0.6 KB

003 Classes and Objects.mp4

9.2 MB

003 Classes and Objects_en.srt

2.0 KB

004 Create first class.mp4

13.1 MB

004 Create first class_en.srt

6.1 KB

005 Use Parameterized Constructor.mp4

9.5 MB

005 Use Parameterized Constructor_en.srt

5.1 KB

006 Define a instance method.mp4

6.7 MB

006 Define a instance method_en.srt

3.1 KB

007 Create Getter and Setter methods.mp4

14.3 MB

007 Create Getter and Setter methods_en.srt

5.1 KB

008 Define instance methods.mp4

4.9 MB

008 Define instance methods_en.srt

2.5 KB

009 Methods vs Constructors.mp4

2.1 MB

009 Methods vs Constructors_en.srt

1.2 KB

010 Define static field.mp4

8.5 MB

010 Define static field_en.srt

3.3 KB

011 Count the number of Objects.mp4

7.1 MB

011 Count the number of Objects_en.srt

2.7 KB

012 Create a Inner Class.mp4

10.2 MB

012 Create a Inner Class_en.srt

3.6 KB

013 Garbage Collection.mp4

9.3 MB

013 Garbage Collection_en.srt

2.4 KB

014 GC Methods.mp4

5.9 MB

014 GC Methods_en.srt

1.9 KB

015 Use Destructor.mp4

11.8 MB

015 Use Destructor_en.srt

2.9 KB

016 Patient Clinicals Usecase.mp4

13.5 MB

016 Patient Clinicals Usecase_en.srt

7.4 KB

/17 - Encapsulation/

001 Introduction.mp4

2.0 MB

001 Introduction_en.srt

1.3 KB

002 Private Fields and Name Mangling.mp4

11.8 MB

002 Private Fields and Name Mangling_en.srt

5.7 KB

003 Implementing Encapsulation.mp4

8.0 MB

003 Implementing Encapsulation_en.srt

3.2 KB

/18 - Inheritance/

001 Inheritance.mp4

3.5 MB

001 Inheritance_en.srt

3.0 KB

002 Inheritance in action.mp4

14.9 MB

002 Inheritance in action_en.srt

5.9 KB

003 Inheriting Functionality.mp4

11.9 MB

003 Inheriting Functionality_en.srt

3.0 KB

004 Overriding.mp4

4.8 MB

004 Overriding_en.srt

1.9 KB

005 Using Super().mp4

9.3 MB

005 Using Super()_en.srt

2.5 KB

/19 - Polymorphism/

001 Introduction.mp4

2.7 MB

001 Introduction_en.srt

1.4 KB

002 DuckTyping.mp4

6.8 MB

002 DuckTyping_en.srt

3.4 KB

003 DuckTyping for Dependency Injection.mp4

11.8 MB

003 DuckTyping for Dependency Injection_en.srt

4.2 KB

004 Operator Overloading.mp4

5.9 MB

004 Operator Overloading_en.srt

2.2 KB

005 Runtime Polymorphism.mp4

7.7 MB

005 Runtime Polymorphism_en.srt

2.4 KB

/20 - Abstraction/

001 Abstract Classes and Interfaces.mp4

4.2 MB

001 Abstract Classes and Interfaces_en.srt

3.1 KB

002 Create an Abstract Class.mp4

23.8 MB

002 Create an Abstract Class_en.srt

5.9 KB

003 Create an Interface.mp4

16.1 MB

003 Create an Interface_en.srt

4.1 KB

/.../21 - Exception Handling Assertions and Logging/

001 Introduction.mp4

10.6 MB

001 Introduction_en.srt

4.4 KB

002 Exception Class Hierarchy.mp4

2.3 MB

002 Exception Class Hierarchy_en.srt

2.7 KB

003 Handling Exceptions.mp4

13.4 MB

003 Handling Exceptions_en.srt

5.7 KB

004 Using Finally.mp4

9.5 MB

004 Using Finally_en.srt

4.0 KB

005 Else.mp4

3.0 MB

005 Else_en.srt

1.0 KB

006 Create and Raise Custom Exceptions.mp4

5.7 MB

006 Create and Raise Custom Exceptions_en.srt

3.2 KB

007 More Programs - Custom Exceptions.mp4

13.9 MB

007 More Programs - Custom Exceptions_en.srt

2.5 KB

008 Logging in action.mp4

6.0 MB

008 Logging in action_en.srt

2.4 KB

009 Logging Configuration.mp4

8.6 MB

009 Logging Configuration_en.srt

4.0 KB

010 Log Exceptions.mp4

9.1 MB

010 Log Exceptions_en.srt

2.6 KB

011 Using Assertions.mp4

9.3 MB

011 Using Assertions_en.srt

4.0 KB

/22 - Files/

001 Introduction.mp4

4.2 MB

001 Introduction_en.srt

3.8 KB

002 Write string to a file.mp4

6.6 MB

002 Write string to a file_en.srt

3.1 KB

003 Read from a file.mp4

3.0 MB

003 Read from a file_en.srt

1.5 KB

004 Write multiple strings.mp4

8.6 MB

004 Write multiple strings_en.srt

3.8 KB

005 Check if the file exists.mp4

10.3 MB

005 Check if the file exists_en.srt

3.6 KB

006 Pickle.mp4

9.8 MB

006 Pickle_en.srt

4.3 KB

007 UnPickle.mp4

5.9 MB

007 UnPickle_en.srt

1.8 KB

008 More about Read.mp4

8.3 MB

008 More about Read_en.srt

5.0 KB

009 Write.mp4

8.3 MB

009 Write_en.srt

4.2 KB

010 Append.mp4

5.4 MB

010 Append_en.srt

3.3 KB

011 Count Lines.mp4

8.3 MB

011 Count Lines_en.srt

2.6 KB

/.../23 - Regular Expressions/

001 Introduction.mp4

2.0 MB

001 Introduction_en.srt

1.6 KB

002 Sequence Characters.mp4

1.5 MB

002 Sequence Characters_en.srt

1.8 KB

003 search().mp4

7.5 MB

003 search()_en.srt

3.3 KB

004 findall() and match().mp4

18.7 MB

004 findall() and match()_en.srt

6.7 KB

005 split().mp4

5.6 MB

005 split()_en.srt

1.6 KB

006 substitute().mp4

3.7 MB

006 substitute()_en.srt

1.5 KB

007 Quantifiers.mp4

808.1 KB

007 Quantifiers_en.srt

1.1 KB

008 using quantifiers.mp4

7.5 MB

008 using quantifiers_en.srt

3.1 KB

009 Matching dates.mp4

13.6 MB

009 Matching dates_en.srt

2.2 KB

010 Special Characters.mp4

1.7 MB

010 Special Characters_en.srt

2.5 KB

011 using special characters.mp4

4.6 MB

011 using special characters_en.srt

1.8 KB

/.../24 - Date and Time/

001 Date and Time.mp4

1.5 MB

001 Date and Time_en.srt

1.5 KB

002 Time since epoch.mp4

5.3 MB

002 Time since epoch_en.srt

2.1 KB

003 Finding the current date and time.mp4

7.7 MB

003 Finding the current date and time_en.srt

2.6 KB

004 Combining Date and Time.mp4

5.4 MB

004 Combining Date and Time_en.srt

2.1 KB

005 Sorting dates.mp4

7.4 MB

005 Sorting dates_en.srt

2.8 KB

006 sleep().mp4

3.7 MB

006 sleep()_en.srt

1.8 KB

007 Knowing the execution time of a program.mp4

6.4 MB

007 Knowing the execution time of a program_en.srt

2.7 KB

008 Validate Credit Card Usecase.mp4

3.7 MB

008 Validate Credit Card Usecase_en.srt

2.2 KB

009 Project Management Usecase.mp4

19.2 MB

009 Project Management Usecase_en.srt

9.6 KB

/25 - Threads/

001 Introduction.mp4

20.9 MB

001 Introduction_en.srt

4.8 KB

002 Main Thread.mp4

10.9 MB

002 Main Thread_en.srt

3.4 KB

003 Thread using a function.mp4

7.9 MB

003 Thread using a function_en.srt

2.6 KB

004 Printing Thread Names.mp4

3.2 MB

004 Printing Thread Names_en.srt

1.5 KB

005 Thread extending the Thread Class.mp4

9.6 MB

005 Thread extending the Thread Class_en.srt

3.1 KB

006 Thread using a class.mp4

9.5 MB

006 Thread using a class_en.srt

2.6 KB

007 Multithreading in action.mp4

9.1 MB

007 Multithreading in action_en.srt

1.7 KB

008 using sleep().mp4

3.8 MB

008 using sleep()_en.srt

2.0 KB

009 The TicketBooking usecase.mp4

10.2 MB

009 The TicketBooking usecase_en.srt

2.7 KB

010 Thread Synchronization.mp4

2.5 MB

010 Thread Synchronization_en.srt

3.0 KB

011 Add more logic.mp4

23.7 MB

011 Add more logic_en.srt

6.5 KB

012 Synchronization using lock.mp4

10.8 MB

012 Synchronization using lock_en.srt

3.1 KB

013 Synchronization using semaphore.mp4

1.2 MB

013 Synchronization using semaphore_en.srt

0.3 KB

014 Thread Communication.mp4

2.4 MB

014 Thread Communication_en.srt

2.4 KB

015 Using a boolean flag.mp4

21.1 MB

015 Using a boolean flag_en.srt

6.7 KB

016 Run and summarize.mp4

8.1 MB

016 Run and summarize_en.srt

3.7 KB

017 Thread Communication using wait and notify.mp4

2.6 MB

017 Thread Communication using wait and notify_en.srt

2.3 KB

018 Use wait and notify.mp4

16.6 MB

018 Use wait and notify_en.srt

5.0 KB

019 Queues and Thread Communication.mp4

8.5 MB

019 Queues and Thread Communication_en.srt

3.1 KB

020 Producer Consumer Pattern.mp4

25.1 MB

020 Producer Consumer Pattern_en.srt

3.7 KB

021 Three Types of queues.mp4

18.9 MB

021 Three Types of queues_en.srt

2.2 KB

022 Types of queues.mp4

10.4 MB

022 Types of queues_en.srt

3.3 KB

/26 - Networking/

001 Introduction.mp4

613.0 KB

001 Introduction_en.srt

0.8 KB

002 Downloading a HTML.mp4

17.2 MB

002 Downloading a HTML_en.srt

5.7 KB

003 Downloading a Image.mp4

8.0 MB

003 Downloading a Image_en.srt

2.5 KB

004 Socket Programming.mp4

1.2 MB

004 Socket Programming_en.srt

1.6 KB

005 Create a server.mp4

19.6 MB

005 Create a server_en.srt

6.9 KB

006 Create a client.mp4

7.3 MB

006 Create a client_en.srt

3.4 KB

007 File Server.mp4

13.2 MB

007 File Server_en.srt

3.9 KB

008 File Client.mp4

8.4 MB

008 File Client_en.srt

2.4 KB

009 Sending Emails.mp4

848.8 KB

009 Sending Emails_en.srt

1.0 KB

010 UPDATE - Generate Gmail APP Password.mp4

3.7 MB

010 UPDATE - Generate Gmail APP Password_en.srt

2.4 KB

011 Email Client.mp4

29.7 MB

011 Email Client_en.srt

5.0 KB

012 Run Mail Client.mp4

2.8 MB

012 Run Mail Client_en.srt

0.8 KB

/.../27 - Database Operations/

001 Introduction.mp4

1.6 MB

001 Introduction_en.srt

2.0 KB

002 Install MySql.mp4

15.1 MB

002 Install MySql_en.srt

7.3 KB

003 Install MySql workbench.mp4

8.8 MB

003 Install MySql workbench_en.srt

4.1 KB

004 Install mysql connector.mp4

1.8 MB

004 Install mysql connector_en.srt

1.4 KB

004 connectorCommand.txt

0.1 KB

005 Setup the database.mp4

3.0 MB

005 Setup the database_en.srt

1.4 KB

006 Connect to the DB from Python.mp4

9.2 MB

006 Connect to the DB from Python_en.srt

4.6 KB

007 READ.mp4

10.2 MB

007 READ_en.srt

4.3 KB

008 READ - fetchall.mp4

3.0 MB

008 READ - fetchall_en.srt

1.7 KB

009 CREATE.mp4

15.9 MB

009 CREATE_en.srt

3.9 KB

010 DELETE.mp4

28.4 MB

010 DELETE_en.srt

7.5 KB

/.../28 - Additional Content - Using PostgreSQL/

001 Introduction.mp4

12.3 MB

001 Introduction_en.srt

2.3 KB

002 Setup the database.mp4

17.8 MB

002 Setup the database_en.srt

3.4 KB

002 postgreSQL.txt

0.3 KB

003 Install psycopg2.mp4

14.2 MB

003 Install psycopg2_en.srt

2.7 KB

004 Connect and Insert.mp4

15.4 MB

004 Connect and Insert_en.srt

4.7 KB

005 Fetch Data.mp4

9.4 MB

005 Fetch Data_en.srt

2.4 KB

/.../29 - Work with Mongo/

001 Mongo Introduction.mp4

853.0 KB

001 Mongo Introduction_en.srt

1.1 KB

002 Install Mongo.mp4

22.5 MB

002 Install Mongo_en.srt

4.5 KB

003 Use Mongo Console.mp4

12.9 MB

003 Use Mongo Console_en.srt

4.3 KB

004 Install pymongo.mp4

3.2 MB

004 Install pymongo_en.srt

2.0 KB

005 API walkthrough.mp4

4.4 MB

005 API walkthrough_en.srt

2.6 KB

006 insert one.mp4

9.7 MB

006 insert one_en.srt

3.3 KB

007 insert many.mp4

8.3 MB

007 insert many_en.srt

2.4 KB

008 read.mp4

6.5 MB

008 read_en.srt

3.8 KB

009 update.mp4

9.4 MB

009 update_en.srt

5.3 KB

010 delete.mp4

3.9 MB

010 delete_en.srt

2.5 KB

/.../30 - Debugging Fundamentals/

001 Usecase.mp4

5.2 MB

001 Usecase_en.srt

2.8 KB

002 Debugging in PyDev.mp4

26.8 MB

002 Debugging in PyDev_en.srt

9.4 KB

003 Debugging in PyCharm.mp4

10.7 MB

003 Debugging in PyCharm_en.srt

6.6 KB

/.../31 - NEW - Match Case Syntax/

001 Introduction.mp4

3.9 MB

001 Introduction_en.srt

2.5 KB

002 Match Case vs If Else.mp4

973.0 KB

002 Match Case vs If Else_en.srt

0.5 KB

003 Syntax.mp4

5.9 MB

003 Syntax_en.srt

4.2 KB

004 Using Collections.mp4

6.6 MB

004 Using Collections_en.srt

3.6 KB

005 Using Constants.mp4

6.4 MB

005 Using Constants_en.srt

2.7 KB

/.../32 - Additional Content - Virtual Environment/

001 Using Virtual Environment.mp4

49.5 MB

001 Using Virtual Environment_en.srt

3.6 KB

/.../33 - Additional Content - Unit Testing/

001 Introduction.mp4

9.3 MB

001 Introduction_en.srt

4.6 KB

002 Create and run a test.mp4

15.7 MB

002 Create and run a test_en.srt

9.4 KB

003 Assert for exceptions.mp4

7.5 MB

003 Assert for exceptions_en.srt

4.1 KB

004 setUp and tearDown.mp4

4.3 MB

004 setUp and tearDown_en.srt

2.2 KB

005 Assignment.mp4

3.8 MB

005 Assignment_en.srt

2.0 KB

006 Documentation.mp4

2.5 MB

006 Documentation_en.srt

0.7 KB

/.../34 - Additional Content - NumPy/

001 Introduction.mp4

2.6 MB

001 Introduction_en.srt

1.4 KB

002 Numpy in action.mp4

10.9 MB

002 Numpy in action_en.srt

5.5 KB

003 linespace logspace and more.mp4

15.9 MB

003 linespace logspace and more_en.srt

6.7 KB

004 Using math functions.mp4

9.2 MB

004 Using math functions_en.srt

4.3 KB

005 Array Comparison.mp4

9.0 MB

005 Array Comparison_en.srt

4.8 KB

006 More comparison Functions.mp4

13.4 MB

006 More comparison Functions_en.srt

7.0 KB

007 Copying arrays.mp4

5.4 MB

007 Copying arrays_en.srt

2.4 KB

008 Slicing.mp4

6.6 MB

008 Slicing_en.srt

3.5 KB

009 Multidimensional arrays.mp4

7.3 MB

009 Multidimensional arrays_en.srt

3.5 KB

010 Few more attributes.mp4

10.8 MB

010 Few more attributes_en.srt

5.3 KB

011 Few more functions.mp4

11.8 MB

011 Few more functions_en.srt

6.5 KB

/.../35 - Additional Content - Pandas/

001 Introduction.mp4

1.7 MB

001 Introduction_en.srt

1.7 KB

002 Series.mp4

2.3 MB

002 Series_en.srt

1.2 KB

003 Create Project.mp4

3.0 MB

003 Create Project_en.srt

1.8 KB

004 Create and use Series.mp4

8.0 MB

004 Create and use Series_en.srt

4.5 KB

005 Use Custom Indices.mp4

11.3 MB

005 Use Custom Indices_en.srt

6.3 KB

006 Series of Strings.mp4

5.5 MB

006 Series of Strings_en.srt

2.8 KB

007 Describe.mp4

7.1 MB

007 Describe_en.srt

3.2 KB

008 DataFrame.mp4

1.5 MB

008 DataFrame_en.srt

1.0 KB

009 Create DataFrame.mp4

9.4 MB

009 Create DataFrame_en.srt

5.1 KB

010 Access Columns and Rows.mp4

8.8 MB

010 Access Columns and Rows_en.srt

5.3 KB

011 Use Slicing and Lists.mp4

8.7 MB

011 Use Slicing and Lists_en.srt

5.0 KB

012 Getting a Subset.mp4

5.2 MB

012 Getting a Subset_en.srt

2.7 KB

013 Query for data.mp4

4.7 MB

013 Query for data_en.srt

2.6 KB

014 Pick a Cell.mp4

10.2 MB

014 Pick a Cell_en.srt

4.1 KB

015 Describing and Transposing.mp4

10.4 MB

015 Describing and Transposing_en.srt

3.6 KB

016 Sorting.mp4

22.2 MB

016 Sorting_en.srt

5.3 KB

017 Working with CSV Files.mp4

2.6 MB

017 Working with CSV Files_en.srt

1.5 KB

018 Read Data.mp4

8.6 MB

018 Read Data_en.srt

3.6 KB

019 Write Data.mp4

3.7 MB

019 Write Data_en.srt

2.0 KB

/.../36 - Additional Content - Matplotlib/

001 Introduction.mp4

2.8 MB

001 Introduction_en.srt

1.1 KB

002 Create Project.mp4

3.5 MB

002 Create Project_en.srt

2.0 KB

003 Generate Line Plot.mp4

9.7 MB

003 Generate Line Plot_en.srt

5.1 KB

004 Add Color and Grid.mp4

7.9 MB

004 Add Color and Grid_en.srt

3.8 KB

005 Control Transparency.mp4

4.8 MB

005 Control Transparency_en.srt

2.5 KB

006 Generate Scatter Graph.mp4

3.5 MB

006 Generate Scatter Graph_en.srt

1.7 KB

007 Bar Graph.mp4

3.4 MB

007 Bar Graph_en.srt

1.8 KB

008 histogram.mp4

11.7 MB

008 histogram_en.srt

4.0 KB

009 Plotting Sub Plots.mp4

25.3 MB

009 Plotting Sub Plots_en.srt

6.0 KB

/.../37 - Additional Content - In Built Data Structures/

001 Introduction.mp4

2.1 MB

001 Introduction_en.srt

1.4 KB

002 Queue.mp4

4.8 MB

002 Queue_en.srt

3.1 KB

003 More Queue Methods.mp4

3.4 MB

003 More Queue Methods_en.srt

1.8 KB

004 LIFOQueue.mp4

4.8 MB

004 LIFOQueue_en.srt

3.2 KB

/.../38 - Wrap Up/

001 Bonus Lecture.html

10.7 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 1012


Copyright © 2024 FileMood.com