FileMood

Download udemy.com - The Complete Python Course [2018]

Udemy com The Complete Python Course 2018

Name

udemy.com - The Complete Python Course [2018]

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.3 GB

Total Files

227

Hash

091A696AB1AE696C976841017956AAA6639DBDBD

/01 Intro to Python/

01-01 Welcome to this course!.mkv

4.3 MB

01-02 Overview of the course curriculum.mkv

2.7 MB

01-03 Introduction to this section.mkv

994.3 KB

01-04 Our Python coding environment.mkv

2.6 MB

01-05 Numbers and printing in Python.mkv

9.0 MB

01-06 Python strings and string formatting.mkv

6.8 MB

01-07 Getting user input in Python.mkv

10.0 MB

01-08 Boolean and comparisons in Python.mkv

12.8 MB

01-09 Lists, tuples, and sets in Python.mkv

12.5 MB

01-10 Advanced set operations.mkv

4.4 MB

01-11 Python dictionaries.mkv

6.6 MB

01-12 Calculating the length of lists.mkv

2.1 MB

01-13 Conclusion of this section.mkv

758.4 KB

/02 Functions and loops in Python/

02-01 Introduction to this section.mkv

1.0 MB

02-02 If statements in Python.mkv

10.0 MB

02-03 While loops in Python.mkv

6.0 MB

02-04 For loops, range(), and tuple destructuring in Python.mkv

10.2 MB

02-05 Two important loop keywords + finding prime numbers.mkv

10.2 MB

02-06 List slicing in Python.mkv

3.4 MB

02-07 List comprehension in Python.mkv

10.2 MB

02-08 Set and dictionary comprehensions.mkv

6.7 MB

02-09 Functions, arguments, and parameters in Python.mkv

11.6 MB

02-10 Functions and return values in Python.mkv

6.2 MB

02-11 Lambda, first-class, and higher order functions in Python.mkv

7.6 MB

02-12 Conclusion of this section.mkv

737.6 KB

/03 Milestone (Project 1)/

03-01 Introduction to this section.mkv

1.0 MB

03-02 Installing Python in your computer.mkv

1.9 MB

03-03 Installing PyCharm in your computer.mkv

2.6 MB

03-04 Creating our first PyCharm project.mkv

4.3 MB

03-05 Setting up PyCharm font and display settings.mkv

2.3 MB

03-06 Coding our application's menu in Python.mkv

11.1 MB

03-07 Adding new movies to our application.mkv

8.8 MB

03-08 Showing the user their movies.mkv

6.5 MB

03-09 Finding movies and retrieving their details.mkv

11.9 MB

03-10 Conclusion of this section.mkv

538.8 KB

/04 Object-Oriented Programming with Python/

04-01 Introduction to this section.mkv

1.6 MB

04-02 Intro to Object-Oriented Programming with Python.mkv

12.2 MB

04-03 More about classes and objects.mkv

7.6 MB

04-04 Parameter naming in Python.mkv

2.6 MB

04-05 Magic methods in Python.mkv

9.5 MB

04-06 Inheritance in Python.mkv

6.7 MB

04-07 The @property decorator.mkv

3.5 MB

04-08 @classmethod and @staticmethod in Python.mkv

5.7 MB

04-09 More @classmethod and @staticmethod examples.mkv

9.2 MB

04-10 Conclusion of this section.mkv

1.2 MB

/05 Errors in Python/

05-01 Introduction to this section.mkv

1.1 MB

05-02 Intro to errors in Python.mkv

10.0 MB

05-03 Built in errors in Python.mkv

11.6 MB

05-04 Raising errors in Python.mkv

9.8 MB

05-05 Creating our own errors in Python.mkv

11.2 MB

05-06 Dealing with Python errors.mkv

8.0 MB

05-07 The on success block and re-raising exceptions.mkv

11.2 MB

05-08 Handling those pesky user errors!.mkv

10.1 MB

05-09 Debugging with Pycharm.mkv

16.6 MB

05-10 Conclusion of this section.mkv

963.3 KB

/06 Files in Python/

06-01 Introduction to this section.mkv

2.1 MB

06-02 Files in Python.mkv

8.1 MB

06-03 Python Exercise. Copying files.mkv

17.8 MB

06-04 CSV files with Python.mkv

7.7 MB

06-05 JSON files with Python.mkv

15.6 MB

06-06 Using the with syntax in Python.mkv

4.5 MB

06-07 Importing our own files.mkv

7.8 MB

06-08 Python relative imports. Children.mkv

12.4 MB

06-09 Python relative imports. Parents.mkv

4.9 MB

06-10 Import errors and running as a Python script.mkv

4.8 MB

06-11 Conclusion of this section.mkv

2.0 MB

/07 Databases in Python & Milestone (Project 2)/

07-01 Introduction to this section.mkv

2.6 MB

07-02 Intro to Milestone (Project 2).mkv

4.4 MB

07-03 Milestone Project with lists.mkv

15.3 MB

07-04 Storing books in files.mkv

16.6 MB

07-05 Using JSON instead of CSV.mkv

9.4 MB

07-06 Intro to databases with Python.mkv

4.4 MB

07-07 Using SQLite in Python.mkv

1.6 MB

07-08 Some database jargon.mkv

2.6 MB

07-09 Creating our books table using Python.mkv

5.2 MB

07-10 Inserting books using Python.mkv

5.6 MB

07-11 SELECT examples.mkv

2.2 MB

07-12 Getting all our books.mkv

6.0 MB

07-13 UPDATE and DELETE.mkv

1.6 MB

07-14 Filtering with WHERE.mkv

3.6 MB

07-15 Finishing the Milestone Project.mkv

7.5 MB

07-16 Ordering and limiting.mkv

1.9 MB

07-17 Developing our context manager in Python.mkv

9.2 MB

07-18 Errors in context managers.mkv

6.0 MB

07-19 Conclusion of this section.mkv

1.5 MB

/08 Type hinting in Python/

08-01 Introduction to this section.mkv

1.1 MB

08-02 Typing in Python.mkv

12.2 MB

08-03 Further reading.mkv

2.2 MB

08-04 Conclusion of this section.mkv

880.1 KB

/09 Advanced built-in functions in Python/

09-01 Introduction to this section.mkv

916.9 KB

09-02 Generators in Python.mkv

8.3 MB

09-03 Python generator classes and iterators.mkv

5.8 MB

09-04 Iterables in Python.mkv

5.8 MB

09-05 The filter() function in Python.mkv

5.8 MB

09-06 The map() function in Python.mkv

4.2 MB

09-07 any() and all() in Python.mkv

3.8 MB

09-08 The enumerate() function.mkv

3.1 MB

09-09 Conclusion of this section.mkv

1.1 MB

/10 Advanced Python Development/

10-01 Introduction to this section.mkv

1.3 MB

10-02 Mutability in Python.mkv

8.1 MB

10-03 Argument mutability in Python.mkv

8.0 MB

10-04 Default values for parameters.mkv

3.7 MB

10-05 Mutable default arguments (bad idea).mkv

5.0 MB

10-06 Argument unpacking in Python.mkv

9.0 MB

10-07 Queues in Python.mkv

2.3 MB

10-08 Some interesting Python collections.mkv

18.9 MB

10-09 Timezones.mkv

5.8 MB

10-10 Dates and time in Python.mkv

9.0 MB

10-11 Timing your code with Python.mkv

8.0 MB

10-12 Regular expressions.mkv

5.2 MB

10-13 Regex examples.mkv

8.9 MB

10-14 Introduction to logging in Python.mkv

8.1 MB

10-15 Logging to a file and other features.mkv

3.8 MB

10-16 Conclusion of this section.mkv

913.3 KB

/11 Web Scraping with Python/

11-01 Introduction to this section.mkv

1.8 MB

11-02 Understanding HTML with BeautifulSoup.mkv

15.7 MB

11-03 More complex HTML parsing.mkv

21.2 MB

