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

Digital Literacy Computer Basics Computer Languages Programming Paradigms - Part 1

Linda Quang
Linda Quang
711 Points

Technical Support -- Computer basics learning module (last three) doesnt allow you to "check your worK" communicationerr

Are there other ways to verify if I am putting the right codes? Another open source module or app to practice the different languages? (HTML, Java, PHP)

HelloWorld.py
print("Hello YOUR NAME ")

1 Answer

Andreas Frost Nordstrøm-Hansen
Andreas Frost Nordstrøm-Hansen
2,443 Points

You either need and IDE (Integrated development environment) to list out your mistakes and so.

Or maybe this software. Havent used it myself, but it supports alot of languages.

http://www.flycheck.org/en/latest/languages.html

it checks for syntax error and such.