FileMood

Download [UdemyCourseDownloader] The Complete Python Course Learn Python by Doing

UdemyCourseDownloader The Complete Python Course Learn Python by Doing

Name

[UdemyCourseDownloader] The Complete Python Course Learn Python by Doing

 DOWNLOAD Copy Link

Total Size

13.3 GB

Total Files

718

Hash

045F27C059F22364CD1ADAD21BEAB29F16EF8556

/11. Web Scraping with Python/

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

198.0 MB

1. Code for this section.html

0.8 KB

2. Understanding HTML with BeautifulSoup.mp4

136.4 MB

2. Understanding HTML with BeautifulSoup.vtt

33.3 KB

3. More complex HTML parsing.mp4

192.7 MB

3. More complex HTML parsing.vtt

37.9 KB

4. Structuring our parsing program better.mp4

61.5 MB

4. Structuring our parsing program better.vtt

8.8 KB

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

39.2 MB

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

7.0 KB

6. Understanding HTML with the browser.mp4

74.1 MB

6. Understanding HTML with the browser.vtt

11.3 KB

7. Scraping our first website with Python.mp4

40.6 MB

7. Scraping our first website with Python.vtt

40.6 MB

8. Milestone Project 3 A Quote Scraper.mp4

38.8 MB

8. Milestone Project 3 A Quote Scraper.vtt

6.8 KB

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

11.4 MB

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

4.5 KB

10. Quotes Project 3 Getting our locators.mp4

52.6 MB

10. Quotes Project 3 Getting our locators.vtt

6.7 KB

11. Quotes Project 4 Crafting our quote parser.mp4

41.6 MB

11. Quotes Project 4 Crafting our quote parser.vtt

6.8 KB

12. Quotes Project 5 The quotes page.mp4

33.6 MB

12. Quotes Project 5 The quotes page.vtt

6.9 KB

13. Quotes Project 6 Recap of the project.mp4

28.8 MB

13. Quotes Project 6 Recap of the project.vtt

6.1 KB

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

63.5 MB

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

10.1 KB

15. Books Project 2 Recap of HTML locators.mp4

30.0 MB

15. Books Project 2 Recap of HTML locators.vtt

7.8 KB

16. Books Project 3 Creating locators in Python.mp4

19.3 MB

16. Books Project 3 Creating locators in Python.vtt

7.5 KB

17. Books Project 4 Creating our page.mp4

19.5 MB

17. Books Project 4 Creating our page.vtt

5.6 KB

18. Books Project 5 Creating our book parser.mp4

96.0 MB

18. Books Project 5 Creating our book parser.vtt

18.4 KB

19. Books Project 6 Writing our app file.mp4

26.9 MB

19. Books Project 6 Writing our app file.vtt

5.9 KB

20. Books Project 7 Sorting the books.mp4

63.5 MB

20. Books Project 7 Sorting the books.vtt

63.5 MB

21. Books Project 8 Constructing our menu.mp4

47.2 MB

21. Books Project 8 Constructing our menu.vtt

9.9 KB

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

12.2 MB

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

2.2 KB

23. Books Project 9 Getting multiple pages.mp4

21.1 MB

23. Books Project 9 Getting multiple pages.vtt

4.5 KB

24. Books Project 10 Multiple pages in Python.mp4

38.2 MB

24. Books Project 10 Multiple pages in Python.vtt

8.8 KB

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

60.5 MB

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

60.5 MB

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

198.0 MB

27. A word on scraping pages with JavaScript.mp4

23.9 MB

27. A word on scraping pages with JavaScript.vtt

6.0 KB

27.1 More info Why does scraping fail with requests and BeautifulSoup.html

0.1 KB

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

1.2 KB

/

udemycoursedownloader.com.url

0.1 KB

Udemy Course downloader.txt

0.1 KB

/01. Intro to Python/

1. Welcome to this course!.mp4

12.8 MB

1. Welcome to this course!.vtt

6.6 KB

2. Overview of the course curriculum.mp4

11.5 MB

2. Overview of the course curriculum.vtt

5.5 KB

3. Our Python coding environment.mp4

34.5 MB

3. Our Python coding environment.vtt

4.5 KB

4. Variables and printing in Python.mp4

21.4 MB

4. Variables and printing in Python.vtt

8.1 KB

4.1 Interactive code for this lecture.html

0.1 KB

5. Numbers in Python.mp4

17.3 MB

5. Numbers in Python.vtt

5.5 KB

5.1 Interactive code for this lecture.html

0.1 KB

6. Calculating the remainder of a division.mp4

22.8 MB

6. Calculating the remainder of a division.vtt

5.9 KB

6.1 Interactive code for this lecture.html

0.1 KB

7. Numbers and Printing in Python.html

0.1 KB

8. Exercise variables and numbers.html

0.1 KB

9. Solution variables and numbers.html

1.0 KB

10. Two tools to take the most from this course!.html

1.2 KB

11. Python strings.mp4

35.5 MB

11. Python strings.vtt

35.5 MB

11.1 Interactive code for this lecture.html

0.1 KB

12. Python string formatting.mp4

41.3 MB

12. Python string formatting.vtt

11.4 KB

12.1 Interactive code for this lecture.html

0.1 KB

13. Getting user input in Python.mp4

