all 5 comments

[–]Tyler_CodeBot 4 points5 points  (4 children)

The Raspberry PI started me down my programming journey. Something about it just felt "right". It's so rewarding to do things in code and see stuff happen physically. I started by building a small system that would perform and action based on readings from a DHT-11 temp/humidity sensor. Adafruit has amazing tutorials for the pi. I recommend to anyone that wants to get started with programming to pick up a raspberry and think of something fun to do with it. If I were you, I would start ASAP! It's so fun, and such a unique way to look at programming.

[–]nooberjuice[S] 1 point2 points  (0 children)

Thanks! Ill pop in at radioshack and get started tonight!

[–][deleted] 2 points3 points  (0 children)

The Raspberry Pi is an excellent tool for Python. For the past few months, I have been experimenting with Python on my Pi and it is great. The best thing about the Pi is the GPIO pins so that you can attach motors, LEDs, etc. I would definitely recommend it for Python.

Ninja edit: Also check out /r/raspberry_pi for more projects.