FileMood

Download Udemy - The Complete Python Course Learn Python by Doing in 2025 (11.2024)

Udemy The Complete Python Course Learn Python by Doing in 2025 11 2024

Name

Udemy - The Complete Python Course Learn Python by Doing in 2025 (11.2024)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

7.8 GB

Total Files

845

Last Seen

Hash

CBE8D019618F829D18FC0CDA2EC9A59779806F1E

/01. Intro to Python/

01. Welcome to this course!.mp4

8.9 MB

01. Intro to Python/

01. Welcome to this course!.vtt

4.7 KB

02. Overview of the course curriculum.mp4

2.7 MB

02. Overview of the course curriculum.vtt

5.5 KB

03. Our Python coding environment.mp4

18.3 MB

03. Our Python coding environment.vtt

4.5 KB

04. Writing our first code! Variables and printing.mp4

9.1 MB

04. Writing our first code! Variables and printing.vtt

8.1 KB

05. Community & Support.mp4

24.1 MB

05. Community & Support.vtt

11.7 KB

06. Numbers in Python.mp4

7.4 MB

06. Numbers in Python.vtt

5.5 KB

07. Calculating the remainder of a division.mp4

10.4 MB

07. Calculating the remainder of a division.vtt

7.8 KB

08. Information before your first coding exercise.mp4

2.1 MB

08. Information before your first coding exercise.vtt

1.2 KB

09. Solution variables and numbers.html

1.1 KB

10. Python strings.mp4

16.0 MB

10. Python strings.vtt

12.0 KB

11. Python string formatting.mp4

17.6 MB

11. Python string formatting.vtt

11.4 KB

12. Getting user input in Python.mp4

19.5 MB

12. Getting user input in Python.vtt

13.2 KB

12.3 Python string formatting.html

25.0 KB

13. Solution communicating with users.html

0.8 KB

13.2 Exercise communicating with users (Python 3.10).html

5.7 KB

13.4 Python strings, formatting, and user input.html

19.9 KB

14. Booleans and comparisons in Python.mp4

10.6 MB

14. Booleans and comparisons in Python.vtt

6.7 KB

15. and & or in Python.mp4

22.7 MB

15. and & or in Python.vtt

12.7 KB

16. Lists in Python.mp4

15.1 MB

16. Lists in Python.vtt

12.2 KB

16.5 Booleans and comparisons in Python.html

23.8 KB

17. Tuples in Python.mp4

11.5 MB

17. Tuples in Python.vtt

9.3 KB

18. Sets in Python.mp4

6.1 MB

18. Sets in Python.vtt

4.9 KB

19. Advanced set operations.mp4

13.3 MB

19. Advanced set operations.vtt

8.2 KB

20. Solution nearby friends.html

0.7 KB

20.3 Exercise nearby friends (Python 3.10).html

5.3 KB

20.6 Lists, tuples, and sets in Python.html

22.3 KB

21. Python dictionaries.mp4

14.6 MB

21. Python dictionaries.vtt

13.3 KB

22. Length and sum.mp4

8.3 MB

22. Length and sum.vtt

4.6 KB

22.7 Python dictionaries.html

22.8 KB

23. Solution dictionaries.html

1.5 KB

23.4 Exercise dictionaries (Python 3.10).html

7.9 KB

24. Joining a list.mp4

5.1 MB

24. Joining a list.vtt

3.6 KB

25. Conclusion and Python Fundamentals Cheatsheet.html

1.0 KB

5.1 Variables and printing.html

21.0 KB

8.2 Numbers and Printing in Python.html

23.3 KB

9.1 Exercise variables and numbers.html

5.6 KB

/external-links/

03. Getting-Set-Up.url

0.1 KB

04. Interactive-code-for-this-lecture.url

0.1 KB

04. Numbers-Arithmetic-and-Printing-to-the-Console.url

0.1 KB

04. Strings-Variables-and-Getting-Input-from-Users.url

0.1 KB

05. Course-code-and-notes.url

0.1 KB

05. Discord-server.url

0.1 KB

05. Our-Python-e-book.url

0.1 KB

06. Interactive-code-for-this-lecture.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

10. Interactive-code-for-this-lecture.url

0.1 KB

11. Interactive-code-for-this-lecture.url

0.1 KB

12. Formatting-Strings-and-Processing-User-Input.url

0.1 KB

12. Interactive-code-for-this-lecture.url

0.1 KB

14. Conditionals-and-Booleans.url

0.1 KB

14. Interactive-code-for-this-lecture.url

0.1 KB

15. Interactive-code-for-this-lecture.url

0.1 KB

16. Basic-Python-Collections.url

0.1 KB

16. Interactive-code-for-this-lecture.url

0.1 KB

17. Interactive-code-for-this-lecture.url

0.1 KB

18. Interactive-code-for-this-lecture.url

0.1 KB

18. Sets.url

0.1 KB

19. Interactive-code-for-this-lecture.url

0.1 KB

21. Dictionaries.url

0.1 KB

21. Interactive-code-for-this-lecture.url

0.1 KB

22. Interactive-code-for-this-lecture.url

0.1 KB

24. Interactive-code-for-this-lecture.url

0.1 KB

24. split-join-and-Slices.url

0.1 KB

02. Python fundamentals/

01. If statements in Python.mp4

28.7 MB

01. If statements in Python.vtt

21.1 KB

02. While loops in Python.mp4

16.0 MB

02. While loops in Python.vtt

10.0 KB

03. Solution a simple text menu.html

1.0 KB

04. For loops in Python.mp4

16.9 MB

04. For loops in Python.vtt

12.5 KB

05. Destructuring syntax.mp4

7.5 MB

05. Destructuring syntax.vtt

5.4 KB

06. Iterating over dictionaries.mp4

7.7 MB

06. Iterating over dictionaries.vtt

3.7 KB

07. Break and continue.mp4

10.5 MB

07. Break and continue.vtt

6.7 KB

08. A couple more loop examples.html

0.8 KB

09. Solution FizzBuzz.html

1.1 KB

10. The else keyword with loops.mp4

17.4 MB

10. The else keyword with loops.vtt

6.6 KB

11. Finding prime numbers with for loops.mp4

16.4 MB

11. Finding prime numbers with for loops.vtt

8.6 KB

12. List slicing in Python.mp4

8.9 MB

12. List slicing in Python.vtt

7.0 KB

13. List comprehension in Python.mp4

17.2 MB

13. List comprehension in Python.vtt

16.2 KB

14. Comprehensions with conditionals.mp4

16.5 MB

14. Comprehensions with conditionals.vtt

10.6 KB

15. Set and dictionary comprehensions.mp4

19.0 MB

15. Set and dictionary comprehensions.vtt

8.9 KB

16. The zip function.mp4

10.3 MB

16. The zip function.vtt

4.7 KB

17. The enumerate function.mp4

9.8 MB

17. The enumerate function.vtt

5.8 KB

18. Solution an improved lottery!.html

1.9 KB

18.10 List comprehensions and slicing in Python.html

22.2 KB

18.7 Exercise an improved lottery! (Python 3.10).html

9.4 KB

19. Functions in Python.mp4

8.9 MB

19. Functions in Python.vtt

7.5 KB

2.8 If statements in Python.html

20.3 KB

20. Arguments and parameters.mp4

33.7 MB

20. Arguments and parameters.vtt

17.0 KB

21. Functions and return values in Python.mp4

43.8 MB

21. Functions and return values in Python.vtt

16.2 KB

22. Default parameter values.mp4

14.9 MB

22. Default parameter values.vtt

13.2 KB

23. Lambda functions in Python.mp4

13.2 MB

23. Lambda functions in Python.vtt

10.9 KB

23.11 Functions in Python.html

21.1 KB

24. First-class functions in Python.mp4

24.6 MB

24. First-class functions in Python.vtt

12.7 KB

25. Conclusion and Cheatsheets for this section.html

1.1 KB

26.12 Advanced functions in Python.html

21.4 KB

3.5 Exercise a simple text menu (Python 3.10).html

7.7 KB

9.6 Exercise FizzBuzz (Python 3.10).html

7.6 KB

9.9 Loops in Python.html

23.5 KB

/external-links/

01. Conditionals-and-Booleans.url

0.1 KB

01. Interactive-code-for-this-lecture.url

0.1 KB

02. Interactive-code-for-this-lecture.url

0.1 KB

02. While-Loops.url

0.1 KB

04. For-Loops.url

0.1 KB

04. Interactive-code-for-this-lecture.url

0.1 KB

05. Interactive-code-for-this-lecture.url

0.1 KB

05. Unpacking-Enumeration-and-the-zip-Function.url

0.1 KB

06. Interactive-code-for-this-lecture.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

10. Interactive-code-for-this-lecture.url

0.1 KB

11. Interactive-code-for-this-lecture.url

0.1 KB

12. Interactive-code-for-this-lecture.url

0.1 KB

13. Interactive-code-for-this-lecture.url

0.1 KB

13. List-Comprehensions-30-Days-of-Python.url

0.1 KB

14. Interactive-code-for-this-lecture.url

0.1 KB

14. map-filter-and-Conditional-Comprehensions.url

0.1 KB

15. Interactive-code-for-this-lecture.url

0.1 KB

16. Interactive-code-for-this-lecture.url

0.1 KB

16. Unpacking-Enumeration-and-the-zip-Function.url

0.1 KB

19. Functions.url

0.1 KB

19. Interactive-code-for-this-lecture.url

0.1 KB

20. Interactive-code-for-this-lecture.url

0.1 KB

21. Interactive-code-for-this-lecture.url

0.1 KB

21. Scope-and-Returning-Values-from-Functions.url

0.1 KB

22. Interactive-code-for-this-lecture.url

0.1 KB

23. First-Class-Functions-and-Lambda-Expressions.url

0.1 KB

23. Interactive-code-for-this-lecture.url

0.1 KB

03. Milestone Project 1/

01. Code for this section.html

0.6 KB

02. Installing Python in your computer.mp4

10.4 MB

02. Installing Python in your computer.vtt

3.8 KB

03. Installing PyCharm in your computer.mp4

18.1 MB

03. Installing PyCharm in your computer.vtt

5.3 KB

04. Creating our first PyCharm project.mp4

19.8 MB

04. Creating our first PyCharm project.vtt

10.2 KB

05. Setting up PyCharm font and display settings.mp4

5.3 MB

05. Setting up PyCharm font and display settings.vtt

4.7 KB

06. Milestone Project Brief.mp4

19.8 MB

06. Milestone Project Brief.vtt

10.1 KB

07. Milestone Project Implementation Video.mp4

33.5 MB

07. Milestone Project Implementation Video.vtt

14.2 KB

/external-links/

03. Setting-Up-a-Local-Development-Environment.url

0.1 KB

06. Incomplete-app-code.url

0.2 KB

07. Completed-app-code.url

0.2 KB

04. Object-Oriented Programming with Python/

01. Intro to Object-Oriented Programming with Python.mp4

47.8 MB

01. Intro to Object-Oriented Programming with Python.vtt

28.9 KB

02. Solution your first Python class.html

0.6 KB

03. More about classes and objects.mp4

33.9 MB

03. More about classes and objects.vtt

15.2 KB

04. Solution defining a method.html

0.7 KB

05. So... sum(), int(), str(), len(), what else is there.html

1.6 KB

06. Parameter naming in Python.mp4

7.8 MB

06. Parameter naming in Python.vtt

6.3 KB

07. Magic methods in Python.mp4

34.8 MB

07. Magic methods in Python.vtt

19.5 KB

08. Solution magic methods in Python.html

1.8 KB

09. Inheritance in Python.mp4

25.5 MB

09. Inheritance in Python.vtt

13.6 KB

10. The @property decorator.mp4

14.8 MB

10. The @property decorator.vtt

7.4 KB

11. @classmethod and @staticmethod in Python.mp4

31.2 MB

11. @classmethod and @staticmethod in Python.vtt

12.4 KB

11.14 Advanced Object-Oriented Programming.html

23.9 KB

12. More @classmethod and @staticmethod examples.mp4

34.7 MB

12. More @classmethod and @staticmethod examples.vtt

20.3 KB

13.15 @classmethod and @staticmethod.html

18.8 KB

2.8 Exercise your first Python class (Python 3.10).html

6.7 KB

4.9 Exercise defining a method (Python 3.10).html

8.8 KB

6.13 Object-Oriented Programming.html

21.8 KB

8.10 Exercise magic methods in Python (Python 3.10).html

11.8 KB

/external-links/

01. Interactive-code-for-this-lecture.url

0.1 KB

03. Interactive-code-for-this-lecture.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

09. Interactive-code-for-this-lecture.url

0.1 KB

11. Interactive-code-for-this-lecture.url

0.1 KB

12. Interactive-code-for-this-lecture.url

0.1 KB

05. Errors in Python/

01. Code samples for this section.html

0.7 KB

02. Intro to errors in Python.mp4

