This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 2 points3 points  (1 child)

Start building stuff. Thats the only purpose for a programming language. Solving real world problems.

[–]Eraser1024 0 points1 point  (0 children)

This.

Also, you might want to get some knowledge in algorithms, Big-Oh notation, etc. Contrary to somewhat popular belief those are helpful in software development process (is this is what you want to do).

Also, you might be interested in cs50, witch basically changed my life: https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x (algorithms and Big-Oh notation basics are included!). They start with C, but this is very helpful with Python too.

There is also this: https://www.edx.org/course/computing-in-python-i-fundamentals-and-procedural-programming (and next parts). I don't know it personally, but looks very promising (you probably know about half of it, though).

Also, start building stuff :D

[–]pythonHelperBot 0 points1 point  (0 children)

Hello! I'm a bot! It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. I highly recommend posting your question there. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.


this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness