I completed python tutorial but dont know how to write a block of code and dont know even where to apply it.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I completed python tutorial but dont know how to write a block of code and dont know even where to apply it..

30th May 2019, 3:12 AM
Mubarak Yahaya Rashi
5 Answers
+ 16
New coders always have that problem because they've only learned the syntax. To write a program you also need some knowledge of algorithms. Take a look at this site. https://m.wikihow.com/Write-an-Algorithm-in-Programming-Language
30th May 2019, 8:13 PM
ron
+ 13
After learning python learn data structures and try to learn patterns .. And also learn simple programme such as reverse a string, factorial of number , reversing a number . It will help you create your own programme...
30th May 2019, 5:01 AM
Vijay(v-star🌟)
Vijay(v-star🌟) - avatar
+ 6
There are examples in the tutorial and a code playground to practice the basics.
30th May 2019, 3:26 AM
Sonic
Sonic - avatar
+ 4
This happened to me when I first started learning from sololearn. First try implementing small problems like finding factorial or greatest number in list, or conversions. When you're good with them, look for basic problem excercises on sololearn or on Google 😎
30th May 2019, 4:16 AM
Anurag
Anurag - avatar
0
Now that you've finished the tutorial, it's time to apply what you've learned. You can try solving some programming exercises like the ones found here in SL. Once you are comfortable enough, you can now build a personal project on your own. It doesn't have to be a complicated project. Start small and add additional features as you go along.
30th May 2019, 5:32 AM
Lambda_Driver
Lambda_Driver - avatar