FileMood

Download Learn Basics of Python like a Baby

Learn Basics of Python like Baby

Name

Learn Basics of Python like a Baby

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

590.0 MB

Total Files

138

Hash

7347010C76B231D7B1EED962DA2958F8AE3469F1

/.../06 Program Structure in Python/

050 Functions in Python.mp4

39.6 MB

049 Introduction to Program Structure.en.srt

1.3 KB

049 Introduction to Program Structure.mp4

1.6 MB

050 Functions in Python.en.srt

23.3 KB

051 Lambda Functions.en.srt

19.7 KB

051 Lambda Functions.mp4

29.5 MB

/

Visit Coursedrive.org.url

0.1 KB

ReadMe.txt

0.2 KB

/Learn Basics of Python like a Baby/

ReadMe.txt

0.2 KB

Visit Coursedrive.org.url

0.1 KB

/.../01 Introduction to the course/

001 Introduction to Python.en.srt

2.8 KB

001 Introduction to Python.mp4

4.9 MB

002 Course Curriculum.en.srt

1.6 KB

002 Course Curriculum.mp4

2.9 MB

003 Objective of the course.en.srt

1.9 KB

003 Objective of the course.mp4

4.0 MB

/.../02 Installing python in your Computers/

004 installing python.en.srt

5.2 KB

004 installing python.mp4

9.6 MB

/.../03 Variables in Python/

005 Writing Your First Program in Python.en.srt

7.1 KB

005 Writing Your First Program in Python.mp4

10.5 MB

006 Introduction to Python Variables.en.srt

9.1 KB

006 Introduction to Python Variables.mp4

15.5 MB

007 DataType - String.en.srt

10.2 KB

007 DataType - String.mp4

17.9 MB

008 DataType - Numbers.en.srt

5.4 KB

008 DataType - Numbers.mp4

9.9 MB

009 DataType - Boolean.en.srt

1.2 KB

009 DataType - Boolean.mp4

1.9 MB

/.../04 Collections in Python/

010 Introduction to Collections in Python.en.srt

1.2 KB

010 Introduction to Collections in Python.mp4

1.6 MB

011 Introduction to List.en.srt

4.4 KB

011 Introduction to List.mp4

7.5 MB

012 How to Create a List.en.srt

2.8 KB

012 How to Create a List.mp4

5.0 MB

013 How to access items in a List.en.srt

5.4 KB

013 How to access items in a List.mp4

9.9 MB

014 Introduction to List Manipulation.en.srt

1.2 KB

014 Introduction to List Manipulation.mp4

2.3 MB

015 Replacing Elements in a List.en.srt

2.9 KB

015 Replacing Elements in a List.mp4

5.9 MB

016 Adding elements to a List.en.srt

1.9 KB

016 Adding elements to a List.mp4

3.6 MB

017 Removing Elements from a List.en.srt

5.5 KB

017 Removing Elements from a List.mp4

11.4 MB

018 Organizing a List.en.srt

15.5 KB

018 Organizing a List.mp4

24.1 MB

019 Introduction to Tuple.en.srt

9.5 KB

019 Introduction to Tuple.mp4

14.6 MB

020 Introduction to slicing.en.srt

3.9 KB

020 Introduction to slicing.mp4

9.9 MB

021 slicing a List.en.srt

7.5 KB

021 slicing a List.mp4

15.7 MB

022 Slicing a Tuple.en.srt

2.3 KB

022 Slicing a Tuple.mp4

5.3 MB

023 Introduction to Sets.en.srt

1.8 KB

023 Introduction to Sets.mp4

2.4 MB

024 Creating a set in Python.en.srt

6.3 KB

024 Creating a set in Python.mp4

9.7 MB

025 Changing a set.en.srt

10.0 KB

025 Changing a set.mp4

15.4 MB

026 Set Operations.en.srt

17.2 KB

026 Set Operations.mp4

28.5 MB

027 Introduction to Dictionary.en.srt

2.0 KB

027 Introduction to Dictionary.mp4

2.7 MB

028 Create a Dictionary in Python.en.srt

4.3 KB

028 Create a Dictionary in Python.mp4

7.5 MB

029 How to access dictionary elements.en.srt

3.7 KB

029 How to access dictionary elements.mp4

7.5 MB

