Udemy Com - The Complete Python Course [2018]
File List
| File | Size |
|---|---|
| 01 Intro to Python/01-01 Welcome to this course!.mp4 | 12.24 MB |
| 01 Intro to Python/01-02 Overview of the course curriculum.mp4 | 7.61 MB |
| 01 Intro to Python/01-03 Introduction to this section.mp4 | 4.1 MB |
| 01 Intro to Python/01-04 Our Python coding environment.mp4 | 5.13 MB |
| 01 Intro to Python/01-05 Numbers and printing in Python.mp4 | 17.61 MB |
| 01 Intro to Python/01-06 Python strings and string formatting.mp4 | 20.75 MB |
| 01 Intro to Python/01-07 Getting user input in Python.mp4 | 19.4 MB |
| 01 Intro to Python/01-08 Boolean and comparisons in Python.mp4 | 37.85 MB |
| 01 Intro to Python/01-09 Lists, tuples, and sets in Python.mp4 | 24.37 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 |
| 01 Intro to Python/01-12 Calculating the length of lists.mp4 | 14.03 MB |
| 01 Intro to Python/01-13 Conclusion of this section.mp4 | 3.04 MB |
| 02 Functions and loops in Python/02-01 Introduction to this section.mp4 | 4.07 MB |
| 02 Functions and loops in Python/02-02 If statements in Python.mp4 | 19.44 MB |
| 02 Functions and loops in Python/02-03 While loops in Python.mp4 | 11.75 MB |
| 02 Functions and loops in Python/02-04 For loops, range(), and tuple destructuring in Python.mp4 | 30.93 MB |
| 02 Functions and loops in Python/02-05 Two important loop keywords + finding prime numbers.mp4 | 20.07 MB |
| 02 Functions and loops in Python/02-06 List slicing in Python.mp4 | 6.81 MB |
| 02 Functions and loops in Python/02-07 List comprehension in Python.mp4 | 20.14 MB |
| 02 Functions and loops in Python/02-08 Set and dictionary comprehensions.mp4 | 12.94 MB |
| 02 Functions and loops in Python/02-09 Functions, arguments, and parameters in Python.mp4 | 32.68 MB |
| 02 Functions and loops in Python/02-10 Functions and return values in Python.mp4 | 12.25 MB |
| 02 Functions and loops in Python/02-11 Lambda, first-class, and higher order functions in Python.mp4 | 15.24 MB |
| 02 Functions and loops in Python/02-12 Conclusion of this section.mp4 | 3.04 MB |
| 03 Milestone (Project 1)/03-01 Introduction to this section.mp4 | 4.04 MB |
| 03 Milestone (Project 1)/03-02 Installing Python in your computer.mp4 | 6.2 MB |
| 03 Milestone (Project 1)/03-03 Installing PyCharm in your computer.mp4 | 7.46 MB |
| 03 Milestone (Project 1)/03-04 Creating our first PyCharm project.mp4 | 12.89 MB |
| 03 Milestone (Project 1)/03-05 Setting up PyCharm font and display settings.mp4 | 6.36 MB |
| 03 Milestone (Project 1)/03-06 Coding our application's menu in Python.mp4 | 29.79 MB |
| 03 Milestone (Project 1)/03-07 Adding new movies to our application.mp4 | 24.63 MB |
| 03 Milestone (Project 1)/03-08 Showing the user their movies.mp4 | 12.4 MB |
| 03 Milestone (Project 1)/03-09 Finding movies and retrieving their details.mp4 | 34.29 MB |
| 03 Milestone (Project 1)/03-10 Conclusion of this section.mp4 | 2.19 MB |
| 04 Object-Oriented Programming with Python/04-01 Introduction to this section.mp4 | 5.17 MB |
| 04 Object-Oriented Programming with Python/04-02 Intro to Object-Oriented Programming with Python.mp4 | 34.54 MB |
| 04 Object-Oriented Programming with Python/04-03 More about classes and objects.mp4 | 20.44 MB |
| 04 Object-Oriented Programming with Python/04-04 Parameter naming in Python.mp4 | 8.3 MB |
| 04 Object-Oriented Programming with Python/04-05 Magic methods in Python.mp4 | 28.32 MB |
| 04 Object-Oriented Programming with Python/04-06 Inheritance in Python.mp4 | 13.59 MB |
| 04 Object-Oriented Programming with Python/04-07 The @property decorator.mp4 | 9.57 MB |
| 04 Object-Oriented Programming with Python/04-08 @classmethod and @staticmethod in Python.mp4 | 16.59 MB |
| 04 Object-Oriented Programming with Python/04-09 More @classmethod and @staticmethod examples.mp4 | 25.96 MB |
| 04 Object-Oriented Programming with Python/04-10 Conclusion of this section.mp4 | 3.66 MB |
| 05 Errors in Python/05-01 Introduction to this section.mp4 | 4.44 MB |
| 05 Errors in Python/05-02 Intro to errors in Python.mp4 | 28.05 MB |
| 05 Errors in Python/05-03 Built in errors in Python.mp4 | 22.77 MB |
| 05 Errors in Python/05-04 Raising errors in Python.mp4 | 27.1 MB |
| 05 Errors in Python/05-05 Creating our own errors in Python.mp4 | 29.42 MB |
| 05 Errors in Python/05-06 Dealing with Python errors.mp4 | 22.15 MB |
| 05 Errors in Python/05-07 The on success block and re-raising exceptions.mp4 | 28.65 MB |
| 05 Errors in Python/05-08 Handling those pesky user errors!.mp4 | 69.67 MB |
| 05 Errors in Python/05-09 Debugging with Pycharm.mp4 | 42.45 MB |
| 05 Errors in Python/05-10 Conclusion of this section.mp4 | 3.93 MB |
| 06 Files in Python/06-01 Introduction to this section.mp4 | 6.52 MB |
| 06 Files in Python/06-02 Files in Python.mp4 | 15 MB |
| 06 Files in Python/06-03 Python Exercise. Copying files.mp4 | 33.55 MB |
| 06 Files in Python/06-04 CSV files with Python.mp4 | 14.29 MB |
| 06 Files in Python/06-05 JSON files with Python.mp4 | 29.79 MB |
| 06 Files in Python/06-06 Using the with syntax in Python.mp4 | 8.33 MB |
| 06 Files in Python/06-07 Importing our own files.mp4 | 14.45 MB |
| 06 Files in Python/06-08 Python relative imports. Children.mp4 | 22.62 MB |
| 06 Files in Python/06-09 Python relative imports. Parents.mp4 | 9.15 MB |
| 06 Files in Python/06-10 Import errors and running as a Python script.mp4 | 8.94 MB |
| 06 Files in Python/06-11 Conclusion of this section.mp4 | 8.14 MB |
| 07 Databases in Python & Milestone (Project 2)/07-01 Introduction to this section.mp4 | 8.4 MB |
| 07 Databases in Python & Milestone (Project 2)/07-02 Intro to Milestone (Project 2).mp4 | 12.27 MB |
| 07 Databases in Python & Milestone (Project 2)/07-03 Milestone Project with lists.mp4 | 28.54 MB |
| 07 Databases in Python & Milestone (Project 2)/07-04 Storing books in files.mp4 | 31.63 MB |
| 07 Databases in Python & Milestone (Project 2)/07-05 Using JSON instead of CSV.mp4 | 18.11 MB |
| 07 Databases in Python & Milestone (Project 2)/07-06 Intro to databases with Python.mp4 | 12.72 MB |
| 07 Databases in Python & Milestone (Project 2)/07-07 Using SQLite in Python.mp4 | 5.58 MB |
| 07 Databases in Python & Milestone (Project 2)/07-08 Some database jargon.mp4 | 7.98 MB |
| 07 Databases in Python & Milestone (Project 2)/07-09 Creating our books table using Python.mp4 | 13.75 MB |
| 07 Databases in Python & Milestone (Project 2)/07-10 Inserting books using Python.mp4 | 10.63 MB |
| 07 Databases in Python & Milestone (Project 2)/07-11 SELECT examples.mp4 | 6.72 MB |
| 07 Databases in Python & Milestone (Project 2)/07-12 Getting all our books.mp4 | 11.64 MB |
| 07 Databases in Python & Milestone (Project 2)/07-13 UPDATE and DELETE.mp4 | 5.07 MB |
| 07 Databases in Python & Milestone (Project 2)/07-14 Filtering with WHERE.mp4 | 10.19 MB |
| 07 Databases in Python & Milestone (Project 2)/07-15 Finishing the Milestone Project.mp4 | 14.72 MB |
| 07 Databases in Python & Milestone (Project 2)/07-16 Ordering and limiting.mp4 | 5.83 MB |
| 07 Databases in Python & Milestone (Project 2)/07-17 Developing our context manager in Python.mp4 | 17.81 MB |
| 07 Databases in Python & Milestone (Project 2)/07-18 Errors in context managers.mp4 | 11.35 MB |
| 07 Databases in Python & Milestone (Project 2)/07-19 Conclusion of this section.mp4 | 4.8 MB |
| 08 Type hinting in Python/08-01 Introduction to this section.mp4 | 4.48 MB |
| 08 Type hinting in Python/08-02 Typing in Python.mp4 | 23.25 MB |
| 08 Type hinting in Python/08-03 Further reading.mp4 | 4.6 MB |
| 08 Type hinting in Python/08-04 Conclusion of this section.mp4 | 3.53 MB |
| 09 Advanced built-in functions in Python/09-01 Introduction to this section.mp4 | 3.64 MB |
| 09 Advanced built-in functions in Python/09-02 Generators in Python.mp4 | 16.57 MB |
| 09 Advanced built-in functions in Python/09-03 Python generator classes and iterators.mp4 | 11.78 MB |
| 09 Advanced built-in functions in Python/09-04 Iterables in Python.mp4 | 18.34 MB |
| 09 Advanced built-in functions in Python/09-05 The filter() function in Python.mp4 | 11.66 MB |
| 09 Advanced built-in functions in Python/09-06 The map() function in Python.mp4 | 8.5 MB |
| 09 Advanced built-in functions in Python/09-07 any() and all() in Python.mp4 | 7.65 MB |
| 09 Advanced built-in functions in Python/09-08 The enumerate() function.mp4 | 6.3 MB |
| 09 Advanced built-in functions in Python/09-09 Conclusion of this section.mp4 | 4.25 MB |
| 10 Advanced Python Development/10-01 Introduction to this section.mp4 | 5.1 MB |
| 10 Advanced Python Development/10-02 Mutability in Python.mp4 | 25.15 MB |
Trackers
No trackers found.