Results 1 to 10 of 10

Thread: Where to start to create an application?

  1. #1
    Join Date
    Nov 2011
    Beans
    78

    Where to start to create an application?

    I'm pretty sure this isn't in the right forum but I wasn't sure which one to put it in within the programming and development forum. So feel free to move to the right one.

    Basically I'm talking about a long time in the future but what I would like to do is create a music player suited to my needs for practice into development as a hobby and to practice programming.

    I have experience in a few languages but I am in no means fluent in any. I've done some Python, Java, Visual Basic and Matlab.

    From what I have read Python seems like the one to use to create applications in Ubuntu. Is this the case?

    I have a lot of practice obviously before getting anywhere near to creating anything but I tend to pick things up quicker when I'm working towards something so I figured this might be a good idea.

    Could anyone direct me towards where to start and how to go about this?

  2. #2
    Join Date
    Jun 2006
    Location
    Scotland
    Beans
    893

    Re: Where to start to create an application?

    Have a look at Full Circle Magazine. It has had series on Python e.g. http://fullcirclemagazine.org/python-special-edition-1/
    http://fullcirclemagazine.org/python-special-edition-2/
    http://fullcirclemagazine.org/python...n-issue-three/

    It might be more basic than you are used too, but it should point you in the right direction.

    It has had another series on at least programming language, but I forget which...

  3. #3
    Join Date
    Oct 2009
    Location
    Upminster, Essex, UK
    Beans
    544

    Thumbs down Re: Where to start to create an application?

    Quote Originally Posted by arochester View Post
    Have a look at Full Circle Magazine. It has had series on Python
    Nice find
    Code:
    cd /fridge/beer | drink && fallover

  4. #4
    Join Date
    Nov 2011
    Beans
    78

    Re: Where to start to create an application?

    Quote Originally Posted by arochester View Post
    Have a look at Full Circle Magazine. It has had series on Python e.g. http://fullcirclemagazine.org/python-special-edition-1/
    http://fullcirclemagazine.org/python-special-edition-2/
    http://fullcirclemagazine.org/python...n-issue-three/

    It might be more basic than you are used too, but it should point you in the right direction.

    It has had another series on at least programming language, but I forget which...
    Thanks man this looks perfect.

    One question though. What is the advantage of using this? http://developer.ubuntu.com/get-started/

    I presume it uses python judging by he name? Is it just a GUI editor?

  5. #5
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Where to start to create an application?

    The link that you have found is an attempt by the developers of Ubuntu to make it easy for people like yourself to code applications and get them accepted as up to the required standard of quality to be offered for download in the Ubuntu Software Centre.

    Make use of that site and its links. You can get help by using that site.

    Check out this link and see what you are about to miss. The logs for the irc sessions are going to be put on this page. You will find the information useful.

    https://wiki.ubuntu.com/UbuntuDeveloperWeek

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  6. #6
    Join Date
    Nov 2011
    Beans
    78

    Re: Where to start to create an application?

    Quote Originally Posted by grahammechanical View Post
    The link that you have found is an attempt by the developers of Ubuntu to make it easy for people like yourself to code applications and get them accepted as up to the required standard of quality to be offered for download in the Ubuntu Software Centre.

    Make use of that site and its links. You can get help by using that site.

    Check out this link and see what you are about to miss. The logs for the irc sessions are going to be put on this page. You will find the information useful.

    https://wiki.ubuntu.com/UbuntuDeveloperWeek

    Regards
    Thanks. But this idea is far in the distance, I just want to get pointed in the right direction so that at the end of the day its compatible.

  7. #7
    anewguy is offline I Ubuntu, Therefore, I Am
    Join Date
    Jun 2007
    Location
    Sometimes I visit earth
    Beans
    5,435
    Distro
    Ubuntu 12.04 Precise Pangolin

    Wink Re: Where to start to create an application?

    You might want to get the source for one of the existing music players that is open source. That way you'll find out what language is being used and you may save yourself a lot of work by only making the changes you want.

    dave

  8. #8
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Where to start to create an application?

    Quote Originally Posted by shizz View Post
    One question though. What is the advantage of using this? http://developer.ubuntu.com/get-started/
    Heaps. Quickly allows you to concentrate on just getting your app working. It takes care of all the faff of licensing, packaging, version control, distribution, etc.

  9. #9
    Join Date
    Nov 2011
    Beans
    78

    Re: Where to start to create an application?

    Quote Originally Posted by anewguy View Post
    You might want to get the source for one of the existing music players that is open source. That way you'll find out what language is being used and you may save yourself a lot of work by only making the changes you want.

    dave
    Yeah this is a good idea al right. Although I was considering just a small music app, but I would definitely need to make use of an open source one.

    Quote Originally Posted by Paqman View Post
    Heaps. Quickly allows you to concentrate on just getting your app working. It takes care of all the faff of licensing, packaging, version control, distribution, etc.
    Yes I realise this aspect to it, but with regards to actually making the program, is there? Like does it provide a work space to do code and GUI editing? It seems that way to me? So should I start off with this?

  10. #10
    Join Date
    Feb 2012
    Beans
    13

    Re: Where to start to create an application?

    That tutorial mentioned in this thread is AWESOME. I followed it step by step and am getting started on my first app right now! Thanks for the information!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •