How to write Android Programs in Python?

How can one learn Python by writing programs that go from easier to harder?

  • I find it difficult to learn to program in the abstract. It's easier when I have a specific goal. Are there some programs you could recommend trying to write, and then I could use Google to figure out how to do specific things that would allow me to create these programs. The idea is that one would start with a very easy program, and would write programs that got just a little bit harder.

  • Answer:

    Project Euler is a great set of problems to try, though they may be a little more abstract than what you're looking for. http://projecteuler.net/

Omer Zach at Quora Visit the source

Was this solution helpful to you?

Other answers

Personally I would start by making simple command-line scripts that are just one or two functions.  You could make a batch renamer for example, or something that prints the width/height of images, etc. Once you've got the basics down, you should decide what you actually want to use Python for.  GUI apps?  Start with something simple like a calculator, or maybe create a front-end for one of your command-line apps.  Web apps?  Make a simple to-do list or blog.  Games?  Make a tic-tac-toe game or a clone of some old arcade games like Donkey Kong or Space Invaders.  I think the most important thing is that you work on something you're really interested in so you don't get bored or frustrated and just give up.

Dave Wolfe

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.