11-04 Structuring our parsing program better.mkv

6.7 MB

11-05 Splitting HTML locators out of our Python class.mkv

4.2 MB

11-06 Understanding HTML with the browser.mkv

7.2 MB

11-07 Scraping our first website with Python.mkv

5.6 MB

11-08 Milestone Project 3. A Quote Scraper.mkv

4.3 MB

11-09 Quotes Project 2. Structuring a scraping app in Python.mkv

2.0 MB

11-10 Quotes Project 3. Getting our locators.mkv

6.2 MB

11-11 Quotes Project 4. Crafting our quote parser.mkv

4.8 MB

11-12 Quotes Project 5. The quotes page.mkv

4.2 MB

11-13 Quotes Project 6. Recap of the project.mkv

3.4 MB

11-14 Milestone Project 4. A Book Scraper + application.mkv

5.9 MB

11-15 Books Project 2. Recap of HTML locators.mkv

3.7 MB

11-16 Books Project 3. Creating locators in Python.mkv

3.3 MB

11-17 Books Project 4. Creating our page.mkv

2.9 MB

11-18 Books Project 5. Creating our book parser.mkv

10.8 MB

11-19 Books Project 6. Writing our app file.mkv

3.6 MB

11-20 Books Project 7. Sorting the books.mkv

7.5 MB

11-21 Books Project 8. Constructing our menu.mkv

5.5 MB

11-22 ASIDE. The best way to write user menus.mkv

1.4 MB

11-23 Books Project 9. Getting multiple pages.mkv

2.7 MB

11-24 Books Project 10. Multiple pages in Python.mkv

4.6 MB

11-25 Books Project 11. Getting the page count in Python.mkv

7.3 MB

11-26 Books Project 12. Adding logging to our Python project.mkv

22.4 MB

11-27 A word on scraping pages with JavaScript.mkv

3.0 MB

11-28 Conclusion of this section.mkv

891.6 KB

/12 Asynchronous Python Development/

12-01 Introduction to this section.mkv

2.5 MB

12-02 The Dining Philosophers Problem.mkv

4.5 MB

12-03 Processes and threads.mkv

5.2 MB

12-04 The Python GIL.mkv

6.4 MB

12-05 Example. Threads in Python.mkv

9.7 MB

12-06 Using Python concurrent.futures. The ThreadPoolExecutor.mkv

2.7 MB

12-07 Don't kill threads!.mkv

1.6 MB

12-08 Multiprocessing in Python.mkv

6.4 MB

12-09 Using Python concurrent.futures. The ProcessPoolExecutor.mkv

2.2 MB

12-10 Dealing with shared state in threads.mkv

6.6 MB

12-11 Queuing in threads with shared state.mkv

10.6 MB

12-12 Using Python generators instead of threads.mkv

3.6 MB

12-13 Our first single-threaded task scheduler in Python.mkv

4.5 MB

12-14 Yielding from another iterator in Python.mkv

4.4 MB

12-15 Receiving data through yield.mkv

7.2 MB

12-16 The async and await keywords.mkv

5.2 MB

12-17 Watch these talks for more explanations and examples!.mkv

1.2 MB

12-18 Our asynchronous scraper.mkv

4.5 MB

12-19 Making our first async request in Python.mkv

11.9 MB

12-20 Getting multiple pages efficiently.mkv

9.4 MB

12-21 Using async_timeout for security.mkv

1.8 MB

12-22 Turning our book scraping project async.mkv

10.9 MB

12-23 A note on HTTPS with Python and Mac OS X.mkv

3.4 MB

12-24 Conclusion of this section.mkv

1.4 MB

/13 Python on the console and managing project dependencies/

13-01 Intro to this section.mkv

1.5 MB

13-02 Running Python in the console.mkv

5.7 MB

13-03 Terminal video. Running Python.mkv

4.4 MB

13-04 Terminal video. What is a virtualenv.mkv

10.0 MB

13-05 Terminal video. Navigating the terminal and using virtualenv.mkv

7.6 MB

13-06 Terminal video. Using Pipenv.mkv

9.1 MB

13-07 Terminal video. Pipenv and virtualenv.mkv

4.3 MB

13-08 Conclusion of this section.mkv

792.5 KB

/14 Web Development with Flask/

14-01 Intro to this section.mkv

1.5 MB

14-02 Setting up our project with Pipenv.mkv

5.3 MB

14-03 Our first Flask endpoint.mkv

5.5 MB

14-04 Returning information with Flask and Python.mkv

3.7 MB

14-05 Rendering HTML with Flask and Python.mkv

5.1 MB

14-06 Error pages and Jinja2 inheritance.mkv

9.0 MB

14-07 Rendering forms with Flask and Python.mkv

12.3 MB

14-08 Accessing POST form data with Flask.mkv

4.0 MB

14-09 Putting our form in a single endpoint.mkv

2.9 MB

14-10 Using Jinja2 for loops to create a nicer homepage.mkv

6.1 MB

14-11 Adding navigation to our website.mkv

4.3 MB

14-12 Conclusion of this section.mkv

1.1 MB

/15 Decorators in Python/

15-01 Introduction to this section.mkv

1.6 MB

15-02 A simple decorator in Python.mkv

4.2 MB

15-03 Using a @syntax.mkv

2.6 MB

15-04 Functools wraps in Python.mkv

1.8 MB

15-05 Decorating functions with parameters.mkv

3.9 MB

15-06 Decorators with parameters.mkv

7.5 MB

15-07 Functions that accept multiple arguments.mkv

3.5 MB

15-08 Generic decorators for any function.mkv

3.2 MB

15-09 Conclusion of this section.mkv

1.3 MB

/16 Advanced Object-Oriented Programming/

16-01 Introduction to this section.mkv

1.3 MB

16-02 Intro to multiple inheritance with Python.mkv

10.5 MB

16-03 Intro to ABCs in Python.mkv

6.3 MB

16-04 The usefulness of ABCs.mkv

2.9 MB

16-05 The relationship between ABCs and interfaces.mkv

5.4 MB

16-06 The property setter in Python.mkv

9.7 MB

16-07 Conclusion of this section.mkv

1.3 MB

/17 Algorithms and Data Structures/

17-01 Introduction to this section.mkv

1.2 MB

17-02 Presentation. Queues, stacks, and complexity.mkv

6.1 MB

17-03 Presentation. Binary search.mkv

4.0 MB

17-04 Presentation. Binary trees.mkv

3.5 MB

17-05 Presentation. Traversal of binary trees.mkv

4.5 MB

17-06 Presentation. Adding elements to a binary tree.mkv

4.4 MB

17-07 Adding elements to a binary tree in Python.mkv

8.3 MB

17-08 Recursion and inorder traversal in Python.mkv

11.2 MB

17-09 Finding nodes in a tree with Python.mkv

3.2 MB

17-10 How do you delete nodes from a binary tree.mkv

6.4 MB

17-11 Deleting nodes in code with Python.mkv

12.7 MB

17-12 Deleting nodes with two children in code.mkv

16.8 MB

17-13 Testing our binary tree!.mkv

2.3 MB

17-14 Conclusion of this section.mkv

764.1 KB

/18 Python libraries/

18-01 Introduction to this section.mkv

1.4 MB

18-02 Python libraries overview.mkv

9.2 MB

18-03 Using pylint.mkv

9.8 MB

18-04 Using yapf.mkv

5.9 MB

18-05 Sending e-mails with smtplib.mkv

6.4 MB

18-06 Sending e-mails with Mailgun.mkv

7.7 MB

18-07 Creating a re-usable Mailgun library.mkv

6.0 MB

18-08 Sneak peek. My IDE setup!.mkv

7.5 MB

18-09 Conclusion of this section.mkv

882.6 KB

/19 Bonus Section/

19-01 Thank you for taking the course.mkv

1.7 MB

/

the-complete-python.7z

3.6 MB

 

Total files 227


Copyright © 2025 FileMood.com