Welcome to PythonAIHub
This is a static, course-style Python tutorial site built with plain HTML + Markdown + JavaScript.
How it works
- Top navigation selects a section (Foundations, Data & Files, OOP, AI Track).
- Sidebar updates to the relevant chapter list for that section.
- Click a chapter to load its
.mdfile into this page.
Run locally
cd python-course-site
python -m http.server 8000
# then open: http://localhost:8000
Deploy to GoDaddy cPanel
- Upload all files/folders to
public_html/. - Open your domain;
index.htmlis the entry point.
Tip: Start by clicking Foundations in the top menu, then choose Chapter 1.