print("Hello World!👋")
Introduction
- Please check INTRODUCTION for general information about this list.
- Please check CONTRIBUTING for contributing guidelines.
- Strings in Python
- Integers and Floats in Python
- List, Tuple, and Set Data Types in Python
- Python Dictionaries
- Python Conditionals and Booleans (If/Else)
- Loops in Python (For & While Loops
- Python Functions
print("Congrats! If you have managed to complete Python Basics, you are ready to move on to some more Python")
- See Best Practices for Effectively Using This Section
- Global & Local Scope in Python
- Slicing Strings and List in Python
- Python Comprehension
- Error Handling in Python
- Python Classes Introduction
Courses
- See Best Practices for Introduction to Computer Science
- Introduction to Programming and Computer Science - freeCodeCamp
- Python - Intro to Computer Science - Harvard's CS50 (Highly Recommended)
- Problems - Intro to Computer Science (Solve these after Lectures)
- See Best Practices for Python Programming Basics
- Strings in Python - By Corey Schafer
- Strings in Python - Programiz
- Problems - Python Strings (Solve these after Lectures)
- List, Tuples, and Sets in Python - Corey Schafer
- List, Tuples in Python - Programiz
- Sets in Depth (Optional) - Corey Schafer
- Problems - Python Lists, Tuples, and Sets
- Conditionals and Booleans - If, Else, and Elif Statements - Corey Schafer
- Control Flow in Python - If Elif Else Statements - Programming with Mosh
- Problems - Python Conditionals
- Loops and Iterations in Python - Corey Schafer
- Introduction to For Loops in Python - CS Dojo
- Problems - Python For and While Loops
- Python Functions - Corey Schafer
- Python Functions (The Only Guide You'll Need) - Programiz
- Problems - Basic Python Functions
- Global and Local Scope Variables - Corey Schafer
- GLOBAL & LOCAL VARIABLE - Sundeep Saradi Kanthety
- Problems - Global and Local Scope in Python
- Slicing List and String - Corey Schafer
- Python Slicing of Lists & Strings | Python Best Practices - Programiz
- Problems - Slicing in Python
- Python List, Set & Dictionary Comprehension | Python Best Practices - Programiz
- Comprehensions - How they work and why you should be using them - Corey Schafer
- Problems - Python List and Dictionary Comprehension