43.7 MB

13. Getting user input in Python.vtt

13.2 KB

13.1 Interactive code for this lecture.html

0.1 KB

14. Python strings, formatting, and user input.html

0.1 KB

15. Exercise communicating with users.html

0.1 KB

16. Solution communicating with users.html

0.8 KB

17. Booleans and comparisons in Python.mp4

26.5 MB

17. Booleans and comparisons in Python.vtt

6.7 KB

17.1 Interactive code for this lecture.html

0.1 KB

18. and & or in Python.mp4

62.8 MB

18. and & or in Python.vtt

12.8 KB

18.1 Blog post on 'and' and 'or' with even more detail.html

0.1 KB

18.2 Interactive code for this lecture.html

0.1 KB

19. Booleans and comparisons in Python.html

0.1 KB

20. Lists in Python.mp4

41.4 MB

20. Lists in Python.vtt

14.0 KB

20.1 Interactive code for this lecture.html

0.1 KB

21. Tuples in Python.mp4

27.3 MB

21. Tuples in Python.vtt

9.3 KB

21.1 Interactive code for this lecture.html

0.1 KB

22. Sets in Python.mp4

19.2 MB

22. Sets in Python.vtt

4.9 KB

22.1 Interactive code for this lecture.html

0.1 KB

23. Advanced set operations.mp4

36.0 MB

23. Advanced set operations.vtt

8.2 KB

23.1 Interactive code for this lecture.html

0.1 KB

24. Lists, tuples, and sets in Python.html

0.1 KB

25. Exercise nearby friends.html

0.1 KB

26. Solution nearby friends.html

0.7 KB

27. Python dictionaries.mp4

37.8 MB

27. Python dictionaries.vtt

13.3 KB

27.1 Interactive code for this lecture.html

0.1 KB

28. Python dictionaries.html

0.1 KB

29. Length and sum.mp4

25.5 MB

29. Length and sum.vtt

4.6 KB

29.1 Interactive code for this lecture.html

0.1 KB

30. Exercise dictionaries.html

0.1 KB

31. Solution dictionaries.html

1.5 KB

32. Joining a list.mp4

12.5 MB

32. Joining a list.vtt

12.5 MB

32.1 Interactive code for this lecture.html

0.1 KB

/02. Python fundamentals/

1. If statements in Python.mp4

63.3 MB

1. If statements in Python.vtt

21.1 KB

1.1 Interactive code for this lecture.html

0.1 KB

2. If statements in Python.html

0.1 KB

3. While loops in Python.mp4

36.4 MB

3. While loops in Python.vtt

10.0 KB

3.1 Interactive code for this lecture.html

0.1 KB

4. Exercise a simple text menu.html

0.1 KB

5. Solution a simple text menu.html

1.0 KB

6. For loops in Python.mp4

37.4 MB

6. For loops in Python.vtt

12.5 KB

6.1 Interactive code for this lecture.html

0.1 KB

7. Destructuring syntax.mp4

22.8 MB

7. Destructuring syntax.vtt

5.4 KB

7.1 Interactive code for this lecture.html

0.1 KB

8. Iterating over dictionaries.mp4

21.3 MB

8. Iterating over dictionaries.vtt

3.7 KB

8.1 Interactive code for this lecture.html

0.1 KB

9. Break and continue.mp4

22.7 MB

9. Break and continue.vtt

6.7 KB

9.1 Interactive code for this lecture.html

0.1 KB

10. A couple more loop examples.html

0.8 KB

11. Loops in Python.html

0.1 KB

12. Exercise FizzBuzz.html

0.1 KB

13. Solution FizzBuzz.html

0.8 KB

14. The else keyword with loops.mp4

28.2 MB

14. The else keyword with loops.vtt

6.6 KB

14.1 Interactive code for this lecture.html

0.1 KB

14.2 (advanced) Blog post with more info.html

0.1 KB

15. Finding prime numbers with for loops.mp4

47.3 MB

15. Finding prime numbers with for loops.vtt

8.6 KB

15.1 Interactive code for this lecture.html

0.1 KB

16. List slicing in Python.mp4

20.8 MB

16. List slicing in Python.vtt

7.0 KB

16.1 Interactive code for this lecture.html

0.1 KB

17. List comprehension in Python.mp4

37.9 MB

17. List comprehension in Python.vtt

16.2 KB

17.1 Interactive code for this lecture.html

0.1 KB

18. Comprehensions with conditionals.mp4

39.5 MB

18. Comprehensions with conditionals.vtt

10.6 KB

18.1 Interactive code for this lecture.html

0.1 KB

19. Set and dictionary comprehensions.mp4

28.8 MB

19. Set and dictionary comprehensions.vtt

8.9 KB

19.1 Interactive code for this lecture.html

0.1 KB

20. The zip function.mp4

16.8 MB

20. The zip function.vtt

4.7 KB

20.1 Interactive code for this lecture.html

0.1 KB

21. List comprehensions and slicing in Python.html

0.1 KB

22. Exercise an improved lottery!.html

0.1 KB

23. Solution an improved lottery!.html

1.6 KB

24. Functions in Python.mp4

19.5 MB

24. Functions in Python.vtt

7.5 KB

24.1 Interactive code for this lecture.html

0.1 KB