030 Change or Add elements in a Dictionary.en.srt

6.4 KB

030 Change or Add elements in a Dictionary.mp4

15.4 MB

031 Delete or Remove elements from Dictionary.en.srt

6.9 KB

031 Delete or Remove elements from Dictionary.mp4

16.7 MB

032 Python Dictionary Methods.en.srt

1.7 KB

032 Python Dictionary Methods.mp4

3.8 MB

/.../05 Flow Control in Python/

033 Introduction to Flow Control.en.srt

2.0 KB

033 Introduction to Flow Control.mp4

2.4 MB

034 Code Blocks and Indentation.en.srt

7.9 KB

034 Code Blocks and Indentation.mp4

12.2 MB

035 Repititive Execution If statement.en.srt

4.2 KB

035 Repititive Execution If statement.mp4

6.9 MB

036 Repititive Execution If - Else Statement.en.srt

4.4 KB

036 Repititive Execution If - Else Statement.mp4

8.7 MB

037 Repititive Execution If - Elif - Else statement.en.srt

5.5 KB

037 Repititive Execution If - Elif - Else statement.mp4

11.1 MB

038 Checking for Equality.en.srt

2.8 KB

038 Checking for Equality.mp4

5.1 MB

039 Checking for InEquality.en.srt

1.2 KB

039 Checking for InEquality.mp4

2.0 MB

040 Checking for Multiple Conditions.en.srt

2.0 KB

040 Checking for Multiple Conditions.mp4

3.5 MB

041 Loops FOR Loop.en.srt

3.2 KB

041 Loops FOR Loop.mp4

8.1 MB

042 Loops While Loop.en.srt

5.4 KB

042 Loops While Loop.mp4

9.1 MB

043 Else Statement with For Loop.en.srt

6.6 KB

043 Else Statement with For Loop.mp4

11.3 MB

044 Else Statement with While Loop.en.srt

2.2 KB

044 Else Statement with While Loop.mp4

3.9 MB

045 Range Function.en.srt

4.5 KB

045 Range Function.mp4

9.0 MB

046 Break Statement.en.srt

9.9 KB

046 Break Statement.mp4

21.0 MB

047 Continue Statement.en.srt

3.9 KB

047 Continue Statement.mp4

7.6 MB

048 Pass Statement.en.srt

7.8 KB

048 Pass Statement.mp4

13.7 MB

/.../07 Modules in Python/

052 Introduction to Python Module.en.srt

1.0 KB

052 Introduction to Python Module.mp4

1.3 MB

053 Storing and Retrieving Functions.en.srt

2.8 KB

053 Storing and Retrieving Functions.mp4

3.9 MB

054 Python Modules.en.srt

2.2 KB

054 Python Modules.mp4

2.9 MB

055 Creating a module.en.srt

2.0 KB

055 Creating a module.mp4

2.5 MB

056 Importing Module.en.srt

10.0 KB

056 Importing Module.mp4

18.7 MB

/.../08 File Handling/

057 Introduction to File Handling in Python.en.srt

1.0 KB

057 Introduction to File Handling in Python.mp4

1.2 MB

058 File Open function.en.srt

4.1 KB

058 File Open function.mp4

6.0 MB

059 File Object Attributes.en.srt

2.8 KB

059 File Object Attributes.mp4

5.5 MB

060 Close Method.en.srt

1.8 KB

060 Close Method.mp4

2.4 MB

061 Reading and Writing Files.en.srt

5.9 KB

061 Reading and Writing Files.mp4

11.5 MB

062 File Position.en.srt

1.8 KB

062 File Position.mp4

2.4 MB

/.../09 Exception Handling in Python/

063 Introduction to Exception Handling in Python.en.srt

1.1 KB

063 Introduction to Exception Handling in Python.mp4

1.2 MB

064 What is an Exception.en.srt

1.2 KB

064 What is an Exception.mp4

1.6 MB

065 Try and Except block.en.srt

8.0 KB

065 Try and Except block.mp4

13.7 MB

066 Except with no Exception.en.srt

2.3 KB

066 Except with no Exception.mp4

3.3 MB

067 Try finally statement.en.srt

1.5 KB

067 Try finally statement.mp4

2.2 MB

 

Total files 138


Copyright © 2025 FileMood.com