Showing posts with label write. Show all posts
Showing posts with label write. Show all posts

Monday, September 18, 2017

Ubuntu Tip Write Your Own Software

Ubuntu Tip Write Your Own Software


Anybody who uses a PC frequently will eventually come across a problem task they would rather automate or just dont have the software tools to do. Ubuntu has a number of programming languages and tools already pre-installed or ready to install for free from the Software Centre.

For languages like Python which is pre-installed, all you need to get started is a text editor like gedit. Which is also pre-installed. And there are loads of free tutorials and advice on-line to help total beginners and experts alike.

Bad Python Programmer: Functions: #!/usr/bin/env python # Functions allow us to include code in our programs that will only run when # explicitly called and can be reused....

download file now

Read more »