Hacker News new | ask | show | jobs
by CaiGengYang 3925 days ago
Just started learning how to program and only gone through the Python course on CodeAcademy.

Is there a good video tutorial online that shows step-by-step how to create a basic webpage in Python ?

1 comments

Sorry for the late reply. Yes indeed. You can try out the django book, for step by step guides on getting things done in Django. https://github.com/jacobian-archive/djangobook.com

I only propose Django because that's what I use for creating websites with Python.