File | Size |
---|
01-Introduction to Programming with Python/001-Introduction to Python.mp4 | 93.55 MB |
01-Introduction to Programming with Python/002-Mac Linux installation.mp4 | 92.18 MB |
01-Introduction to Programming with Python/003-Windows setup.mp4 | 116.40 MB |
01-Introduction to Programming with Python/004-Interpreted vs. compiled programming languages.mp4 | 12.57 MB |
01-Introduction to Programming with Python/005-Creating and running our first Python script.mp4 | 5.21 MB |
01-Introduction to Programming with Python/006-Choosing an integrated development environment (IDE).mp4 | 23.27 MB |
01-Introduction to Programming with Python/007-How to share your code with us and get help with errors.mp4 | 9.01 MB |
02-Programming Basics/008-Basic types - numbers.mp4 | 9.08 MB |
02-Programming Basics/009-Basic types - strings.mp4 | 8.07 MB |
02-Programming Basics/010-Basic string manipulation.mp4 | 20.92 MB |
02-Programming Basics/011-Basic types - Boolean operators.mp4 | 19.23 MB |
02-Programming Basics/012-Lists (arrays).mp4 | 13.27 MB |
02-Programming Basics/013-Dictionaries.mp4 | 13.15 MB |
02-Programming Basics/014-Variables.mp4 | 15.82 MB |
02-Programming Basics/015-Built-in functions.mp4 | 17.69 MB |
02-Programming Basics/016-User-defined functions.mp4 | 13.88 MB |
02-Programming Basics/017-Adding arguments to a function.mp4 | 8.45 MB |
02-Programming Basics/018-Default arguments.mp4 | 9.10 MB |
02-Programming Basics/019-Keyword arguments.mp4 | 4.47 MB |
02-Programming Basics/020-Infinite arguments.mp4 | 6.91 MB |
02-Programming Basics/021-Return values from functions.mp4 | 7.75 MB |
02-Programming Basics/022-If, elif, else statements.mp4 | 6.84 MB |
02-Programming Basics/023-For while loops.mp4 | 7.93 MB |
02-Programming Basics/024-Importing libraries into a script.mp4 | 22.15 MB |
02-Programming Basics/025-Project #1 - Building a calculator.mp4 | 45.39 MB |
03-Advanced Python Concepts/026-PEP guidelines.mp4 | 22.52 MB |
03-Advanced Python Concepts/027-Breaking out of while loops.mp4 | 21.43 MB |
03-Advanced Python Concepts/028-Continuing while loops.mp4 | 6.67 MB |
03-Advanced Python Concepts/029-Classes & objects.mp4 | 10.02 MB |
03-Advanced Python Concepts/030-Instance variables.mp4 | 7.01 MB |
03-Advanced Python Concepts/031-Class & instance variables.mp4 | 4.02 MB |
03-Advanced Python Concepts/032-How to add comments to your code.mp4 | 8.75 MB |
03-Advanced Python Concepts/033-Importing modules from relative paths.mp4 | 7.18 MB |
04-Project #2 - RPG Battle Script/034-RPG setup.mp4 | 15.96 MB |
04-Project #2 - RPG Battle Script/035-Creating our character.mp4 | 16.52 MB |
04-Project #2 - RPG Battle Script/036-Additional utility classes.mp4 | 15.84 MB |
04-Project #2 - RPG Battle Script/037-Enemy instantiation.mp4 | 61.01 MB |
04-Project #2 - RPG Battle Script/038-Using magic.mp4 | 53.22 MB |
04-Project #2 - RPG Battle Script/039-Turning our magic into a class.mp4 | 56.60 MB |
04-Project #2 - RPG Battle Script/040-Healing our player.mp4 | 14.87 MB |
04-Project #2 - RPG Battle Script/041-Adding items.mp4 | 57.87 MB |
04-Project #2 - RPG Battle Script/042-Implementing different item types.mp4 | 48.91 MB |
04-Project #2 - RPG Battle Script/043-Better HP view.mp4 | 32.48 MB |
04-Project #2 - RPG Battle Script/044-Adding members to our party.mp4 | 50.90 MB |
04-Project #2 - RPG Battle Script/045-Working HP bars.mp4 | 56.00 MB |
04-Project #2 - RPG Battle Script/046-White space in HP & MP.mp4 | 18.68 MB |
04-Project #2 - RPG Battle Script/047-Enemy HP bar.mp4 | 34.58 MB |
04-Project #2 - RPG Battle Script/048-Multiple enemies pt.1.mp4 | 47.17 MB |
04-Project #2 - RPG Battle Script/049-Multiple enemies pt.2.mp4 | 37.11 MB |
04-Project #2 - RPG Battle Script/050-Enemy artificial intelligence.mp4 | 96.95 MB |
05-Additional Python Resources/051-Reading and writing files in Python.mp4 | 7.02 MB |
05-Additional Python Resources/052-JavaScript Object Notation (JSON).mp4 | 21.00 MB |
05-Additional Python Resources/053-Using Virtualenv to create a virtual environment.mp4 | 6.08 MB |
05-Additional Python Resources/054-The Python Package Index (PyPI).mp4 | 56.82 MB |
06-Essential Modules - Requests/055-Introduction to Requests.mp4 | 19.49 MB |
06-Essential Modules - Requests/056-HTTP GET variables.mp4 | 13.81 MB |
06-Essential Modules - Requests/057-Pillow the image processing library (PIL).mp4 | 22.93 MB |
06-Essential Modules - Requests/058-Posting data.mp4 | 9.87 MB |
06-Essential Modules - Requests/059-Posting JSON.mp4 | 16.61 MB |
06-Essential Modules - Requests/060-Headers.mp4 | 3.01 MB |
07-Project #3 - Web Scraper/061-Beautiful Soup.mp4 | 19.60 MB |
07-Project #3 - Web Scraper/062-Parsing our soup.mp4 | 29.32 MB |
07-Project #3 - Web Scraper/063-Directional navigation.mp4 | 24.52 MB |
07-Project #3 - Web Scraper/064-Image scraper.mp4 | 35.21 MB |
07-Project #3 - Web Scraper/065-Improvements to our web scraper.mp4 | 27.74 MB |
08-Project #4 - Getting Started with PyMongo/066-Introduction and setup.mp4 | 27.36 MB |
08-Project #4 - Getting Started with PyMongo/067-Inserting documents.mp4 | 24.94 MB |
08-Project #4 - Getting Started with PyMongo/068-Bulk inserts.mp4 | 9.70 MB |
08-Project #4 - Getting Started with PyMongo/069-Counting documents.mp4 | 9.97 MB |
08-Project #4 - Getting Started with PyMongo/070-Multiple find conditions.mp4 | 2.04 MB |
08-Project #4 - Getting Started with PyMongo/071-Datetime and keywords.mp4 | 19.05 MB |
08-Project #4 - Getting Started with PyMongo/072-Indexes.mp4 | 18.77 MB |
09-Project #5 - Web Development Project Using Web.py/073-Introduction and simple example.mp4 | 25.55 MB |
09-Project #5 - Web Development Project Using Web.py/074-HTML templates.mp4 | 10.03 MB |
09-Project #5 - Web Development Project Using Web.py/075-Building a MVC.mp4 | 18.42 MB |
09-Project #5 - Web Development Project Using Web.py/076-Importing static files.mp4 | 19.94 MB |
09-Project #5 - Web Development Project Using Web.py/077-Setting up a register form.mp4 | 46.60 MB |
09-Project #5 - Web Development Project Using Web.py/078-Posting data to web.py.mp4 | 16.57 MB |
09-Project #5 - Web Development Project Using Web.py/079-Creating users.mp4 | 18.89 MB |
09-Project #5 - Web Development Project Using Web.py/080-Hashing passwords.mp4 | 15.02 MB |
09-Project #5 - Web Development Project Using Web.py/081-Login logic.mp4 | 38.13 MB |
09-Project #5 - Web Development Project Using Web.py/082-Web.py sessions.mp4 | 34.08 MB |
09-Project #5 - Web Development Project Using Web.py/083-Logout functionality.mp4 | 14.51 MB |
09-Project #5 - Web Development Project Using Web.py/084-Posting microblogs.mp4 | 31.26 MB |
09-Project #5 - Web Development Project Using Web.py/085-Retrieving post objects.mp4 | 20.91 MB |
09-Project #5 - Web Development Project Using Web.py/086-User settings and updating Mongo.mp4 | 69.63 MB |
09-Project #5 - Web Development Project Using Web.py/087-Relative datetimes.mp4 | 11.18 MB |
09-Project #5 - Web Development Project Using Web.py/088-Making our post dates pretty.mp4 | 9.77 MB |
09-Project #5 - Web Development Project Using Web.py/089-Adding post comments.mp4 | 52.24 MB |
09-Project #5 - Web Development Project Using Web.py/090-Image uploads and avatars.mp4 | 89.62 MB |
10-Project #6 - Django Web Framework/091-Django project setup.mp4 | 22.52 MB |
10-Project #6 - Django Web Framework/092-Creating our blog app.mp4 | 29.81 MB |
10-Project #6 - Django Web Framework/093-Setting up the admin site.mp4 | 21.98 MB |
10-Project #6 - Django Web Framework/094-URLs and views.mp4 | 13.26 MB |
10-Project #6 - Django Web Framework/095-HTML templates.mp4 | 5.36 MB |
10-Project #6 - Django Web Framework/096-Dynamic template data.mp4 | 20.12 MB |
10-Project #6 - Django Web Framework/097-Single post page.mp4 | 21.79 MB |
10-Project #6 - Django Web Framework/098-Implementing Bootstrap.mp4 | 10.36 MB |
10-Project #6 - Django Web Framework/099-Static files.mp4 | 11.57 MB |
10-Project #6 - Django Web Framework/100-Template inheritance.mp4 | 41.62 MB |
10-Project #6 - Django Web Framework/101-Post images, multi-level templates, and more.mp4 | 40.51 MB |
11-Project #7 - GUI Programming with PyQt/102-Installation and 1st program.mp4 | 34.14 MB |
11-Project #7 - GUI Programming with PyQt/103-Declarative interfaces.mp4 | 38.05 MB |
11-Project #7 - GUI Programming with PyQt/104-Event handling in QML.mp4 | 24.82 MB |
11-Project #7 - GUI Programming with PyQt/105-Qt layouts, buttons, and labels.mp4 | 43.43 MB |
11-Project #7 - GUI Programming with PyQt/106-QLineEdit.mp4 | 15.57 MB |
11-Project #7 - GUI Programming with PyQt/107-QPushButton clicked.mp4 | 24.56 MB |
11-Project #7 - GUI Programming with PyQt/108-Setting QLabels text.mp4 | 21.00 MB |
11-Project #7 - GUI Programming with PyQt/109-Calculator project setup.mp4 | 14.48 MB |
11-Project #7 - GUI Programming with PyQt/110-QGridLayout.mp4 | 21.35 MB |
11-Project #7 - GUI Programming with PyQt/111-Programming buttons.mp4 | 25.74 MB |
11-Project #7 - GUI Programming with PyQt/112-Button event handling.mp4 | 22.87 MB |
11-Project #7 - GUI Programming with PyQt/113-Evaluating queries.mp4 | 36.64 MB |
11-Project #7 - GUI Programming with PyQt/114-Finishing touches.mp4 | 5.98 MB |
12-Project #8 - PyQt Web Browser/115-QTabWidget.mp4 | 43.63 MB |
12-Project #8 - PyQt Web Browser/116-Interacting with tabs.mp4 | 37.51 MB |
12-Project #8 - PyQt Web Browser/117-QWebEngine implementation.mp4 | 50.69 MB |
12-Project #8 - PyQt Web Browser/118-Switching tabs.mp4 | 34.32 MB |
12-Project #8 - PyQt Web Browser/119-Setting up our web address bar.mp4 | 26.32 MB |
12-Project #8 - PyQt Web Browser/120-Updating tab text.mp4 | 37.21 MB |
12-Project #8 - PyQt Web Browser/121-Updating tab icons.mp4 | 28.44 MB |
12-Project #8 - PyQt Web Browser/122-Back, forward, and reload functionality.mp4 | 46.49 MB |
12-Project #8 - PyQt Web Browser/123-Updating the address bar.mp4 | 43.36 MB |
12-Project #8 - PyQt Web Browser/124-Style sheets.mp4 | 36.45 MB |
12-Project #8 - PyQt Web Browser/125-Qt key shortcuts.mp4 | 43.66 MB |
12-Project #8 - PyQt Web Browser/126-QtSplitter and section wrap up.mp4 | 48.31 MB |
13-Project #9 - Data Visualization/127-Installing matplotlib.mp4 | 12.38 MB |
13-Project #9 - Data Visualization/128-World population graph.mp4 | 21.50 MB |
13-Project #9 - Data Visualization/129-Adding labels and custom line color.mp4 | 17.69 MB |
13-Project #9 - Data Visualization/130-Multiple lines and line styling.mp4 | 11.81 MB |
13-Project #9 - Data Visualization/131-Configuring the graph.mp4 | 14.87 MB |
13-Project #9 - Data Visualization/132-Let's make pie (charts).mp4 | 19.95 MB |
13-Project #9 - Data Visualization/133-Letting Pandas make data simpler.mp4 | 25.33 MB |
13-Project #9 - Data Visualization/134-Using Panda's data for pie charts.mp4 | 10.78 MB |
13-Project #9 - Data Visualization/135-Bar charts pt.1.mp4 | 28.35 MB |
13-Project #9 - Data Visualization/136-Bar charts pt.2.mp4 | 31.94 MB |
13-Project #9 - Data Visualization/137-Bar charts pt.3.mp4 | 28.34 MB |
13-Project #9 - Data Visualization/138-Custom legend.mp4 | 15.09 MB |
14-Project #10 - Speech Recognition & AI/139-Introduction to machine learning.mp4 | 109.42 MB |
14-Project #10 - Speech Recognition & AI/140-Feedback sounds with PyAudio.mp4 | 43.60 MB |
14-Project #10 - Speech Recognition & AI/141-Recognizing our speech.mp4 | 22.67 MB |
14-Project #10 - Speech Recognition & AI/142-Making our program speak back.mp4 | 21.12 MB |
14-Project #10 - Speech Recognition & AI/143-Parsing speech.mp4 | 45.00 MB |
14-Project #10 - Speech Recognition & AI/144-Making our AI useful.mp4 | 22.92 MB |
14-Project #10 - Speech Recognition & AI/145-Creating the illusion of consciousness.mp4 | 48.37 MB |
14-Project #10 - Speech Recognition & AI/146-Speaking from it's own brain.mp4 | 41.23 MB |
14-Project #10 - Speech Recognition & AI/147-Getting more answers.mp4 | 38.96 MB |
Discuss.FreeTutorials.Eu.html | 31.34 kB |
FreeCoursesOnline.Me.html | 108.30 kB |
FreeTutorials.Eu.html | 102.23 kB |
How you can help Team-FTU.txt | 259.00 B |
Torrent Downloaded From GloDls.to.txt | 84.00 B |
[TGx]Downloaded from torrentgalaxy.org.txt | 524.00 B |