The subverse for learning and teaching programming. Once you've learned something new, feel free to teach others. "Stupid questions" are welcome here. (No question is stupid, especially when one is learning a new skill.)
Rules:
-
No spam. Spam will be deleted. Repeat offenders will be banned.
-
If you are advertising a service, please get approval first. Otherwise your post will be deleted.
-
Indicate the programming language at the beginning of your post tile. Example: [PHP] How do I use random_compat in my web app?
-
Posting links to your personal blog is allowed, if they contribute to the subverse.
Online Resources
Codecademy has introductory courses for a wide range of languages, including Python, JavaScript, Ruby, and Java. The courses were created by volunteers, so their quality varies, but they're better than nothing.
Freecodecamp: a 1600-hour JavaScript course that makes use of free online resources.
Khan Academy has introductory web development courses.
Related Subverses:
/v/programming | /v/programmingtalks | /v/MachineLearning
/v/webdevelopers | /v/html | /v/javascript
/v/gamedev | /v/learngamedev
/v/csharp | /v/java | /v/lua | /v/python | /v/LearnPython | /v/ruby
view the rest of the comments →
[–] FFX01 0 points 1 point 1 point (+1|-0) ago
I just started doing a flask mega tutorial that goes over how to build a complete blog site with accounts, posts, comments, following, blocking, the whole shebang. I'm about half way through after spending 12 hours on it. I'm learning a lot about how a stack is supposed to work, and I have to say, I really like Flask. The tutorial is really in depth. It's written by the guy who wrote the O'Reilly book for Flask, so I'm sure it keeps up with conventions.
Link to the tutorial if anyone is interested
[–] captbrogers ago
Coincidentally, I've been thinking about learning Python for websites. Thanks for the link.
[–] FFX01 ago
You're welcome. I've been having a lot of fun with it. Django is more full featured, by Flask is lighter and more modular.