25. Arguments and parameters.mp4

68.0 MB

25. Arguments and parameters.vtt

17.0 KB

25.1 Interactive code for this lecture.html

0.1 KB

26. Functions and return values in Python.mp4

66.6 MB

26. Functions and return values in Python.vtt

16.2 KB

26.1 Interactive code for this lecture.html

0.1 KB

27. Default parameter values.mp4

76.0 MB

27. Default parameter values.vtt

13.2 KB

27.1 Interactive code for this lecture.html

0.1 KB

28. Functions in Python.html

0.1 KB

29. Lambda functions in Python.mp4

37.4 MB

29. Lambda functions in Python.vtt

10.9 KB

29.1 Interactive code for this lecture.html

0.1 KB

30. First class and higher order functions.mp4

43.5 MB

30. First class and higher order functions.vtt

14.0 KB

30.1 Interactive code for this lecture.html

0.1 KB

31. Advanced functions in Python.html

0.1 KB

/03. Milestone Project 1/

1. Code for this section.html

0.6 KB

2. Installing Python in your computer.mp4

22.4 MB

2. Installing Python in your computer.vtt

3.8 KB

3. Installing PyCharm in your computer.mp4

27.2 MB

3. Installing PyCharm in your computer.vtt

5.3 KB

4. Creating our first PyCharm project.mp4

38.0 MB

4. Creating our first PyCharm project.vtt

10.2 KB

5. Setting up PyCharm font and display settings.mp4

14.9 MB

5. Setting up PyCharm font and display settings.vtt

4.7 KB

6. Milestone Project brief.html

0.3 KB

6.1 milestone_project_brief.pdf.pdf

579.8 KB

7. Coding our application's menu in Python.mp4

89.2 MB

7. Coding our application's menu in Python.vtt

22.7 KB

8. Adding new movies to our application.mp4

80.6 MB

8. Adding new movies to our application.vtt

16.7 KB

9. Showing the user their movies.mp4

56.6 MB

9. Showing the user their movies.vtt

11.7 KB

10. Finding movies and retrieving their details.mp4

102.3 MB

10. Finding movies and retrieving their details.vtt

21.0 KB

/04. Object-Oriented Programming with Python/

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

89.9 MB

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

28.9 KB

1.1 Interactive code for this lecture.html

0.1 KB

2. Exercise your first Python class.html

0.1 KB

3. Solution your first Python class.html

0.6 KB

4. Exercise defining a method.html

0.1 KB

5. Solution defining a method.html

0.7 KB

6. More about classes and objects.mp4

68.3 MB

6. More about classes and objects.vtt

15.2 KB

6.1 Interactive code for this lecture.html

0.1 KB

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

1.5 KB

8. Object-Oriented Programming.html

0.1 KB

9. Parameter naming in Python.mp4

16.8 MB

9. Parameter naming in Python.vtt

6.3 KB

10. Magic methods in Python.mp4

77.8 MB

10. Magic methods in Python.vtt

20.0 KB

10.1 Interactive code for this lecture.html

0.1 KB

11. Exercise magic methods in Python.html

0.1 KB

12. Solution magic methods in Python.html

1.8 KB

13. Inheritance in Python.mp4

57.5 MB

13. Inheritance in Python.vtt

13.6 KB

13.1 Interactive code for this lecture.html

0.1 KB

14. The @property decorator.mp4

30.0 MB

14. The @property decorator.vtt

7.4 KB

15. Advanced Object-Oriented Programming.html

0.1 KB

16. @classmethod and @staticmethod in Python.mp4

45.7 MB

16. @classmethod and @staticmethod in Python.vtt

12.4 KB

16.1 Interactive code for this lecture.html

0.1 KB

17. More @classmethod and @staticmethod examples.mp4

78.1 MB

17. More @classmethod and @staticmethod examples.vtt

20.3 KB

17.1 Interactive code for this lecture.html

0.1 KB

18. @classmethod and @staticmethod.html

0.1 KB

/05. Errors in Python/

1. Code samples for this section.html

0.6 KB

2. Intro to errors in Python.mp4

70.1 MB

2. Intro to errors in Python.vtt

24.7 KB

2.1 Interactive code for this lecture.html

0.1 KB

3. Built in errors in Python.mp4

80.7 MB

3. Built in errors in Python.vtt

33.8 KB

4. Errors in Python.html

0.1 KB

5. Raising errors in Python.mp4

83.8 MB

5. Raising errors in Python.vtt

17.9 KB

5.1 Interactive code for this lecture.html

0.1 KB

6. Exercise raising an error.html

0.1 KB

7. Solution raising an error.html

0.8 KB

8. Creating our own errors in Python.mp4

79.5 MB

8. Creating our own errors in Python.vtt

22.5 KB

8.1 Interactive code for this lecture.html

0.1 KB

9. Exercise raising our own custom errors.html

0.1 KB

10. Solution raising our own custom error.html

1.1 KB

11. Dealing with Python errors.mp4

72.1 MB

11. Dealing with Python errors.vtt

14.0 KB

11.1 Interactive code for this lecture.html

0.1 KB

12. Error handling in Python.html

0.1 KB

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

107.1 MB

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

22.0 KB

13.1 Interactive code for this lecture.html

0.1 KB

14. Some error problems.html

