4 Respostas
+ 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!!
+ 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
+ 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
0
Go to PyCharms comunity edition