30.2 MB

02. Intro to errors in Python.vtt

24.7 KB

03. Built in errors in Python.mp4

31.6 MB

03. Built in errors in Python.vtt

33.8 KB

04. Raising errors in Python.mp4

35.0 MB

04. Raising errors in Python.vtt

17.9 KB

05. Solution raising an error.html

0.8 KB

06. Creating our own errors in Python.mp4

61.1 MB

06. Creating our own errors in Python.vtt

22.5 KB

07. Solution raising our own custom errors.html

1.1 KB

08. Dealing with Python errors.mp4

36.3 MB

08. Dealing with Python errors.vtt

14.0 KB

09. The on success block and re-raising exceptions.mp4

32.4 MB

09. The on success block and re-raising exceptions.vtt

22.0 KB

10. Handling those pesky user errors!.mp4

41.3 MB

10. Handling those pesky user errors!.vtt

17.1 KB

10.18 Some error problems.html

30.6 KB

11. Solution try-except-finally.html

1.1 KB

11.13 Exercise try-except-finally (Python 3.10).html

12.1 KB

12. Debugging with Pycharm.mp4

117.2 MB

12. Debugging with Pycharm.vtt

29.4 KB

13. Further reading.html

1.2 KB

13.19 Advanced error handling in Python.html

20.0 KB

4.16 Errors in Python.html

19.1 KB

5.11 Exercise raising an error (Python 3.10).html

7.8 KB

7.12 Exercise raising our own custom errors (Python 3.10).html

7.8 KB

9.17 Error handling in Python.html

19.4 KB

/external-links/

02. Interactive-code-for-this-lecture.url

0.1 KB

04. Interactive-code-for-this-lecture.url

0.1 KB

06. Interactive-code-for-this-lecture.url

0.1 KB

08. Advanced-Exception-Handling-and-Raising-Exceptions.url

0.1 KB

08. Exception-Handling.url

0.1 KB

08. Interactive-code-for-this-lecture.url

0.1 KB

09. Interactive-code-for-this-lecture.url

0.1 KB

10. Code-seen-in-this-lecture.url

0.2 KB

06. Files in Python/

01. Code for this section.html

0.6 KB

02. Files in Python.mp4

29.1 MB

02. Files in Python.vtt

18.9 KB

03. Python Exercise copying files.mp4

126.9 MB

03. Python Exercise copying files.vtt

35.3 KB

04. Solution building a quiz system.html

1.1 KB

05. CSV files with Python.mp4

30.6 MB

05. CSV files with Python.vtt

16.0 KB

06. How to use the csv module to read and write CSV files more easily.html

0.9 KB

07. JSON files with Python.mp4

94.6 MB

07. JSON files with Python.vtt

28.4 KB

08. Solution a CSV to JSON converter.html

0.8 KB

09. Using the with syntax in Python.mp4

27.8 MB

09. Using the with syntax in Python.vtt

9.4 KB

10. Importing our own files.mp4

23.4 MB

10. Importing our own files.vtt

19.3 KB

11. Python relative imports children.mp4

50.5 MB

11. Python relative imports children.vtt

22.9 KB

12. Solution importing modules.html

1.2 KB

12.16 Exercise importing modules (Python 3.10).html

14.2 KB

13. Python relative imports parents.mp4

31.0 MB

13. Python relative imports parents.vtt

8.0 KB

14. Import errors and running as a Python script.mp4

20.1 MB

14. Import errors and running as a Python script.vtt

7.3 KB

15. Further reading.html

1.2 KB

4.14 Exercise building a quiz system.html

13.7 KB

8.15 Exercise a CSV to JSON converter (Python 3.10).html

8.2 KB

/external-links/

02. Working-with-Files.url

0.1 KB

05. YouTube-video-on-the-csv-module.url

0.1 KB

07. Imports.url

0.1 KB

10. Splitting-Code-Into-Multiple-Files.url

0.1 KB

07. Databases in Python & Milestone Project 2/

01. Code for this section.html

0.6 KB

02. Intro to Milestone Project 2.mp4

14.7 MB

02. Intro to Milestone Project 2.vtt

9.3 KB

03. Milestone Project 2 Brief.html

0.6 KB

04. Milestone Project with lists.mp4

65.9 MB

04. Milestone Project with lists.vtt

29.8 KB

05. Storing books in files.mp4

73.3 MB

05. Storing books in files.vtt

33.6 KB

06. Using JSON instead of CSV.mp4

59.0 MB

06. Using JSON instead of CSV.vtt

16.0 KB

07. Intro to databases with Python.mp4

9.3 MB

07. Intro to databases with Python.vtt

11.7 KB

08. Using SQLite in Python.mp4

3.4 MB

08. Using SQLite in Python.vtt

4.5 KB

09. Some database jargon.mp4

5.6 MB

09. Some database jargon.vtt

7.0 KB

10. Creating our books table using Python.mp4

29.6 MB

10. Creating our books table using Python.vtt

9.2 KB

11. Inserting books using Python.mp4

34.0 MB

11. Inserting books using Python.vtt

10.9 KB

12. SELECT examples.mp4

4.9 MB

12. SELECT examples.vtt

5.7 KB

13. Getting all our books.mp4

37.6 MB

13. Getting all our books.vtt

10.5 KB

14. UPDATE and DELETE.mp4

3.4 MB

14. UPDATE and DELETE.vtt

3.9 KB

15. Filtering with WHERE.mp4

18.3 MB

15. Filtering with WHERE.vtt

9.4 KB

16. Finishing the Milestone Project.mp4

53.1 MB

16. Finishing the Milestone Project.vtt

12.8 KB

17. Ordering and limiting.mp4

5.3 MB

17. Ordering and limiting.vtt

4.7 KB

18. Developing our context manager in Python.mp4

55.2 MB

18. Developing our context manager in Python.vtt

16.8 KB

19. Errors in context managers.mp4

36.4 MB

19. Errors in context managers.vtt

11.5 KB

20. Further reading.html

1.1 KB

/assets/

02. Milestone-Project-2-Brief.pdf

1.6 MB

03. Milestone-Project-2-Brief.pdf

1.6 MB

08. Type hinting in Python/

01. Typing in Python.mp4

93.1 MB

01. Typing in Python.vtt

20.1 KB

02. Further reading.mp4

13.6 MB

02. Further reading.vtt

3.2 KB

/external-links/

01. Type-Hinting.url

0.1 KB

02. 26.1.typing-Support-for-type-hints-Python-3.6.4-documentation.url

0.1 KB

02. PEP-483-The-Theory-of-Type-Hints-Python.org.url

0.1 KB

09. Advanced built-in functions in Python/

01. Generators in Python.mp4

27.7 MB

01. Generators in Python.vtt

20.7 KB

02. Solution a prime number generator.html

0.7 KB

03. Python generator classes and iterators.mp4

31.7 MB

03. Python generator classes and iterators.vtt

13.2 KB

04. Solution coding a generator class.html

1.1 KB

05. Iterables in Python.mp4

35.2 MB

05. Iterables in Python.vtt

11.7 KB

06. The filter() function in Python.mp4

23.3 MB

06. The filter() function in Python.vtt

14.9 KB

07. The map() function in Python.mp4

18.2 MB

07. The map() function in Python.vtt

9.4 KB

08. any() and all() in Python.mp4

16.8 MB

08. any() and all() in Python.vtt

7.9 KB

09. So what other things evaluate to True or False.html

2.0 KB

10. Further reading.html

0.8 KB

2.17 Exercise a prime number generator (Python 3.10).html

7.3 KB

4.18 Exercise coding a generator class (Python 3.10).html

6.3 KB

9.20 Section 9 Review.html

24.6 KB

/external-links/

01. Generators-and-Generator-Expressions.url

0.1 KB

01. Interactive-code-for-this-lecture.url

0.1 KB

01. Iterators.url

0.1 KB

03. Interactive-code-for-this-lecture.url

0.1 KB

05. Interactive-code-for-this-lecture.url

0.1 KB

06. Interactive-code-for-this-lecture.url

0.1 KB

06. map-filter-and-Conditional-Comprehensions.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

08. Interactive-code-for-this-lecture.url

0.1 KB

10. Advanced Python Development/

01. Mutability in Python.mp4

29.5 MB

01. Mutability in Python.vtt

15.6 KB

02. Argument mutability in Python.mp4

27.8 MB

02. Argument mutability in Python.vtt

17.0 KB

03. Default values for parameters.mp4

14.1 MB

03. Default values for parameters.vtt

8.8 KB

04. Mutable default arguments (bad idea).mp4

19.0 MB

04. Mutable default arguments (bad idea).vtt

12.2 KB

05. Argument unpacking in Python.mp4

53.7 MB

05. Argument unpacking in Python.vtt

18.9 KB

06. Queues in Python.mp4

5.7 MB

06. Queues in Python.vtt

6.0 KB

07. Some interesting Python collections.mp4

74.6 MB

07. Some interesting Python collections.vtt

43.5 KB

08. Solution Python collections.html

1.1 KB

09. Timezones.mp4

17.3 MB

09. Timezones.vtt

15.2 KB

10. Dates and time in Python.mp4

33.5 MB

10. Dates and time in Python.vtt

20.7 KB

11. Timing your code with Python.mp4

27.6 MB

11. Timing your code with Python.vtt

21.2 KB

12. Regular expressions.mp4

14.1 MB

12. Regular expressions.vtt

13.1 KB

13. Regex examples.mp4

34.6 MB

13. Regex examples.vtt

21.4 KB

14. Regex in Python.mp4

30.2 MB

14. Regex in Python.vtt

21.0 KB

15. Solution secure file names using regex.html

0.8 KB

15.20 Exercise secure file names using regex (Python 3.10).html

12.6 KB

16. Introduction to logging in Python.mp4

30.9 MB

16. Introduction to logging in Python.vtt

17.6 KB

17. Logging to a file and other features.mp4

22.7 MB

17. Logging to a file and other features.vtt

7.6 KB

18. Higher-order functions in Python.mp4

22.1 MB

18. Higher-order functions in Python.vtt

11.3 KB

19. The built-in itertools module.html

0.9 KB

20. Further reading.html

0.5 KB

8.19 Exercise Python collections (Python 3.10).html

12.9 KB

/external-links/

01. Interactive-code-for-this-lecture.url

0.1 KB

02. Interactive-code-for-this-lecture.url

0.1 KB

03. Interactive-code-for-this-lecture.url

0.1 KB

04. Interactive-code-for-this-lecture.url

0.1 KB

05. Flexible-Functions-with-args-and-kwargs.url

0.1 KB

05. Interactive-code-for-this-lecture.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

07. Leveraging-the-Standard-Library.url

0.1 KB

10. Datetime-strftime-cheatsheet.url

0.0 KB

10. Interactive-code-for-this-lecture.url

0.1 KB

11. Interactive-code-for-this-lecture.url

0.1 KB

12. Lecture-transcript.url

0.1 KB

14. Interactive-code-for-this-lecture.url

0.1 KB

17. Interactive-code-for-this-lecture.url

0.1 KB

11. Web Scraping with Python/

01. Code for this section.html

0.8 KB

02. Markup Languages The Structure of HTML Code.mp4

20.2 MB

02. Markup Languages The Structure of HTML Code.vtt

9.2 KB

03. Understanding HTML with BeautifulSoup.mp4

92.3 MB

03. Understanding HTML with BeautifulSoup.vtt

33.3 KB

04. More complex HTML parsing.mp4

157.2 MB

04. More complex HTML parsing.vtt

33.3 KB

05. Structuring our parsing program better.mp4

39.2 MB

05. Structuring our parsing program better.vtt

8.8 KB

06. Splitting HTML locators out of our Python class.mp4

17.2 MB

06. Splitting HTML locators out of our Python class.vtt

7.0 KB

07. Understanding HTML with the browser.mp4

49.0 MB

07. Understanding HTML with the browser.vtt

11.3 KB

08. Scraping our first website with Python.mp4

20.8 MB

08. Scraping our first website with Python.vtt

11.1 KB

09. Milestone Project 3 A Quote Scraper.mp4

26.1 MB

09. Milestone Project 3 A Quote Scraper.vtt

6.8 KB

10. Quotes Project 2 Structuring a scraping app in Python.mp4

5.2 MB

10. Quotes Project 2 Structuring a scraping app in Python.vtt

4.5 KB

11. Quotes Project 3 Getting our locators.mp4

34.1 MB

11. Quotes Project 3 Getting our locators.vtt

6.7 KB

12. Quotes Project 4 Crafting our quote parser.mp4

19.7 MB

12. Quotes Project 4 Crafting our quote parser.vtt

6.8 KB

13. Quotes Project 5 The quotes page.mp4

22.5 MB

13. Quotes Project 5 The quotes page.vtt

6.9 KB

14. Quotes Project 6 Recap of the project.mp4

19.2 MB