0.1 KB

15. Handling those pesky user errors!.mp4

76.5 MB

15. Handling those pesky user errors!.vtt

24.9 KB

15.1 Code seen in this lecture.html

0.2 KB

16. Exercise try-except-finally.html

0.1 KB

17. Solution try-except-finally.html

1.1 KB

18. Debugging with Pycharm.mp4

148.5 MB

18. Debugging with Pycharm.vtt

29.4 KB

19. Advanced error handling in Python.html

0.1 KB

20. Further reading.html

1.1 KB

/06. Files in Python/

1. Code for this section.html

0.6 KB

2. Files in Python.mp4

55.7 MB

2. Files in Python.vtt

18.9 KB

3. Python Exercise copying files.mp4

155.3 MB

3. Python Exercise copying files.vtt

35.3 KB

4. Exercise building a quiz system.html

0.1 KB

5. Solution building a quiz system.html

1.1 KB

6. CSV files with Python.mp4

60.0 MB

6. CSV files with Python.vtt

16.0 KB

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

0.9 KB

8. JSON files with Python.mp4

121.9 MB

8. JSON files with Python.vtt

28.4 KB

9. Exercise a CSV to JSON converter.html

0.1 KB

10. Solution a CSV to JSON converter.html

0.8 KB

11. Using the with syntax in Python.mp4

40.3 MB

11. Using the with syntax in Python.vtt

9.4 KB

12. Importing our own files.mp4

48.4 MB

12. Importing our own files.vtt

19.3 KB

13. Python relative imports children.mp4

95.3 MB

13. Python relative imports children.vtt

22.9 KB

14. Exercise importing modules.html

0.1 KB

15. Solution importing modules.html

1.2 KB

16. Python relative imports parents.mp4

40.5 MB

16. Python relative imports parents.vtt

8.0 KB

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

39.7 MB

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

8.4 KB

18. Further reading.html

1.1 KB

/07. Databases in Python & Milestone Project 2/

1. Code for this section.html

0.6 KB

2. Intro to Milestone Project 2.mp4

27.7 MB

2. Intro to Milestone Project 2.vtt

10.7 KB

2.1 milestone_project_2_brief.pdf.pdf

565.2 KB

3. Milestone Project 2 Brief.html

0.6 KB

3.1 milestone_project_2_brief.pdf.pdf

565.2 KB

4. Milestone Project with lists.mp4

134.8 MB

4. Milestone Project with lists.vtt

29.8 KB

5. Storing books in files.mp4

150.8 MB

5. Storing books in files.vtt

33.6 KB

6. Using JSON instead of CSV.mp4

90.3 MB

6. Using JSON instead of CSV.vtt

16.0 KB

7. Intro to databases with Python.mp4

22.8 MB

7. Intro to databases with Python.vtt

11.7 KB

8. Using SQLite in Python.mp4

9.9 MB

8. Using SQLite in Python.vtt

4.5 KB

9. Some database jargon.mp4

14.4 MB

9. Some database jargon.vtt

7.0 KB

10. Creating our books table using Python.mp4

43.6 MB

10. Creating our books table using Python.vtt

9.2 KB

11. Inserting books using Python.mp4

50.1 MB

11. Inserting books using Python.vtt

10.9 KB

12. SELECT examples.mp4

12.8 MB

12. SELECT examples.vtt

5.7 KB

13. Getting all our books.mp4

56.3 MB

13. Getting all our books.vtt

10.5 KB

14. UPDATE and DELETE.mp4

9.6 MB

14. UPDATE and DELETE.vtt

3.9 KB

15. Filtering with WHERE.mp4

25.3 MB

15. Filtering with WHERE.vtt

9.4 KB

16. Finishing the Milestone Project.mp4

68.4 MB

16. Finishing the Milestone Project.vtt

12.8 KB

17. Ordering and limiting.mp4

12.1 MB

17. Ordering and limiting.vtt

4.7 KB

18. Developing our context manager in Python.mp4

81.7 MB

18. Developing our context manager in Python.vtt

16.8 KB

19. Errors in context managers.mp4

53.8 MB

19. Errors in context managers.vtt

11.5 KB

20. Further reading.html

1.2 KB

/08. Type hinting in Python/

1. Typing in Python.mp4

118.3 MB

1. Typing in Python.vtt

20.1 KB

2. Further reading.mp4

21.9 MB

2. Further reading.vtt

3.2 KB

2.1 26.1. typing — Support for type hints — Python 3.6.4 documentation.html

0.1 KB

2.2 PEP 483 — The Theory of Type Hints Python.org.html

0.1 KB

/09. Advanced built-in functions in Python/

1. Generators in Python.mp4

57.9 MB

1. Generators in Python.vtt

20.7 KB

1.1 Interactive code for this lecture.html

0.1 KB

2. Exercise a prime number generator.html

0.1 KB

3. Solution a prime number generator.html

0.7 KB

4. Python generator classes and iterators.mp4

47.0 MB

4. Python generator classes and iterators.vtt

13.2 KB

4.1 Interactive code for this lecture.html

0.1 KB

5. Exercise coding a generator class.html

0.1 KB

6. Solution coding a generator class.html

1.0 KB

7. Iterables in Python.mp4

52.1 MB

7. Iterables in Python.vtt

