jabrielcjones / practy

A collection of coding questions and exercises
1 stars 3 forks source link

Practy

Practy is an open-source collection of programming questions and exercises. The questions and exercises are sourced from textbooks, and they are ordered from basic to advanced.

Practy is written in markdown, deployed by MKDocs, and published on Github.

The goal of Practy is to provide a guided, hands-on learning experience by:

Supported Languages

Using Practy

Remote Dev Environment

Visit Practy (dev)!

Install and Deploy Locally

Prequisites:


# Create a python virtual environment
python -m venv venv

# Activate the python virtual environment
. venv/bin/activate

# Upgrade Pip
pip install --upgrade pip

# Install Practy dependencies
pip install -r requirements.txt

# Deploy Practy
mkdocs serve

Open http://127.0.0.1:8000/ in a browser