Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Greg Kitchin
Greg Kitchin
31,522 Points

What are your programming projects?

I've found that doing your own projects is the best way to learn a subject, and so I've been writing my own small programs to try to consolidate some knowledge, such as a simple dice roller, or a program that can calculate the sum of the numbers between 1 and x (the Gauss formula).

So if anyone else is doing something similar, what are you doing?

I started writing Python with a function that would take a name and a list of names and print a formatted string containing the name and a random choice name from the list. :)

Im programming lights with a FT232H chip and Adafruit_GPIO library :) Lots of fun to see the code doing stuff in "real life". I also just ordered a LoPy to make a Internett of Things project with MicroPython (Python for microcontrollers).

Loads of fun if you guys want to automate your home :)