14. Quotes Project 6 Recap of the project.vtt

6.1 KB

15. Milestone Project 4 A Book Scraper + application.mp4

41.1 MB

15. Milestone Project 4 A Book Scraper + application.vtt

10.1 KB

16. Books Project 2 Recap of HTML locators.mp4

15.7 MB

16. Books Project 2 Recap of HTML locators.vtt

7.8 KB

17. Books Project 3 Creating locators in Python.mp4

9.1 MB

17. Books Project 3 Creating locators in Python.vtt

7.5 KB

18. Books Project 4 Creating our page.mp4

10.1 MB

18. Books Project 4 Creating our page.vtt

5.6 KB

19. Books Project 5 Creating our book parser.mp4

64.3 MB

19. Books Project 5 Creating our book parser.vtt

18.4 KB

20. Books Project 6 Writing our app file.mp4

13.2 MB

20. Books Project 6 Writing our app file.vtt

5.9 KB

21. Books Project 7 Sorting the books.mp4

31.3 MB

21. Books Project 7 Sorting the books.vtt

14.1 KB

22. Books Project 8 Constructing our menu.mp4

23.3 MB

22. Books Project 8 Constructing our menu.vtt

9.9 KB

23. ASIDE The best way to write user menus.mp4

8.0 MB

23. ASIDE The best way to write user menus.vtt

2.2 KB

24. Books Project 9 Getting multiple pages.mp4

10.4 MB

24. Books Project 9 Getting multiple pages.vtt

4.5 KB

25. Books Project 10 Multiple pages in Python.mp4

25.8 MB

25. Books Project 10 Multiple pages in Python.vtt

8.8 KB

26. Books Project 11 Getting the page count in Python.mp4

40.2 MB

26. Books Project 11 Getting the page count in Python.vtt

9.8 KB

27. Books Project 12 Adding logging to our Python project.mp4

129.9 MB

27. Books Project 12 Adding logging to our Python project.vtt

30.1 KB

28. A word on scraping pages with JavaScript.mp4

12.4 MB

28. A word on scraping pages with JavaScript.vtt

6.0 KB

29. A note on scraping and robots.txt.html

1.2 KB

/external-links/

04. Escape-sequences-Python-documentation-.url

0.1 KB

28. More-info-Why-does-scraping-fail-with-requests-and-BeautifulSoup-.url

0.1 KB

12. Browser Automation with Selenium/

01. Introduction to this section.mp4

7.4 MB

01. Introduction to this section.vtt

3.0 KB

02. Code for this section.html

0.6 KB

03. Review of our quotes scraping code.mp4

19.1 MB

03. Review of our quotes scraping code.vtt

8.6 KB

04. IMPORTANT Selenium update.html

0.5 KB

05. Using Chrome in our scraping code.mp4

44.9 MB

05. Using Chrome in our scraping code.vtt

12.6 KB

06. Our new page locators.mp4

13.1 MB

06. Our new page locators.vtt

6.4 KB

07. Interacting with dropdowns.mp4

18.9 MB

07. Interacting with dropdowns.vtt

7.5 KB

08. Selecting tags.mp4

45.0 MB

08. Selecting tags.vtt

9.5 KB

09. Searching for quotes.mp4

11.2 MB

09. Searching for quotes.vtt

4.0 KB

10. Encapsulating logic more simply.mp4

37.0 MB

10. Encapsulating logic more simply.vtt

8.0 KB

11. Adding some error handling.mp4

8.2 MB

11. Adding some error handling.vtt

3.1 KB

12. Implicit and explicit waits in Selenium.mp4

11.1 MB

12. Implicit and explicit waits in Selenium.vtt

12.0 KB

13. Adding waits to our program code.mp4

50.4 MB

13. Adding waits to our program code.vtt

12.5 KB

/assets/

03. 1-our-scraping-code.zip

6.6 KB

05. 3-using-chrome-in-scraping-code.zip

11.2 KB

06. 4-our-new-page-locators.zip

10.9 KB

07. 5-interacting-with-dropdowns.zip

11.3 KB

08. 6-selecting-tags.zip

10.8 KB

09. 7-searching-for-quotes.zip

11.2 KB

10. 8-encapsulating-logic-simply.zip

11.6 KB

11. 9-adding-some-error-handling.zip

11.7 KB

13. 11-adding-waits-to-our-code.zip

11.8 KB

/external-links/

07. Filling-in-forms-Selenium-Documentation.url

0.1 KB

07. Select-Selenium-Documentation.url

0.1 KB

12. Waits-Selenium-Documentation.url

0.1 KB

13. Waits-Selenium-Documentation.url

0.1 KB

13. Asynchronous Python Development/

01. Code samples for this section.html

0.8 KB

02. A glossary of terms used in concurrency.html

1.7 KB

03. The Dining Philosophers Problem.mp4

12.9 MB

03. The Dining Philosophers Problem.vtt

12.9 KB

04. Processes and threads.mp4

12.4 MB

04. Processes and threads.vtt

15.7 KB

05. The Python GIL.mp4

18.1 MB

05. The Python GIL.vtt

17.1 KB

06. Example threads in Python.mp4

29.8 MB

06. Example threads in Python.vtt

21.3 KB

07. Using Python concurrent.futures the ThreadPoolExecutor.mp4

10.5 MB

07. Using Python concurrent.futures the ThreadPoolExecutor.vtt

5.1 KB

08. Don't kill threads!.mp4

6.0 MB

08. Don't kill threads!.vtt

3.3 KB

09. Multiprocessing in Windows or ARM Macs.html

0.9 KB

10. Multiprocessing in Python.mp4

24.3 MB

10. Multiprocessing in Python.vtt

12.3 KB

11. Using Python concurrent.futures the ProcessPoolExecutor.mp4

11.9 MB

11. Using Python concurrent.futures the ProcessPoolExecutor.vtt

4.4 KB

12. Dealing with shared state in threads.mp4

22.8 MB

12. Dealing with shared state in threads.vtt

14.9 KB

13. Queuing in threads with shared state.mp4

74.1 MB

13. Queuing in threads with shared state.vtt

18.8 KB

14. Using Python generators instead of threads.mp4

11.5 MB

14. Using Python generators instead of threads.vtt

9.0 KB

15. Our first single-threaded task scheduler in Python.mp4

16.8 MB

15. Our first single-threaded task scheduler in Python.vtt

10.2 KB

16. Yielding from another iterator in Python.mp4

16.3 MB

16. Yielding from another iterator in Python.vtt

8.0 KB

17. Receiving data through yield.mp4

