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 trialJason Cohen
232 PointsCoding Python Like You Code Scratch
Its been nearly a month with no prior experience of coding, and im gradually understanding the basics - whats a string, a method, a variable etc.
My biggest breakthrough was spending the day yesterday learning Scratch by MIT
See how to loop things, and make constructive programming lines was useful.
Yes, Scratch was designed for 8 to 16 year olds, but for someone in their early 40's learning programming for the first time (python), its been invaluable as I see things visually, which helps tremendously.
I was wondering if there is a way to code with Python like there is with Scratch, as having visual blocks of codes, certainly seems to help at this early point in getting the language of programming to make sense?
Any ideas /thoughts would be appreciated :-)
Thanks
Jason
2 Answers
Afloarei Andrei
5,163 PointsI don't know if this is what you are looking for.
Ammar Fatihallah
7,417 PointsThere are none that I'm aware of, but to be honest, python is a close as you can get to building blocks in programming. It's an awesome language that is easy to learn, used in many technologies, and is considered by many as the best programming language to learn if you're a beginner.
Jason Cohen
232 PointsThanks Ammar, im getting there slowly, its all a learning curve :-)