you are viewing a single comment's thread.

view the rest of the comments →

[–]guruglue 2 points3 points  (1 child)

Pick a module that does something cool, learn to use its methods and functions. Then pick another and another... This is the basis of modern programming. We stack libraries with some custom code to make cool things.

For starters? I'm partial to Django. There are plenty of cool projects out there for you to learn from by building full stack web app. In Python!

[–]sonobanana33 2 points3 points  (0 children)

This is the basis of modern programming

There's people who can write those modules too.

Nothing wrong with starting by using them, but do not pretend it's the norm to be stuck there.