I am thinking about making my own social network recently. Now I have a few questions...
Q1:
I have used php and asp.net before and liked them both, never really used python for web development.
I am thinking about making a smallish social network but also want to expand it to a full blown one if the need arise.
My main goals are:
1) Stability.
2) Security.
3) Ease of updating the code if errors/bugs are detected.
What language would be better suited for this task?
Q2:
How will I control the log in functionality? Will it be best to store all the user's data in a sql type database?