Skip to content

stzhuk/pymentor

Repository files navigation

Python Mentor Roadmap (Remake)

This project is a remake of the original Python Mentor roadmap website.
The original website is currently unavailable, so this project recreates the roadmap structure and content for educational purposes.

⚠️ This is not the original project and I am not the author of the original Python Mentor website.
All credit for the roadmap concept and structure belongs to the original creators.


About

This website provides a structured roadmap for becoming a Python Developer.

Tech Stack

  • Vite
  • React (TypeScript)
  • TailwindCSS

The goal of this remake is to keep the roadmap accessible and easy to use.


Installation

Clone the repository:

git clone https://github.com/stzhuk/pymentor.git
cd pymentor

Install dependencies:

npm install

Run Locally

Start the development server:

npm run dev

The app will be available at:

http://localhost:5173

Build for Production

npm run build

Authors

Remake & maintenance:
Petro Storozhuk

Original roadmap concept and content:
Python Mentor (original creators)