a software language for getting started

Bozuyuk

Power Member
Joined
Dec 24, 2022
Messages
698
Reaction score
90
i want to learn software languages, what language should I use to get started, Python is usually recommended to understand its logic. What are you suggesting?
 
I think, if you interested in web development, you should choose js and some framework(react, vue, angular)
If you interested in ai development, backend or creating automation tools - try python
 
Try Javascript and its supporting modules Node, React etc... A ton of demand for it and easy to learn if you are focused and put in the work.
 
i want to learn software languages, what language should I use to get started, Python is usually recommended to understand its logic. What are you suggesting?
Python will cover almost all areas because it has a very large ecosystem. I'd start with Snake
 
C language is the foundational language. Once you master it, learning other languages like Python, JavaScript, Go, etc., becomes a breeze.
Of course,if you aspire to become a Cracker, learning C language will require delving into assembly languages like 8086/80386.
It will enable you to easily understand others' code, acquaint you with the underlying logic of the operating system (the process of R0-R3, KiSystemService, stack distribution, SSDT table, protection mode).
 
Just learn Python. If you have no CS background, just learn Python. But realistically, you should start with learning the command line.
 
Javascript is great place to start!
Once you know javascript you'll start learning other languages so much faster.
 
Back
Top