24th Oct 2024, 8:49 PM
AMAN KUMAR
AMAN KUMAR - avatar
2 Answers
+ 4
Tip #1 - Be prepared to spend some time learning. Once you get the basic concepts down, you'll start to feel like a real programmer. But it does take a little while to get the feel for writing code. You will never regret the effort. Tip #2 - Once you get going and can write basic scripts, get setup to write code on your own device. The SoloLearn Code Bits area is good, but it's limited. If you have a PC or Mac, that's perfect. If you are mobile only, there are Python interpreters there as well. Tip #3 - Best tip - When you get stuck, and you will, ask us. We will always review your code and try to help you understand what's going on or what's going wrong.
24th Oct 2024, 10:39 PM
Jerry Hobby
Jerry Hobby - avatar
+ 1
Further to Jerry Hobby 's wonderful response, make sure you learn to look. It's a powerful skill - look/search for answers/help to your problem and see if you can solve them yourself that way before immediately asking others, look at others' codes, do you understand them? It's a terrific way to see how the code is used and might inspire you with things you could do. Sololearn's forum and code playground are a treasure trove of resources, you really want to dig around. Here's some for you: https://sololearn.com/compiler-playground/WPt7hMnBd60i/?ref=app https://sololearn.com/compiler-playground/WVvN7zvir7OK/?ref=app https://sololearn.com/compiler-playground/Wps10yG4b1aK/?ref=app https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app https://www.sololearn.com/discuss/1187881/?ref=app
25th Oct 2024, 6:53 AM
Ausgrindtube
Ausgrindtube - avatar