Discussion:
[Tutor] Question
Lulwa Bin Shuker
2015-08-04 04:21:15 UTC
Permalink
Dear Python tutor list ...

I'm currently learning Python through an online course but after learning
the basics of the language I need to apply what I learned on a real project
and start practicing it. How can I do that ?

Thanks,

Lulwa Bin Shuker
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Alan Gauld
2015-08-04 08:51:53 UTC
Permalink
Post by Lulwa Bin Shuker
I'm currently learning Python through an online course but after learning
the basics of the language I need to apply what I learned on a real project
and start practicing it. How can I do that ?
Do you have a project in mind but are not sure how to start?
Or do you not know what kind of project to attempt?

There are several options but the best one is to find some
kind of repetitive task that you perform and automate it
using Python. Something you get a personal benefit from.

If you just want to practice Python then you can attempt
the Python Challenge which is a kind of adventure game
for programmers. The tasks get progressively harder as
you climb up through the levels.

<PLUG>
If you are struggling to know *how* to tackle a project
that you have in mind you could try my latest book
"Python Projects" which is designed to get beginners
over that initial hurdle by showing how to structure
applications and use the library.
</PLUG>

HTH
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Continue reading on narkive:
Loading...