11.7 KB

7.1 Interactive code for this lecture.html

0.1 KB

8. The filter() function in Python.mp4

44.2 MB

8. The filter() function in Python.vtt

14.9 KB

8.1 Interactive code for this lecture.html

0.1 KB

9. The map() function in Python.mp4

36.1 MB

9. The map() function in Python.vtt

9.4 KB

9.1 Interactive code for this lecture.html

0.1 KB

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

34.0 MB

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

7.9 KB

10.1 Interactive code for this lecture.html

0.1 KB

11. The enumerate() function.mp4

22.4 MB

11. The enumerate() function.vtt

7.8 KB

11.1 Iterables in Python.html

0.1 KB

12. Section 9 Review.html

0.1 KB

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

1.7 KB

14. Further reading.html

0.8 KB

/10. Advanced Python Development/

1. Mutability in Python.mp4

65.0 MB

1. Mutability in Python.vtt

15.6 KB

1.1 Interactive code for this lecture.html

0.1 KB

2. Argument mutability in Python.mp4

59.9 MB

2. Argument mutability in Python.vtt

17.0 KB

2.1 Interactive code for this lecture.html

0.1 KB

3. Default values for parameters.mp4

27.7 MB

3. Default values for parameters.vtt

8.8 KB

3.1 Interactive code for this lecture.html

0.1 KB

4. Mutable default arguments (bad idea).mp4

36.9 MB

4. Mutable default arguments (bad idea).vtt

12.2 KB

4.1 Interactive code for this lecture.html

0.1 KB

5. Argument unpacking in Python.mp4

78.2 MB

5. Argument unpacking in Python.vtt

18.9 KB

5.1 Interactive code for this lecture.html

0.1 KB

6. Queues in Python.mp4

13.8 MB

6. Queues in Python.vtt

6.0 KB

7. Some interesting Python collections.mp4

141.1 MB

7. Some interesting Python collections.vtt

141.1 MB

7.1 Interactive code for this lecture.html

0.1 KB

8. Exercise Python collections.html

0.1 KB

9. Solution Python collections.html

1.1 KB

10. Timezones.mp4

39.7 MB

10. Timezones.vtt

15.2 KB

11. Dates and time in Python.mp4

63.0 MB

11. Dates and time in Python.vtt

20.7 KB

11.1 Datetime cheatsheet.pdf.pdf

512.0 KB

11.1 Interactive code for this lecture.html

0.1 KB

11.2 Datetime cheatsheet.pdf.pdf

512.0 KB

11.2 Interactive code for this lecture.html

0.1 KB

12. Timing your code with Python.mp4

58.4 MB

12. Timing your code with Python.vtt

11.5 KB

12.1 Interactive code for this lecture.html

0.1 KB

13. Regular expressions.mp4

31.1 MB

13. Regular expressions.vtt

13.1 KB

13.1 Interactive code for this lecture.html

0.1 KB

14. Regex examples.mp4

59.6 MB

14. Regex examples.vtt

21.4 KB

14.1 Interactive code for this lecture.html

0.1 KB

15. Regex in Python.mp4

65.5 MB

15. Regex in Python.vtt

21.0 KB

16. Exercise secure file names using regex.html

0.1 KB

17. Solution secure file names using regex.html

0.8 KB

18. Introduction to logging in Python.mp4

58.6 MB

18. Introduction to logging in Python.vtt

17.6 KB

19. Logging to a file and other features.mp4

29.7 MB

19. Logging to a file and other features.vtt

7.6 KB

19.1 Interactive code for this lecture.html

0.1 KB

20. Introduction to unit testing.html

0.8 KB

21. The built-in itertools module.html

1.0 KB

22. Further reading.html

0.5 KB

/12. Browser Automation with Selenium/

1. Introduction to this section.mp4

24.5 MB

1. Introduction to this section.vtt

3.0 KB

2. Code for this section.html

0.6 KB

3. Review of our quotes scraping code.mp4

74.2 MB

3. Review of our quotes scraping code.vtt

8.6 KB

4. Downloading chromedriver.mp4

27.3 MB

4. Downloading chromedriver.vtt

3.5 KB

5. Using Chrome in our scraping code.mp4

72.8 MB

5. Using Chrome in our scraping code.vtt

12.6 KB

6. Our new page locators.mp4

36.5 MB

6. Our new page locators.vtt

6.4 KB

7. Interacting with dropdowns.mp4

45.2 MB

7. Interacting with dropdowns.vtt

7.5 KB

8. Selecting tags.mp4

52.8 MB

8. Selecting tags.vtt

9.5 KB

9. Searching for quotes.mp4

31.7 MB

9. Searching for quotes.vtt

4.0 KB

10. Encapsulating logic more simply.mp4

60.6 MB

10. Encapsulating logic more simply.vtt

8.0 KB

11. Adding some error handling.mp4

22.1 MB

11. Adding some error handling.vtt

3.1 KB

12. Implicit and explicit waits in Selenium.mp4

24.4 MB

12. Implicit and explicit waits in Selenium.vtt

12.0 KB

13. Adding waits to our program code.mp4

81.1 MB

13. Adding waits to our program code.vtt

12.5 KB

/13. Asynchronous Python Development/

1. Code samples for this section.html

0.8 KB

2. A glossary of terms used in concurrency.html

1.7 KB

3. The Dining Philosophers Problem.mp4

26.3 MB

3. The Dining Philosophers Problem.vtt

12.9 KB

4. Processes and threads.mp4

25.4 MB

4. Processes and threads.vtt

15.7 KB

5. The Python GIL.mp4

38.1 MB

5. The Python GIL.vtt

17.1 KB

6. Example threads in Python.mp4

76.9 MB

6. Example threads in Python.vtt

21.3 KB

6.1 Example code threads.html

0.2 KB

7. Using Python concurrent.futures the ThreadPoolExecutor.mp4

20.6 MB

7. Using Python concurrent.futures the ThreadPoolExecutor.vtt

5.1 KB

7.1 Example code threads with a ThreadPoolExecutor.html

0.2 KB

8. Don't kill threads!.mp4

11.6 MB

8. Don't kill threads!.vtt

3.3 KB

9. Multiprocessing in Python.mp4

56.7 MB

9. Multiprocessing in Python.vtt

12.3 KB

9.1 Example code multiprocessing.html

0.2 KB

10. Using Python concurrent.futures the ProcessPoolExecutor.mp4

17.9 MB

10. Using Python concurrent.futures the ProcessPoolExecutor.vtt

4.4 KB

10.1 Example code multiprocessing with a ProcessPoolExecutor.html

0.2 KB

11. Dealing with shared state in threads.mp4

50.4 MB

11. Dealing with shared state in threads.vtt

14.9 KB

11.1 Example code shared state in threads.html

0.2 KB

12. Queuing in threads with shared state.mp4

90.7 MB

12. Queuing in threads with shared state.vtt

18.8 KB

12.1 Example code queued threads with no waits.html

0.2 KB

12.2 Example code queuing in threads with shared state.html

0.2 KB

12.3 Example code queued threads with a ThreadPoolExecutor.html

0.2 KB

13. Using Python generators instead of threads.mp4

24.7 MB

13. Using Python generators instead of threads.vtt

9.0 KB

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

31.1 MB

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

10.2 KB

14.1 Example code our first task scheduler using generators.html

0.2 KB

15. Yielding from another iterator in Python.mp4

34.8 MB

15. Yielding from another iterator in Python.vtt

8.0 KB

15.1 Example code yielding from another iterator.html

0.2 KB

16. Receiving data through yield.mp4

56.3 MB

16. Receiving data through yield.vtt

14.9 KB

16.1 Example code receiving data through yield.html

0.2 KB

17. The async and await keywords.mp4

42.3 MB

17. The async and await keywords.vtt

9.4 KB

17.1 Example code async and await.html

0.2 KB

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

6.7 MB

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

3.6 KB

18.1 Raymond Hettinger, Keynote on Concurrency, PyBay 2017 - YouTube.html

0.1 KB

18.2 David Beazley - Python Concurrency From the Ground Up LIVE! - PyCon 2015 - YouTube.html

0.1 KB

18.3 Keynote David Beazley - Topics of Interest (Python Asyncio) - YouTube.html

0.1 KB

18.4 Only if you want to go deeper into the Python GIL Understanding the Python GIL - YouTube.html

0.1 KB

19. Our asynchronous scraper.mp4

40.2 MB

19. Our asynchronous scraper.vtt

7.7 KB

19.1 Our async scraper project code.html

0.2 KB

20. Making our first async request in Python.mp4

91.5 MB

20. Making our first async request in Python.vtt

23.5 KB

20.1 First async request online code.html

0.2 KB

20.2 0_first_async_request.py.py

0.3 KB

21. Getting multiple pages efficiently.mp4

85.5 MB

21. Getting multiple pages efficiently.vtt

65.1 MB

21.1 Async request code sample.html

0.2 KB

22. Using async_timeout for security.mp4

15.9 MB

22. Using async_timeout for security.vtt

3.0 KB

22.1 Async requests with async_timeout.html

0.2 KB

23. Turning our book scraping project async.mp4

99.0 MB

23. Turning our book scraping project async.vtt

17.9 KB

23.1 The project source code.html

0.2 KB

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

29.4 MB

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

5.2 KB

24.1 A note on HTTPS + test code.html

0.2 KB

/14. Python on the console and managing project dependencies/

1. Running Python in the console.mp4

38.8 MB

1. Running Python in the console.vtt

15.5 KB

2. Terminal video running Python.mp4

39.6 MB

2. Terminal video running Python.vtt

9.8 KB

2.1 The PATH in Windows.html

0.1 KB

3. Terminal video what is a virtualenv.mp4

112.3 MB

3. Terminal video what is a virtualenv.vtt

18.5 KB

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

72.0 MB

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

16.8 KB

5. Terminal video using Pipenv.mp4

91.4 MB

5. Terminal video using Pipenv.vtt

14.5 KB

6. Terminal video Pipenv and virtualenv.mp4

44.8 MB

6. Terminal video Pipenv and virtualenv.vtt

6.9 KB

7. Summary e-book of using Pipenv.html

0.3 KB

7.1 using_pipenv.pdf.pdf

879.9 KB

/15. Web Development with Flask/

1. Setting up our project with Pipenv.mp4

53.0 MB

1. Setting up our project with Pipenv.vtt

10.0 KB

2. Code samples for this section.html

0.9 KB

3. Our first Flask endpoint.mp4

35.4 MB

3. Our first Flask endpoint.vtt

13.8 KB

3.1 Code for this lecture.html

0.2 KB

4. Returning information with Flask and Python.mp4

28.4 MB

4. Returning information with Flask and Python.vtt

8.3 KB

4.1 Code for this lecture.html

0.2 KB

5. Rendering HTML with Flask and Python.mp4

36.7 MB

5. Rendering HTML with Flask and Python.vtt

10.6 KB

5.1 Code for this lecture.html

0.2 KB

6. Error pages and Jinja2 inheritance.mp4

62.8 MB

6. Error pages and Jinja2 inheritance.vtt

19.7 KB

6.1 Code for this lecture.html

0.2 KB

7. Rendering forms with Flask and Python.mp4

101.4 MB

7. Rendering forms with Flask and Python.vtt

21.9 KB

7.1 Code for this lecture.html

0.2 KB

8. Accessing POST form data with Flask.mp4

33.4 MB

8. Accessing POST form data with Flask.vtt

8.0 KB

8.1 Code for this lecture.html

0.2 KB

9. Putting our form in a single endpoint.mp4

26.1 MB

9. Putting our form in a single endpoint.vtt

5.1 KB

9.1 Code for this lecture.html

0.2 KB

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

45.5 MB

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

12.4 KB

10.1 Code for this lecture.html

0.2 KB

11. Adding navigation to our website.mp4

29.4 MB

11. Adding navigation to our website.vtt

8.6 KB

11.1 Code for this lecture.html

0.2 KB

/16. Interacting with APIs with Python/

1. Code for this section.html

0.6 KB

2. Signing up to OpenExchangeRates.mp4

24.8 MB

2. Signing up to OpenExchangeRates.vtt

3.1 KB

3. Getting all exchange rates from the API.mp4

58.9 MB

3. Getting all exchange rates from the API.vtt

8.7 KB

4. Creating a currency exchange library.mp4

62.7 MB

4. Creating a currency exchange library.vtt

12.1 KB

5. Caching functions with functools.mp4

55.8 MB

5. Caching functions with functools.vtt

8.5 KB

6. TTL caches with cachetools.mp4

28.6 MB

6. TTL caches with cachetools.vtt

3.4 KB

/17. Decorators in Python/

1. A simple decorator in Python.mp4

31.5 MB

1. A simple decorator in Python.vtt

8.9 KB

1.1 Interactive code for this lecture.html

0.1 KB

2. Exercise decorators.html

0.1 KB

3. Solution decorators.html

0.7 KB

4. Using a @syntax.mp4

21.9 MB

4. Using a @syntax.vtt

21.9 MB

4.1 Interactive code for this lecture.html

0.1 KB

5. Functools wraps in Python.mp4

14.0 MB

5. Functools wraps in Python.vtt

3.6 KB

5.1 Interactive code for this lecture.html

0.1 KB

6. Decorating functions with parameters.mp4

34.8 MB

6. Decorating functions with parameters.vtt

6.8 KB

6.1 Interactive code for this lecture.html

0.1 KB

7. Decorators with parameters.mp4

66.8 MB

7. Decorators with parameters.vtt

14.4 KB

7.1 Interactive code for this lecture.html

0.1 KB

8. Functions that accept multiple arguments.mp4

23.7 MB

8. Functions that accept multiple arguments.vtt

8.0 KB

8.1 Interactive code for this lecture.html

0.1 KB

9. Generic decorators for any function.mp4

28.6 MB

9. Generic decorators for any function.vtt

5.7 KB

9.1 Interactive code for this lecture.html

0.1 KB

10. Exercise a generic access control decorator.html

0.1 KB

11. Solution a generic access control decorator.html

0.7 KB

12. Multiple decorators for one function.html

1.3 KB

/18. Advanced Object-Oriented Programming/

1. Intro to multiple inheritance with Python.mp4

77.7 MB

1. Intro to multiple inheritance with Python.vtt

22.0 KB

1.1 Complete lecture code.html

0.2 KB

2. Exercise multiple inheritance.html

0.1 KB

3. Solution multiple inheritance.html

0.8 KB

4. Intro to ABCs in Python.mp4

49.0 MB

4. Intro to ABCs in Python.vtt

12.5 KB

4.1 Complete lecture code.html

0.2 KB

5. The usefulness of ABCs.mp4

24.0 MB

5. The usefulness of ABCs.vtt

5.7 KB

6. The relationship between ABCs and interfaces.mp4

39.0 MB

6. The relationship between ABCs and interfaces.vtt

9.7 KB

6.1 Complete lecture code.html

0.2 KB

7. Exercise ABCs.html

0.1 KB

8. Solution ABCs.html

0.5 KB

9. The property setter in Python.mp4

81.9 MB

9. The property setter in Python.vtt

16.7 KB

9.1 Complete lecture code.html

0.2 KB

10. Pythonic vs. Non-Pythonic.html

0.6 KB

/19. GUI Development with Tkinter/

1. Code for this section.html

0.5 KB

2. Setting up Tkinter.mp4

47.5 MB

2. Setting up Tkinter.vtt

4.4 KB

3. Hello world in Tkinter.mp4

