Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🐍 Python Basics for AI & ML

Welcome to the Python Basics section of the Python Masterclass by TrainWithShubham.

This module is your starting point for learning Python from scratch — no coding background required.


🎯 What You’ll Learn

  • Python Setup & Hello World
  • Variables & Data Types
  • Operators & Conditionals
  • Loops (for, while)
  • Strings & Lists
  • Functions
  • Error Handling & Best Practices

Once you finish this folder, you’ll be ready for:

NumPy → Pandas → Matplotlib → Machine Learning


⚙️ Getting Started

git clone https://github.com/LondheShubham153/python-masterclass.git
cd python-masterclass/basics
python 01_hello_world.py