+ 4

Question

Im new , i just wanted to know about coding but where can i use the codes i dont understand where should i write them ? I feel like it is a stupid question but i want to know how to use what i will learn . Btw I’m learning python

16th Sep 2025, 7:35 AM
SD1
7 Respuestas
+ 3
Later in the course, you will be asked to fix a broken / uncompleted code based on the lesson. Alternatively, you can create your own code from the Create tab.
16th Sep 2025, 8:02 AM
Wong Hei Ming
Wong Hei Ming - avatar
+ 2
Thanks everyone
17th Sep 2025, 6:49 AM
SD1
+ 2
Ok firstly you need to 🌟 with basic
18th Sep 2025, 6:37 AM
Khaleed Rufai
Khaleed Rufai - avatar
+ 1
Not a stupid question at all! 😊 On Sololearn, you can try your Python code in the Playground (look for the little “+” or “Code” button). That’s where you can create a file, type your code, and run it to see the result. It’s basically like your practice space—so whenever you learn something new in the lessons, hop into the Playground and test it out!
17th Sep 2025, 12:54 AM
Alex Bright
Alex Bright - avatar
+ 1
That question exists in the mind every beginner. In Sololearn you can write code at Create option on every programming language Where can I use code ? You can use python code at the Backend of websites , Machines , robots and etc but wait its not your time now continue your lesson for nowadays
17th Sep 2025, 7:22 AM
Safiullah Mohammadi
Safiullah Mohammadi - avatar
0
Basically, programs (the code itself) are written in text editors designed for this purpose. Or in so-called IDEs (heavier programs with rich functionality). Then, depending on the programming language, they are converted (compiled or interpreted) into executable machine code. Compilable languages include C and C++. Interpreted languages include Python. For example, if you write a program in C++, the compiler can convert it into an executable file with the *. exe or *. com, and you can run this ready-made file in a Windows environment 10 Best Python IDE & Code Editors https://hackr.io/blog/best-python-ide
16th Sep 2025, 8:06 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
0
In sololearn you can code at the create code section while for somewhere else just search the language you want to use and you'll most probably get the website where its distributed and download the language from there. (Or just search online compilers if you don't want to download at the moment ;⁠)
17th Sep 2025, 2:44 AM
Shinjay Saha
Shinjay Saha - avatar