👋 Hello, I'm Dave Gray.
✅ Check out my YouTube Channel with hundreds of tutorials.
🚀 Follow Me:
📺 YouTube Playlist for this repository.
🚀 This repository shares ALL of the resources referenced during the Python for Beginners tutorial series.
DO NOT COPY FOR AN ASSIGNMENT - Avoid plagiarism and adhere to the spirit of this Academic Honesty Policy.
- 🔗 Python Official Site
- 🔗 Python Standard Library
- 🔗 Python Package Index
- 🔗 Python string methods
- 🔗 Python math module
- 🔗 Python random module
- 🔗 Python argparse module
- 🔗 Flask
- 🔗 OpenWeatherMap API
- 🔗 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