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

General Discussion

Intro to Programming track?

Hi there! I see that some people have badges from a track called "Intro to Programming." Does this track still exist? I am currently working through the Python track, which is enjoyable, but I am approaching the lessons with Python being my very first language experience. :) I understand how to execute things in the sense that I can memorize keywords and function names and remember if I type X, then Y tends to happen. However, I'd love to have a bit deeper understanding of what is going in the background when I execute things. (I'd like to be able to map out the bigger picture in my brain.) For example, what exactly is a "stack," and how does it work? (I'm sure there are other examples, but I don't know enough to come up with them.) Is there a track that addresses this, or would anyone have recommendations as to where I can go to fill in the gaps? Thanks!!

2 Answers

Hey Lindsey,

"Intro to Programming" isn't actually a track but its a short 5 part series. I havent actually done it but from the looks like it, it's javascript oriented. Here is the link to check it out:

https://teamtreehouse.com/library/introduction-to-programming/basics/getting-started

I searched around and found this question in regards to that short series. From the looks of it, people have said that the series was really helpful and I hope it'll be of some use:

https://teamtreehouse.com/community/is-introduction-to-programming-a-good-place-to-start-for-beginner-with-little-it-experience

Happy coding!

Kevin

Ah! Thanks so much, Kevin - I'll check it out!