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

Torrent Details


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

NAME
[FreeTutorials.Eu] [UDEMY] The Complete Python 3 Course Beginner to Advanced! [FTU].torrent
CATEGORY
Other
INFOHASH
4dbd9bc196e7863ac6abc7ba3d8c8530aa9c76a6
SIZE
4 GB in 99 files
ADDED
Uploaded on 04-03-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 5 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Learn Python with projects covering game & web development, web scraping, MongoDB, Django, PyQt, and data visualization!

Created by : Joseph Delgadillo, Nick Germaine
Last updated : 11/2018
Language : English
Torrent Contains : 153 Files, 14 Folders
Course Source : https://www.udemy.com/python-complete/

What you'll learn

• Install Python
• Setup an IDE
• Use programming fundamentals to build a calculator
• Use advanced Python concepts to code a RPG
• Find additional packages to expand the functionality of Python
• Install essential modules
• Code an app for web scraping
• Create a NoSQL database using PyMongo
• Create web apps using Web.py
• Django web server setup
• Live troubleshooting

Requirements

• Download Python (FREE)
• Setup PyCharm or some other IDE (FREE)
• Download various open source packages to follow along with the tutorials

Description

If you want to get started programming in Python, you are going to LOVE this course! This course is designed to fully immerse you in the Python language, so it is great for both beginners and veteran programmers! Learn Python as Nick takes you through the basics of programming, advanced Python concepts, coding a calculator, essential modules, creating a "Final Fantasy-esque" RPG battle script, web scraping, PyMongo, WebPy development, Django web framework, GUI programming, data visualization, machine learning, and much more!

We are grateful for the great feedback we have received!

"This course it great. Easy to follow and the examples show how powerful python can be for the beginner all the way to the advanced. Even if the RPG may not be your cup of tea it shows you the power of classes, for loops, and others!"

"Good course even for non-programmers too."

"It's really well explained, clear. Not too slow, not too fast."

"Very thorough, quick pace. I'm learning A TON! Thank you :)"

"Good explanation, nice and easy to understand. Great audio and video quality. I have been trying to get into Python programming for some time; still a long way to go, but so far so good!"

The following topics are covered in this course:

• Programming basics
• Python fundamentals
• JavaScript Object Notation (JSON)
• Web scraping
• PyMongo (MongoDB)
• Web Development
• Django Web Framework
• Graphical User Interface (GUI) Programming (PyQt)
• Data visualization
• Machine learning

This course is fully subtitled in English!

Thank you for taking the time to read this and we hope to see you in the course!

Who this course is for :

• This course was designed for students with little to no programming experience
• Developers familiar with Python can take their knowledge to the next level!
• Students who go through the course can expect to walk away with a comprehensive understanding of Python.

For More Udemy Free Courses >>> http://www.freetutorials.eu
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.freetutorials.eu/



Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
01-Introduction to Programming with Python/001-Introduction to Python.mp493.6 MB
01-Introduction to Programming with Python/002-Mac Linux installation.mp492.2 MB
01-Introduction to Programming with Python/003-Windows setup.mp4116.4 MB
01-Introduction to Programming with Python/004-Interpreted vs. compiled programming languages.mp412.6 MB
01-Introduction to Programming with Python/005-Creating and running our first Python script.mp45.2 MB
01-Introduction to Programming with Python/006-Choosing an integrated development environment (IDE).mp423.3 MB
01-Introduction to Programming with Python/007-How to share your code with us and get help with errors.mp49 MB
02-Programming Basics/008-Basic types - numbers.mp49.1 MB
02-Programming Basics/009-Basic types - strings.mp48.1 MB
02-Programming Basics/010-Basic string manipulation.mp420.9 MB
02-Programming Basics/011-Basic types - Boolean operators.mp419.2 MB
02-Programming Basics/012-Lists (arrays).mp413.3 MB
02-Programming Basics/013-Dictionaries.mp413.1 MB
02-Programming Basics/014-Variables.mp415.8 MB
02-Programming Basics/015-Built-in functions.mp417.7 MB
02-Programming Basics/016-User-defined functions.mp413.9 MB
02-Programming Basics/017-Adding arguments to a function.mp48.5 MB
02-Programming Basics/018-Default arguments.mp49.1 MB
02-Programming Basics/019-Keyword arguments.mp44.5 MB
02-Programming Basics/020-Infinite arguments.mp46.9 MB
02-Programming Basics/021-Return values from functions.mp47.8 MB
02-Programming Basics/022-If, elif, else statements.mp46.8 MB
02-Programming Basics/023-For while loops.mp47.9 MB
02-Programming Basics/024-Importing libraries into a script.mp422.2 MB
02-Programming Basics/025-Project #1 - Building a calculator.mp445.4 MB
03-Advanced Python Concepts/026-PEP guidelines.mp422.5 MB
03-Advanced Python Concepts/027-Breaking out of while loops.mp421.4 MB
03-Advanced Python Concepts/028-Continuing while loops.mp46.7 MB
03-Advanced Python Concepts/029-Classes & objects.mp410 MB
03-Advanced Python Concepts/030-Instance variables.mp47 MB
03-Advanced Python Concepts/031-Class & instance variables.mp44 MB
03-Advanced Python Concepts/032-How to add comments to your code.mp48.8 MB
03-Advanced Python Concepts/033-Importing modules from relative paths.mp47.2 MB
04-Project #2 - RPG Battle Script/034-RPG setup.mp416 MB
04-Project #2 - RPG Battle Script/035-Creating our character.mp416.5 MB
04-Project #2 - RPG Battle Script/036-Additional utility classes.mp415.8 MB
04-Project #2 - RPG Battle Script/037-Enemy instantiation.mp461 MB
04-Project #2 - RPG Battle Script/038-Using magic.mp453.2 MB
04-Project #2 - RPG Battle Script/039-Turning our magic into a class.mp456.6 MB
04-Project #2 - RPG Battle Script/040-Healing our player.mp414.9 MB
04-Project #2 - RPG Battle Script/041-Adding items.mp457.9 MB
04-Project #2 - RPG Battle Script/042-Implementing different item types.mp448.9 MB
04-Project #2 - RPG Battle Script/043-Better HP view.mp432.5 MB
04-Project #2 - RPG Battle Script/044-Adding members to our party.mp450.9 MB
04-Project #2 - RPG Battle Script/045-Working HP bars.mp456 MB
04-Project #2 - RPG Battle Script/046-White space in HP & MP.mp418.7 MB
04-Project #2 - RPG Battle Script/047-Enemy HP bar.mp434.6 MB
04-Project #2 - RPG Battle Script/048-Multiple enemies pt.1.mp447.2 MB
04-Project #2 - RPG Battle Script/049-Multiple enemies pt.2.mp437.1 MB
04-Project #2 - RPG Battle Script/050-Enemy artificial intelligence.mp497 MB
05-Additional Python Resources/051-Reading and writing files in Python.mp47 MB
05-Additional Python Resources/052-JavaScript Object Notation (JSON).mp421 MB
05-Additional Python Resources/053-Using Virtualenv to create a virtual environment.mp46.1 MB
05-Additional Python Resources/054-The Python Package Index (PyPI).mp456.8 MB
06-Essential Modules - Requests/055-Introduction to Requests.mp419.5 MB
06-Essential Modules - Requests/056-HTTP GET variables.mp413.8 MB
06-Essential Modules - Requests/057-Pillow the image processing library (PIL).mp422.9 MB
06-Essential Modules - Requests/058-Posting data.mp49.9 MB
06-Essential Modules - Requests/059-Posting JSON.mp416.6 MB
06-Essential Modules - Requests/060-Headers.mp43 MB
07-Project #3 - Web Scraper/061-Beautiful Soup.mp419.6 MB
07-Project #3 - Web Scraper/062-Parsing our soup.mp429.3 MB
07-Project #3 - Web Scraper/063-Directional navigation.mp424.5 MB
07-Project #3 - Web Scraper/064-Image scraper.mp435.2 MB
07-Project #3 - Web Scraper/065-Improvements to our web scraper.mp427.7 MB
08-Project #4 - Getting Started with PyMongo/066-Introduction and setup.mp427.4 MB
08-Project #4 - Getting Started with PyMongo/067-Inserting documents.mp424.9 MB
08-Project #4 - Getting Started with PyMongo/068-Bulk inserts.mp49.7 MB
08-Project #4 - Getting Started with PyMongo/069-Counting documents.mp410 MB
08-Project #4 - Getting Started with PyMongo/070-Multiple find conditions.mp42 MB
08-Project #4 - Getting Started with PyMongo/071-Datetime and keywords.mp419.1 MB
08-Project #4 - Getting Started with PyMongo/072-Indexes.mp418.8 MB
09-Project #5 - Web Development Project Using Web.py/073-Introduction and simple example.mp425.5 MB
09-Project #5 - Web Development Project Using Web.py/074-HTML templates.mp410 MB
09-Project #5 - Web Development Project Using Web.py/075-Building a MVC.mp418.4 MB
09-Project #5 - Web Development Project Using Web.py/076-Importing static files.mp419.9 MB
09-Project #5 - Web Development Project Using Web.py/077-Setting up a register form.mp446.6 MB
09-Project #5 - Web Development Project Using Web.py/078-Posting data to web.py.mp416.6 MB
09-Project #5 - Web Development Project Using Web.py/079-Creating users.mp418.9 MB
09-Project #5 - Web Development Project Using Web.py/080-Hashing passwords.mp415 MB
09-Project #5 - Web Development Project Using Web.py/081-Login logic.mp438.1 MB
09-Project #5 - Web Development Project Using Web.py/082-Web.py sessions.mp434.1 MB
09-Project #5 - Web Development Project Using Web.py/083-Logout functionality.mp414.5 MB
09-Project #5 - Web Development Project Using Web.py/084-Posting microblogs.mp431.3 MB
09-Project #5 - Web Development Project Using Web.py/085-Retrieving post objects.mp420.9 MB
09-Project #5 - Web Development Project Using Web.py/086-User settings and updating Mongo.mp469.6 MB
09-Project #5 - Web Development Project Using Web.py/087-Relative datetimes.mp411.2 MB
09-Project #5 - Web Development Project Using Web.py/088-Making our post dates pretty.mp49.8 MB
09-Project #5 - Web Development Project Using Web.py/089-Adding post comments.mp452.2 MB
09-Project #5 - Web Development Project Using Web.py/090-Image uploads and avatars.mp489.6 MB
10-Project #6 - Django Web Framework/091-Django project setup.mp422.5 MB
10-Project #6 - Django Web Framework/092-Creating our blog app.mp429.8 MB
10-Project #6 - Django Web Framework/093-Setting up the admin site.mp422 MB
10-Project #6 - Django Web Framework/094-URLs and views.mp413.3 MB
10-Project #6 - Django Web Framework/095-HTML templates.mp45.4 MB
10-Project #6 - Django Web Framework/096-Dynamic template data.mp420.1 MB
10-Project #6 - Django Web Framework/097-Single post page.mp421.8 MB
10-Project #6 - Django Web Framework/098-Implementing Bootstrap.mp410.4 MB
10-Project #6 - Django Web Framework/099-Static files.mp411.6 MB

Alternative Torrents for 'FreeTutorials.Eu UDEMY Complete Python Course Beginner to Advanced FTU'.

There are no alternative torrents found.