quickly programming

Download Quickly programming

If you can't read please download the document

Upload: newlug

Post on 19-May-2015

879 views

Category:

Technology


3 download

DESCRIPTION

A brief presentation on programming Ubuntu apps using Quickly.

TRANSCRIPT

  • 1. North East Wisconsin Linux User GroupUbuntu QuicklyPresented Tim Bolz

2. QuicklyWhat is quickly? It is an amazing little program which makes programming easy and fun.Why use quickly? One its quick, two its easy and three it uses Python. 3. Installing QuicklySudo apt-get install quicklyIts command line but its that easy 4. Getting startedIn the command line typeQuickly tutorial ubuntu-applicationQuickly create ubuntu-application (you put your name here) without the parenthesesCd name_of_your_program 5. Some CommandsQuickly editThis opens up a editor which you can edit the Python codeQuickly designThis opens up glade a window making program.Quickly runThis actually runs the program so you can test your program. 6. Optional commandsquickly package Quickly releaseThe above two commands will connect to launchpad. You will need a launchpad account and a PPA already createdQuickly shareDoes the same thing as release 7. Sites to help you get startedhttp://developer.ubuntu.com/get-started/Watch the video Jono makes it very easy to make a browserhttp://developer.ubuntu.com/resources/tools/quickly/https://wiki.ubuntu.com/Quickly#Installation 8. Lets write a quickly programWhat should we write?What we should know is a minimal amount of Python programming.Clear definition of what the program is to do.