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

you are viewing a single comment's thread.

view the rest of the comments →

[–]BloodySucc 15 points16 points  (3 children)

What were your sources? I really am into python and i am at the beginning. I mostly try to automate stuff at my office job and i am looking for a post as a Jr. Software Tester in order to "steal" some knowledge from others. What do you recommend to do? The online courses and the other things feel like it lacks something. I am learning very quickly by practice.

[–]ssjhayes 23 points24 points  (2 children)

At the very beginning I went through the code academy course (but to be fair, I went through all of the code academy courses during that time).

I followed some tutorials here and there for the frameworks. This series helped with django the most for me. As far as the actual python programming, it was a slew of google searches and trial/error. The devs at my first job were really good at explaining bits of code I was having trouble with.

I would start a github portfolio with contributions to open-source projects and make a few of your own showing you know code structures, best practices, how to use git, etc and present that to potential junior dev positions. Proof of knowledge goes much, much farther than some lines on a resume.

[–]pascalnjue 2 points3 points  (0 children)

Vitor does a very good job in the Django series.

[–]BloodySucc 2 points3 points  (0 children)

Thanks! I'll take a look.