Go to advanced search

by GilGill
Sat Jul 11, 2020 1:06 pm
Forum: Beginners
Topic: How do I print a Python Program
Replies: 33
Views: 712

Re: How do I print a Python Program

On my RasPi's, I always install geany, which I use as my generic code editor for 'C', Java, Python, shell scripts, etc.
It has pretty printing capability.
by GilGill
Mon Jul 06, 2020 1:22 pm
Forum: Beginners
Topic: Creating an .exe equivalent on Raspberry Pi
Replies: 7
Views: 291

Re: Creating an .exe equivalent on Raspberry Pi

As has been mentioned, there are two main types of code: compiled and interpreted (scripting). Python is mentioned as an interpreted language. Another such is Java. Have written Java some 17 or 18 years ago on an old Windows XP machine that still runs on Linux and Windows 10. The real challenge with...

Go to advanced search