+ 2
How to start coding
i just finishd the python course, how can i practice my coding after learning the basic properties and syntax?
4 odpowiedzi
+ 13
You can download pycharm.It's better than python idle.
+ 6
you can install Python IDE in your PC and practice coding.
start with basic math problems
sign up to hackerrank,codechef,SPOJ,topcoder etc and solve the problems in your domain
praticipate in competitive programming
*****
by the way what you learn here is basics and basic syntax this is not real programming
as you finished Python here go for data structures and implementing algorithms using Python
pick a better reference book and learn different concepts
follow some better online tutorials(I suggest "the new Boston" a YouTube channel)
you can also have better courses in Coursera ,edx etc..
********
*learning
*coding*
*failing*
*learning*
*coding*
*********
this can make you a better programmer
+ 1
Pick a coding challenge for python and try to solve it. Google 'coding challenges'. Pick your lang and try to solve them.
I would suggest sites that include solutions! :)
Good luck.
0
thank u!