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
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:
- How can I learn hadoop through projects?Best solution by globalknowledge.com
- How can I learn how to do stick figures or animated stuff online free?Best solution by Yahoo! Answers
- Where best can one learn c,c++ from?
- How can I learn how to sing?Best solution by Yahoo! Answers
- How can I learn how to invest?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.