Skip to content

Latest commit

 

History

History
56 lines (50 loc) · 3.21 KB

Python_00_Introduction.md

File metadata and controls

56 lines (50 loc) · 3.21 KB

Python Notes 🐍

Source Content 📄 📖 🗣️ 👥 📚 🤷
Learn Python by FreeCodeCamp - - - - -

Table of Contents

  1. Variables & Data Types 📊
  2. Control Flow ⚙️
  3. Misc. Introductory Topics 🧩
  4. Object Oriented Programming 🤖
  5. Example Projects 🚀

Notes Overview

Section Topic
🐍 Variables & Data Types 📊 Variables & Data Types
Working With Strings
Working With Numbers
Lists
Tuples
Dictionaries
Sets
Boolean Type
None Type
Type Conversion
Mutable vs Immutable Types
File Handling
🐍 Control Flow ⚙️ List Functions
Functions
Return Statement
If Statements
If Statements & Comparisons
While Loops
For Loops
Exponent Function
2D Lists & Nested Loops
🐍 Misc. Introductory Topics 🧩 Comments in Python
Getting Input from Users
Try / Except Blocks
Reading Files
🐍 Object Oriented Programming 🤖 Classes & Objects
Defining a Class
Creating Objects
Object Functions
Inheritance
Practical Examples
🐍 Example Projects 🚀 Drawing a Shape
Building a Basic Calculator
Mad Libs Game
Building a Better Calculator
Building a Guessing Game