"Python for Beginners"
Full Course - 23 Chapters
Author Links
π Hello, I'm Dave Gray.
π My Courses
β Check out my YouTube Channel with hundreds of tutorials.
β Buy Me A Coffee
π Follow Me:
Description
πΊ YouTube Playlist for this repository.
π This repository shares ALL of the resources referenced during the Python for Beginners tutorial series.
π Academic Honesty
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.
β Free Python Tools
- π Python
- π Visual Studio Code (aka VS Code)
- π Python VS Code Extension
π References
- π Python Official Site
- π Python Standard Library
- π Python Package Index
- π Python string methods
- π Python math module
- π Python random module
- π Python argparse module
- π Flask
- π OpenWeatherMap API
π» Source Code
- π Chapter 1 - Introduction & Setup
- π Chapter 2 - Python Basics
- π Chapter 3 - Python Operators
- π Chapter 4 - Basic Data Types
- π Chapter 5 - User Input & Control Flow
- π Chapter 6 - Lists & Tuples
- π Chapter 7 - Dictionaries & Sets
- π Chapter 8 - While Loops & For Loops
- π Chapter 9 - Functions
- π Chapter 10 - Recursion
- π Chapter 11 - Scope
- π Chapter 12 - Closures
- π Chapter 13 - f-Strings
- π Chapter 14 - Modules
- π Chapter 15 - Command Line Arguments
- π Chapter 16 - Student Challenge
- π Chapter 17 - Lambda & Higher Order Functions
- π Chapter 18 - Classes, Objects, Inheritance & Polymorphism
- π Chapter 19 - Errors & Exception Handling
- π Chapter 20 - OOP Practice Project
- π Chapter 21 - Virtual Environments & PIP
- π Chapter 22 - Working With Files
- π Chapter 23 - Final Project: Python Web App with Flask