What Programming Languages should I learn in 2019

blackhatyonko

Registered Member
Joined
Nov 20, 2018
Messages
93
Reaction score
25
I know HTML to a basic/average level all ready but I did this 1 year ago and now have a urge to learn programming again. I want something that will allow me to make the most money possible. Programming Languages to create my own softwares. Maybe create bots etc. idk.

What language or combination of languages should i learn to make money from. This question may be kinda stupid so I aplogize in advance.
 
ES.Next (aka ECMAScript or JavaScript.)

Python or C# for bot/software

Would suggest ES first, but I have my own reasons for that, and they could conflict with yours.
 
Im using PHP, but it for creating a bot, python is best programming language.
 
Always heard about Python so I'm gonna reccomend that.
 
According to recent job postings, the major tech companies expect their AI engineers to be proficient with:
Java: 60%
Artificial Intelligence: 57%
Software Development: 48%
C++: 38%
Linux: 37%
Python: 36%
You can decide it
 
First, HTML is not a programming language, it's a markup language, it contains no programming logic.
And to answer your question, start by learning algorithms and data structures then choose a language. I would suggest Python for its simplicity. Then, learn the basics of the language you've chosen (variables, types, operators, lists, conditions, loops, functions, classes, objects, dictionaries, modules and packages). Once you are ok with the latter, find a project you are motivated to work on. That's when the learning starts. Reading tutorial after tutorial won't help, at least for me. I've found that the fastest way to progress is to work on my own project, and if you have questions you can post them on StackOverflow and you'll get help in minutes.

It took me years to try to learn a language and create some pretty advanced bots, but it only worked when I started working on my own projects, so I learn and research only what I need.

Why Python?
If your goal is to create bots this is the best IMO. You've Selenium, that enables you to automate almost any action on browsers and Beautifulsoup that makes scrapping an easy task.

Beside learning programming, you'll still have to learn some query languages as xPath (for scrapping) or Regex (for defining a search pattern).

Buckle up, and prepare for a hell of a ride!
 
According to recent job postings, the major tech companies expect their AI engineers to be proficient with:
Java: 60%
Artificial Intelligence: 57%
Software Development: 48%
C++: 38%
Linux: 37%
Python: 36%
You can decide it
58.6% facts on internet is made-up. For your kind information - I've never heard about 'Software Development', 'Linux' and 'Artificial Intelligence' programming language, Maybe i'm living under a rock. So please don't copy-paste answers from random sites like https://www.quora.com/What-do-I-do-to-become-an-IT-expert-if-I-dont-know-coding-and-am-interested-in-MC-learning-CC-and-AI/answer/Manish-Yadav-1123.

OP is asking for opinions and he is able to use google or maybe i'm retarded :D :p
 
python as a gateway to learning programming languages.

css and php to own wordpress/ cms's in general - js/jquery/etc can come later on

mysql for database manipulation - oracle o_O/sqlite can come later on

java for app development - swift/kotlin/node.js/xamarin can come later on

c# for software development - enough for me you may want to go another route though

doesn't really matter what language you learn right now, all that matters is you learn the syntax of one and the algorithms of programming in general, once you learn one language it will become clear to you what you want/need to learn.

PS: don't say you know html in public, that's just embarrassing, you know.
 
Hi,
it depends on what you want to do. Each language is used to meet a specific need (Programming paradigms )
 
Python is one of the best language today. JS as well for the front
 
Python for bots you run on a server or locally, C#/C++ for bots you plan on selling.
 
It depends on what you are planning to do and how to use it but basically C# is something which definitely can be applied in real life. Also Ruby gets more popular and there is plenty of recourse to learn it. Once again decide what you will be doing with it.
 
I know HTML to a basic/average level all ready but I did this 1 year ago and now have a urge to learn programming again. I want something that will allow me to make the most money possible. Programming Languages to create my own softwares. Maybe create bots etc. idk.

What language or combination of languages should i learn to make money from. This question may be kinda stupid so I aplogize in advance.
If the end goal is getting a job then learn JavaScript. You could try C# or Java or C/C++ but to become productive in those languages takes time... lots of time. JavaScript is a relatively simple language that's everywhere!
 
PHP, Python, Java(script) seems quite crucial to me, and LISP gets you very good pay but infrequent project.
 
Back
Top