DEV Community

Discussion on: I've Trained Programming Interns For 6+ Years, Ask Me Anything!

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

Hi Muhammad,

Thankfully, formal education is not always a necessity! It played such a minor part in my own professional journey.

Here's what I recommend:

  1. Start learning a language. Given your interest area, start with Python. Automate the Boring Stuff with Python by Al Sweigart is an excellent place to start. After that, check out my own Dead Simple Python series to dig deeper. While learning any language, focus on strengthening the fundamentals.

  2. Plug into developer communities. The #python channel on Freenode IRC is an excellent community to join! That was the crowd that first broke me in as a greenhorn, and I continue to learn so much from them. Make yourself a part of the communities you're in. Ask questions. Answer questions, or at least try to. Write articles here on DEV, especially #devjournal posts initially, documenting what you learn. Communication in all forms is essential to success in programming, and it also builds your skills in English and whatever other language(s) you use.

  3. Find an open source project to contribute to. One possibility is Mycroft.ai, a fairly mature open source personal voice assistant project, developed in Python. You can start by writing simple skills, and working your way up to the tough stuff. Challenge yourself!

  4. When you encounter a problem that seems too tough, learn what you need to solve it. Talk to people in your programming communities. Experiment. Break things, and then fix them! You learn more from these moments of being "stuck" than you could from any book or course.

Lather, rinse, repeat. If you dedicate yourself to this process, soon enough, you'll have gained enough provable knowledge through your open source participation to earn a spot in an entry level position. Bonus, the friends you make over time in the communities you're in may even be willing to recommend you, once they've gotten to know you, of course.

Collapse
 
haseebshout profile image
Haseeb Munir

Hello Jason,

Thanks for the swift reply. I will start following the steps and might again ask you for your help if I need some help.

Thanks once again