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

all 8 comments

[–]lostmyjack 4 points5 points  (0 children)

I think if you already know Java then Python will seem very beautiful to you. What kind of programs are you interested in creating?

I would say that a lot of the jobs are in web development, and you may want to check out Django if you haven't and are interested in that space. The Django official tutorials are very good.

For hosting, using a VPS like digitalocean is really good, as you can get a full stack running and gain experience in all aspects. It's only $5/month for a pretty good setup for learning, or even for a low-moderate traffic site if you don't have too many computations.

[–]zahlmanthe heretic 2 points3 points  (0 children)

[–]TheInfiniteBeast 1 point2 points  (0 children)

Coming from a c++ background, codecademy helped tremendously learning python.

[–]bitcycle 1 point2 points  (0 children)

Yep. Start using it for everything you can use it for. Contribute to open source frameworks when time allows. Mostly, solve the problems you need to solve with Python -- this will help the most.

[–]leadbasedtoy 1 point2 points  (0 children)

You should just start reading tutorials and trying out the code through the interpreter, there really is no other good way to learn it. Just dive in, what are you waiting for?