Pretty much a beginner here
Alright i'll keep my post short and sweet
Ive been absent from the scene for years and have essentially forgotten everything i've ever learnt
Now im starting from scratch again and im looking for advice.
What languages do i have to learn for general programming.
Im guessing C, Python, PHP & Bash
also where should i start
And thanks in advance guys i really appreciate it
Depends what you want to program.
anything and everything.
I started on gaia ages ago back when i frequented CP
learning vulnerabilities, finding backdoors etc.
i have a thirst for knowledge at the moment and want to test myself
i want to get back into the '1337 Haxors' scene.
Not to destroy or steal or anything of the sort
just because i can
Go with Python. You can't go wrong there.
Bash is more of a supplemental language than anything else. It's not really relevant unless you just want to write shell scripts to automate tasks and such.
PHP for web even though I personally wouldn't recommend it--it's just the simplest choice for a novice. C if you need to go more low-level and are looking for a more powerful, compiled language.
Edit: I personally recommend that you just start with Python and go from there. It's an excellent beginner's language with the perfect blend between power and simplicity, so you probably won't need to go to C immediately. Afterwards start building on your general knowledge and foundation of different core programming concepts and techniques. If you need other languages for certain niches thereafter, then apply your knowledge of Python to gain a better understanding of the discrepancies and similarities between the languages.
Once you learn one, learning the other(s) is relatively easier.
And of course, post on LG if you have any questions or issues in the future. I'm sure someone would help you out.
@the Unintelligible - Thank you for your reply. I will do as you have advised and see where it gets me.
Do you have any links or sources where you would say a beginner should start?
Ive gone for 2.7
Thanks for the info im looking into it.
Oh i found a site called codeacademy.com
they have interactive lessons that teach the basics of
-javascript
-CSS and HTML
-Python (which ive nearly completed, lord this is easy)
-Ruby
-JQuery
and code year
I recommend Ruby. I began with _why's lovely guide he wrote before his disappearance. I haven't been using ruby too long myself, but I really like the language, it's really simple and pretty to program in, where as Python is fucking hideous; although, Python is more concise. And ruby is only getting more and more beautiful as I continue to learn it.
Do you and Flare know each other by chance @ _hylia?
RoR is still pretty fucking popular.