本站已收录 番号和无损神作磁力链接/BT种子 

[FreeTutorials.Eu] [UDEMY] The Complete Python 3 Course Beginner to Advanced! [FTU]

种子简介

种子名称: [FreeTutorials.Eu] [UDEMY] The Complete Python 3 Course Beginner to Advanced! [FTU]
文件类型: 视频
文件数目: 147个文件
文件大小: 3.95 GB
收录时间: 2019-3-18 11:39
已经下载: 3
资源热度: 156
最近下载: 2024-7-1 02:28

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:4dbd9bc196e7863ac6abc7ba3d8c8530aa9c76a6&dn=[FreeTutorials.Eu] [UDEMY] The Complete Python 3 Course Beginner to Advanced! [FTU] 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[FreeTutorials.Eu] [UDEMY] The Complete Python 3 Course Beginner to Advanced! [FTU].torrent
  • 01-Introduction to Programming with Python/001-Introduction to Python.mp493.55MB
  • 01-Introduction to Programming with Python/002-Mac Linux installation.mp492.18MB
  • 01-Introduction to Programming with Python/003-Windows setup.mp4116.4MB
  • 01-Introduction to Programming with Python/004-Interpreted vs. compiled programming languages.mp412.57MB
  • 01-Introduction to Programming with Python/005-Creating and running our first Python script.mp45.21MB
  • 01-Introduction to Programming with Python/006-Choosing an integrated development environment (IDE).mp423.27MB
  • 01-Introduction to Programming with Python/007-How to share your code with us and get help with errors.mp49.01MB
  • 02-Programming Basics/008-Basic types - numbers.mp49.08MB
  • 02-Programming Basics/009-Basic types - strings.mp48.07MB
  • 02-Programming Basics/010-Basic string manipulation.mp420.92MB
  • 02-Programming Basics/011-Basic types - Boolean operators.mp419.23MB
  • 02-Programming Basics/012-Lists (arrays).mp413.27MB
  • 02-Programming Basics/013-Dictionaries.mp413.15MB
  • 02-Programming Basics/014-Variables.mp415.82MB
  • 02-Programming Basics/015-Built-in functions.mp417.69MB
  • 02-Programming Basics/016-User-defined functions.mp413.88MB
  • 02-Programming Basics/017-Adding arguments to a function.mp48.45MB
  • 02-Programming Basics/018-Default arguments.mp49.1MB
  • 02-Programming Basics/019-Keyword arguments.mp44.47MB
  • 02-Programming Basics/020-Infinite arguments.mp46.91MB
  • 02-Programming Basics/021-Return values from functions.mp47.75MB
  • 02-Programming Basics/022-If, elif, else statements.mp46.84MB
  • 02-Programming Basics/023-For while loops.mp47.93MB
  • 02-Programming Basics/024-Importing libraries into a script.mp422.15MB
  • 02-Programming Basics/025-Project #1 - Building a calculator.mp445.39MB
  • 03-Advanced Python Concepts/026-PEP guidelines.mp422.52MB
  • 03-Advanced Python Concepts/027-Breaking out of while loops.mp421.43MB
  • 03-Advanced Python Concepts/028-Continuing while loops.mp46.67MB
  • 03-Advanced Python Concepts/029-Classes & objects.mp410.02MB
  • 03-Advanced Python Concepts/030-Instance variables.mp47.01MB
  • 03-Advanced Python Concepts/031-Class & instance variables.mp44.02MB
  • 03-Advanced Python Concepts/032-How to add comments to your code.mp48.75MB
  • 03-Advanced Python Concepts/033-Importing modules from relative paths.mp47.18MB
  • 04-Project #2 - RPG Battle Script/034-RPG setup.mp415.96MB
  • 04-Project #2 - RPG Battle Script/035-Creating our character.mp416.52MB
  • 04-Project #2 - RPG Battle Script/036-Additional utility classes.mp415.84MB
  • 04-Project #2 - RPG Battle Script/037-Enemy instantiation.mp461.01MB
  • 04-Project #2 - RPG Battle Script/038-Using magic.mp453.22MB
  • 04-Project #2 - RPG Battle Script/039-Turning our magic into a class.mp456.6MB
  • 04-Project #2 - RPG Battle Script/040-Healing our player.mp414.87MB
  • 04-Project #2 - RPG Battle Script/041-Adding items.mp457.87MB
  • 04-Project #2 - RPG Battle Script/042-Implementing different item types.mp448.91MB
  • 04-Project #2 - RPG Battle Script/043-Better HP view.mp432.48MB
  • 04-Project #2 - RPG Battle Script/044-Adding members to our party.mp450.9MB
  • 04-Project #2 - RPG Battle Script/045-Working HP bars.mp456MB
  • 04-Project #2 - RPG Battle Script/046-White space in HP & MP.mp418.68MB
  • 04-Project #2 - RPG Battle Script/047-Enemy HP bar.mp434.58MB
  • 04-Project #2 - RPG Battle Script/048-Multiple enemies pt.1.mp447.17MB
  • 04-Project #2 - RPG Battle Script/049-Multiple enemies pt.2.mp437.11MB
  • 04-Project #2 - RPG Battle Script/050-Enemy artificial intelligence.mp496.95MB
  • 05-Additional Python Resources/051-Reading and writing files in Python.mp47.02MB
  • 05-Additional Python Resources/052-JavaScript Object Notation (JSON).mp421MB
  • 05-Additional Python Resources/053-Using Virtualenv to create a virtual environment.mp46.08MB
  • 05-Additional Python Resources/054-The Python Package Index (PyPI).mp456.82MB
  • 06-Essential Modules - Requests/055-Introduction to Requests.mp419.49MB
  • 06-Essential Modules - Requests/056-HTTP GET variables.mp413.81MB
  • 06-Essential Modules - Requests/057-Pillow the image processing library (PIL).mp422.93MB
  • 06-Essential Modules - Requests/058-Posting data.mp49.87MB
  • 06-Essential Modules - Requests/059-Posting JSON.mp416.61MB
  • 06-Essential Modules - Requests/060-Headers.mp43.01MB
  • 07-Project #3 - Web Scraper/061-Beautiful Soup.mp419.6MB
  • 07-Project #3 - Web Scraper/062-Parsing our soup.mp429.32MB
  • 07-Project #3 - Web Scraper/063-Directional navigation.mp424.52MB
  • 07-Project #3 - Web Scraper/064-Image scraper.mp435.21MB
  • 07-Project #3 - Web Scraper/065-Improvements to our web scraper.mp427.74MB
  • 08-Project #4 - Getting Started with PyMongo/066-Introduction and setup.mp427.36MB
  • 08-Project #4 - Getting Started with PyMongo/067-Inserting documents.mp424.94MB
  • 08-Project #4 - Getting Started with PyMongo/068-Bulk inserts.mp49.7MB
  • 08-Project #4 - Getting Started with PyMongo/069-Counting documents.mp49.97MB
  • 08-Project #4 - Getting Started with PyMongo/070-Multiple find conditions.mp42.04MB
  • 08-Project #4 - Getting Started with PyMongo/071-Datetime and keywords.mp419.05MB
  • 08-Project #4 - Getting Started with PyMongo/072-Indexes.mp418.77MB
  • 09-Project #5 - Web Development Project Using Web.py/073-Introduction and simple example.mp425.55MB
  • 09-Project #5 - Web Development Project Using Web.py/074-HTML templates.mp410.03MB
  • 09-Project #5 - Web Development Project Using Web.py/075-Building a MVC.mp418.42MB
  • 09-Project #5 - Web Development Project Using Web.py/076-Importing static files.mp419.94MB
  • 09-Project #5 - Web Development Project Using Web.py/077-Setting up a register form.mp446.6MB
  • 09-Project #5 - Web Development Project Using Web.py/078-Posting data to web.py.mp416.57MB
  • 09-Project #5 - Web Development Project Using Web.py/079-Creating users.mp418.89MB
  • 09-Project #5 - Web Development Project Using Web.py/080-Hashing passwords.mp415.02MB
  • 09-Project #5 - Web Development Project Using Web.py/081-Login logic.mp438.13MB
  • 09-Project #5 - Web Development Project Using Web.py/082-Web.py sessions.mp434.08MB
  • 09-Project #5 - Web Development Project Using Web.py/083-Logout functionality.mp414.51MB
  • 09-Project #5 - Web Development Project Using Web.py/084-Posting microblogs.mp431.26MB
  • 09-Project #5 - Web Development Project Using Web.py/085-Retrieving post objects.mp420.91MB
  • 09-Project #5 - Web Development Project Using Web.py/086-User settings and updating Mongo.mp469.63MB
  • 09-Project #5 - Web Development Project Using Web.py/087-Relative datetimes.mp411.18MB
  • 09-Project #5 - Web Development Project Using Web.py/088-Making our post dates pretty.mp49.77MB
  • 09-Project #5 - Web Development Project Using Web.py/089-Adding post comments.mp452.24MB
  • 09-Project #5 - Web Development Project Using Web.py/090-Image uploads and avatars.mp489.62MB
  • 10-Project #6 - Django Web Framework/091-Django project setup.mp422.52MB
  • 10-Project #6 - Django Web Framework/092-Creating our blog app.mp429.81MB
  • 10-Project #6 - Django Web Framework/093-Setting up the admin site.mp421.98MB
  • 10-Project #6 - Django Web Framework/094-URLs and views.mp413.26MB
  • 10-Project #6 - Django Web Framework/095-HTML templates.mp45.36MB
  • 10-Project #6 - Django Web Framework/096-Dynamic template data.mp420.12MB
  • 10-Project #6 - Django Web Framework/097-Single post page.mp421.79MB
  • 10-Project #6 - Django Web Framework/098-Implementing Bootstrap.mp410.36MB
  • 10-Project #6 - Django Web Framework/099-Static files.mp411.57MB
  • 10-Project #6 - Django Web Framework/100-Template inheritance.mp441.62MB
  • 10-Project #6 - Django Web Framework/101-Post images, multi-level templates, and more.mp440.51MB
  • 11-Project #7 - GUI Programming with PyQt/102-Installation and 1st program.mp434.14MB
  • 11-Project #7 - GUI Programming with PyQt/103-Declarative interfaces.mp438.05MB
  • 11-Project #7 - GUI Programming with PyQt/104-Event handling in QML.mp424.82MB
  • 11-Project #7 - GUI Programming with PyQt/105-Qt layouts, buttons, and labels.mp443.43MB
  • 11-Project #7 - GUI Programming with PyQt/106-QLineEdit.mp415.57MB
  • 11-Project #7 - GUI Programming with PyQt/107-QPushButton clicked.mp424.56MB
  • 11-Project #7 - GUI Programming with PyQt/108-Setting QLabels text.mp421MB
  • 11-Project #7 - GUI Programming with PyQt/109-Calculator project setup.mp414.48MB
  • 11-Project #7 - GUI Programming with PyQt/110-QGridLayout.mp421.35MB
  • 11-Project #7 - GUI Programming with PyQt/111-Programming buttons.mp425.74MB
  • 11-Project #7 - GUI Programming with PyQt/112-Button event handling.mp422.87MB
  • 11-Project #7 - GUI Programming with PyQt/113-Evaluating queries.mp436.64MB
  • 11-Project #7 - GUI Programming with PyQt/114-Finishing touches.mp45.98MB
  • 12-Project #8 - PyQt Web Browser/115-QTabWidget.mp443.63MB
  • 12-Project #8 - PyQt Web Browser/116-Interacting with tabs.mp437.51MB
  • 12-Project #8 - PyQt Web Browser/117-QWebEngine implementation.mp450.69MB
  • 12-Project #8 - PyQt Web Browser/118-Switching tabs.mp434.32MB
  • 12-Project #8 - PyQt Web Browser/119-Setting up our web address bar.mp426.32MB
  • 12-Project #8 - PyQt Web Browser/120-Updating tab text.mp437.21MB
  • 12-Project #8 - PyQt Web Browser/121-Updating tab icons.mp428.44MB
  • 12-Project #8 - PyQt Web Browser/122-Back, forward, and reload functionality.mp446.49MB
  • 12-Project #8 - PyQt Web Browser/123-Updating the address bar.mp443.36MB
  • 12-Project #8 - PyQt Web Browser/124-Style sheets.mp436.45MB
  • 12-Project #8 - PyQt Web Browser/125-Qt key shortcuts.mp443.66MB
  • 12-Project #8 - PyQt Web Browser/126-QtSplitter and section wrap up.mp448.31MB
  • 13-Project #9 - Data Visualization/127-Installing matplotlib.mp412.38MB
  • 13-Project #9 - Data Visualization/128-World population graph.mp421.5MB
  • 13-Project #9 - Data Visualization/129-Adding labels and custom line color.mp417.69MB
  • 13-Project #9 - Data Visualization/130-Multiple lines and line styling.mp411.81MB
  • 13-Project #9 - Data Visualization/131-Configuring the graph.mp414.87MB
  • 13-Project #9 - Data Visualization/132-Let's make pie (charts).mp419.95MB
  • 13-Project #9 - Data Visualization/133-Letting Pandas make data simpler.mp425.33MB
  • 13-Project #9 - Data Visualization/134-Using Panda's data for pie charts.mp410.78MB
  • 13-Project #9 - Data Visualization/135-Bar charts pt.1.mp428.35MB
  • 13-Project #9 - Data Visualization/136-Bar charts pt.2.mp431.94MB
  • 13-Project #9 - Data Visualization/137-Bar charts pt.3.mp428.34MB
  • 13-Project #9 - Data Visualization/138-Custom legend.mp415.09MB
  • 14-Project #10 - Speech Recognition & AI/139-Introduction to machine learning.mp4109.42MB
  • 14-Project #10 - Speech Recognition & AI/140-Feedback sounds with PyAudio.mp443.6MB
  • 14-Project #10 - Speech Recognition & AI/141-Recognizing our speech.mp422.67MB
  • 14-Project #10 - Speech Recognition & AI/142-Making our program speak back.mp421.12MB
  • 14-Project #10 - Speech Recognition & AI/143-Parsing speech.mp445MB
  • 14-Project #10 - Speech Recognition & AI/144-Making our AI useful.mp422.92MB
  • 14-Project #10 - Speech Recognition & AI/145-Creating the illusion of consciousness.mp448.37MB
  • 14-Project #10 - Speech Recognition & AI/146-Speaking from it's own brain.mp441.23MB
  • 14-Project #10 - Speech Recognition & AI/147-Getting more answers.mp438.96MB