Hi, all
I have been learning the python language for a couple of weeks. For now I only know a little of the language, the syntax, usage of the builtin types such as str, lists, dicts, and tuples, this is fine for writing some simple scripts to process text files.
But my initial intention was to build a blog for myself using python, I know there are so many web frameworks, but it is just their names that I heard of, I know nothing about them.
My question is, what should I learn next? should I first learn how to do web programming in general before learning any frameworks? if so, where to start?
And I wish to run python web application on the Ningx HTTP server, how do I configure the server?
Thanks in advance.
Kevin Tse