0

How to code python?

For example I use code blocks for c++ what do I use for python?

17th Aug 2021, 5:48 PM
Harsh Mewada
Harsh Mewada - avatar
6 Respuestas
+ 5
There are many choises. VsCode is faster but lightweight and less feature PyCharm slower than vscode but full feature. Just google how to get started with python you will find a lot of info
17th Aug 2021, 6:49 PM
Iftekhar Ahmed Pranto
Iftekhar Ahmed Pranto - avatar
+ 4
PyCharm is the best solution for Python
17th Aug 2021, 6:03 PM
Roma Butaku
Roma Butaku - avatar
+ 3
Notepad++ is a great and simple solution.
17th Aug 2021, 6:24 PM
Jan
Jan - avatar
+ 3
For more advanced Python, it's better to use something like PyCharm, but when you're just starting out the regular python interpreter you can find at {https://www.python.org/downloads/} should suffice just fine.
17th Aug 2021, 9:07 PM
Chloe
Chloe - avatar
+ 2
I use both PyCharm Community edition (which is free) and VSCode. Try them both and see what works best for you. If you’re only going to be doing Python, I think you’ll really like PyCharm.
19th Aug 2021, 4:43 PM
Musaab
Musaab - avatar
+ 1
There are also PyScripter, and Spyder (data-science oriented). Not to mention good ol' IDLE of course !
19th Aug 2021, 1:34 PM
Delorme