I need real help understanding py | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need real help understanding py

Can anyone try to explain how I see it but cannot apply it to create

11th Dec 2023, 10:19 PM
Antony Page
Antony Page - avatar
3 Answers
+ 6
Even if python looks intuitive and easy, actually it's tricky. When you learn something new try to tinker with the code, Google for more info, make small codes just for fun, or create a useful function. Focus on the basics and don't rush, programming is all about input and output, you should have good understanding of the basics. you should understand the basic concepts like variables, data types, operators, conditions, if else, loops, functions ... If you are a beginner you don't need to start a big project, start with just solving some easy problems. If you forget something while coding it's normal to Google it. Add comments to your code, they are useful for understanding, remembering, and tinkering code lines. Use the print function to debug your codes and see values changes. When you have errors, don't try changing random things, try to understand the error message and Google it.
11th Dec 2023, 11:56 PM
Mafdi
Mafdi - avatar
+ 1
Antony Page , Have you seen the Code Coach exercises in the Community tab? They're like brain candy. Click VIEW MORE and set the filters to "Easy" and "Unsolved". Then read through each description until you find the easiest of the easy, and start there.
13th Dec 2023, 1:20 AM
Rain
Rain - avatar
+ 1
Rain, Thank you will do
14th Dec 2023, 3:16 PM
Antony Page
Antony Page - avatar