26.6 MB

17. Receiving data through yield.vtt

14.9 KB

18. The async and await keywords.mp4

29.5 MB

18. The async and await keywords.vtt

9.4 KB

19. Watch these talks for more explanations and examples!.mp4

3.1 MB

19. Watch these talks for more explanations and examples!.vtt

3.6 KB

20. Our asynchronous scraper.mp4

27.0 MB

20. Our asynchronous scraper.vtt

7.7 KB

21. Making our first async request in Python.mp4

62.9 MB

21. Making our first async request in Python.vtt

23.5 KB

22. Getting multiple pages efficiently.mp4

58.1 MB

22. Getting multiple pages efficiently.vtt

17.1 KB

23. Using async_timeout for security.mp4

10.5 MB

23. Using async_timeout for security.vtt

3.0 KB

24. Turning our book scraping project async.mp4

85.8 MB

24. Turning our book scraping project async.vtt

17.9 KB

25. A note on HTTPS with Python and Mac OS X.mp4

19.2 MB

25. A note on HTTPS with Python and Mac OS X.vtt

5.2 KB

/external-links/

06. Example-code-threads.url

0.2 KB

07. Example-code-threads-with-a-ThreadPoolExecutor.url

0.2 KB

10. Example-code-multiprocessing.url

0.2 KB

11. Example-code-multiprocessing-with-a-ProcessPoolExecutor.url

0.2 KB

12. Example-code-shared-state-in-threads.url

0.2 KB

13. Example-code-queued-threads-with-a-ThreadPoolExecutor.url

0.2 KB

13. Example-code-queued-threads-with-no-waits.url

0.2 KB

13. Example-code-queuing-in-threads-with-shared-state.url

0.2 KB

15. Example-code-our-first-task-scheduler-using-generators.url

0.2 KB

16. Example-code-yielding-from-another-iterator.url

0.2 KB

17. Curious-Course-on-Coroutines-and-Concurrency.url

0.1 KB

17. Example-code-receiving-data-through-yield.url

0.2 KB

17. Python-Concurrency-From-the-Ground-Up.url

0.1 KB

18. Example-code-async-and-await.url

0.2 KB

19. David-Beazley-Python-Concurrency-From-the-Ground-Up-LIVE-PyCon-2015-YouTube.url

0.1 KB

19. Keynote-David-Beazley-Topics-of-Interest-Python-Asyncio-YouTube.url

0.1 KB

19. Only-if-you-want-to-go-deeper-into-the-Python-GIL-Understanding-the-Python-GIL-YouTube.url

0.1 KB

19. Raymond-Hettinger-Keynote-on-Concurrency-PyBay-2017-YouTube.url

0.1 KB

20. Our-async-scraper-project-code.url

0.2 KB

21. Changes-to-async-event-loops-in-Python-3.10.url

0.1 KB

21. First-async-request-online-code.url

0.2 KB

22. Async-request-code-sample.url

0.2 KB

23. Async-requests-with-async-timeout.url

0.2 KB

24. The-project-source-code.url

0.2 KB

25. A-note-on-HTTPS-test-code.url

0.2 KB

14. Python on the console and managing project dependencies/

01. Running Python in the console.mp4

16.9 MB

01. Running Python in the console.vtt

15.5 KB

02. Terminal video running Python.mp4

25.8 MB

02. Terminal video running Python.vtt

9.8 KB

03. Terminal video what is a virtualenv.mp4

90.2 MB

03. Terminal video what is a virtualenv.vtt

18.5 KB

04. Terminal video navigating the terminal and using virtualenv.mp4

47.2 MB

04. Terminal video navigating the terminal and using virtualenv.vtt

16.8 KB

05. Terminal video using Pipenv.mp4

84.5 MB

05. Terminal video using Pipenv.vtt

14.5 KB

06. Terminal video Pipenv and virtualenv.mp4

28.6 MB

06. Terminal video Pipenv and virtualenv.vtt

6.9 KB

07. Summary e-book of using Pipenv.html

0.3 KB

/assets/

07. using-pipenv.pdf

879.9 KB

/external-links/

02. The-PATH-in-Windows.url

0.1 KB

15. Web Development with Flask/

01. Setting up our project with Pipenv.mp4

45.2 MB

01. Setting up our project with Pipenv.vtt

10.0 KB

02. Code samples for this section.html

0.9 KB

03. Our first Flask endpoint.mp4

17.1 MB

03. Our first Flask endpoint.vtt

13.8 KB

04. Returning information with Flask and Python.mp4

15.0 MB

04. Returning information with Flask and Python.vtt

8.3 KB

05. Rendering HTML with Flask and Python.mp4

25.0 MB

05. Rendering HTML with Flask and Python.vtt

10.6 KB

06. Error pages and Jinja2 inheritance.mp4

43.5 MB

06. Error pages and Jinja2 inheritance.vtt

19.7 KB

07. Rendering forms with Flask and Python.mp4

83.2 MB

07. Rendering forms with Flask and Python.vtt

21.9 KB

08. Accessing POST form data with Flask.mp4

27.0 MB

08. Accessing POST form data with Flask.vtt

8.0 KB

09. Putting our form in a single endpoint.mp4

20.5 MB

09. Putting our form in a single endpoint.vtt

5.1 KB

10. Using Jinja2 for loops to create a nicer homepage.mp4

35.0 MB

10. Using Jinja2 for loops to create a nicer homepage.vtt

12.4 KB

11. Adding navigation to our website.mp4

19.7 MB

11. Adding navigation to our website.vtt

8.6 KB

/external-links/

03. Code-for-this-lecture.url

0.2 KB

04. Code-for-this-lecture.url

0.2 KB

05. Code-for-this-lecture.url

0.2 KB

06. Code-for-this-lecture.url

0.2 KB

07. Code-for-this-lecture.url

0.2 KB

08. Code-for-this-lecture.url

0.2 KB

09. Code-for-this-lecture.url

0.2 KB

10. Code-for-this-lecture.url

0.2 KB

11. Code-for-this-lecture.url

0.2 KB

16. Interacting with APIs with Python/

01. Code for this section.html

0.6 KB

02. Signing up to OpenExchangeRates.mp4

14.1 MB

02. Signing up to OpenExchangeRates.vtt

3.1 KB

03. Getting all exchange rates from the API.mp4

35.4 MB

03. Getting all exchange rates from the API.vtt

8.7 KB

04. Creating a currency exchange library.mp4

26.9 MB

04. Creating a currency exchange library.vtt

12.1 KB

05. Caching functions with functools.mp4

