Udemy - Python for Beginners Learn Python with Practical Exercise...
- Category Other
- Type Tutorials
- Language English
- Total size 397.6 MB
- Uploaded By coursedrive
- Downloads 210
- Last checked 6 hours ago
- Date uploaded 6 years ago
- Seeders 0
- Leechers 0
Infohash : 0013504994D6871105A6010AD1D7AC2AB163EB3B
Python for Beginners: Learn Python with Practical Exercises! Download
Complete with Examples, Quizzes, Exercises and Game Building
What you'll learn
Practise coding in the most popular Python development environments for data scientists and developers alike
Solid understanding of Python Programming Fundamentals
Object Oriented Programming
Build a Python Game
Run Fully Functioning Python Game in your Terminal like a real Python Developer!
Requirements
A Willingness To Learn Awesome Python Skills
This course requires a Mac, little support for Windows
Description
Hi Iโm Sam, a big data engineer and full stack web developer teaching you to program in Python in the most efficient and down to earth approach. I will not only teach you to code but also the environment used to develop python code used by everyday data scientists and big data engineers.
This course is streamlined into 3 hours to fit into a busy schedule. All content in this course will be highly reusable in a real world situation. This course is strictly no โfluffโ which means we will get into the core of programming straight away without going through hours of theory which you will never apply on real projects.
So if you want to learn python programming to transition into data science, or the big data space and donโt have the luxury of time you have come to the right place!
Course is split up into sections as below:
Environment Setup - Here you learn and install the most popular environments used by data scientists and developers
Data Types and Methods - The abcโs of the coding language.
Control and Looping ย - Learn how to control the flow of the program and repeat tasks
Functions - Help Automate your tasks
Error Handling - Handles errors in real world applications
Object Oriented Programming - Learn OOP to be even better at programming
File Structure & Running in Terminal - Learn how Python modules work and run in Terminal
Who this course is for:
For People Who want to learn Python Fundamentals and later transition into Data Science, Web Development or Big Data
For Complete Programming Beginners
For People New to Python
Not Intended for Seasoned Developers
visit for more udemy courses free download
Files:
Python for Beginners Learn Python with Practical Exercises! Udemy- Python for Beginners Learn Python with Practical Exercises! 7. Building Game Project- 4. Game Project Solution Part 3.mp4 (20.4 MB)
- 1. Game Project Explanation and Hints.mp4 (10.0 MB)
- 1.1 Final Project Outline and Hints.pdf.pdf (47.5 KB)
- 2. Game Project Solution Part 1.mp4 (11.0 MB)
- 3. Game Project Solution Part 2.mp4 (8.6 MB)
- ReadMe.txt (0.4 KB)
- Visit Coursedrive.net.url (0.1 KB) 1. Introduction & Environment Setup
- 1. Course Introduction.mp4 (6.5 MB)
- 2. Iterm2 Installation.mp4 (3.1 MB)
- 3. Installing Python 3.mp4 (9.6 MB)
- 4. Installing Jupyter Notebook.mp4 (16.5 MB)
- 4.1 Installation troubleshooting.pdf.pdf (39.5 KB)
- 1. Data Types.mp4 (8.7 MB)
- 2. Int and Float.mp4 (8.5 MB)
- 3. Retrieving From a List.mp4 (3.9 MB)
- 4. List Methods.mp4 (8.8 MB)
- 5. Tuples.mp4 (3.4 MB)
- 6. String Methods.mp4 (11.5 MB)
- 7. Dictionary Methods.mp4 (4.8 MB)
- 8. Print Method.mp4 (3.4 MB)
- 9. Data Types and Methods Quiz.html (0.1 KB)
- Data Types & Methods.ipynb (14.4 KB)
- 1. If Else Statements Syntax.mp4 (5.2 MB)
- 2. If Else Control Logic Part 1.mp4 (6.9 MB)
- 3. If Else Control Logic Part 2.mp4 (6.3 MB)
- 4. For Loop and While Loop Syntax and Logic.mp4 (7.6 MB)
- 5. For Loop Logic and Quick Exercise.mp4 (7.9 MB)
- 6. While Loops Logic.mp4 (5.4 MB)
- 7. While Loops with If, Else Statements.mp4 (7.9 MB)
- 8. Break and Continue Methods.mp4 (7.6 MB)
- 9. Looping Exercise.mp4 (7.3 MB)
- 10. Looping Exercise Solution.mp4 (5.4 MB)
- Control & Looping.ipynb (14.5 MB)
- 1. Function Concept.mp4 (10.2 MB)
- 2. Function Examples and Quick Exercise.mp4 (5.7 MB)
- 3. Function Scoping.mp4 (6.6 MB)
- 4. Function Exercises.mp4 (10.7 MB)
- 5. Function Exercise Solution Part 1.mp4 (8.0 MB)
- 6. Function Exercise Solution Part 2.mp4 (9.4 MB)
- Functions.ipynb (18.9 KB)
- 1. Error Handling Concept.mp4 (5.9 MB)
- 2. Error Handling Examples.mp4 (10.8 MB)
- 3. Using While Loops with Error Handling.mp4 (7.4 MB)
- 4. Error Handling Exercise.mp4 (4.2 MB)
- 5. Error Handling Exercise Solution.mp4 (6.5 MB)
- Error Handling - Try, Except, Finally.ipynb (13.5 KB)
- Thumbs.db (17.0 KB)
- 1. OOP Concepts.mp4 (6.3 MB)
- 2. OOP Examples.mp4 (11.5 MB)
- 3. OOP Important Usage.mp4 (11.7 MB)
- 4. OOP Exercise and Solution.mp4 (9.3 MB)
- Object Oriented Programming.ipynb (8.9 KB)
- 1. Installing VSCode incl. tips.mp4 (13.5 MB)
- 2. Installing Pylint.mp4 (6.5 MB)
- 3. File Structure and Modules Explained.mp4 (17.8 MB)
- 4. Using Python in VSCode.mp4 (6.1 MB)
- 5. Running Python Program in the Terminal.mp4 (8.4 MB) BlackJack
- __main__.py (0.4 KB)
- file_structure (0.6 KB)
- main.py (0.5 KB) gameClasses
- __init__.py (0.0 KB)
- __init__.pyc (0.2 KB)
- deck.py (0.6 KB)
- deck.pyc (1.6 KB)
- gameStatus.py (1.6 KB)
- gameStatus.pyc (2.2 KB)
- player.py (1.2 KB)
- player.pyc (2.7 KB) __pycache__
- __init__.cpython-36.pyc (0.2 KB)
- deck.cpython-36.pyc (1.0 KB)
- gameStatus.cpython-36.pyc (1.6 KB)
- player.cpython-36.pyc (1.8 KB)
- __init__.py (0.0 KB)
- __init__.pyc (0.2 KB)
- gameMethods.py (5.7 KB)
- gameMethods.pyc (5.4 KB) __pycache__
- __init__.cpython-36.pyc (0.2 KB)
- gameMethods.cpython-36.pyc (3.9 KB)
- Visit Coursedrive.net.url (0.1 KB)
- Course Downloaded from coursedrive.net.txt (0.4 KB)
There are currently no comments. Feel free to leave one :)
Code:
- UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE