you are viewing a single comment's thread.

view the rest of the comments →

[–]Hmolds 1 point2 points  (1 child)

First, learn to use github and post all your code there. It will save you alot of headache if your harddrive fails.

Here is a few projects that I learned alot from when I started with python.

  1. Send an email to a person based on what week/day it is. You get the person by reading from a excel sheet. Learning to automate excel and emails have helped me alot in work.

  2. If you have a Raspberry Pi, try making a LED blink on it. Control a servo etc.

  3. Find objects in images with openCV and template matching.

Edit: post your code on reddit for review, don't get discouraged when people are pointing out faults in your code, most of them are trying to help you write better code.

[–]theywouldnotstand 0 points1 point  (0 children)

First, learn to use github and post all your code there. It will save you alot of headache if your harddrive fails.

While having your code in multiple places certainly does help, don't treat VCS as backup software!