Other
Udemy - The Complete Python Course Learn Python by Doing 2020-6
Torrent info
Name:Udemy - The Complete Python Course Learn Python by Doing 2020-6
Infohash: 675E64841D6031C0EFFBDF8D899C5BDA97954A7D
Total Size: 13.41 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-11-21 08:46:17 (Update Now)
Torrent added: 2020-06-13 23:00:20
Torrent Files List
1. Intro to Python (Size: 13.41 GB) (Files: 878)
1. Intro to Python
1. Welcome to this course!.mp4
1. Welcome to this course!.srt
10. Information before your first coding exercise.mp4
10. Information before your first coding exercise.srt
11. Exercise Variables and Numbers.html
12. Solution variables and numbers.html
13. Python strings.mp4
13. Python strings.srt
13.1 Interactive code for this lecture.html
14. Python string formatting.mp4
14. Python string formatting.srt
14.1 Advanced blog post on the format function.html
14.2 Interactive code for this lecture.html
14.3 Advanced blog post on formatting numbers.html
14.4 Advanced blog post on nested string interpolation.html
14.5 Advanced blog post on formatting integers in different bases.html
15. Python string formatting.html
16. Getting user input in Python.mp4
16. Getting user input in Python.srt
16.1 Formatting Strings and Processing User Input.html
16.2 Interactive code for this lecture.html
17. Python strings, formatting, and user input.html
18. Exercise communicating with users.html
19. Solution communicating with users.html
2. Overview of the course curriculum.mp4
2. Overview of the course curriculum.srt
20. Booleans and comparisons in Python.mp4
20. Booleans and comparisons in Python.srt
20.1 Interactive code for this lecture.html
20.2 Conditionals and Booleans.html
21. and & or in Python.mp4
21. and & or in Python.srt
21.1 Interactive code for this lecture.html
21.2 Blog post on 'and' and 'or' with even more detail.html
22. Booleans and comparisons in Python.html
23. Lists in Python.mp4
23. Lists in Python.srt
23.1 Interactive code for this lecture.html
23.2 Basic Python Collections.html
23.3 Blog post on extending lists.html
24. Tuples in Python.mp4
24. Tuples in Python.srt
24.1 Interactive code for this lecture.html
25. Sets in Python.mp4
25. Sets in Python.srt
25.1 Interactive code for this lecture.html
25.2 Sets.html
26. Advanced set operations.mp4
26. Advanced set operations.srt
26.1 Interactive code for this lecture.html
26.2 Blog post on the symmetric_difference method.html
26.3 Blog post on set operators.html
27. Lists, tuples, and sets in Python.html
28. Exercise nearby friends.html
29. Solution nearby friends.html
3. Our Python coding environment.mp4
3. Our Python coding environment.srt
3.1 Getting Set Up.html
30. Python dictionaries.mp4
30. Python dictionaries.srt
30.1 Blog post on updating dictionaries.html
30.2 Interactive code for this lecture.html
30.3 Dictionaries.html
31. Python dictionaries.html
32. Length and sum.mp4
32. Length and sum.srt
32.1 Interactive code for this lecture.html
33. Exercise dictionaries.html
34. Solution dictionaries.html
35. Joining a list.mp4
35. Joining a list.srt
35.1 split, join, and Slices.html
35.2 Interactive code for this lecture.html
4. Writing our first code! Variables and printing.mp4
4. Writing our first code! Variables and printing.srt
4.1 Numbers, Arithmetic, and Printing to the Console.html
4.2 Strings, Variables, and Getting Input from Users.html
4.3 Interactive code for this lecture.html
5. Variables and printing.html
6. Community & Support.mp4
6. Community & Support.srt
6.1 Our Python e-book.html
6.2 Discord server.html
7. Numbers in Python.mp4
7. Numbers in Python.srt
7.1 Interactive code for this lecture.html
8. Calculating the remainder of a division.mp4
8. Calculating the remainder of a division.srt
8.1 Blog post on the modulo and floor division operators.html
8.2 Interactive code for this lecture.html
8.3 Blog post on the divmod function.html
9. Numbers and Printing in Python.html
10. Advanced Python Development
1. Mutability in Python.mp4
1. Mutability in Python.srt
1.1 Interactive code for this lecture.html
10. Timezones.mp4
10. Timezones.srt
11. Dates and time in Python.mp4
11. Dates and time in Python.srt
11.1 Interactive code for this lecture.html
11.2 Datetime cheatsheet.pdf
12. Timing your code with Python.mp4
12. Timing your code with Python.srt
12.1 Interactive code for this lecture.html
13. Regular expressions.mp4
13. Regular expressions.srt
13.1 Interactive code for this lecture.html
14. Regex examples.mp4
14. Regex examples.srt
14.1 Interactive code for this lecture.html
15. Regex in Python.mp4
15. Regex in Python.srt
16. Exercise secure file names using regex.html
17. Solution secure file names using regex.html
18. Introduction to logging in Python.mp4
18. Introduction to logging in Python.srt
19. Logging to a file and other features.mp4
19. Logging to a file and other features.srt
19.1 Interactive code for this lecture.html
2. Argument mutability in Python.mp4
2. Argument mutability in Python.srt
2.1 Interactive code for this lecture.html
20. Higher-order functions in Python.mp4
20. Higher-order functions in Python.srt
21. The built-in itertools module.html
22. Further reading.html
3. Default values for parameters.mp4
3. Default values for parameters.srt
3.1 Interactive code for this lecture.html
4. Mutable default arguments (bad idea).mp4
4. Mutable default arguments (bad idea).srt
4.1 Interactive code for this lecture.html
5. Argument unpacking in Python.mp4
5. Argument unpacking in Python.srt
5.1 Interactive code for this lecture.html
5.2 Flexible Functions with args and kwargs.html
6. Queues in Python.mp4
6. Queues in Python.srt
7. Some interesting Python collections.mp4
7. Some interesting Python collections.srt
7.1 Interactive code for this lecture.html
7.2 Blog post on named tuples.html
7.3 Leveraging the Standard Library.html
7.4 Blog post on deques.html
8. Exercise Python collections.html
9. Solution Python collections.html
11. Web Scraping with Python
1. Code for this section.html
10. Quotes Project 2 Structuring a scraping app in Python.mp4
10. Quotes Project 2 Structuring a scraping app in Python.srt
11. Quotes Project 3 Getting our locators.mp4
11. Quotes Project 3 Getting our locators.srt
12. Quotes Project 4 Crafting our quote parser.mp4
12. Quotes Project 4 Crafting our quote parser.srt
13. Quotes Project 5 The quotes page.mp4
13. Quotes Project 5 The quotes page.srt
14. Quotes Project 6 Recap of the project.mp4
14. Quotes Project 6 Recap of the project.srt
15. Milestone Project 4 A Book Scraper + application.mp4
15. Milestone Project 4 A Book Scraper + application.srt
16. Books Project 2 Recap of HTML locators.mp4
16. Books Project 2 Recap of HTML locators.srt
17. Books Project 3 Creating locators in Python.mp4
17. Books Project 3 Creating locators in Python.srt
18. Books Project 4 Creating our page.mp4
18. Books Project 4 Creating our page.srt
19. Books Project 5 Creating our book parser.mp4
19. Books Project 5 Creating our book parser.srt
2. Markup Languages The Structure of HTML Code.mp4
2. Markup Languages The Structure of HTML Code.srt
20. Books Project 6 Writing our app file.mp4
20. Books Project 6 Writing our app file.srt
21. Books Project 7 Sorting the books.mp4
21. Books Project 7 Sorting the books.srt
22. Books Project 8 Constructing our menu.mp4
22. Books Project 8 Constructing our menu.srt
23. ASIDE The best way to write user menus.mp4
23. ASIDE The best way to write user menus.srt
24. Books Project 9 Getting multiple pages.mp4
24. Books Project 9 Getting multiple pages.srt
25. Books Project 10 Multiple pages in Python.mp4
25. Books Project 10 Multiple pages in Python.srt
26. Books Project 11 Getting the page count in Python.mp4
26. Books Project 11 Getting the page count in Python.srt
27. Books Project 12 Adding logging to our Python project.mp4
27. Books Project 12 Adding logging to our Python project.srt
28. A word on scraping pages with JavaScript.mp4
28. A word on scraping pages with JavaScript.srt
28.1 More info Why does scraping fail with requests and BeautifulSoup.html
29. A note on scraping and robots.txt.html
3. Understanding HTML with BeautifulSoup.mp4
3. Understanding HTML with BeautifulSoup.srt
4. More complex HTML parsing.mp4
4. More complex HTML parsing.srt
5. Structuring our parsing program better.mp4
5. Structuring our parsing program better.srt
6. Splitting HTML locators out of our Python class.mp4
6. Splitting HTML locators out of our Python class.srt
7. Understanding HTML with the browser.mp4
7. Understanding HTML with the browser.srt
8. Scraping our first website with Python.mp4
8. Scraping our first website with Python.srt
9. Milestone Project 3 A Quote Scraper.mp4
9. Milestone Project 3 A Quote Scraper.srt
12. Browser Automation with Selenium
1. Introduction to this section.mp4
1. Introduction to this section.srt
10. Encapsulating logic more simply.mp4
10. Encapsulating logic more simply.srt
10.1 8_encapsulating_logic_simply.zip
11. Adding some error handling.mp4
11. Adding some error handling.srt
11.1 9_adding_some_error_handling.zip
12. Implicit and explicit waits in Selenium.mp4
12. Implicit and explicit waits in Selenium.srt
12.1 Waits - Selenium Documentation.html
13. Adding waits to our program code.mp4
13. Adding waits to our program code.srt
13.1 11_adding_waits_to_our_code.zip
13.2 Waits - Selenium Documentation.html
2. Code for this section.html
3. Review of our quotes scraping code.mp4
3. Review of our quotes scraping code.srt
3.1 1_our_scraping_code.zip
4. Downloading chromedriver.mp4
4. Downloading chromedriver.srt
4.1 Download ChromeDriver here.html
5. Using Chrome in our scraping code.mp4
5. Using Chrome in our scraping code.srt
5.1 3_using_chrome_in_scraping_code.zip
6. Our new page locators.mp4
6. Our new page locators.srt
6.1 4_our_new_page_locators.zip
7. Interacting with dropdowns.mp4
7. Interacting with dropdowns.srt
7.1 5_interacting_with_dropdowns.zip
7.2 Select - Selenium Documentation.html
7.3 Filling in forms - Selenium Documentation.html
8. Selecting tags.mp4
8. Selecting tags.srt
8.1 6_selecting_tags.zip
9. Searching for quotes.mp4
9. Searching for quotes.srt
9.1 7_searching_for_quotes.zip
13. Asynchronous Python Development
1. Code samples for this section.html
10. Multiprocessing in Python.mp4
10. Multiprocessing in Python.srt
10.1 Example code multiprocessing.html
11. Using Python concurrent.futures the ProcessPoolExecutor.mp4
11. Using Python concurrent.futures the ProcessPoolExecutor.srt
11.1 Example code multiprocessing with a ProcessPoolExecutor.html
12. Dealing with shared state in threads.mp4
12. Dealing with shared state in threads.srt
12.1 Example code shared state in threads.html
13. Queuing in threads with shared state.mp4
13. Queuing in threads with shared state.srt
13.1 Example code queued threads with a ThreadPoolExecutor.html
13.2 Example code queued threads with no waits.html
13.3 Example code queuing in threads with shared state.html
14. Using Python generators instead of threads.mp4
14. Using Python generators instead of threads.srt
15. Our first single-threaded task scheduler in Python.mp4
15. Our first single-threaded task scheduler in Python.srt
15.1 Example code our first task scheduler using generators.html
16. Yielding from another iterator in Python.mp4
16. Yielding from another iterator in Python.srt
16.1 Example code yielding from another iterator.html
17. Receiving data through yield.mp4
17. Receiving data through yield.srt
17.1 Python Concurrency From the Ground Up.html
17.2 Example code receiving data through yield.html
17.3 Curious Course on Coroutines and Concurrency.html
18. The async and await keywords.mp4
18. The async and await keywords.srt
18.1 Example code async and await.html
19. Watch these talks for more explanations and examples!.mp4
19. Watch these talks for more explanations and examples!.srt
19.1 Raymond Hettinger, Keynote on Concurrency, PyBay 2017 - YouTube.html
19.2 Only if you want to go deeper into the Python GIL Understanding the Python GIL - YouTube.html
19.3 David Beazley - Python Concurrency From the Ground Up LIVE! - PyCon 2015 - YouTube.html
19.4 Keynote David Beazley - Topics of Interest (Python Asyncio) - YouTube.html
2. A glossary of terms used in concurrency.html
20. Our asynchronous scraper.mp4
20. Our asynchronous scraper.srt
20.1 Our async scraper project code.html
21. Making our first async request in Python.mp4
21. Making our first async request in Python.srt
21.1 First async request online code.html
21.2 0_first_async_request.py
22. Getting multiple pages efficiently.mp4
22. Getting multiple pages efficiently.srt
22.1 Async request code sample.html
23. Using async_timeout for security.mp4
23. Using async_timeout for security.srt
23.1 Async requests with async_timeout.html
24. Turning our book scraping project async.mp4
24. Turning our book scraping project async.srt
24.1 The project source code.html
25. A note on HTTPS with Python and Mac OS X.mp4
25. A note on HTTPS with Python and Mac OS X.srt
25.1 A note on HTTPS + test code.html
3. The Dining Philosophers Problem.mp4
3. The Dining Philosophers Problem.srt
4. Processes and threads.mp4
4. Processes and threads.srt
5. The Python GIL.mp4
5. The Python GIL.srt
6. Example threads in Python.mp4
6. Example threads in Python.srt
6.1 Example code threads.html
7. Using Python concurrent.futures the ThreadPoolExecutor.mp4
7. Using Python concurrent.futures the ThreadPoolExecutor.srt
7.1 Example code threads with a ThreadPoolExecutor.html
8. Don't kill threads!.mp4
8. Don't kill threads!.srt
9. Multiprocessing in Windows.html
14. Python on the console and managing project dependencies
1. Running Python in the console.mp4
1. Running Python in the console.srt
2. Terminal video running Python.mp4
2. Terminal video running Python.srt
2.1 The PATH in Windows.html
3. Terminal video what is a virtualenv.mp4
3. Terminal video what is a virtualenv.srt
4. Terminal video navigating the terminal and using virtualenv.mp4
4. Terminal video navigating the terminal and using virtualenv.srt
5. Terminal video using Pipenv.mp4
5. Terminal video using Pipenv.srt
6. Terminal video Pipenv and virtualenv.mp4
6. Terminal video Pipenv and virtualenv.srt
7. Summary e-book of using Pipenv.html
7.1 using_pipenv.pdf
15. Web Development with Flask
1. Setting up our project with Pipenv.mp4
1. Setting up our project with Pipenv.srt
10. Using Jinja2 for loops to create a nicer homepage.mp4
10. Using Jinja2 for loops to create a nicer homepage.srt
10.1 Code for this lecture.html
11. Adding navigation to our website.mp4
11. Adding navigation to our website.srt
11.1 Code for this lecture.html
2. Code samples for this section.html
3. Our first Flask endpoint.mp4
3. Our first Flask endpoint.srt
3.1 Code for this lecture.html
4. Returning information with Flask and Python.mp4
4. Returning information with Flask and Python.srt
4.1 Code for this lecture.html
5. Rendering HTML with Flask and Python.mp4
5. Rendering HTML with Flask and Python.srt
5.1 Code for this lecture.html
6. Error pages and Jinja2 inheritance.mp4
6. Error pages and Jinja2 inheritance.srt
6.1 Code for this lecture.html
7. Rendering forms with Flask and Python.mp4
7. Rendering forms with Flask and Python.srt
7.1 Code for this lecture.html
8. Accessing POST form data with Flask.mp4
8. Accessing POST form data with Flask.srt
8.1 Code for this lecture.html
9. Putting our form in a single endpoint.mp4
9. Putting our form in a single endpoint.srt
9.1 Code for this lecture.html
16. Interacting with APIs with Python
1. Code for this section.html
2. Signing up to OpenExchangeRates.mp4
2. Signing up to OpenExchangeRates.srt
3. Getting all exchange rates from the API.mp4
3. Getting all exchange rates from the API.srt
4. Creating a currency exchange library.mp4
4. Creating a currency exchange library.srt
5. Caching functions with functools.mp4
5. Caching functions with functools.srt
6. TTL caches with cachetools.mp4
6. TTL caches with cachetools.srt
17. Decorators in Python
1. A simple decorator in Python.mp4
1. A simple decorator in Python.srt
1.1 Decorators.html
1.2 Blog post on writing decorators.html
1.3 Interactive code for this lecture.html
10. Exercise a generic access control decorator.html
11. Solution a generic access control decorator.html
12. Multiple decorators for one function.html
2. Exercise decorators.html
3. Solution decorators.html
4. Using a @syntax.mp4
4. Using a @syntax.srt
4.1 Interactive code for this lecture.html
5. Functools wraps in Python.mp4
5. Functools wraps in Python.srt
5.1 Interactive code for this lecture.html
6. Decorating functions with parameters.mp4
6. Decorating functions with parameters.srt
6.1 Interactive code for this lecture.html
7. Decorators with parameters.mp4
7. Decorators with parameters.srt
7.1 Interactive code for this lecture.html
8. Functions that accept multiple arguments.mp4
8. Functions that accept multiple arguments.srt
8.1 Interactive code for this lecture.html
9. Generic decorators for any function.mp4
9. Generic decorators for any function.srt
9.1 Interactive code for this lecture.html
18. Advanced Object-Oriented Programming
1. Intro to multiple inheritance with Python.mp4
1. Intro to multiple inheritance with Python.srt
1.1 Complete lecture code.html
10. Pythonic vs. Non-Pythonic.html
2. Exercise multiple inheritance.html
3. Solution multiple inheritance.html
4. Intro to ABCs in Python.mp4
4. Intro to ABCs in Python.srt
4.1 Complete lecture code.html
5. The usefulness of ABCs.mp4
5. The usefulness of ABCs.srt
6. The relationship between ABCs and interfaces.mp4
6. The relationship between ABCs and interfaces.srt
6.1 Complete lecture code.html
7. Exercise ABCs.html
8. Solution ABCs.html
9. The property setter in Python.mp4
9. The property setter in Python.srt
9.1 Complete lecture code.html
19. GUI Development with Tkinter
1. Code for this section.html
10. Saving files to disk.mp4
10. Saving files to disk.srt
11. Opening files.mp4
11. Opening files.srt
12. Binding shortcuts in Tkinter.mp4
12. Binding shortcuts in Tkinter.srt
13. Checking our tabs for unsaved changes.mp4
13. Checking our tabs for unsaved changes.srt
14. Confirming exit with unsaved changes.mp4
14. Confirming exit with unsaved changes.srt
15. Closing individual tabs.mp4
15. Closing individual tabs.srt
16. Adding another menu.mp4
16. Adding another menu.srt
17. Adding a permanent scrollbar to our text area.mp4
17. Adding a permanent scrollbar to our text area.srt
17.1 Advanced blog post on creating scrollable frames.html
2. Setting up Tkinter.mp4
2. Setting up Tkinter.srt
3. Hello world in Tkinter.mp4
3. Hello world in Tkinter.srt
4. Labels and fields.mp4
4. Labels and fields.srt
5. Packing components.mp4
5. Packing components.srt
5.1 Blog post on using side values with pack.html
5.2 Blog post on the grid geometry manager.html
5.3 Blog post on the pack geometry manager.html
6. Using frames for different layouts.mp4
6. Using frames for different layouts.srt
7. Starting our text editor project.mp4
7. Starting our text editor project.srt
8. Tkinter notebooks and creating files.mp4
8. Tkinter notebooks and creating files.srt
9. Adding a menu to our application.mp4
9. Adding a menu to our application.srt
2. Python fundamentals
1. If statements in Python.mp4
1. If statements in Python.srt
1.1 Interactive code for this lecture.html
1.2 Blog post on Python's ternary operator.html
1.3 Conditionals and Booleans.html
10. A couple more loop examples.html
11. Loops in Python.html
12. Exercise FizzBuzz.html
13. Solution FizzBuzz.html
14. The else keyword with loops.mp4
14. The else keyword with loops.srt
14.1 (advanced) Blog post with more info.html
14.2 Interactive code for this lecture.html
15. Finding prime numbers with for loops.mp4
15. Finding prime numbers with for loops.srt
15.1 Interactive code for this lecture.html
16. List slicing in Python.mp4
16. List slicing in Python.srt
16.1 Blog post on slicing basics.html
16.2 Blog post on more advanced slicing concepts.html
16.3 Interactive code for this lecture.html
16.4 Blog post on reversing sequences using slicing.html
17. List comprehension in Python.mp4
17. List comprehension in Python.srt
17.1 Interactive code for this lecture.html
17.2 Blog post on list comprehensions.html
17.3 Comprehensions.html
18. Comprehensions with conditionals.mp4
18. Comprehensions with conditionals.srt
18.1 Blog post on using comprehensions with conditionals.html
18.2 map, filter, and Conditional Comprehensions.html
18.3 Interactive code for this lecture.html
19. Set and dictionary comprehensions.mp4
19. Set and dictionary comprehensions.srt
19.1 Interactive code for this lecture.html
2. If statements in Python.html
20. The zip function.mp4
20. The zip function.srt
20.1 Interactive code for this lecture.html
20.2 Blog post on zip_longest (advanced).html
20.3 Unpacking, Enumeration, and the zip Function.html
20.4 Blog post on zip.html
21. The enumerate function.mp4
21. The enumerate function.srt
21.1 Blog post on enumerate.html
22. List comprehensions and slicing in Python.html
23. Exercise an improved lottery!.html
24. Solution an improved lottery!.html
25. Functions in Python.mp4
25. Functions in Python.srt
25.1 Interactive code for this lecture.html
25.2 Functions.html
26. Arguments and parameters.mp4
26. Arguments and parameters.srt
26.1 Interactive code for this lecture.html
27. Functions and return values in Python.mp4
27. Functions and return values in Python.srt
27.1 Interactive code for this lecture.html
27.2 Scope and Returning Values from Functions.html
28. Default parameter values.mp4
28. Default parameter values.srt
28.1 Interactive code for this lecture.html
29. Functions in Python.html
3. While loops in Python.mp4
3. While loops in Python.srt
3.1 While Loops.html
3.2 Interactive code for this lecture.html
30. Lambda functions in Python.mp4
30. Lambda functions in Python.srt
30.1 Interactive code for this lecture.html
30.2 First Class Functions and Lambda Expressions.html
31. First-class functions in Python.mp4
31. First-class functions in Python.srt
32. Advanced functions in Python.html
4. Exercise a simple text menu.html
5. Solution a simple text menu.html
6. For loops in Python.mp4
6. For loops in Python.srt
6.1 Interactive code for this lecture.html
6.2 For Loops.html
7. Destructuring syntax.mp4
7. Destructuring syntax.srt
7.1 Blog post on destructuring.html
7.2 Interactive code for this lecture.html
7.3 Unpacking, Enumeration, and the zip Function.html
8. Iterating over dictionaries.mp4
8. Iterating over dictionaries.srt
8.1 Interactive code for this lecture.html
8.2 Blog post on dictionary iteration.html
9. Break and continue.mp4
9. Break and continue.srt
9.1 Interactive code for this lecture.html
20. Unit testing with Python
1. Introduction to this section.mp4
1. Introduction to this section.srt
10. Conclusion of this section.mp4
10. Conclusion of this section.srt
2. Code for this section.html
3. Testing functions.mp4
3. Testing functions.srt
4. Testing for errors.mp4
4. Testing for errors.srt
5. Testing our multiplication function.mp4
5. Testing our multiplication function.srt
6. Writing a printer class for testing.mp4
6. Writing a printer class for testing.srt
7. Testing classes.mp4
7. Testing classes.srt
8. More Printer tests.mp4
8. More Printer tests.srt
9. Testing external libraries.mp4
9. Testing external libraries.srt
21. Algorithms and Data Structures
1. Presentation queues, stacks, and complexity.mp4
1. Presentation queues, stacks, and complexity.srt
10. How do you delete nodes from a binary tree.mp4
10. How do you delete nodes from a binary tree.srt
11. Deleting nodes in code with Python.mp4
11. Deleting nodes in code with Python.srt
12. Deleting nodes with two children in code.mp4
12. Deleting nodes with two children in code.srt
13. Testing our binary tree!.mp4
13. Testing our binary tree!.srt
2. A conference talk about Big-O.html
3. Presentation binary search.mp4
3. Presentation binary search.srt
4. Presentation binary trees.mp4
4. Presentation binary trees.srt
5. Presentation traversal of binary trees.mp4
5. Presentation traversal of binary trees.srt
6. Presentation adding elements to a binary tree.mp4
6. Presentation adding elements to a binary tree.srt
7. Adding elements to a binary tree in Python.mp4
7. Adding elements to a binary tree in Python.srt
8. Recursion and inorder traversal in Python.mp4
8. Recursion and inorder traversal in Python.srt
9. Finding nodes in a tree with Python.mp4
9. Finding nodes in a tree with Python.srt
22. Python libraries
1. Python libraries overview.mp4
1. Python libraries overview.srt
2. Using pylint.mp4
2. Using pylint.srt
3. Using yapf.mp4
3. Using yapf.srt
4. Sending e-mails with smtplib.mp4
4. Sending e-mails with smtplib.srt
5. Sending e-mails with Mailgun.mp4
5. Sending e-mails with Mailgun.srt
6. Creating a re-usable Mailgun library.mp4
6. Creating a re-usable Mailgun library.srt
7. Sneak peek my IDE setup!.mp4
7. Sneak peek my IDE setup!.srt
23. Python Reference Refresher
1. Variables in Python.mp4
1. Variables in Python.srt
10. Loops in Python.mp4
10. Loops in Python.srt
11. List comprehensions.mp4
11. List comprehensions.srt
12. Dictionaries.mp4
12. Dictionaries.srt
13. Destructuring variables.mp4
13. Destructuring variables.srt
14. Functions in Python.mp4
14. Functions in Python.srt
15. Function arguments and parameters.mp4
15. Function arguments and parameters.srt
16. Default parameter values.mp4
16. Default parameter values.srt
17. Functions returning values.mp4
17. Functions returning values.srt
18. Lambda functions in Python.mp4
18. Lambda functions in Python.srt
19. Dictionary comprehensions.mp4
19. Dictionary comprehensions.srt
2. String formatting in Python.mp4
2. String formatting in Python.srt
20. Unpacking arguments.mp4
20. Unpacking arguments.srt
21. Unpacking keyword arguments.mp4
21. Unpacking keyword arguments.srt
22. Object-Oriented Programming in Python.mp4
22. Object-Oriented Programming in Python.srt
23. Magic methods __str__ and __repr__.mp4
23. Magic methods __str__ and __repr__.srt
24. Class methods and static methods.mp4
24. Class methods and static methods.srt
25. Class inheritance.mp4
25. Class inheritance.srt
26. Class composition.mp4
26. Class composition.srt
27. Type hinting.mp4
27. Type hinting.srt
28. How imports work in Python.mp4
28. How imports work in Python.srt
29. Relative imports in Python.mp4
29. Relative imports in Python.srt
3. Getting user input.mp4
3. Getting user input.srt
30. Errors in Python.mp4
30. Errors in Python.srt
31. Custom error classes.mp4
31. Custom error classes.srt
32. First-class functions.mp4
32. First-class functions.srt
33. Simple decorators in Python.mp4
33. Simple decorators in Python.srt
34. The 'at' syntax for decorators.mp4
34. The 'at' syntax for decorators.srt
35. Decorating functions with parameters.mp4
35. Decorating functions with parameters.srt
36. Decorators with parameters.mp4
36. Decorators with parameters.srt
37. Mutability in Python.mp4
37. Mutability in Python.srt
38. Mutable default parameters (and why they're a bad idea).mp4
38. Mutable default parameters (and why they're a bad idea).srt
4. Lists, tuples, and sets.mp4
4. Lists, tuples, and sets.srt
5. Advanced set operations.mp4
5. Advanced set operations.srt
6. Booleans in Python.mp4
6. Booleans in Python.srt
7. If statements in Python.mp4
7. If statements in Python.srt
8. The in keyword.mp4
8. The in keyword.srt
9. If statements with the 'in' keyword.mp4
9. If statements with the 'in' keyword.srt
24. Bonus Section
1. Thank you for taking the course.mp4
1. Thank you for taking the course.srt
2. Bonus lecture other courses and next steps.html
3. Milestone Project 1
1. Code for this section.html
2. Installing Python in your computer.mp4
2. Installing Python in your computer.srt
3. Installing PyCharm in your computer.mp4
3. Installing PyCharm in your computer.srt
3.1 Setting Up a Local Development Environment.html
3.2 Blog post on setting up VS Code as an alternative to PyCharm.html
4. Creating our first PyCharm project.mp4
4. Creating our first PyCharm project.srt
5. Setting up PyCharm font and display settings.mp4
5. Setting up PyCharm font and display settings.srt
6. Milestone Project Brief.mp4
6. Milestone Project Brief.srt
6.1 Incomplete app code.html
7. Milestone Project Implementation Video.mp4
7. Milestone Project Implementation Video.srt
7.1 Completed app code.html
4. Object-Oriented Programming with Python
1. Intro to Object-Oriented Programming with Python.mp4
1. Intro to Object-Oriented Programming with Python.srt
1.1 Interactive code for this lecture.html
10. Magic methods in Python.mp4
10. Magic methods in Python.srt
10.1 Advanced blog series on Python's magic methods (part 3).html
10.2 Advanced blog series on Python's magic methods (part 1).html
10.3 Interactive code for this lecture.html
10.4 Advanced blog series on Python's magic methods (part 2).html
11. Exercise magic methods in Python.html
12. Solution magic methods in Python.html
13. Inheritance in Python.mp4
13. Inheritance in Python.srt
13.1 Interactive code for this lecture.html
14. The @property decorator.mp4
14. The @property decorator.srt
15. Advanced Object-Oriented Programming.html
16. @classmethod and @staticmethod in Python.mp4
16. @classmethod and @staticmethod in Python.srt
16.1 Interactive code for this lecture.html
17. More @classmethod and @staticmethod examples.mp4
17. More @classmethod and @staticmethod examples.srt
17.1 Interactive code for this lecture.html
18. @classmethod and @staticmethod.html
2. Exercise your first Python class.html
3. Solution your first Python class.html
4. Exercise defining a method.html
5. Solution defining a method.html
6. More about classes and objects.mp4
6. More about classes and objects.srt
6.1 Interactive code for this lecture.html
7. So... sum(), int(), str(), len(), what else is there.html
8. Object-Oriented Programming.html
9. Parameter naming in Python.mp4
9. Parameter naming in Python.srt
5. Errors in Python
1. Code samples for this section.html
10. Solution raising our own custom errors.html
11. Dealing with Python errors.mp4
11. Dealing with Python errors.srt
11.1 Interactive code for this lecture.html
11.2 Advanced Exception Handling and Raising Exceptions.html
11.3 Exception Handling.html
12. Error handling in Python.html
13. The on success block and re-raising exceptions.mp4
13. The on success block and re-raising exceptions.srt
13.1 Interactive code for this lecture.html
14. Some error problems.html
15. Handling those pesky user errors!.mp4
15. Handling those pesky user errors!.srt
15.1 Code seen in this lecture.html
16. Exercise try-except-finally.html
17. Solution try-except-finally.html
18. Debugging with Pycharm.mp4
18. Debugging with Pycharm.srt
19. Advanced error handling in Python.html
2. Intro to errors in Python.mp4
2. Intro to errors in Python.srt
2.1 Interactive code for this lecture.html
20. Further reading.html
3. Built in errors in Python.mp4
3. Built in errors in Python.srt
4. Errors in Python.html
5. Raising errors in Python.mp4
5. Raising errors in Python.srt
5.1 Interactive code for this lecture.html
6. Exercise raising an error.html
7. Solution raising an error.html
8. Creating our own errors in Python.mp4
8. Creating our own errors in Python.srt
8.1 Interactive code for this lecture.html
9. Exercise raising out own custom errors.html
6. Files in Python
1. Code for this section.html
10. Exercise a CSV to JSON converter.html
11. Solution a CSV to JSON converter.html
12. Using the with syntax in Python.mp4
12. Using the with syntax in Python.srt
13. Importing our own files.mp4
13. Importing our own files.srt
13.1 Splitting Code Into Multiple Files.html
14. Python relative imports children.mp4
14. Python relative imports children.srt
15. Exercise importing modules.html
16. Exercise importing modules.html
17. Solution importing modules.html
18. Python relative imports parents.mp4
18. Python relative imports parents.srt
19. Import errors and running as a Python script.mp4
19. Import errors and running as a Python script.srt
2. Files in Python.mp4
2. Files in Python.srt
2.1 Working with Files.html
20. Further reading.html
3. Python Exercise copying files.mp4
3. Python Exercise copying files.srt
4. Exercise building a quiz system.html
5. Solution building a quiz system.html
6. CSV files with Python.mp4
6. CSV files with Python.srt
6.1 YouTube video on the csv module.html
7. How to use the csv module to read and write CSV files more easily.html
8. JSON files with Python.mp4
8. JSON files with Python.srt
8.1 Imports.html
9. Exercise a CSV to JSON converter.html
7. Databases in Python & Milestone Project 2
1. Code for this section.html
10. Creating our books table using Python.mp4
10. Creating our books table using Python.srt
11. Inserting books using Python.mp4
11. Inserting books using Python.srt
12. SELECT examples.mp4
12. SELECT examples.srt
13. Getting all our books.mp4
13. Getting all our books.srt
14. UPDATE and DELETE.mp4
14. UPDATE and DELETE.srt
15. Filtering with WHERE.mp4
15. Filtering with WHERE.srt
16. Finishing the Milestone Project.mp4
16. Finishing the Milestone Project.srt
17. Ordering and limiting.mp4
17. Ordering and limiting.srt
18. Developing our context manager in Python.mp4
18. Developing our context manager in Python.srt
19. Errors in context managers.mp4
19. Errors in context managers.srt
2. Intro to Milestone Project 2.mp4
2. Intro to Milestone Project 2.srt
2.1 milestone_project_2_brief.pdf
20. Further reading.html
3. Milestone Project 2 Brief.html
3.1 milestone_project_2_brief.pdf
4. Milestone Project with lists.mp4
4. Milestone Project with lists.srt
5. Storing books in files.mp4
5. Storing books in files.srt
6. Using JSON instead of CSV.mp4
6. Using JSON instead of CSV.srt
7. Intro to databases with Python.mp4
7. Intro to databases with Python.srt
8. Using SQLite in Python.mp4
8. Using SQLite in Python.srt
9. Some database jargon.mp4
9. Some database jargon.srt
8. Type hinting in Python
1. Typing in Python.mp4
1. Typing in Python.srt
1.1 Type Hinting.html
2. Further reading.mp4
2. Further reading.srt
2.1 PEP 483 — The Theory of Type Hints Python.org.html
2.2 26.1. typing — Support for type hints — Python 3.6.4 documentation.html
9. Advanced built-in functions in Python
1. Generators in Python.mp4
1. Generators in Python.srt
1.1 Generators and Generator Expressions.html
1.2 Iterators.html
1.3 Interactive code for this lecture.html
10. any() and all() in Python.mp4
10. any() and all() in Python.srt
10.1 Interactive code for this lecture.html
11. Section 9 Review.html
12. So what other things evaluate to True or False.html
13. Further reading.html
2. Exercise a prime number generator.html
3. Solution a prime number generator.html
4. Python generator classes and iterators.mp4
4. Python generator classes and iterators.srt
4.1 Interactive code for this lecture.html
5. Exercise coding a generator class.html
6. Solution coding a generator class.html
7. Iterables in Python.mp4
7. Iterables in Python.srt
7.1 Interactive code for this lecture.html
8. The filter() function in Python.mp4
8. The filter() function in Python.srt
8.1 Interactive code for this lecture.html
8.2 map, filter, and Conditional Comprehensions.html
9. The map() function in Python.mp4.!ut
9. The map() function in Python.srt.!ut
9.1 Interactive code for this lecture.html.!ut
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 Udemy - The Complete Python Course Learn Python by Doing 2020-6 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







