This repository contains my work, notes, and solutions from the ITI Summer Code Camp 2025, held in Port Said, Egypt. The track focuses on full-stack web development using Python and modern client-side technologies.
- Location: Information Technology Institute (ITI), Port Said, Egypt
- Mode: Online
- Duration: July 2025
- Total Hours: 120
| Module | Hours |
|---|---|
| Object-Oriented Programming Using Python | 24 H |
| Python Frameworks (Flask, Django) | 30 H |
| Client-Side Technologies (HTML, CSS, JS) | 48 H |
| PostgreSQL Database | 18 H |
🔗 📝 ITI Summer Code Camp Task Tracker (Google Sheet)
To run and explore the projects in this repository, follow these setup steps:
Make sure Python 3.8+ is installed.
# Check Python version
python --version
# Create virtual environment
python -m venv env
# Activate the environment
# On Windows:
env\Scripts\activate
# On macOS/Linux:
source env/bin/activate# Upgrade pip
pip install --upgrade pip
# Install Django
pip install django
# Install Flask
pip install flaskDownload and install Node.js from: https://nodejs.org
#Then check installation:
node -v
npm -vgit clone https://github.com/your-username/iti-fullstack-course.git