53.2 MB

3. Hello world in Tkinter.vtt

13.0 KB

4. Labels and fields.mp4

44.0 MB

4. Labels and fields.vtt

8.5 KB

5. Packing components.mp4

82.7 MB

5. Packing components.vtt

17.7 KB

6. Using frames for different layouts.mp4

45.4 MB

6. Using frames for different layouts.vtt

6.5 KB

7. Starting our text editor project.mp4

13.3 MB

7. Starting our text editor project.vtt

1.4 KB

8. Tkinter notebooks and creating files.mp4

26.0 MB

8. Tkinter notebooks and creating files.vtt

5.7 KB

9. Adding a menu to our application.mp4

39.2 MB

9. Adding a menu to our application.vtt

7.1 KB

10. Saving files to disk.mp4

72.4 MB

10. Saving files to disk.vtt

13.3 KB

11. Opening files.mp4

43.9 MB

11. Opening files.vtt

8.4 KB

12. Binding shortcuts in Tkinter.mp4

46.0 MB

12. Binding shortcuts in Tkinter.vtt

7.2 KB

13. Checking our tabs for unsaved changes.mp4

78.4 MB

13. Checking our tabs for unsaved changes.vtt

13.0 KB

14. Confirming exit with unsaved changes.mp4

42.9 MB

14. Confirming exit with unsaved changes.vtt

8.2 KB

15. Closing individual tabs.mp4

45.4 MB

15. Closing individual tabs.vtt

8.1 KB

16. Adding another menu.mp4

24.8 MB

16. Adding another menu.vtt

3.1 KB

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

42.6 MB

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

6.7 KB

/20. Unit testing with Python/

1. Introduction to this section.mp4

68.0 MB

1. Introduction to this section.vtt

5.4 KB

2. Code for this section.html

0.6 KB

3. Testing functions.mp4

66.0 MB

3. Testing functions.vtt

12.5 KB

4. Testing for errors.mp4

23.8 MB

4. Testing for errors.vtt

4.8 KB

5. Testing our multiplication function.mp4

84.5 MB

5. Testing our multiplication function.vtt

15.9 KB

6. Writing a printer class for testing.mp4

26.7 MB

6. Writing a printer class for testing.vtt

3.0 KB

7. Testing classes.mp4

53.9 MB

7. Testing classes.vtt

7.6 KB

8. More Printer tests.mp4

86.9 MB

8. More Printer tests.vtt

15.3 KB

9. Testing external libraries.mp4

68.8 MB

9. Testing external libraries.vtt

14.8 KB

10. Conclusion of this section.mp4

23.1 MB

10. Conclusion of this section.vtt

1.8 KB

/21. Algorithms and Data Structures/

1. Presentation queues, stacks, and complexity.mp4

41.4 MB

1. Presentation queues, stacks, and complexity.vtt

16.5 KB

2. A conference talk about Big-O.html

0.6 KB

3. Presentation binary search.mp4

25.9 MB

3. Presentation binary search.vtt

10.3 KB

4. Presentation binary trees.mp4

21.7 MB

4. Presentation binary trees.vtt

9.6 KB

5. Presentation traversal of binary trees.mp4

35.2 MB

5. Presentation traversal of binary trees.vtt

13.2 KB

6. Presentation adding elements to a binary tree.mp4

34.7 MB

6. Presentation adding elements to a binary tree.vtt

10.7 KB

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

61.0 MB

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

16.8 KB

8. Recursion and inorder traversal in Python.mp4

105.0 MB

8. Recursion and inorder traversal in Python.vtt

22.8 KB

9. Finding nodes in a tree with Python.mp4

28.6 MB

9. Finding nodes in a tree with Python.vtt

28.6 MB

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

53.5 MB

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

14.8 KB

11. Deleting nodes in code with Python.mp4

126.2 MB

11. Deleting nodes in code with Python.vtt

20.6 KB

12. Deleting nodes with two children in code.mp4

195.7 MB

12. Deleting nodes with two children in code.vtt

27.0 KB

13. Testing our binary tree!.mp4

22.7 MB

13. Testing our binary tree!.vtt

4.5 KB

/22. Python libraries/

1. Python libraries overview.mp4

34.4 MB

1. Python libraries overview.vtt

28.4 KB

2. Using pylint.mp4

75.6 MB

2. Using pylint.vtt

22.4 KB

3. Using yapf.mp4

41.6 MB

3. Using yapf.vtt

13.1 KB

4. Sending e-mails with smtplib.mp4

55.4 MB

4. Sending e-mails with smtplib.vtt

11.8 KB

5. Sending e-mails with Mailgun.mp4

73.2 MB

5. Sending e-mails with Mailgun.vtt

16.4 KB

6. Creating a re-usable Mailgun library.mp4

46.0 MB

6. Creating a re-usable Mailgun library.vtt

13.0 KB

7. Sneak peek my IDE setup!.mp4

58.5 MB

7. Sneak peek my IDE setup!.vtt

16.9 KB

/23. Bonus Section/

1. Thank you for taking the course.mp4

6.8 MB

1. Thank you for taking the course.vtt

1.3 KB

2. Bonus lecture next steps and other courses.html

1.3 KB

 

Total files 718


Copyright © 2024 FileMood.com