+ 1

Software to write and run codes

Please I'm new to coding and i'm currently learning basics of python, I want to know which software I can use to write and run my codes.

19th Jun 2025, 6:57 PM
Manuel Otu
Manuel Otu - avatar
2 Respuestas
+ 4
You can use to python IDLE which comes preinstalled with python, Visual Studio Code, PyCharm, Thonny IDE, eclipse IDE for python developers. All these offers a different range of application interface, but you can pick the one of your choice. But before using them you first need to download and install python on your computer, then you can now install some IDE, text editor, or code editor. Good luck 👍
19th Jun 2025, 10:14 PM
Kilani Abdulrahman Damilare
Kilani Abdulrahman Damilare - avatar
+ 3
Manuel Otu , to get started with python in sololearn, you can just use the app as it is. no extra software or installation is required. to start and get familiar with the language and with the app, i recommend using the `introduction to python tutorial`. inside this tutorial you can learn and do exercises. if you want to create codes independent from the tutorials, go to the `create` section (bottom of the page). then select `code` on the top of the page. select a programming language like python. now you can create and run your code.  you can save the code so it can be used further on. if you have any specific issues you can raise a question in this forum.
20th Jun 2025, 5:12 PM
Lothar
Lothar - avatar