I would suggest you to start at the client side. this is where all server technologies are willing to end up at.
Therefore start in this order:
1) (X)Html. 2) CSS. 3) JavaScript + toolkit library such as jQuery or Prototype. 4) Python. 5)SQL (and SQLite).
In between read about theories and patterns in software design (Wikipedia is a great resource).
And do not ever be shy to ask whatever you do not understand.
good luck.