22.3 MB

05. Caching functions with functools.vtt

8.5 KB

06. TTL caches with cachetools.mp4

8.5 MB

06. TTL caches with cachetools.vtt

3.4 KB

/external-links/

06. API-Project-using-caches.url

0.2 KB

17. Decorators in Python/

01. A simple decorator in Python.mp4

15.1 MB

01. A simple decorator in Python.vtt

8.9 KB

02. Solution decorators.html

0.8 KB

03. Using a @syntax.mp4

11.1 MB

03. Using a @syntax.vtt

4.4 KB

04. Functools wraps in Python.mp4

6.9 MB

04. Functools wraps in Python.vtt

3.6 KB

05. Decorating functions with parameters.mp4

23.9 MB

05. Decorating functions with parameters.vtt

6.8 KB

06. Decorators with parameters.mp4

34.6 MB

06. Decorators with parameters.vtt

14.4 KB

07. Functions that accept multiple arguments.mp4

11.3 MB

07. Functions that accept multiple arguments.vtt

8.0 KB

08. Generic decorators for any function.mp4

14.4 MB

08. Generic decorators for any function.vtt

5.7 KB

09. Solution a generic access control decorator.html

0.8 KB

10. Multiple decorators for one function.html

1.3 KB

2.21 Exercise decorators (Python 3.10).html

9.0 KB

9.22 Exercise a generic access control decorator (Python 3.10).html

11.5 KB

/external-links/

01. Decorators.url

0.1 KB

01. Interactive-code-for-this-lecture.url

0.1 KB

03. Interactive-code-for-this-lecture.url

0.1 KB

04. Interactive-code-for-this-lecture.url

0.1 KB

05. Interactive-code-for-this-lecture.url

0.1 KB

06. Interactive-code-for-this-lecture.url

0.1 KB

07. Interactive-code-for-this-lecture.url

0.1 KB

08. Interactive-code-for-this-lecture.url

0.1 KB

18. Advanced Object-Oriented Programming/

01. Intro to multiple inheritance with Python.mp4

54.5 MB

01. Intro to multiple inheritance with Python.vtt

22.0 KB

02. Solution multiple inheritance.html

0.8 KB

03. Intro to ABCs in Python.mp4

22.5 MB

03. Intro to ABCs in Python.vtt

12.5 KB

04. The usefulness of ABCs.mp4

12.0 MB

04. The usefulness of ABCs.vtt

5.7 KB

05. The relationship between ABCs and interfaces.mp4

27.2 MB

05. The relationship between ABCs and interfaces.vtt

9.7 KB

06. Solution ABCs.html

0.5 KB

07. The property setter in Python.mp4

41.5 MB

07. The property setter in Python.vtt

16.7 KB

08. Pythonic vs. Non-Pythonic.html

0.6 KB

2.23 Exercise multiple inheritance (Python 3.10).html

9.2 KB

6.24 Exercise ABCs (Python 3.10).html

7.6 KB

/external-links/

01. Complete-lecture-code.url

0.2 KB

03. Complete-lecture-code.url

0.1 KB

05. Complete-lecture-code.url

0.2 KB

07. Complete-lecture-code.url

0.2 KB

19. GUI Development with Tkinter/

01. Code for this section.html

0.5 KB

02. Setting up Tkinter.mp4

26.2 MB

02. Setting up Tkinter.vtt

4.4 KB

03. Hello world in Tkinter.mp4

21.6 MB

03. Hello world in Tkinter.vtt

13.0 KB

04. Labels and fields.mp4

17.0 MB

04. Labels and fields.vtt

8.5 KB

05. Packing components.mp4

36.9 MB

05. Packing components.vtt

17.7 KB

06. Using frames for different layouts.mp4

16.6 MB

06. Using frames for different layouts.vtt

6.5 KB

07. Starting our text editor project.mp4

4.4 MB

07. Starting our text editor project.vtt

1.4 KB

08. Tkinter notebooks and creating files.mp4

12.7 MB

08. Tkinter notebooks and creating files.vtt

5.7 KB

09. Adding a menu to our application.mp4

16.9 MB

09. Adding a menu to our application.vtt

7.1 KB

10. Saving files to disk.mp4

33.2 MB

10. Saving files to disk.vtt

13.3 KB

11. Opening files.mp4

18.9 MB

11. Opening files.vtt

8.4 KB

12. Binding shortcuts in Tkinter.mp4

29.7 MB

12. Binding shortcuts in Tkinter.vtt

7.2 KB

13. Checking our tabs for unsaved changes.mp4

34.6 MB

13. Checking our tabs for unsaved changes.vtt

13.0 KB

14. Confirming exit with unsaved changes.mp4

27.6 MB

14. Confirming exit with unsaved changes.vtt

8.2 KB

15. Closing individual tabs.mp4

30.4 MB

15. Closing individual tabs.vtt

8.1 KB

16. Adding another menu.mp4

14.8 MB

16. Adding another menu.vtt

3.1 KB

17. Adding a permanent scrollbar to our text area.mp4

18.8 MB

17. Adding a permanent scrollbar to our text area.vtt

6.7 KB

20. Unit testing with Python/

01. Introduction to this section.mp4

8.4 MB

01. Introduction to this section.vtt

5.4 KB

02. Code for this section.html

0.6 KB

03. Testing functions.mp4

25.3 MB

03. Testing functions.vtt

12.5 KB

04. Testing for errors.mp4

15.7 MB

04. Testing for errors.vtt

4.8 KB

05. Testing our multiplication function.mp4

33.2 MB

05. Testing our multiplication function.vtt

15.8 KB

06. Writing a printer class for testing.mp4

7.7 MB

06. Writing a printer class for testing.vtt

3.0 KB

07. Testing classes.mp4

32.2 MB

07. Testing classes.vtt

7.6 KB

08. More Printer tests.mp4

58.9 MB

08. More Printer tests.vtt

15.3 KB

09. Testing external libraries.mp4

31.6 MB

09. Testing external libraries.vtt

14.8 KB

10. Conclusion of this section.mp4

2.9 MB

10. Conclusion of this section.vtt

1.8 KB

21. Algorithms and Data Structures/

01. Presentation queues, stacks, and complexity.mp4

21.8 MB

01. Presentation queues, stacks, and complexity.vtt

16.5 KB

02. A conference talk about Big-O.html

0.6 KB

03. Presentation binary search.mp4

11.4 MB

03. Presentation binary search.vtt

10.3 KB

04. Presentation binary trees.mp4

9.7 MB

04. Presentation binary trees.vtt

