If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
You can install the "python" package. Then make a text file that says "#!/usr/bin/python" at the top.
cd to the folder of your text file, and chmod +x it so that you can execute it. Then ./filename.py to start it.
Python is a programming language that is used for writing various types of programs, Kubuntu improvements, Games, Texteditors, etc... Whatever you can think of writing . 8)
Source code is saved as textfiles with .py on end of name... like myprogram.py .
which is why it's also called a scripting language. Easy to learn, easy to use, and best of all Free. 8)
Comment