Skip to content

finkord/web-programming-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š flask-course-2025

Learning course on web development with Flask.

Each lesson is located in a separate GitHub branch.

πŸš€ How to Use

Follow these steps to get started with the course:

  1. Clone the repository:

    git clone https://github.com/svkivn/flask-course-2025
    cd flask-course-2025
  2. View available branches:

    git branch -r
  3. Switch to the lesson branch you want:

    git checkout lesson1-hello-world
  4. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate   # Linux/Mac
    venv\Scripts\activate      # Windows
  5. Install dependencies:

    pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published