@DANandJOEY0 Use py2exe or any other python to executalble file compiler, and if you do it right it will make a copy of your program as a .exe file, that can be used on any windows computer without having to install python and all of the other modules used in your program. Ive tried it without a python to exe compiler and it is pretty frustrating.
Simply open up a new terminal and type in the command 'python' that will start an interactive python session in the terminal. If it doesn't work, you haven't configured or installed python correctly.
is it possible too double quote? or just single and triple?
HaNt1zEr1zEr 1 day ago
How can people use my programs I make on their computers? Do they need python to view/use it?
Thanks!
-Dan
DANandJOEY0 8 months ago
@DANandJOEY0 Use py2exe or any other python to executalble file compiler, and if you do it right it will make a copy of your program as a .exe file, that can be used on any windows computer without having to install python and all of the other modules used in your program. Ive tried it without a python to exe compiler and it is pretty frustrating.
UnknownArtistBand 7 months ago
In the new Python, all quotes, strings, numbers, etc require parentheses and then quotes such as
print ('Hello')
KSixStringX 1 year ago
thax for the videos
beanies12 2 years ago
thanks for the linux info, but how do i get the IDLE page for linux or the python shell page?
tucsongolfer 2 years ago
Simply open up a new terminal and type in the command 'python' that will start an interactive python session in the terminal. If it doesn't work, you haven't configured or installed python correctly.
asib12 2 years ago