Python Forum
Projects for Beginners - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Projects for Beginners (/thread-13192.html)



Projects for Beginners - WeiLong - Oct-03-2018

Hi, may I ask if any of you have any project recommendations for beginners? I want to practice and hone my skills in Python. Would really appreciate ideas. Thanks!


RE: Projects for Beginners - buran - Oct-03-2018

we have a thread - Collection of programming ideas and challenges
Also you may want to check
checkio.org
codewars.com


RE: Projects for Beginners - Larz60+ - Oct-03-2018

you can get some ideas here: https://python-forum.io/Thread-A-List-of-Free-Python-Resources

google: 'project recommendations for beginners python'


RE: Projects for Beginners - WeiLong - Oct-03-2018

Thanks for the recommendations. WIll check it out!


RE: Projects for Beginners - AIClaire - Oct-20-2018

It has taken a while to build up my knowledge of programming in python so that I understand it but there have been quite a few programming examples I've found on the way that helped.

I have started to use some supplementary material in the form of machine learning podcasts, a book called automate the boring stuff as well as seeking out advice using GitHub and StackOverflow to get support.

Here are some of the best examples I found on github:
Here are three of the best I have found showing python programming examples:

Python Programming Examples: link
Geek computers - python: link
Python Programs: link

You can also try the book 'Automate the Boring Stuff' - I found it super helpful

And finally - creating a Tik Tak Toe game is a great way to get started as a beginner link

I wrote an article about how I worked my way up to my first beginner python program - if you want to hear more you can read it here:
https://www.artificiallyintelligentclaire.com/beginner-python-program/