python program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

python program

i am now learning python, does python have user interface i can edit and make alittle better ? and where can i code ? like what program should i have ? i have python installed but where to type codes ?

12th Jul 2018, 11:26 PM
The Mando
The Mando - avatar
4 Answers
+ 5
There are many ways to play around with python. These are some of the ways I use: 1.) You can just use Jupyter notebook (this can be download or use directly from your browser). http://jupyter.org 2.) You can use Python IDE (which is basically a program which is quite easy to use once you got it down #recommend). There are many IDEs you can use (you can just search google for "python IDEs"). Personally I use 'Spyder' >> https://pythonhosted.org/spyder/ 3.) If you want to use the python directly from a command prompt with the one that you downloaded, just read and follow this page (*for window* https://stackoverflow.com/questions/4621255/how-do-i-run-a-python-program-in-the-command-prompt-in-windows-7 (this includes instruction for both python 2 & 3) PS: sorry if I said anything incorrectly or unclearly!!
12th Jul 2018, 11:46 PM
KuriKuRa
KuriKuRa - avatar
+ 2
isn't there something that helps for example when i write a code function it auto completes it ? and by ui i don't mean coding my own i simply mean making the ui of the program that i am using, excuse me if i am a little ignorant
12th Jul 2018, 11:33 PM
The Mando
The Mando - avatar
+ 1
Yes, Python offer UI programming in different way. For coding you need of a normal text editor. I suggest you to see Python official manual for more in depth infos
12th Jul 2018, 11:31 PM
KrOW
KrOW - avatar
0
Go to PyCharms comunity edition
12th Jul 2018, 11:43 PM
KrOW
KrOW - avatar