Should You Learn PYTHON or JAVASCRIPT in 2024?

  Рет қаралды 20,885

Internet Made Coder

Internet Made Coder

Күн бұрын

Пікірлер: 55
@InternetMadeCoder
@InternetMadeCoder 8 ай бұрын
🧠 Master Data Structures & Algorithms & use code IMC for a discount - academy.internetmadecoder.com/algo-uni
@thebrokenwizard9790
@thebrokenwizard9790 8 ай бұрын
Basically just learn both
@tawfikkoptan5781
@tawfikkoptan5781 8 ай бұрын
Thx for the summary 😂
@donaldmacdonald4901
@donaldmacdonald4901 8 ай бұрын
Ah feck,
@sandwitchchan1999
@sandwitchchan1999 7 ай бұрын
Thank you kind stranger
@maloukemallouke9735
@maloukemallouke9735 5 ай бұрын
perfect answer
@ErricN.C.
@ErricN.C. 27 күн бұрын
Yes, but which one should I learn first?
@maveriks463
@maveriks463 8 ай бұрын
JS first. Unless you're into data science/Analytics.
@BlizzGMX
@BlizzGMX 8 ай бұрын
one thing that makes javascript a good one to start out with is the fact you can see all your code in the browser instead of a terminal. Also javascript has similar syntax to c type languages, so when you learn js you're getting more familiar with the c looping techniques and how c languages do things, but I prefer python even though I started with JS first.
@danielhoffman4026
@danielhoffman4026 6 ай бұрын
Umm you can see Python in the browser....
@BlizzGMX
@BlizzGMX 6 ай бұрын
@@danielhoffman4026 the browser console does do something interesting when you type print()
@christianm4906
@christianm4906 8 ай бұрын
You should definitely learn both. My stack of languages are C++, Python and JavaScript. That covers almost any need.
@user-ck9tb4fv2x
@user-ck9tb4fv2x 8 ай бұрын
The goated pocket lang stack.
@madara2887
@madara2887 3 ай бұрын
So learn both Django/Flask and Node js frameworks if I’m going the webdev route?
@christianm4906
@christianm4906 3 ай бұрын
@@madara2887 The idea of learning C++, Python, and JavaScript is that they broadly complement each other. However, this is not necessarily true for frameworks.
@Tabascos123
@Tabascos123 4 ай бұрын
I just want to say thanks for this video - I am 34 years old and I have some very basic Python knowledge which I do not use for my job - I just learn it in my free time (I can quickly create a temperature convertor, or create a file which contains a list of tasks which user can edit and save and stuff) and I work as a QA Engineer (where I work with JS when automate tests), and I was asking myself should I go for Python and study it deeper (and I really like Python) or swap to JS and start with it. This video answered all my questions! Big thanks!
@danielhoffman4026
@danielhoffman4026 6 ай бұрын
It doesn't matter pick one get good at it, then pick the other one up after. You'll probably have to anyway.
@ZFlyingVLover
@ZFlyingVLover 7 ай бұрын
You gotta learn both. Javascript for WebUI development and even serverside with node.js and Python for data analytics and machine learning. For mobile development learn java and android because you can run android on an apple phone too but not vice versa. You can do mobile with flutter but there will be times when you'll need to know more lowlevel java stuff to fix a stubborn problem because flutter is HL
@DM-C
@DM-C 8 ай бұрын
Learn, focus and master one the rest would be a history
@HmongCrypto
@HmongCrypto 6 ай бұрын
I love python. You can do almost anything with python. The only thing is, when it comes to web related stuff, it would be best to use javascript just because it's the web default. If you can use both together, then that right there is pro.
@ErricN.C.
@ErricN.C. 27 күн бұрын
Imma learn both, but which should I learn first? I have some tiny bit of python background, but I want to dive into web development. Rn, I think I should learn js first, but I'm still in doubt.
@slliks4
@slliks4 8 ай бұрын
As a fullstack developer I literally do both 💀 backend with python and frontend with react.js
@ilvxor
@ilvxor 8 ай бұрын
You combine both languages in a project?? Or did i misunderstand??
@slliks4
@slliks4 8 ай бұрын
nope you did not misunderstand. I like creating my servers with python then use react to communicate with the endpoints. Planning on learning node though but I have not really gotten the motivation to do so@@ilvxor
@LtFoodstamp
@LtFoodstamp 6 ай бұрын
​@@ilvxorMy guy, front end and back end are two different things and can use two different code languages. This is incredibly common. If it wasn't , nearly every single web app would use only JavaScript for both, and nobody would even be talking about Python (because Python can't even do front end, you must use JS for front end).
@AllAroundFlight
@AllAroundFlight 8 ай бұрын
Hey, was wondering what would / should i go for if not after the money. Is of course nice maybe in the late run but atm i really want to create an application for my team. Should run offline sync with a cloud and work mainly on Android Tablets. I did see Kotlin there but often tutorials on mobile apps show really other stuff like flutter / flutterflow / react native. Maybe there is a good javascript way thats not too complicated i should follow
@denzelmagobeya
@denzelmagobeya 8 ай бұрын
I will start with JavaScript then python later
@FED_workerz
@FED_workerz 8 ай бұрын
I like javascript ❤
@JohnJohnson-ch6xq
@JohnJohnson-ch6xq 6 ай бұрын
Which is compatible with cloud security, python or JavaScript? Please advise.
@Tae11Ks
@Tae11Ks 4 ай бұрын
Good question.
@MohammedInshaf-i8t
@MohammedInshaf-i8t 2 ай бұрын
python is good for cloud security .Learn python
@Ritawealthtrade
@Ritawealthtrade 19 күн бұрын
Thanks a lot. Well explained. This was super helpful in clarifying what I wanted to do. Python to start with. I love being versatile.
@abrahamgomez653
@abrahamgomez653 8 ай бұрын
Python is for data analysis and general programming. Java Script is for apps or web development. I would go with Python.
@Tae11Ks
@Tae11Ks 4 ай бұрын
Why?
@Nogo-Bronco
@Nogo-Bronco 26 күн бұрын
​@@Tae11KsIt is said the learning curve is a bit smaller with python and a bit lighter to use. The problem is if you want a job faster then frontend Development would be the choice. Backend jobs are a bit more involved. Also consider that SQL and Data Visualization are usually all you would need to get started in Data analytics. So if Data is what you want you can actually be employed while learning python on your own time!
@anthonywinn8230
@anthonywinn8230 3 ай бұрын
Really appreciate the content! I may be the only one, but if your sensitive to flickering/rapid flashing light, parts of this video is difficult to watch. Cheers
@sr-xd8jb
@sr-xd8jb 2 ай бұрын
I am interviewing in Germany for Java engineer roles. Here they don't grill you on DSA at all.
@betterstack
@betterstack 8 ай бұрын
Great analogy Tuomas 🧠If anyone’s looking for more Python or JS tutorials, we’ve released Django, Pino, and Winston videos and guides to help the community too 💪
@NiratGyang
@NiratGyang 6 ай бұрын
I love your python automation projects, please can you do some for javascript
@InternetMadeCoder
@InternetMadeCoder 6 ай бұрын
Javascript isn't really made for automation stuff
@omeatai
@omeatai 8 ай бұрын
Learn both. You are welcome!
@subratkumarnayak4802
@subratkumarnayak4802 8 ай бұрын
Can you share the those links from where you get this data's about programming language
@InternetMadeCoder
@InternetMadeCoder 8 ай бұрын
Updated the description!
@harris-w3g
@harris-w3g 8 ай бұрын
Please turn down the music in the background. It is very distracting and makes it difficult to hear what you are actually saying.
@rudycarv2197
@rudycarv2197 6 ай бұрын
Is it still worth to learn Code?
@bambinoesu
@bambinoesu 28 күн бұрын
Absolutely, everything is running on codes nowadays
@youssefjeo2790
@youssefjeo2790 6 ай бұрын
thank you very much for informative video 😀
@SergiuRomaniuc
@SergiuRomaniuc 8 ай бұрын
Is JS easier to learn than Python?
@bambinoesu
@bambinoesu 28 күн бұрын
Python is easier, but I'm sure you probably know by now
@mikestrives
@mikestrives 8 ай бұрын
Good comprehensive vid 🔥
@bannisterrb
@bannisterrb 7 ай бұрын
Everything’s a hammer. period.
@user-ck9tb4fv2x
@user-ck9tb4fv2x 8 ай бұрын
python is for men, js for people who like to think they could learn a superior language but just "choose" not to XD
@InternetMadeCoder
@InternetMadeCoder 8 ай бұрын
lol
@Charliemisner
@Charliemisner 6 ай бұрын
Neither
@HeroHunter07
@HeroHunter07 8 ай бұрын
Js
The Truth About Learning Python in 2024
9:38
Internet Made Coder
Рет қаралды 215 М.
Pros and Cons of Learning Python in 2025
14:15
Internet Made Coder
Рет қаралды 3,1 М.
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 14 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 57 МЛН
За кого болели?😂
00:18
МЯТНАЯ ФАНТА
Рет қаралды 3 МЛН
Why no RONALDO?! 🤔⚽️
00:28
Celine Dept
Рет қаралды 57 МЛН
What To Learn To Become a Python Backend Developer In 2024+
10:54
Tech With Tim
Рет қаралды 30 М.
Python or JavaScript - Which One Should YOU Learn?
8:05
Tech With Tim
Рет қаралды 199 М.
Why Vector Databases Are Taking OVER in 2024!
20:15
The Scripting Den
Рет қаралды 169
How to MASTER Web Development And ACTUALLY Get a Job (in 2024 market)
15:03
Internet Made Coder
Рет қаралды 24 М.
Python Vs. Javascript - Which Is Better?!
4:25
Codemy.com
Рет қаралды 19 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,7 МЛН
Don't Learn Machine Learning, Instead learn this!
6:21
Deepchand O A
Рет қаралды 97 М.
The Reality of Python Jobs in 2024...
10:43
Internet Made Coder
Рет қаралды 15 М.
How I Would Learn Python FAST in 2024 (if I could start over)
12:19
Thu Vu data analytics
Рет қаралды 552 М.
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 14 МЛН