DEV Community

Discussion on: How to start coding journey as non tech person?

Collapse
 
nitinkatkam profile image
Nitin Reddy

The Python Beginner course is definitely a step in the right direction to begin your coding journey. To improve your skill, read some code written by other programmers (Eg. on GitHub), implement some common statistical calculations (you can use open data sets from the "Awesome Public Datasets" repo on GitHub), and try to solve challenges on coding/algorithm contests.

CodeCamps help you learn an entire stack of technologies (Eg. Angular, ExpressJS, MongoDB) and will set you on the track to professional coding. You might also want to apply to degree programs at universities that are known for their software development courses.

Collapse
 
iamdurga profile image
Durga Pokharel

Thank you. I am definitely going to follow this.