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
Nate Thomas
Front End Web Development Techdegree Student 1,218 PointsBest first language to learn for Security/Hacking
First off I will state, Im in no way interested in black hat hacking. I started out learning HTML and CSS but I think I want to learn more about the backend and how to hack into or prevent hackers from getting into things. That side of programming interests me more. So what languages should I learn first and what steps should I take.
Thanks. Nate
1 Answer
Dustin McCaffree
14,310 PointsIMO, most backend languages could allow you to do things like this.
I would suggest Python, but it's important to know as many backend languages as possible, as well as familiarizing yourself with JavaScript (even if that sounds nutty).
When it comes to hacking, you need to be familiar with whatever system you are cracking or protecting, so knowing one language will only get you as far as systems that were constructed with that same language. Now, that's not always true. But getting your foot in the door with ANY backend language will help a lot.
I only suggest Python because it is versatile, kept up to be modern, and has many libraries that will aid you in getting the job done. Good luck out there! It all starts somewhere. :)
Dustin