+ 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.
3 Respostas
+ 5
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.
+ 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 👍
0
For Python, just grab VS Code it's free and perfect for beginners. You can write and run everything right there, super easy to use. PyCharm is good too but might be overkill at first.
Learn the security basics early, especially if you'll work with platforms later. I found this article https://yojji.io/blog/lms-security really helpful for understanding lms security features definitely worth checking out