A hands-on, module-wise Python bootcamp covering everything from basic syntax to advanced topics like data analysis, Flask, and multithreading. This structured, self-paced resource is designed for beginners, intermediates, and those looking to sharpen their Python fundamentals.
- Python 3.x
- Jupyter / VS Code
- SQLite
- Flask
- Streamlit
- pandas, numpy, matplotlib, seaborn (for data analysis)
-
📥 Clone the repository :
git clone https://github.com/iam-salma/Complete-Python-Bootcamp.git cd Complete-Python-Bootcamp
-
🐍 Make sure you have Python 3 installed. :
Here’s the official link to install Python 3: 🔗 https://www.python.org/downloads/
-
📦 Create a virtual environment :
python -m venv venv
-
⚙️ Activate the virtual environment
On Windows :
.\venv\Scripts\activate
On macOS/Linux :
source venv/bin/activate
-
📌 Install dependencies :
pip install -r requirements.txt
-
🏃To Run a Project:
python foldername/filename
📦 Start your Python journey today — and don’t forget to ⭐ the repo if you find it useful! 🧠💻