Torrent Downloads » Other » [FreeCourseLab com] Udemy - Python For Beginners Quick Start Guide to Python 3
Other
[FreeCourseLab com] Udemy - Python For Beginners Quick Start Guide to Python 3
Torrent info
Name:[FreeCourseLab com] Udemy - Python For Beginners Quick Start Guide to Python 3
Infohash: 2AA2A52E5B5CE3DB6B8C1A0746CB827BF6E84C25
Total Size: 728.73 MB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2026-01-15 01:03:50 (Update Now)
Torrent added: 2018-12-12 21:35:09
Alternatives:[FreeCourseLab com] Udemy - Python For Beginners Quick Start Guide to Python 3 Torrents
Torrent Files List
1. Learn Python 3 For Beginners - Course Introduction (Size: 728.73 MB) (Files: 392)
1. Learn Python 3 For Beginners - Course Introduction
1. Python Programming Tutorial - Introduction.mp4
1. Python Programming Tutorial - Introduction.vtt
2. Topics covered in this course.mp4
2. Topics covered in this course.vtt
3. Installing Python and my development environment.mp4
3. Installing Python and my development environment.vtt
3.1 Installing Python on Windows.pdf.pdf
3.2 python3_beginners_guide-master.zip.zip
10. Dictionaries
1. What is a dictionary.mp4
1. What is a dictionary.vtt
1.1 lecture_045.py.py
10. The Dictionary Quiz.html
2. What's going on inside a dictionary.mp4
2. What's going on inside a dictionary.vtt
3. The in operator.mp4
3. The in operator.vtt
3.1 lecture_047.py.py
4. The get() method.mp4
4. The get() method.vtt
4.1 lecture_048.py.py
5. Editing values in a dictionary.mp4
5. Editing values in a dictionary.vtt
5.1 lecture_049.py.py
6. Looping through a dictionary.mp4
6. Looping through a dictionary.vtt
6.1 lecture_050.py.py
7. Loping through a dictionary using keys, values and sets.mp4
7. Loping through a dictionary using keys, values and sets.vtt
7.1 lecture_051.py.py
8. Using dictionary within a list.mp4
8. Using dictionary within a list.vtt
8.1 lecture_052.py.py
9. Using a list within a dictionary.mp4
9. Using a list within a dictionary.vtt
9.1 lecture_053.py.py
11. More about the input prompt
1. Storing prompts in variables.mp4
1. Storing prompts in variables.vtt
1.1 lecture_054.py.py
12. While loops
1. An introduction to the while loop.mp4
1. An introduction to the while loop.vtt
1.1 lecture_055.py.py
2. When to quit.mp4
2. When to quit.vtt
2.1 lecture_056.py.py
3. Using a flag.mp4
3. Using a flag.vtt
3.1 lecture_057.py.py
4. Using break to exit a loop.mp4
4. Using break to exit a loop.vtt
4.1 lecture_058.py.py
5. Using continue in a loop.mp4
5. Using continue in a loop.vtt
5.1 lecture_059.py.py
6. While loops with lists and dictionaries.mp4
6. While loops with lists and dictionaries.vtt
6.1 lecture_60.py.py
7. Removing all instances of specific values from a list.mp4
7. Removing all instances of specific values from a list.vtt
7.1 lecture_061.py.py
8. Property Rental Program to show how to fill a dictionary with user input.mp4
8. Property Rental Program to show how to fill a dictionary with user input.vtt
8.1 lecture_062.py.py
13. Functions
1. An introduction to functions.mp4
1. An introduction to functions.vtt
1.1 lecture_063.py.py
1.2 code_samples.zip.zip
10. Functions with a while loop.mp4
10. Functions with a while loop.vtt
10.1 lecture_072.py.py
11. Passing a list.mp4
11. Passing a list.vtt
11.1 lecture_073.py.py
12. Modifying a list in a function.mp4
12. Modifying a list in a function.vtt
12.1 lecture_074.py.py
13. Preventing a function from modifying a list.mp4
13. Preventing a function from modifying a list.vtt
14. Passing an arbitrary number of arguments.mp4
14. Passing an arbitrary number of arguments.vtt
14.1 lecture_076.py.py
15. Passing an arbitrary number of arguments Part 2.mp4
15. Passing an arbitrary number of arguments Part 2.vtt
15.1 lecture_077.py.py
16. Mixing positional and arbitrary arguments.mp4
16. Mixing positional and arbitrary arguments.vtt
16.1 lecture_078.py.py
17. Using arbitrary keyword arguments.mp4
17. Using arbitrary keyword arguments.vtt
17.1 lecture_079.py.py
18. Importing an entire module.mp4
18. Importing an entire module.vtt
18.1 lecture_080_1.py.py
18.2 lecture_080.py.py
19. Importing specific functions.mp4
19. Importing specific functions.vtt
19.1 lecture_081.py.py
19.2 lecture_081_1.py.py
2. Passing information to a function.mp4
2. Passing information to a function.vtt
2.1 lecture_064.py.py
20. Giving a function an alias.mp4
20. Giving a function an alias.vtt
20.1 lecture_082.py.py
21. Giving a module an alias.mp4
21. Giving a module an alias.vtt
21.1 lecture_083.py.py
22. Importing all functions in a module.mp4
22. Importing all functions in a module.vtt
22.1 lecture_084.py.py
3. Passing Arguments.mp4
3. Passing Arguments.vtt
4. Positional Arguments.mp4
4. Positional Arguments.vtt
4.1 lecture_066.py.py
5. Keyword argument.mp4
5. Keyword argument.vtt
5.1 lecture_067.py.py
6. Default values.mp4
6. Default values.vtt
6.1 lecture_068.py.py
7. Return values.mp4
7. Return values.vtt
7.1 lecture_069.py.py
8. Making an argument optional.mp4
8. Making an argument optional.vtt
8.1 lecture_070.py.py
9. Returning a dictionary.mp4
9. Returning a dictionary.vtt
9.1 lecture_071.py.py
14. Classes
1. Creating and using a class.mp4
1. Creating and using a class.vtt
10. Directly modifying an attributes value.mp4
10. Directly modifying an attributes value.vtt
10.1 lecture_094.py.py
11. Modifying an attributes value through a method.mp4
11. Modifying an attributes value through a method.vtt
11.1 lecture_095.py.py
12. Incrementing an attributes value through a method.mp4
12. Incrementing an attributes value through a method.vtt
12.1 lecture_096.py.py
13. Inheritance.mp4
13. Inheritance.vtt
13.1 lecture_097.py.py
14. Defining attributes and methods for a child class.mp4
14. Defining attributes and methods for a child class.vtt
14.1 lecture_098.py.py
15. Overriding methods from the parent class.mp4
15. Overriding methods from the parent class.vtt
15.1 lecture_099.py.py
16. Instances as attributes.mp4
16. Instances as attributes.vtt
16.1 lecture_100.py.py
17. Importing a single class.mp4
17. Importing a single class.vtt
17.1 my_ereader.py.py
18. Storing multiple classes in a module.mp4
18. Storing multiple classes in a module.vtt
18.1 my_ereader.py.py
19. Importing classed from a module.mp4
19. Importing classed from a module.vtt
19.1 my_ereader.py.py
2. Creating the book class.mp4
2. Creating the book class.vtt
2.1 lecture_086.py.py
20. Importing an entire module.mp4
20. Importing an entire module.vtt
20.1 my_ereader.py.py
21. importing all classes from a module.mp4
21. importing all classes from a module.vtt
21.1 my_ereader.py.py
3. The __init__() method.mp4
3. The __init__() method.vtt
3.1 lecture_087.py.py
4. Making an instance of a class.mp4
4. Making an instance of a class.vtt
4.1 lecture_088.py.py
5. Accessing atributes.mp4
5. Accessing atributes.vtt
5.1 lecture_089.py.py
6. Calling methods.mp4
6. Calling methods.vtt
6.1 lecture_090.py.py
7. Creating multiple instances.mp4
7. Creating multiple instances.vtt
8. Working with classes and instances.mp4
8. Working with classes and instances.vtt
8.1 lecture_092.py.py
9. Setting a default value for an attribute.mp4
9. Setting a default value for an attribute.vtt
9.1 lecture_093.py.py
15. Working with files
1. An Introduction to Working with Files.mp4
1. An Introduction to Working with Files.vtt
2. Reading an entire file.mp4
2. Reading an entire file.vtt
2.1 movies.txt.txt
2.2 lecture_107.py.py
3. File paths.mp4
3. File paths.vtt
3.1 copy_of_movies.txt.txt
3.2 lecture_108.py.py
4. Reading a file line by line.mp4
4. Reading a file line by line.vtt
4.1 movies_line_by_line.txt.txt
4.2 lecture_109.py.py
5. Creating a list from a file.mp4
5. Creating a list from a file.vtt
5.1 lecture_110.py.py
6. Working with the contents of a file.mp4
6. Working with the contents of a file.vtt
6.1 lecture_111.py.py
7. Writing to a file.mp4
7. Writing to a file.vtt
7.1 lecture_112.py.py
8. Appending to a file.mp4
8. Appending to a file.vtt
8.1 lecture_113.py.py
16. Exceptions
1. Exceptions Introduction.mp4
1. Exceptions Introduction.vtt
2. The ZeroDivisionError Exception.mp4
2. The ZeroDivisionError Exception.vtt
2.1 lecture_115.py.py
3. Try-except blocks.mp4
3. Try-except blocks.vtt
3.1 lecture_116.py.py
4. Using exceptions to prevent crashes.mp4
4. Using exceptions to prevent crashes.vtt
4.1 lecture_117.py.py
5. The FileNotFoundError Exception.mp4
5. The FileNotFoundError Exception.vtt
5.1 lecture_118.py.py
17. Files Part 2
1. Analyzing text.mp4
1. Analyzing text.vtt
1.1 heathcliff.txt.txt
1.2 lecture_119.py.py
2. Working with multiple files.mp4
2. Working with multiple files.vtt
2.1 lecture_120.py.py
2.2 heathcliff.txt.txt
3. Failing silently.mp4
3. Failing silently.vtt
3.1 lecture_121.py.py
4. Storing data with json.dump.mp4
4. Storing data with json.dump.vtt
4.1 phone_number.json.json
4.2 lecture_122.py.py
5. json.load.mp4
5. json.load.vtt
5.1 lecture_123.py.py
5.2 phone_number.json.json
6. Storing and reading user data.mp4
6. Storing and reading user data.vtt
6.1 lecture_124.py.py
6.2 username.json.json
6.3 welcome_back.py.py
18. Refactoring
1. What is refactoring.mp4
1. What is refactoring.vtt
19. Testing your code
1. How to test your code.mp4
1. How to test your code.vtt
2. The Python Basics
1. A simple introduction to variables.mp4
1. A simple introduction to variables.vtt
1.1 lecture_004.py.py
10. Do you know the basics.html
2. An Introduction to Strings.mp4
2. An Introduction to Strings.vtt
2.1 lecture_005.py.py
3. How to concatenate strings and variables.mp4
3. How to concatenate strings and variables.vtt
3.1 lecture_006.py.py
4. The .title() method.mp4
4. The .title() method.vtt
4.1 lecture_007.py.py
5. The Find Method.mp4
5. The Find Method.vtt
5.1 lecture_008.py.py
6. The Lower Method.mp4
6. The Lower Method.vtt
6.1 lecture_009.py.py
7. The Replace Method.mp4
7. The Replace Method.vtt
7.1 lecture_010.py.py
8. Removing whitespace using Pyton's strip methods.mp4
8. Removing whitespace using Pyton's strip methods.vtt
8.1 lecture_011.py.py
9. How to add a tab or new line to your programs.mp4
9. How to add a tab or new line to your programs.vtt
9.1 lecture_012.py.py
20. Thank You
1. Conclusion.mp4
1. Conclusion.vtt
3. Numbers
1. Integers.mp4
1. Integers.vtt
1.1 Mathematical Operators.pdf.pdf
1.2 lecture_013.py.py
2. Floats.mp4
2. Floats.vtt
2.1 lecture_014.py.py
3. How To Convert Numbers To Strings.mp4
3. How To Convert Numbers To Strings.vtt
3.1 lecture_015.py.py
4. The Numbers Quiz.html
4. Comments
1. Comments.mp4
1. Comments.vtt
1.1 lecture_016.py.py
2. The Comments Quiz.html
5. Lists
1. Creating Lists.mp4
1. Creating Lists.vtt
1.1 lecture_017.py.py
10. Creating A List of Numbers.mp4
10. Creating A List of Numbers.vtt
10.1 lecture_026.py.py
11. Slicing a List.mp4
11. Slicing a List.vtt
11.1 lecture_027.py.py
12. Looping Through a Slice.mp4
12. Looping Through a Slice.vtt
12.1 lecture_028.py.py
13. Copying a list.mp4
13. Copying a list.vtt
13.1 lecture_029.py.py
14. The Lists Quiz.html
2. Editing Lists.mp4
2. Editing Lists.vtt
2.1 lecture_018.py.py
3. Adding comments to our code.mp4
3. Adding comments to our code.vtt
3.1 lecture_018.py.py
4. The pop() methood.mp4
4. The pop() methood.vtt
4.1 lecture_020.py.py
5. Organizing a List.mp4
5. Organizing a List.vtt
5.1 lecture_021.py.py
6. Finding The Length of a List.mp4
6. Finding The Length of a List.vtt
6.1 lecture_022.py.py
7. Looping Through A List.mp4
7. Looping Through A List.vtt
7.1 lecture_023.py.py
8. Numerical Lists.mp4
8. Numerical Lists.vtt
9. The range() Function.mp4
9. The range() Function.vtt
9.1 lecture_025.py.py
6. Indentation
1. Indentation.mp4
1. Indentation.vtt
1.1 Common indentation Errors to Avoid.pdf.pdf
2. The Indentation Quiz.html
7. Tuples
1. What is a Tuple.mp4
1. What is a Tuple.vtt
1.1 lecture_031.py.py
2. The Tuple Quiz.html
8. The Input Statement
1. Getting Input from a user.mp4
1. Getting Input from a user.vtt
1.1 lecture_032.py.py
2. The Input Quiz.html
9. Branching and Conditions
1. The if statement.mp4
1. The if statement.vtt
1.1 lecture_033.py.py
10. Checking multiple conditions.mp4
10. Checking multiple conditions.vtt
10.1 lecture_042.py.py
11. Using if statements with lists in a simple shopping cart program.mp4
11. Using if statements with lists in a simple shopping cart program.vtt
11.1 lecture_043.py.py
12. Multiple lists.mp4
12. Multiple lists.vtt
12.1 lecture_044.py.py
13. The Conditional Quiz.html
2. Conditional Tests.mp4
2. Conditional Tests.vtt
2.1 lecture_034.py.py
3. Checking for inequality.mp4
3. Checking for inequality.vtt
3.1 lecture_035.py.py
4. Numerical comparisons.mp4
4. Numerical comparisons.vtt
4.1 lecture_036.py.py
5. Python's and statement.mp4
5. Python's and statement.vtt
5.1 lecture_037.py.py
6. Using or.mp4
6. Using or.vtt
6.1 lecture_038.py.py
7. Checking if a value is in a list.mp4
7. Checking if a value is in a list.vtt
7.1 lecture_039.py.py
8. Checking if a value is not in a list.mp4
8. Checking if a value is not in a list.vtt
8.1 lecture_040.py.py
9. The if-elif-else chain in a simple banking program.mp4
9. The if-elif-else chain in a simple banking program.vtt
9.1 lecture_041.py.py
[FreeCourseLab.com].url
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [FreeCourseLab com] Udemy - Python For Beginners Quick Start Guide to Python 3 Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