9.6 KB

05. Presentation traversal of binary trees.mp4

15.8 MB

05. Presentation traversal of binary trees.vtt

13.2 KB

06. Presentation adding elements to a binary tree.mp4

15.3 MB

06. Presentation adding elements to a binary tree.vtt

10.7 KB

07. Adding elements to a binary tree in Python.mp4

41.9 MB

07. Adding elements to a binary tree in Python.vtt

16.8 KB

08. Recursion and inorder traversal in Python.mp4

54.8 MB

08. Recursion and inorder traversal in Python.vtt

22.8 KB

09. Finding nodes in a tree with Python.mp4

19.2 MB

09. Finding nodes in a tree with Python.vtt

5.5 KB

10. How do you delete nodes from a binary tree.mp4

35.0 MB

10. How do you delete nodes from a binary tree.vtt

14.8 KB

11. Deleting nodes in code with Python.mp4

83.4 MB

11. Deleting nodes in code with Python.vtt

20.6 KB

12. Deleting nodes with two children in code.mp4

155.6 MB

12. Deleting nodes with two children in code.vtt

27.0 KB

13. Testing our binary tree!.mp4

17.0 MB

13. Testing our binary tree!.vtt

4.5 KB

22. Python libraries/

01. Python libraries overview.mp4

16.7 MB

01. Python libraries overview.vtt

28.4 KB

02. Using pylint.mp4

49.1 MB

02. Using pylint.vtt

22.4 KB

03. Using yapf.mp4

19.3 MB

03. Using yapf.vtt

13.1 KB

04. Sending e-mails with smtplib.mp4

27.1 MB

04. Sending e-mails with smtplib.vtt

11.8 KB

05. Sending e-mails with Mailgun.mp4

50.7 MB

05. Sending e-mails with Mailgun.vtt

16.4 KB

06. Creating a re-usable Mailgun library.mp4

24.2 MB

06. Creating a re-usable Mailgun library.vtt

13.0 KB

07. Sneak peek my IDE setup!.mp4

31.9 MB

07. Sneak peek my IDE setup!.vtt

16.9 KB

23. Python Reference Refresher/

01. Variables in Python.mp4

13.5 MB

01. Variables in Python.vtt

14.8 KB

02. String formatting in Python.mp4

12.3 MB

02. String formatting in Python.vtt

11.1 KB

03. Getting user input.mp4

10.3 MB

03. Getting user input.vtt

10.1 KB

04. Lists, tuples, and sets.mp4

12.8 MB

04. Lists, tuples, and sets.vtt

10.8 KB

05. Advanced set operations.mp4

9.3 MB

05. Advanced set operations.vtt

7.6 KB

06. Booleans in Python.mp4

10.0 MB

06. Booleans in Python.vtt

9.4 KB

07. If statements in Python.mp4

24.5 MB

07. If statements in Python.vtt

15.1 KB

08. The in keyword.mp4

4.5 MB

08. The in keyword.vtt

3.4 KB

09. If statements with the 'in' keyword.mp4

20.0 MB

09. If statements with the 'in' keyword.vtt

13.8 KB

10. Loops in Python.mp4

23.1 MB

10. Loops in Python.vtt

21.0 KB

11. List comprehensions.mp4

15.0 MB

11. List comprehensions.vtt

12.5 KB

12. Dictionaries.mp4

16.5 MB

12. Dictionaries.vtt

14.7 KB

13. Destructuring variables.mp4

16.6 MB

13. Destructuring variables.vtt

14.2 KB

14. Functions in Python.mp4

22.3 MB

14. Functions in Python.vtt

19.0 KB

15. Function arguments and parameters.mp4

16.7 MB

15. Function arguments and parameters.vtt

13.6 KB

16. Default parameter values.mp4

8.3 MB

16. Default parameter values.vtt

7.2 KB

17. Functions returning values.mp4

20.4 MB

17. Functions returning values.vtt

13.4 KB

18. Lambda functions in Python.mp4

15.4 MB

18. Lambda functions in Python.vtt

14.2 KB

19. Dictionary comprehensions.mp4

9.7 MB

19. Dictionary comprehensions.vtt

6.9 KB

20. Unpacking arguments.mp4

25.4 MB

20. Unpacking arguments.vtt

17.2 KB

21. Unpacking keyword arguments.mp4

21.0 MB

21. Unpacking keyword arguments.vtt

15.2 KB

22. Object-Oriented Programming in Python.mp4

41.2 MB

22. Object-Oriented Programming in Python.vtt

26.3 KB

23. Magic methods __str__ and __repr__.mp4

17.1 MB

23. Magic methods __str__ and __repr__.vtt

11.2 KB

24. Class methods and static methods.mp4

38.9 MB

24. Class methods and static methods.vtt

25.8 KB

25. Class inheritance.mp4

23.5 MB

25. Class inheritance.vtt

14.6 KB

26. Class composition.mp4

16.7 MB

26. Class composition.vtt

10.2 KB

27. Type hinting.mp4

13.1 MB

27. Type hinting.vtt

9.4 KB

28. How imports work in Python.mp4

57.3 MB

28. How imports work in Python.vtt

16.5 KB

29. Relative imports in Python.mp4

24.8 MB

29. Relative imports in Python.vtt

15.1 KB

30. Errors in Python.mp4

44.5 MB

30. Errors in Python.vtt

22.7 KB

31. Custom error classes.mp4

18.7 MB

31. Custom error classes.vtt

9.1 KB

32. First-class functions.mp4

21.3 MB

32. First-class functions.vtt

13.9 KB

33. Simple decorators in Python.mp4

19.9 MB

33. Simple decorators in Python.vtt

12.2 KB

34. The 'at' syntax for decorators.mp4

12.9 MB

34. The 'at' syntax for decorators.vtt

6.4 KB

35. Decorating functions with parameters.mp4

5.6 MB

35. Decorating functions with parameters.vtt

4.4 KB

36. Decorators with parameters.mp4

12.2 MB

36. Decorators with parameters.vtt

8.6 KB

37. Mutability in Python.mp4

9.8 MB

37. Mutability in Python.vtt

10.1 KB

38. Mutable default parameters (and why they're a bad idea).mp4

9.1 MB

38. Mutable default parameters (and why they're a bad idea).vtt

7.6 KB

24. Bonus Section/

01. Thank you for taking the course.mp4

4.8 MB

01. Thank you for taking the course.vtt

1.3 KB

02. Bonus lecture.html

2.1 KB

 

Total files 845


Copyright © 2026 FileMood.com