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! π§ π»