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

What are some vocabulary terms I should familiarize myself with before starting Python? I feel kinda lost at times.

I'm starting to understand some of the concepts they're teaching but I feel like I am not learning as efficiently as I could due to a vocabulary barrier. I have to pause the video often because I often don't understand what a certain word means. I feel like I could move at a faster pace if I just learned some of these terms. I found myself learning html with ease after learning some basic vocabulary for the subject.

Jack Harrison-Sherlock
Jack Harrison-Sherlock
6,002 Points

Hey Christian,

The Python docs are a great place to reference, start off in the tutorial and this should cover most of the commonly used keywords/syntax. https://docs.python.org/3/

1 Answer

Thanks Jack :)