zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[GigaCourse.Com] Udemy - The Complete Python Course Learn Python by Doing
magnet:?xt=urn:btih:2f85f5f2f9584cf47afbde9aad8721b123b9e322&dn=[GigaCourse.Com] Udemy - The Complete Python Course Learn Python by Doing
磁力链接详情
文件列表详情
2f85f5f2f9584cf47afbde9aad8721b123b9e322
infohash:
289
文件数量
13.4 GB
文件大小
2022-1-5 22:29
创建日期
2024-12-10 23:04
最后访问
相关分词
GigaCourse
Com
Udemy
-
The
Complete
Python
Course
Learn
Python
by
Doing
1. Intro to Python/1. Welcome to this course!.mp4 29.95 MB
1. Intro to Python/10. Information before your first coding exercise.mp4 12.94 MB
1. Intro to Python/13. Python strings.mp4 33.84 MB
1. Intro to Python/14. Python string formatting.mp4 39.44 MB
1. Intro to Python/16. Getting user input in Python.mp4 41.68 MB
1. Intro to Python/2. Overview of the course curriculum.mp4 10.98 MB
1. Intro to Python/20. Booleans and comparisons in Python.mp4 25.22 MB
1. Intro to Python/21. and & or in Python.mp4 59.93 MB
1. Intro to Python/23. Lists in Python.mp4 39.47 MB
1. Intro to Python/24. Tuples in Python.mp4 26.04 MB
1. Intro to Python/25. Sets in Python.mp4 18.33 MB
1. Intro to Python/26. Advanced set operations.mp4 34.33 MB
1. Intro to Python/3. Our Python coding environment.mp4 32.91 MB
1. Intro to Python/30. Python dictionaries.mp4 35.97 MB
1. Intro to Python/32. Length and sum.mp4 24.3 MB
1. Intro to Python/35. Joining a list.mp4 11.9 MB
1. Intro to Python/4. Writing our first code! Variables and printing.mp4 20.46 MB
1. Intro to Python/6. Community & Support.mp4 77.98 MB
1. Intro to Python/7. Numbers in Python.mp4 16.53 MB
1. Intro to Python/8. Calculating the remainder of a division.mp4 24.13 MB
10. Advanced Python Development/1. Mutability in Python.mp4 62.02 MB
10. Advanced Python Development/10. Timezones.mp4 37.9 MB
10. Advanced Python Development/11. Dates and time in Python.mp4 60.07 MB
10. Advanced Python Development/12. Timing your code with Python.mp4 55.7 MB
10. Advanced Python Development/13. Regular expressions.mp4 29.67 MB
10. Advanced Python Development/14. Regex examples.mp4 56.82 MB
10. Advanced Python Development/15. Regex in Python.mp4 62.51 MB
10. Advanced Python Development/18. Introduction to logging in Python.mp4 55.85 MB
10. Advanced Python Development/19. Logging to a file and other features.mp4 28.36 MB
10. Advanced Python Development/2. Argument mutability in Python.mp4 57.14 MB
10. Advanced Python Development/20. Higher-order functions in Python.mp4 49.73 MB
10. Advanced Python Development/3. Default values for parameters.mp4 26.41 MB
10. Advanced Python Development/4. Mutable default arguments (bad idea).mp4 35.17 MB
10. Advanced Python Development/5. Argument unpacking in Python.mp4 74.54 MB
10. Advanced Python Development/6. Queues in Python.mp4 13.17 MB
10. Advanced Python Development/7. Some interesting Python collections.mp4 134.53 MB
11. Web Scraping with Python/10. Quotes Project 2 Structuring a scraping app in Python.mp4 10.87 MB
11. Web Scraping with Python/11. Quotes Project 3 Getting our locators.mp4 50.16 MB
11. Web Scraping with Python/12. Quotes Project 4 Crafting our quote parser.mp4 39.69 MB
11. Web Scraping with Python/13. Quotes Project 5 The quotes page.mp4 32.02 MB
11. Web Scraping with Python/14. Quotes Project 6 Recap of the project.mp4 27.46 MB
11. Web Scraping with Python/15. Milestone Project 4 A Book Scraper + application.mp4 60.6 MB
11. Web Scraping with Python/16. Books Project 2 Recap of HTML locators.mp4 28.59 MB
11. Web Scraping with Python/17. Books Project 3 Creating locators in Python.mp4 18.38 MB
11. Web Scraping with Python/18. Books Project 4 Creating our page.mp4 18.61 MB
11. Web Scraping with Python/19. Books Project 5 Creating our book parser.mp4 91.56 MB
11. Web Scraping with Python/2. Markup Languages The Structure of HTML Code.mp4 61.06 MB
11. Web Scraping with Python/20. Books Project 6 Writing our app file.mp4 25.66 MB
11. Web Scraping with Python/21. Books Project 7 Sorting the books.mp4 60.57 MB
11. Web Scraping with Python/22. Books Project 8 Constructing our menu.mp4 44.98 MB
11. Web Scraping with Python/23. ASIDE The best way to write user menus.mp4 11.63 MB
11. Web Scraping with Python/24. Books Project 9 Getting multiple pages.mp4 20.1 MB
11. Web Scraping with Python/25. Books Project 10 Multiple pages in Python.mp4 36.39 MB
11. Web Scraping with Python/26. Books Project 11 Getting the page count in Python.mp4 57.67 MB
11. Web Scraping with Python/27. Books Project 12 Adding logging to our Python project.mp4 188.81 MB
11. Web Scraping with Python/28. A word on scraping pages with JavaScript.mp4 22.77 MB
11. Web Scraping with Python/3. Understanding HTML with BeautifulSoup.mp4 130.09 MB
11. Web Scraping with Python/4. More complex HTML parsing.mp4 183.76 MB
11. Web Scraping with Python/5. Structuring our parsing program better.mp4 58.61 MB
11. Web Scraping with Python/6. Splitting HTML locators out of our Python class.mp4 37.36 MB
11. Web Scraping with Python/7. Understanding HTML with the browser.mp4 70.71 MB
11. Web Scraping with Python/8. Scraping our first website with Python.mp4 38.72 MB
11. Web Scraping with Python/9. Milestone Project 3 A Quote Scraper.mp4 36.96 MB
12. Browser Automation with Selenium/1. Introduction to this section.mp4 23.32 MB
12. Browser Automation with Selenium/10. Encapsulating logic more simply.mp4 57.79 MB
12. Browser Automation with Selenium/11. Adding some error handling.mp4 21.1 MB
12. Browser Automation with Selenium/12. Implicit and explicit waits in Selenium.mp4 23.25 MB
12. Browser Automation with Selenium/13. Adding waits to our program code.mp4 77.33 MB
12. Browser Automation with Selenium/3. Review of our quotes scraping code.mp4 70.78 MB
12. Browser Automation with Selenium/4. Downloading chromedriver.mp4 26.06 MB
12. Browser Automation with Selenium/5. Using Chrome in our scraping code.mp4 69.47 MB
12. Browser Automation with Selenium/6. Our new page locators.mp4 34.83 MB
12. Browser Automation with Selenium/7. Interacting with dropdowns.mp4 43.14 MB
12. Browser Automation with Selenium/8. Selecting tags.mp4 50.36 MB
12. Browser Automation with Selenium/9. Searching for quotes.mp4 30.22 MB
13. Asynchronous Python Development/10. Multiprocessing in Python.mp4 54.06 MB
13. Asynchronous Python Development/11. Using Python concurrent.futures the ProcessPoolExecutor.mp4 17.02 MB
13. Asynchronous Python Development/12. Dealing with shared state in threads.mp4 48.07 MB
13. Asynchronous Python Development/13. Queuing in threads with shared state.mp4 86.52 MB
13. Asynchronous Python Development/14. Using Python generators instead of threads.mp4 23.54 MB
13. Asynchronous Python Development/15. Our first single-threaded task scheduler in Python.mp4 29.63 MB
13. Asynchronous Python Development/16. Yielding from another iterator in Python.mp4 33.14 MB
13. Asynchronous Python Development/17. Receiving data through yield.mp4 53.69 MB
13. Asynchronous Python Development/18. The async and await keywords.mp4 40.36 MB
13. Asynchronous Python Development/19. Watch these talks for more explanations and examples!.mp4 6.35 MB
13. Asynchronous Python Development/20. Our asynchronous scraper.mp4 38.28 MB
13. Asynchronous Python Development/21. Making our first async request in Python.mp4 87.22 MB
13. Asynchronous Python Development/22. Getting multiple pages efficiently.mp4 81.57 MB
13. Asynchronous Python Development/23. Using async_timeout for security.mp4 15.22 MB
13. Asynchronous Python Development/24. Turning our book scraping project async.mp4 94.43 MB
13. Asynchronous Python Development/25. A note on HTTPS with Python and Mac OS X.mp4 28.02 MB
13. Asynchronous Python Development/3. The Dining Philosophers Problem.mp4 25.06 MB
13. Asynchronous Python Development/4. Processes and threads.mp4 24.19 MB
13. Asynchronous Python Development/5. The Python GIL.mp4 36.28 MB
13. Asynchronous Python Development/6. Example threads in Python.mp4 73.32 MB
13. Asynchronous Python Development/7. Using Python concurrent.futures the ThreadPoolExecutor.mp4 19.68 MB
13. Asynchronous Python Development/8. Don't kill threads!.mp4 11.08 MB
14. Python on the console and managing project dependencies/1. Running Python in the console.mp4 36.98 MB
14. Python on the console and managing project dependencies/2. Terminal video running Python.mp4 37.76 MB
14. Python on the console and managing project dependencies/3. Terminal video what is a virtualenv.mp4 107.13 MB
14. Python on the console and managing project dependencies/4. Terminal video navigating the terminal and using virtualenv.mp4 68.68 MB
14. Python on the console and managing project dependencies/5. Terminal video using Pipenv.mp4 87.2 MB
14. Python on the console and managing project dependencies/6. Terminal video Pipenv and virtualenv.mp4 42.77 MB
15. Web Development with Flask/1. Setting up our project with Pipenv.mp4 50.55 MB
15. Web Development with Flask/10. Using Jinja2 for loops to create a nicer homepage.mp4 43.39 MB
15. Web Development with Flask/11. Adding navigation to our website.mp4 28 MB
15. Web Development with Flask/3. Our first Flask endpoint.mp4 33.76 MB
15. Web Development with Flask/4. Returning information with Flask and Python.mp4 27.08 MB
15. Web Development with Flask/5. Rendering HTML with Flask and Python.mp4 34.96 MB
15. Web Development with Flask/6. Error pages and Jinja2 inheritance.mp4 59.86 MB
15. Web Development with Flask/7. Rendering forms with Flask and Python.mp4 96.7 MB
15. Web Development with Flask/8. Accessing POST form data with Flask.mp4 31.91 MB
15. Web Development with Flask/9. Putting our form in a single endpoint.mp4 24.9 MB
16. Interacting with APIs with Python/2. Signing up to OpenExchangeRates.mp4 23.64 MB
16. Interacting with APIs with Python/3. Getting all exchange rates from the API.mp4 56.15 MB
16. Interacting with APIs with Python/4. Creating a currency exchange library.mp4 59.8 MB
16. Interacting with APIs with Python/5. Caching functions with functools.mp4 53.2 MB
16. Interacting with APIs with Python/6. TTL caches with cachetools.mp4 27.27 MB
17. Decorators in Python/1. A simple decorator in Python.mp4 30.06 MB
17. Decorators in Python/4. Using a @syntax.mp4 20.84 MB
17. Decorators in Python/5. Functools wraps in Python.mp4 13.39 MB
17. Decorators in Python/6. Decorating functions with parameters.mp4 33.18 MB
17. Decorators in Python/7. Decorators with parameters.mp4 63.71 MB
17. Decorators in Python/8. Functions that accept multiple arguments.mp4 22.56 MB
17. Decorators in Python/9. Generic decorators for any function.mp4 27.22 MB
18. Advanced Object-Oriented Programming/1. Intro to multiple inheritance with Python.mp4 74.06 MB
18. Advanced Object-Oriented Programming/4. Intro to ABCs in Python.mp4 46.74 MB
18. Advanced Object-Oriented Programming/5. The usefulness of ABCs.mp4 22.92 MB
18. Advanced Object-Oriented Programming/6. The relationship between ABCs and interfaces.mp4 37.16 MB
18. Advanced Object-Oriented Programming/9. The property setter in Python.mp4 78.08 MB
19. GUI Development with Tkinter/10. Saving files to disk.mp4 69.08 MB
19. GUI Development with Tkinter/11. Opening files.mp4 41.89 MB
19. GUI Development with Tkinter/12. Binding shortcuts in Tkinter.mp4 43.85 MB
19. GUI Development with Tkinter/13. Checking our tabs for unsaved changes.mp4 74.79 MB
19. GUI Development with Tkinter/14. Confirming exit with unsaved changes.mp4 40.88 MB
19. GUI Development with Tkinter/15. Closing individual tabs.mp4 43.28 MB
19. GUI Development with Tkinter/16. Adding another menu.mp4 23.62 MB
19. GUI Development with Tkinter/17. Adding a permanent scrollbar to our text area.mp4 40.67 MB
19. GUI Development with Tkinter/2. Setting up Tkinter.mp4 45.32 MB
19. GUI Development with Tkinter/3. Hello world in Tkinter.mp4 50.72 MB
19. GUI Development with Tkinter/4. Labels and fields.mp4 41.93 MB
19. GUI Development with Tkinter/5. Packing components.mp4 78.89 MB
19. GUI Development with Tkinter/6. Using frames for different layouts.mp4 43.32 MB
19. GUI Development with Tkinter/7. Starting our text editor project.mp4 12.72 MB
19. GUI Development with Tkinter/8. Tkinter notebooks and creating files.mp4 24.84 MB
19. GUI Development with Tkinter/9. Adding a menu to our application.mp4 37.4 MB
2. Python fundamentals/1. If statements in Python.mp4 60.39 MB
2. Python fundamentals/14. The else keyword with loops.mp4 26.87 MB
2. Python fundamentals/15. Finding prime numbers with for loops.mp4 45.08 MB
2. Python fundamentals/16. List slicing in Python.mp4 19.82 MB
2. Python fundamentals/17. List comprehension in Python.mp4 36.17 MB
2. Python fundamentals/18. Comprehensions with conditionals.mp4 37.72 MB
2. Python fundamentals/19. Set and dictionary comprehensions.mp4 27.48 MB
2. Python fundamentals/20. The zip function.mp4 15.99 MB
2. Python fundamentals/21. The enumerate function.mp4 21.32 MB
2. Python fundamentals/25. Functions in Python.mp4 18.62 MB
2. Python fundamentals/26. Arguments and parameters.mp4 64.8 MB
2. Python fundamentals/27. Functions and return values in Python.mp4 63.49 MB
2. Python fundamentals/28. Default parameter values.mp4 28.92 MB
2. Python fundamentals/3. While loops in Python.mp4 34.68 MB
2. Python fundamentals/30. Lambda functions in Python.mp4 35.65 MB
2. Python fundamentals/31. First-class functions in Python.mp4 58.6 MB
2. Python fundamentals/6. For loops in Python.mp4 35.66 MB
2. Python fundamentals/7. Destructuring syntax.mp4 21.72 MB
2. Python fundamentals/8. Iterating over dictionaries.mp4 20.35 MB
2. Python fundamentals/9. Break and continue.mp4 21.65 MB
20. Unit testing with Python/1. Introduction to this section.mp4 64.87 MB
20. Unit testing with Python/10. Conclusion of this section.mp4 22.05 MB
20. Unit testing with Python/3. Testing functions.mp4 62.97 MB
20. Unit testing with Python/4. Testing for errors.mp4 22.76 MB
20. Unit testing with Python/5. Testing our multiplication function.mp4 80.1 MB
20. Unit testing with Python/6. Writing a printer class for testing.mp4 25.43 MB
20. Unit testing with Python/7. Testing classes.mp4 51.42 MB
20. Unit testing with Python/8. More Printer tests.mp4 83.01 MB
20. Unit testing with Python/9. Testing external libraries.mp4 65.59 MB
21. Algorithms and Data Structures/1. Presentation queues, stacks, and complexity.mp4 39.46 MB
21. Algorithms and Data Structures/10. How do you delete nodes from a binary tree.mp4 50.99 MB
21. Algorithms and Data Structures/11. Deleting nodes in code with Python.mp4 120.33 MB
21. Algorithms and Data Structures/12. Deleting nodes with two children in code.mp4 186.65 MB
21. Algorithms and Data Structures/13. Testing our binary tree!.mp4 21.66 MB
21. Algorithms and Data Structures/3. Presentation binary search.mp4 24.72 MB
21. Algorithms and Data Structures/4. Presentation binary trees.mp4 20.7 MB
21. Algorithms and Data Structures/5. Presentation traversal of binary trees.mp4 33.53 MB
21. Algorithms and Data Structures/6. Presentation adding elements to a binary tree.mp4 33.11 MB
21. Algorithms and Data Structures/7. Adding elements to a binary tree in Python.mp4 58.13 MB
21. Algorithms and Data Structures/8. Recursion and inorder traversal in Python.mp4 100.12 MB
21. Algorithms and Data Structures/9. Finding nodes in a tree with Python.mp4 27.24 MB
22. Python libraries/1. Python libraries overview.mp4 32.8 MB
22. Python libraries/2. Using pylint.mp4 72.1 MB
22. Python libraries/3. Using yapf.mp4 39.69 MB
22. Python libraries/4. Sending e-mails with smtplib.mp4 52.83 MB
22. Python libraries/5. Sending e-mails with Mailgun.mp4 69.81 MB
22. Python libraries/6. Creating a re-usable Mailgun library.mp4 43.88 MB
22. Python libraries/7. Sneak peek my IDE setup!.mp4 55.8 MB
23. Python Reference Refresher/1. Variables in Python.mp4 34.91 MB
23. Python Reference Refresher/10. Loops in Python.mp4 60.06 MB
23. Python Reference Refresher/11. List comprehensions.mp4 34.92 MB
23. Python Reference Refresher/12. Dictionaries.mp4 40.63 MB
23. Python Reference Refresher/13. Destructuring variables.mp4 39.32 MB
23. Python Reference Refresher/14. Functions in Python.mp4 50.61 MB
23. Python Reference Refresher/15. Function arguments and parameters.mp4 42.8 MB
23. Python Reference Refresher/16. Default parameter values.mp4 20.15 MB
23. Python Reference Refresher/17. Functions returning values.mp4 40.04 MB
23. Python Reference Refresher/18. Lambda functions in Python.mp4 42.52 MB
23. Python Reference Refresher/19. Dictionary comprehensions.mp4 26.49 MB
23. Python Reference Refresher/2. String formatting in Python.mp4 30.87 MB
23. Python Reference Refresher/20. Unpacking arguments.mp4 58.86 MB
23. Python Reference Refresher/21. Unpacking keyword arguments.mp4 50.99 MB
23. Python Reference Refresher/22. Object-Oriented Programming in Python.mp4 103.46 MB
23. Python Reference Refresher/23. Magic methods __str__ and __repr__.mp4 42.1 MB
23. Python Reference Refresher/24. Class methods and static methods.mp4 93.84 MB
23. Python Reference Refresher/25. Class inheritance.mp4 61.11 MB
23. Python Reference Refresher/26. Class composition.mp4 40.54 MB
23. Python Reference Refresher/27. Type hinting.mp4 35.65 MB
23. Python Reference Refresher/28. How imports work in Python.mp4 66.25 MB
23. Python Reference Refresher/29. Relative imports in Python.mp4 62.52 MB
23. Python Reference Refresher/3. Getting user input.mp4 24.37 MB
23. Python Reference Refresher/30. Errors in Python.mp4 98.58 MB
23. Python Reference Refresher/31. Custom error classes.mp4 46.88 MB
23. Python Reference Refresher/32. First-class functions.mp4 55.22 MB
23. Python Reference Refresher/33. Simple decorators in Python.mp4 56.47 MB
23. Python Reference Refresher/34. The 'at' syntax for decorators.mp4 32.26 MB
23. Python Reference Refresher/35. Decorating functions with parameters.mp4 16 MB
23. Python Reference Refresher/36. Decorators with parameters.mp4 39.65 MB
23. Python Reference Refresher/37. Mutability in Python.mp4 26.91 MB
23. Python Reference Refresher/38. Mutable default parameters (and why they're a bad idea).mp4 24.74 MB
23. Python Reference Refresher/4. Lists, tuples, and sets.mp4 30.23 MB
23. Python Reference Refresher/5. Advanced set operations.mp4 23.08 MB
23. Python Reference Refresher/6. Booleans in Python.mp4 26.37 MB
23. Python Reference Refresher/7. If statements in Python.mp4 52.19 MB
23. Python Reference Refresher/8. The in keyword.mp4 12.75 MB
23. Python Reference Refresher/9. If statements with the 'in' keyword.mp4 49.61 MB
24. Bonus Section/1. Thank you for taking the course.mp4 6.46 MB
3. Milestone Project 1/2. Installing Python in your computer.mp4 21.32 MB
3. Milestone Project 1/3. Installing PyCharm in your computer.mp4 25.93 MB
3. Milestone Project 1/4. Creating our first PyCharm project.mp4 36.25 MB
3. Milestone Project 1/5. Setting up PyCharm font and display settings.mp4 14.24 MB
3. Milestone Project 1/6. Milestone Project Brief.mp4 46.69 MB
3. Milestone Project 1/7. Milestone Project Implementation Video.mp4 64.69 MB
4. Object-Oriented Programming with Python/1. Intro to Object-Oriented Programming with Python.mp4 85.75 MB
4. Object-Oriented Programming with Python/10. Magic methods in Python.mp4 74.43 MB
4. Object-Oriented Programming with Python/13. Inheritance in Python.mp4 54.81 MB
4. Object-Oriented Programming with Python/14. The @property decorator.mp4 28.61 MB
4. Object-Oriented Programming with Python/16. @classmethod and @staticmethod in Python.mp4 43.58 MB
4. Object-Oriented Programming with Python/17. More @classmethod and @staticmethod examples.mp4 74.47 MB
4. Object-Oriented Programming with Python/6. More about classes and objects.mp4 65.13 MB
4. Object-Oriented Programming with Python/9. Parameter naming in Python.mp4 16.05 MB
5. Errors in Python/11. Dealing with Python errors.mp4 68.74 MB
5. Errors in Python/13. The on success block and re-raising exceptions.mp4 102.12 MB
5. Errors in Python/15. Handling those pesky user errors!.mp4 72.97 MB
5. Errors in Python/18. Debugging with Pycharm.mp4 141.64 MB
5. Errors in Python/2. Intro to errors in Python.mp4 66.87 MB
5. Errors in Python/3. Built in errors in Python.mp4 77.01 MB
5. Errors in Python/5. Raising errors in Python.mp4 79.94 MB
5. Errors in Python/8. Creating our own errors in Python.mp4 75.78 MB
6. Files in Python/12. Using the with syntax in Python.mp4 38.41 MB
6. Files in Python/13. Importing our own files.mp4 46.16 MB
6. Files in Python/14. Python relative imports children.mp4 90.85 MB
6. Files in Python/18. Python relative imports parents.mp4 38.66 MB
6. Files in Python/19. Import errors and running as a Python script.mp4 37.91 MB
6. Files in Python/2. Files in Python.mp4 53.1 MB
6. Files in Python/3. Python Exercise copying files.mp4 148.07 MB
6. Files in Python/6. CSV files with Python.mp4 57.23 MB
6. Files in Python/8. JSON files with Python.mp4 116.22 MB
7. Databases in Python & Milestone Project 2/10. Creating our books table using Python.mp4 41.6 MB
7. Databases in Python & Milestone Project 2/11. Inserting books using Python.mp4 47.77 MB
7. Databases in Python & Milestone Project 2/12. SELECT examples.mp4 12.19 MB
7. Databases in Python & Milestone Project 2/13. Getting all our books.mp4 53.65 MB
7. Databases in Python & Milestone Project 2/14. UPDATE and DELETE.mp4 9.18 MB
7. Databases in Python & Milestone Project 2/15. Filtering with WHERE.mp4 24.12 MB
7. Databases in Python & Milestone Project 2/16. Finishing the Milestone Project.mp4 65.22 MB
7. Databases in Python & Milestone Project 2/17. Ordering and limiting.mp4 11.56 MB
7. Databases in Python & Milestone Project 2/18. Developing our context manager in Python.mp4 77.95 MB
7. Databases in Python & Milestone Project 2/19. Errors in context managers.mp4 51.31 MB
7. Databases in Python & Milestone Project 2/2. Intro to Milestone Project 2.mp4 26.44 MB
7. Databases in Python & Milestone Project 2/4. Milestone Project with lists.mp4 128.52 MB
7. Databases in Python & Milestone Project 2/5. Storing books in files.mp4 143.81 MB
7. Databases in Python & Milestone Project 2/6. Using JSON instead of CSV.mp4 86.12 MB
7. Databases in Python & Milestone Project 2/7. Intro to databases with Python.mp4 21.72 MB
7. Databases in Python & Milestone Project 2/8. Using SQLite in Python.mp4 9.4 MB
7. Databases in Python & Milestone Project 2/9. Some database jargon.mp4 13.7 MB
8. Type hinting in Python/1. Typing in Python.mp4 112.83 MB
8. Type hinting in Python/2. Further reading.mp4 20.85 MB
9. Advanced built-in functions in Python/1. Generators in Python.mp4 55.25 MB
9. Advanced built-in functions in Python/10. any() and all() in Python.mp4 32.45 MB
9. Advanced built-in functions in Python/4. Python generator classes and iterators.mp4 44.8 MB
9. Advanced built-in functions in Python/7. Iterables in Python.mp4 49.73 MB
9. Advanced built-in functions in Python/8. The filter() function in Python.mp4 42.17 MB
9. Advanced built-in functions in Python/9. The map() function in Python.mp4 34.38 MB
其他位置