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

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
01-01 Welcome to this course!.mp4 12.24Мб
01-02 Overview of the course curriculum.mp4 7.61Мб
01-03 Introduction to this section.mp4 4.10Мб
01-04 Our Python coding environment.mp4 5.13Мб
01-05 Numbers and printing in Python.mp4 17.61Мб
01-06 Python strings and string formatting.mp4 20.75Мб
01-07 Getting user input in Python.mp4 19.40Мб
01-08 Boolean and comparisons in Python.mp4 37.85Мб
01-09 Lists, tuples, and sets in Python.mp4 24.37Мб
01-10 Advanced set operations.mp4 13.27Мб
01-11 Python dictionaries.mp4 13.25Мб
01-12 Calculating the length of lists.mp4 14.03Мб
01-13 Conclusion of this section.mp4 3.04Мб
02-01 Introduction to this section.mp4 4.07Мб
02-02 If statements in Python.mp4 19.44Мб
02-03 While loops in Python.mp4 11.75Мб
02-04 For loops, range(), and tuple destructuring in Python.mp4 30.93Мб
02-05 Two important loop keywords + finding prime numbers.mp4 20.07Мб
02-06 List slicing in Python.mp4 6.81Мб
02-07 List comprehension in Python.mp4 20.14Мб
02-08 Set and dictionary comprehensions.mp4 12.94Мб
02-09 Functions, arguments, and parameters in Python.mp4 32.68Мб
02-10 Functions and return values in Python.mp4 12.25Мб
02-11 Lambda, first-class, and higher order functions in Python.mp4 15.24Мб
02-12 Conclusion of this section.mp4 3.04Мб
03-01 Introduction to this section.mp4 4.04Мб
03-02 Installing Python in your computer.mp4 6.20Мб
03-03 Installing PyCharm in your computer.mp4 7.46Мб
03-04 Creating our first PyCharm project.mp4 12.89Мб
03-05 Setting up PyCharm font and display settings.mp4 6.36Мб
03-06 Coding our application's menu in Python.mp4 29.79Мб
03-07 Adding new movies to our application.mp4 24.63Мб
03-08 Showing the user their movies.mp4 12.40Мб
03-09 Finding movies and retrieving their details.mp4 34.29Мб
03-10 Conclusion of this section.mp4 2.19Мб
04-01 Introduction to this section.mp4 5.17Мб
04-02 Intro to Object-Oriented Programming with Python.mp4 34.54Мб
04-03 More about classes and objects.mp4 20.44Мб
04-04 Parameter naming in Python.mp4 8.30Мб
04-05 Magic methods in Python.mp4 28.32Мб
04-06 Inheritance in Python.mp4 13.59Мб
04-07 The @property decorator.mp4 9.57Мб
04-08 @classmethod and @staticmethod in Python.mp4 16.59Мб
04-09 More @classmethod and @staticmethod examples.mp4 25.96Мб
04-10 Conclusion of this section.mp4 3.66Мб
05-01 Introduction to this section.mp4 4.44Мб
05-02 Intro to errors in Python.mp4 28.05Мб
05-03 Built in errors in Python.mp4 22.77Мб
05-04 Raising errors in Python.mp4 27.10Мб
05-05 Creating our own errors in Python.mp4 29.42Мб
05-06 Dealing with Python errors.mp4 22.15Мб
05-07 The on success block and re-raising exceptions.mp4 28.65Мб
05-08 Handling those pesky user errors!.mp4 69.67Мб
05-09 Debugging with Pycharm.mp4 42.45Мб
05-10 Conclusion of this section.mp4 3.93Мб
06-01 Introduction to this section.mp4 6.52Мб
06-02 Files in Python.mp4 15.00Мб
06-03 Python Exercise. Copying files.mp4 33.55Мб
06-04 CSV files with Python.mp4 14.29Мб
06-05 JSON files with Python.mp4 29.79Мб
06-06 Using the with syntax in Python.mp4 8.33Мб
06-07 Importing our own files.mp4 14.45Мб
06-08 Python relative imports. Children.mp4 22.62Мб
06-09 Python relative imports. Parents.mp4 9.15Мб
06-10 Import errors and running as a Python script.mp4 8.94Мб
06-11 Conclusion of this section.mp4 8.14Мб
07-01 Introduction to this section.mp4 8.40Мб
07-02 Intro to Milestone (Project 2).mp4 12.27Мб
07-03 Milestone Project with lists.mp4 28.54Мб
07-04 Storing books in files.mp4 31.63Мб
07-05 Using JSON instead of CSV.mp4 18.11Мб
07-06 Intro to databases with Python.mp4 12.72Мб
07-07 Using SQLite in Python.mp4 5.58Мб
07-08 Some database jargon.mp4 7.98Мб
07-09 Creating our books table using Python.mp4 13.75Мб
07-10 Inserting books using Python.mp4 10.63Мб
07-11 SELECT examples.mp4 6.72Мб
07-12 Getting all our books.mp4 11.64Мб
07-13 UPDATE and DELETE.mp4 5.07Мб
07-14 Filtering with WHERE.mp4 10.19Мб
07-15 Finishing the Milestone Project.mp4 14.72Мб
07-16 Ordering and limiting.mp4 5.83Мб
07-17 Developing our context manager in Python.mp4 17.81Мб
07-18 Errors in context managers.mp4 11.35Мб
07-19 Conclusion of this section.mp4 4.80Мб
08-01 Introduction to this section.mp4 4.48Мб
08-02 Typing in Python.mp4 23.25Мб
08-03 Further reading.mp4 4.60Мб
08-04 Conclusion of this section.mp4 3.53Мб
09-01 Introduction to this section.mp4 3.64Мб
09-02 Generators in Python.mp4 16.57Мб
09-03 Python generator classes and iterators.mp4 11.78Мб
09-04 Iterables in Python.mp4 18.34Мб
09-05 The filter() function in Python.mp4 11.66Мб
09-06 The map() function in Python.mp4 8.50Мб
09-07 any() and all() in Python.mp4 7.65Мб
09-08 The enumerate() function.mp4 6.30Мб
09-09 Conclusion of this section.mp4 4.25Мб
10-01 Introduction to this section.mp4 5.10Мб
10-02 Mutability in Python.mp4 25.15Мб
10-03 Argument mutability in Python.mp4 16.01Мб
10-04 Default values for parameters.mp4 11.22Мб
10-05 Mutable default arguments (bad idea).mp4 14.47Мб
10-06 Argument unpacking in Python.mp4 17.25Мб
10-07 Queues in Python.mp4 7.05Мб
10-08 Some interesting Python collections.mp4 36.47Мб
10-09 Timezones.mp4 15.91Мб
10-10 Dates and time in Python.mp4 25.55Мб
10-11 Timing your code with Python.mp4 55.76Мб
10-12 Regular expressions.mp4 15.09Мб
10-13 Regex examples.mp4 57.74Мб
10-14 Introduction to logging in Python.mp4 21.70Мб
10-15 Logging to a file and other features.mp4 9.81Мб
10-16 Conclusion of this section.mp4 3.77Мб
11-01 Introduction to this section.mp4 7.15Мб
11-02 Understanding HTML with BeautifulSoup.mp4 30.89Мб
11-03 More complex HTML parsing.mp4 61.31Мб
11-04 Structuring our parsing program better.mp4 21.56Мб
11-05 Splitting HTML locators out of our Python class.mp4 12.12Мб
11-06 Understanding HTML with the browser.mp4 23.28Мб
11-07 Scraping our first website with Python.mp4 16.22Мб
11-08 Milestone Project 3. A Quote Scraper.mp4 12.33Мб
11-09 Quotes Project 2. Structuring a scraping app in Python.mp4 3.94Мб
11-10 Quotes Project 3. Getting our locators.mp4 13.02Мб
11-11 Quotes Project 4. Crafting our quote parser.mp4 13.72Мб
11-12 Quotes Project 5. The quotes page.mp4 7.99Мб
11-13 Quotes Project 6. Recap of the project.mp4 6.70Мб
11-14 Milestone Project 4. A Book Scraper + application.mp4 11.77Мб
11-15 Books Project 2. Recap of HTML locators.mp4 7.43Мб
11-16 Books Project 3. Creating locators in Python.mp4 6.27Мб
11-17 Books Project 4. Creating our page.mp4 5.60Мб
11-18 Books Project 5. Creating our book parser.mp4 31.32Мб
11-19 Books Project 6. Writing our app file.mp4 10.90Мб
11-20 Books Project 7. Sorting the books.mp4 21.15Мб
11-21 Books Project 8. Constructing our menu.mp4 16.05Мб
11-22 ASIDE. The best way to write user menus.mp4 2.85Мб
11-23 Books Project 9. Getting multiple pages.mp4 7.86Мб
11-24 Books Project 10. Multiple pages in Python.mp4 13.24Мб
11-25 Books Project 11. Getting the page count in Python.mp4 21.28Мб
11-26 Books Project 12. Adding logging to our Python project.mp4 69.88Мб
11-27 A word on scraping pages with JavaScript.mp4 8.14Мб
11-28 Conclusion of this section.mp4 3.55Мб
12-01 Introduction to this section.mp4 8.11Мб
12-02 The Dining Philosophers Problem.mp4 9.13Мб
12-03 Processes and threads.mp4 10.45Мб
12-04 The Python GIL.mp4 12.51Мб
12-05 Example. Threads in Python.mp4 18.38Мб
12-06 Using Python concurrent.futures. The ThreadPoolExecutor.mp4 5.14Мб
12-07 Don't kill threads!.mp4 2.95Мб
12-08 Multiprocessing in Python.mp4 12.11Мб
12-09 Using Python concurrent.futures. The ProcessPoolExecutor.mp4 4.15Мб
12-10 Dealing with shared state in threads.mp4 12.63Мб
12-11 Queuing in threads with shared state.mp4 20.14Мб
12-12 Using Python generators instead of threads.mp4 6.73Мб
12-13 Our first single-threaded task scheduler in Python.mp4 8.44Мб
12-14 Yielding from another iterator in Python.mp4 8.40Мб
12-15 Receiving data through yield.mp4 13.69Мб
12-16 The async and await keywords.mp4 9.86Мб
12-17 Watch these talks for more explanations and examples!.mp4 2.39Мб
12-18 Our asynchronous scraper.mp4 13.13Мб
12-19 Making our first async request in Python.mp4 22.87Мб
12-20 Getting multiple pages efficiently.mp4 17.88Мб
12-21 Using async_timeout for security.mp4 3.44Мб
12-22 Turning our book scraping project async.mp4 36.85Мб
12-23 A note on HTTPS with Python and Mac OS X.mp4 9.26Мб
12-24 Conclusion of this section.mp4 5.63Мб
13-01 Intro to this section.mp4 4.76Мб
13-02 Running Python in the console.mp4 11.35Мб
13-03 Terminal video. Running Python.mp4 8.94Мб
13-04 Terminal video. What is a virtualenv.mp4 19.80Мб
13-05 Terminal video. Navigating the terminal and using virtualenv.mp4 15.64Мб
13-06 Terminal video. Using Pipenv.mp4 19.33Мб
13-07 Terminal video. Pipenv and virtualenv.mp4 8.73Мб
13-08 Conclusion of this section.mp4 3.16Мб
14-01 Intro to this section.mp4 16.42Мб
14-02 Setting up our project with Pipenv.mp4 18.18Мб
14-03 Our first Flask endpoint.mp4 14.97Мб
14-04 Returning information with Flask and Python.mp4 7.28Мб
14-05 Rendering HTML with Flask and Python.mp4 9.73Мб
14-06 Error pages and Jinja2 inheritance.mp4 17.39Мб
14-07 Rendering forms with Flask and Python.mp4 23.80Мб
14-08 Accessing POST form data with Flask.mp4 10.51Мб
14-09 Putting our form in a single endpoint.mp4 5.51Мб
14-10 Using Jinja2 for loops to create a nicer homepage.mp4 11.67Мб
14-11 Adding navigation to our website.mp4 11.86Мб
14-12 Conclusion of this section.mp4 4.54Мб
15-01 Introduction to this section.mp4 4.91Мб
15-02 A simple decorator in Python.mp4 12.19Мб
15-03 Using a @syntax.mp4 7.45Мб
15-04 Functools wraps in Python.mp4 4.61Мб
15-05 Decorating functions with parameters.mp4 10.75Мб
15-06 Decorators with parameters.mp4 20.21Мб
15-07 Functions that accept multiple arguments.mp4 10.77Мб
15-08 Generic decorators for any function.mp4 6.26Мб
15-09 Conclusion of this section.mp4 5.15Мб
16-01 Introduction to this section.mp4 4.19Мб
16-02 Intro to multiple inheritance with Python.mp4 19.97Мб
16-03 Intro to ABCs in Python.mp4 12.07Мб
16-04 The usefulness of ABCs.mp4 5.76Мб
16-05 The relationship between ABCs and interfaces.mp4 10.30Мб
16-06 The property setter in Python.mp4 19.04Мб
16-07 Conclusion of this section.mp4 4.26Мб
17-01 Introduction to this section.mp4 4.71Мб
17-02 Presentation. Queues, stacks, and complexity.mp4 47.39Мб
17-03 Presentation. Binary search.mp4 27.54Мб
17-04 Presentation. Binary trees.mp4 23.51Мб
17-05 Presentation. Traversal of binary trees.mp4 37.77Мб
17-06 Presentation. Adding elements to a binary tree.mp4 37.15Мб
17-07 Adding elements to a binary tree in Python.mp4 62.59Мб
17-08 Recursion and inorder traversal in Python.mp4 110.36Мб
17-09 Finding nodes in a tree with Python.mp4 31.43Мб
17-10 How do you delete nodes from a binary tree.mp4 58.05Мб
17-11 Deleting nodes in code with Python.mp4 138.04Мб
17-12 Deleting nodes with two children in code.mp4 216.25Мб
17-13 Testing our binary tree!.mp4 26.71Мб
17-14 Conclusion of this section.mp4 3.03Мб
18-01 Introduction to this section.mp4 4.62Мб
18-02 Python libraries overview.mp4 35.68Мб
18-03 Using pylint.mp4 81.62Мб
18-04 Using yapf.mp4 43.16Мб
18-05 Sending e-mails with smtplib.mp4 59.15Мб
18-06 Sending e-mails with Mailgun.mp4 75.08Мб
18-07 Creating a re-usable Mailgun library.mp4 47.66Мб
18-08 Sneak peek. My IDE setup!.mp4 58.93Мб
18-09 Conclusion of this section.mp4 3.47Мб
19-01 Thank you for taking the course.mp4 6.45Мб
the-complete-python.7z 3.43Мб
Статистика распространения по странам
Россия (RU) 4
Болгария (BG) 1
Украина (UA) 1
США (US) 1
Молдова (MD) 1
Всего 8
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент