PythonAIHub
Murthy R
Foundations

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 .md file into this page.

Run locally

cd python-course-site
python -m http.server 8000
# then open: http://localhost:8000

Deploy to GoDaddy cPanel

  1. Upload all files/folders to public_html/.
  2. Open your domain; index.html is the entry point.

Tip: Start by clicking Foundations in the top menu, then choose Chapter 1.