Skip to content

iam-salma/Complete-Python-Bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Complete-Python-Bootcamp

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.


🛠️ Tech Stack

  • Python 3.x
  • Jupyter / VS Code
  • SQLite
  • Flask
  • Streamlit
  • pandas, numpy, matplotlib, seaborn (for data analysis)

🔧 Setup Steps :

  1. 📥 Clone the repository :

    git clone https://github.com/iam-salma/Complete-Python-Bootcamp.git
    cd Complete-Python-Bootcamp
  2. 🐍 Make sure you have Python 3 installed. :

    Here’s the official link to install Python 3: 🔗 https://www.python.org/downloads/

  3. 📦 Create a virtual environment :

    python -m venv venv
  4. ⚙️ Activate the virtual environment

    On Windows :

    .\venv\Scripts\activate

    On macOS/Linux :

    source venv/bin/activate
  5. 📌 Install dependencies :

    pip install -r requirements.txt
  6. 🏃To Run a Project:

    python foldername/filename

📦 Start your Python journey today — and don’t forget to ⭐ the repo if you find it useful! 🧠💻