Общая информация
Название udemy.com - The Complete Python Course [2018]
Тип
Размер 1.24Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
01-01 Welcome to this course!.mkv 4.11Мб
01-02 Overview of the course curriculum.mkv 2.62Мб
01-03 Introduction to this section.mkv 970.97Кб
01-04 Our Python coding environment.mkv 2.52Мб
01-05 Numbers and printing in Python.mkv 8.58Мб
01-06 Python strings and string formatting.mkv 6.51Мб
01-07 Getting user input in Python.mkv 9.57Мб
01-08 Boolean and comparisons in Python.mkv 12.23Мб
01-09 Lists, tuples, and sets in Python.mkv 11.96Мб
01-10 Advanced set operations.mkv 4.18Мб
01-11 Python dictionaries.mkv 6.30Мб
01-12 Calculating the length of lists.mkv 1.98Мб
01-13 Conclusion of this section.mkv 740.59Кб
02-01 Introduction to this section.mkv 982.72Кб
02-02 If statements in Python.mkv 9.49Мб
02-03 While loops in Python.mkv 5.68Мб
02-04 For loops, range(), and tuple destructuring in Python.mkv 9.76Мб
02-05 Two important loop keywords + finding prime numbers.mkv 9.76Мб
02-06 List slicing in Python.mkv 3.28Мб
02-07 List comprehension in Python.mkv 9.74Мб
02-08 Set and dictionary comprehensions.mkv 6.41Мб
02-09 Functions, arguments, and parameters in Python.mkv 11.02Мб
02-10 Functions and return values in Python.mkv 5.91Мб
02-11 Lambda, first-class, and higher order functions in Python.mkv 7.25Мб
02-12 Conclusion of this section.mkv 720.31Кб
03-01 Introduction to this section.mkv 994.11Кб
03-02 Installing Python in your computer.mkv 1.79Мб
03-03 Installing PyCharm in your computer.mkv 2.49Мб
03-04 Creating our first PyCharm project.mkv 4.14Мб
03-05 Setting up PyCharm font and display settings.mkv 2.15Мб
03-06 Coding our application's menu in Python.mkv 10.54Мб
03-07 Adding new movies to our application.mkv 8.42Мб
03-08 Showing the user their movies.mkv 6.19Мб
03-09 Finding movies and retrieving their details.mkv 11.39Мб
03-10 Conclusion of this section.mkv 526.21Кб
04-01 Introduction to this section.mkv 1.52Мб
04-02 Intro to Object-Oriented Programming with Python.mkv 11.67Мб
04-03 More about classes and objects.mkv 7.21Мб
04-04 Parameter naming in Python.mkv 2.50Мб
04-05 Magic methods in Python.mkv 9.08Мб
04-06 Inheritance in Python.mkv 6.43Мб
04-07 The @property decorator.mkv 3.33Мб
04-08 @classmethod and @staticmethod in Python.mkv 5.42Мб
04-09 More @classmethod and @staticmethod examples.mkv 8.82Мб
04-10 Conclusion of this section.mkv 1.11Мб
05-01 Introduction to this section.mkv 1.06Мб
05-02 Intro to errors in Python.mkv 9.53Мб
05-03 Built in errors in Python.mkv 11.04Мб
05-04 Raising errors in Python.mkv 9.35Мб
05-05 Creating our own errors in Python.mkv 10.65Мб
05-06 Dealing with Python errors.mkv 7.61Мб
05-07 The on success block and re-raising exceptions.mkv 10.64Мб
05-08 Handling those pesky user errors!.mkv 9.66Мб
05-09 Debugging with Pycharm.mkv 15.80Мб
05-10 Conclusion of this section.mkv 940.76Кб
06-01 Introduction to this section.mkv 1.96Мб
06-02 Files in Python.mkv 7.73Мб
06-03 Python Exercise. Copying files.mkv 16.95Мб
06-04 CSV files with Python.mkv 7.35Мб
06-05 JSON files with Python.mkv 14.85Мб
06-06 Using the with syntax in Python.mkv 4.31Мб
06-07 Importing our own files.mkv 7.48Мб
06-08 Python relative imports. Children.mkv 11.85Мб
06-09 Python relative imports. Parents.mkv 4.63Мб
06-10 Import errors and running as a Python script.mkv 4.55Мб
06-11 Conclusion of this section.mkv 1.93Мб
07-01 Introduction to this section.mkv 2.52Мб
07-02 Intro to Milestone (Project 2).mkv 4.23Мб
07-03 Milestone Project with lists.mkv 14.56Мб
07-04 Storing books in files.mkv 15.83Мб
07-05 Using JSON instead of CSV.mkv 8.96Мб
07-06 Intro to databases with Python.mkv 4.15Мб
07-07 Using SQLite in Python.mkv 1.52Мб
07-08 Some database jargon.mkv 2.49Мб
07-09 Creating our books table using Python.mkv 4.95Мб
07-10 Inserting books using Python.mkv 5.34Мб
07-11 SELECT examples.mkv 2.12Мб
07-12 Getting all our books.mkv 5.74Мб
07-13 UPDATE and DELETE.mkv 1.50Мб
07-14 Filtering with WHERE.mkv 3.45Мб
07-15 Finishing the Milestone Project.mkv 7.18Мб
07-16 Ordering and limiting.mkv 1.84Мб
07-17 Developing our context manager in Python.mkv 8.76Мб
07-18 Errors in context managers.mkv 5.74Мб
07-19 Conclusion of this section.mkv 1.45Мб
08-01 Introduction to this section.mkv 1.08Мб
08-02 Typing in Python.mkv 11.60Мб
08-03 Further reading.mkv 2.10Мб
08-04 Conclusion of this section.mkv 859.49Кб
09-01 Introduction to this section.mkv 895.41Кб
09-02 Generators in Python.mkv 7.94Мб
09-03 Python generator classes and iterators.mkv 5.51Мб
09-04 Iterables in Python.mkv 5.52Мб
09-05 The filter() function in Python.mkv 5.51Мб
09-06 The map() function in Python.mkv 4.01Мб
09-07 any() and all() in Python.mkv 3.63Мб
09-08 The enumerate() function.mkv 2.95Мб
09-09 Conclusion of this section.mkv 1.01Мб
10-01 Introduction to this section.mkv 1.19Мб
10-02 Mutability in Python.mkv 7.73Мб
10-03 Argument mutability in Python.mkv 7.59Мб
10-04 Default values for parameters.mkv 3.57Мб
10-05 Mutable default arguments (bad idea).mkv 4.79Мб
10-06 Argument unpacking in Python.mkv 8.56Мб
10-07 Queues in Python.mkv 2.18Мб
10-08 Some interesting Python collections.mkv 17.98Мб
10-09 Timezones.mkv 5.54Мб
10-10 Dates and time in Python.mkv 8.56Мб
10-11 Timing your code with Python.mkv 7.64Мб
10-12 Regular expressions.mkv 4.92Мб
10-13 Regex examples.mkv 8.48Мб
10-14 Introduction to logging in Python.mkv 7.71Мб
10-15 Logging to a file and other features.mkv 3.60Мб
10-16 Conclusion of this section.mkv 891.88Кб
11-01 Introduction to this section.mkv 1.69Мб
11-02 Understanding HTML with BeautifulSoup.mkv 15.00Мб
11-03 More complex HTML parsing.mkv 20.22Мб
11-04 Structuring our parsing program better.mkv 6.39Мб
11-05 Splitting HTML locators out of our Python class.mkv 4.00Мб
11-06 Understanding HTML with the browser.mkv 6.89Мб
11-07 Scraping our first website with Python.mkv 5.36Мб
11-08 Milestone Project 3. A Quote Scraper.mkv 4.07Мб
11-09 Quotes Project 2. Structuring a scraping app in Python.mkv 1.92Мб
11-10 Quotes Project 3. Getting our locators.mkv 5.93Мб
11-11 Quotes Project 4. Crafting our quote parser.mkv 4.56Мб
11-12 Quotes Project 5. The quotes page.mkv 4.00Мб
11-13 Quotes Project 6. Recap of the project.mkv 3.29Мб
11-14 Milestone Project 4. A Book Scraper + application.mkv 5.63Мб
11-15 Books Project 2. Recap of HTML locators.mkv 3.53Мб
11-16 Books Project 3. Creating locators in Python.mkv 3.14Мб
11-17 Books Project 4. Creating our page.mkv 2.73Мб
11-18 Books Project 5. Creating our book parser.mkv 10.34Мб
11-19 Books Project 6. Writing our app file.mkv 3.42Мб
11-20 Books Project 7. Sorting the books.mkv 7.15Мб
11-21 Books Project 8. Constructing our menu.mkv 5.27Мб
11-22 ASIDE. The best way to write user menus.mkv 1.34Мб
11-23 Books Project 9. Getting multiple pages.mkv 2.59Мб
11-24 Books Project 10. Multiple pages in Python.mkv 4.42Мб
11-25 Books Project 11. Getting the page count in Python.mkv 6.92Мб
11-26 Books Project 12. Adding logging to our Python project.mkv 21.38Мб
11-27 A word on scraping pages with JavaScript.mkv 2.89Мб
11-28 Conclusion of this section.mkv 870.67Кб
12-01 Introduction to this section.mkv 2.39Мб
12-02 The Dining Philosophers Problem.mkv 4.34Мб
12-03 Processes and threads.mkv 4.99Мб
12-04 The Python GIL.mkv 6.06Мб
12-05 Example. Threads in Python.mkv 9.24Мб
12-06 Using Python concurrent.futures. The ThreadPoolExecutor.mkv 2.55Мб
12-07 Don't kill threads!.mkv 1.48Мб
12-08 Multiprocessing in Python.mkv 6.10Мб
12-09 Using Python concurrent.futures. The ProcessPoolExecutor.mkv 2.10Мб
12-10 Dealing with shared state in threads.mkv 6.30Мб
12-11 Queuing in threads with shared state.mkv 10.15Мб
12-12 Using Python generators instead of threads.mkv 3.40Мб
12-13 Our first single-threaded task scheduler in Python.mkv 4.26Мб
12-14 Yielding from another iterator in Python.mkv 4.22Мб
12-15 Receiving data through yield.mkv 6.85Мб
12-16 The async and await keywords.mkv 4.95Мб
12-17 Watch these talks for more explanations and examples!.mkv 1.12Мб
12-18 Our asynchronous scraper.mkv 4.28Мб
12-19 Making our first async request in Python.mkv 11.32Мб
12-20 Getting multiple pages efficiently.mkv 8.97Мб
12-21 Using async_timeout for security.mkv 1.71Мб
12-22 Turning our book scraping project async.mkv 10.35Мб
12-23 A note on HTTPS with Python and Mac OS X.mkv 3.21Мб
12-24 Conclusion of this section.mkv 1.31Мб
13-01 Intro to this section.mkv 1.42Мб
13-02 Running Python in the console.mkv 5.45Мб
13-03 Terminal video. Running Python.mkv 4.19Мб
13-04 Terminal video. What is a virtualenv.mkv 9.56Мб
13-05 Terminal video. Navigating the terminal and using virtualenv.mkv 7.22Мб
13-06 Terminal video. Using Pipenv.mkv 8.69Мб
13-07 Terminal video. Pipenv and virtualenv.mkv 4.07Мб
13-08 Conclusion of this section.mkv 773.88Кб
14-01 Intro to this section.mkv 1.41Мб
14-02 Setting up our project with Pipenv.mkv 5.02Мб
14-03 Our first Flask endpoint.mkv 5.21Мб
14-04 Returning information with Flask and Python.mkv 3.54Мб
14-05 Rendering HTML with Flask and Python.mkv 4.84Мб
14-06 Error pages and Jinja2 inheritance.mkv 8.63Мб
14-07 Rendering forms with Flask and Python.mkv 11.69Мб
14-08 Accessing POST form data with Flask.mkv 3.85Мб
14-09 Putting our form in a single endpoint.mkv 2.77Мб
14-10 Using Jinja2 for loops to create a nicer homepage.mkv 5.86Мб
14-11 Adding navigation to our website.mkv 4.14Мб
14-12 Conclusion of this section.mkv 1.09Мб
15-01 Introduction to this section.mkv 1.49Мб
15-02 A simple decorator in Python.mkv 4.03Мб
15-03 Using a @syntax.mkv 2.49Мб
15-04 Functools wraps in Python.mkv 1.67Мб
15-05 Decorating functions with parameters.mkv 3.76Мб
15-06 Decorators with parameters.mkv 7.15Мб
15-07 Functions that accept multiple arguments.mkv 3.34Мб
15-08 Generic decorators for any function.mkv 3.03Мб
15-09 Conclusion of this section.mkv 1.23Мб
16-01 Introduction to this section.mkv 1.26Мб
16-02 Intro to multiple inheritance with Python.mkv 10.04Мб
16-03 Intro to ABCs in Python.mkv 5.98Мб
16-04 The usefulness of ABCs.mkv 2.81Мб
16-05 The relationship between ABCs and interfaces.mkv 5.13Мб
16-06 The property setter in Python.mkv 9.26Мб
16-07 Conclusion of this section.mkv 1.28Мб
17-01 Introduction to this section.mkv 1.14Мб
17-02 Presentation. Queues, stacks, and complexity.mkv 5.78Мб
17-03 Presentation. Binary search.mkv 3.80Мб
17-04 Presentation. Binary trees.mkv 3.31Мб
17-05 Presentation. Traversal of binary trees.mkv 4.27Мб
17-06 Presentation. Adding elements to a binary tree.mkv 4.17Мб
17-07 Adding elements to a binary tree in Python.mkv 7.90Мб
17-08 Recursion and inorder traversal in Python.mkv 10.72Мб
17-09 Finding nodes in a tree with Python.mkv 3.02Мб
17-10 How do you delete nodes from a binary tree.mkv 6.14Мб
17-11 Deleting nodes in code with Python.mkv 12.15Мб
17-12 Deleting nodes with two children in code.mkv 16.00Мб
17-13 Testing our binary tree!.mkv 2.21Мб
17-14 Conclusion of this section.mkv 746.19Кб
18-01 Introduction to this section.mkv 1.38Мб
18-02 Python libraries overview.mkv 8.74Мб
18-03 Using pylint.mkv 9.36Мб
18-04 Using yapf.mkv 5.62Мб
18-05 Sending e-mails with smtplib.mkv 6.14Мб
18-06 Sending e-mails with Mailgun.mkv 7.35Мб
18-07 Creating a re-usable Mailgun library.mkv 5.74Мб
18-08 Sneak peek. My IDE setup!.mkv 7.15Мб
18-09 Conclusion of this section.mkv 861.95Кб
19-01 Thank you for taking the course.mkv 1.58Мб
the-complete-python.7z 3.43Мб
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент