Complete biology-themed Python curriculum from beginner to pro.
- Phase 1: Foundation (Projects 1-15)
- Phase 2: Control & Structure (Projects 16-30)
- Phase 3: Data Structures & Functions (Projects 31-45)
- Phase 4: Comprehensions & File Handling (Projects 46-60)
- Phase 5: NumPy & SciPy (Projects 61-75)
- Phase 6: Pandas & Data Analysis (Projects 76-85)
- Phase 7: Matplotlib & Seaborn (Projects 86-92)
- Phase 8: Scikit-Learn & ML (Projects 93-100)
# Navigate to any project
cd phase1_foundation/dna_base_counter
# Install dependencies
pip install -r requirements.txt
# Run the project
python main.py