Тёмный

Python Vs. Javascript - Which Is Better?! 

Codemy.com
Подписаться 228 тыс.
Просмотров 7 тыс.
50% 1

In this video I'll explain the pros and cons of Python and Javascript and tell you which I would pick to learn today.
We'll look at:
- How Easy Are They To Learn
- How Easy Are They To Code
- What Are They Each Good At
- Community and Resources
- Job Outlook
- My Final Pick
After you watch this video you'll have a clear understanding of what each is good at and should be able to decide which to learn...
Check out All My Courses at:
Codemy.com

Опубликовано:

 

15 мар 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 55   
@suffer7845
@suffer7845 4 дня назад
So I learnt the basics and fundamentals of Python first, went onto learning HTML and CSS, now started looking as JavaScript and realized how similar the syntax is too Python, it's made the transition over to it super easy.
@Codemycom
@Codemycom 4 дня назад
your mind will be blown when you realize ALL programming languages use similar syntax... :-)
@juandavidceballos4394
@juandavidceballos4394 2 месяца назад
Hi !! It's my first time here and I have a question. You said that Kivy doesn't do very well with mobile development. Can I ask you, why ? I just watched some videos where you talk about Kivy and you made a tutorial. I'm starting to build and inventory app to put in production, the idea is to capture clients, so I'm talking about an app that works, not only for academic reasons. The idea is an app that works in Windows and Android due the type of clients. What do you recommend me, which framework use ? I'm working in this with some friends and our background is from data, so, our development experience is basic.
@Codemycom
@Codemycom 2 месяца назад
Kivy is ok...it actually works great...the problem is the developer community isn't there. The documentation is crummy, there aren't a ton of useful tutorials out there. If you use it and like it, that's great and you'll be fine.
@gustavoalejandromorletavil426
@gustavoalejandromorletavil426 2 месяца назад
If I'm pretty comfortable with Python, and I'm interested in front-end development, should I learn JS or keep going with Python? Also, is ir possible to integrate a Python file to HTML/CSS as you would with JS? Thx, BTW 😅
@Codemycom
@Codemycom 2 месяца назад
you should pick up some JavaScript. you can integrate some python into html if you’re using a framework like django or flask…but not completely.
@gustavoalejandromorletavil426
@gustavoalejandromorletavil426 2 месяца назад
@@Codemycom Thanks!
@Codemycom
@Codemycom 2 месяца назад
@@gustavoalejandromorletavil426sure thing!
@olejemedickson
@olejemedickson 2 месяца назад
You said the next video was Python vs Php but it turns out to be vs Ruby. Is Ruby same as PHP?
@Codemycom
@Codemycom 2 месяца назад
Next video is next week...
@JohnJohnson-ch6xq
@JohnJohnson-ch6xq Месяц назад
Will it be ok if I learn JavaScript. I intend to go into cloud computing. Please advise.
@Codemycom
@Codemycom Месяц назад
of course it's fine
@sma1gdz
@sma1gdz 2 месяца назад
nice
@Codemycom
@Codemycom 2 месяца назад
Thanks!
@ClusterSeries
@ClusterSeries Месяц назад
python vs rust ? or maybe start a rust playlist ? I really like the tkinter playlist. I started with nothing. I had zero knowledge of python when i found your tkinter playlist, now back in my country i now teach python. All thanks to you. :)
@Codemycom
@Codemycom Месяц назад
Amazing, awesome to hear it!
@laurentreynaud4404
@laurentreynaud4404 3 месяца назад
combine python with javascript? yes, with python's dash library 😎
@Codemycom
@Codemycom 3 месяца назад
:-p
@anb4351
@anb4351 2 месяца назад
People should stop shoving python everywhere. Don't get me wrong, python is a great programming language but every programming language has a place. You should not do any form of front end development with python. Python is great for data science, Machine learning, computer vision, general scripting and some backend web development, but not for making apps, (Web, Mobile or PC's), games, high performance processing, robotics, embedded systems etc.
@Codemycom
@Codemycom 2 месяца назад
Isn't that pretty much exactly what I said in the video? :-)
@cloudcoder01
@cloudcoder01 2 месяца назад
just search for python reflex ui
@mr_don_key
@mr_don_key Месяц назад
@anb4351 "but not for making apps, (Web, Mobile or PC's), games, high performance processing, robotics, embedded systems etc."
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 3 месяца назад
Python vs TypeScript would have been a brilliant comparison. Python is better unless I need something that has to run in the browser 😂
@Codemycom
@Codemycom 3 месяца назад
Isn't TypeScript basically just Javascript anyway?
@lhard123l
@lhard123l 2 месяца назад
Python runs in browser in minimum 3 different ways
@nocopyrightgameplaystockvi231
@nocopyrightgameplaystockvi231 2 месяца назад
@@lhard123l browser has out of the box support?
@lhard123l
@lhard123l 2 месяца назад
@@nocopyrightgameplaystockvi231 1. Wasm Components, WebCokponemts 2. Browserify, pyscripy 3. Compile python to python.wasm end use as interptreter 2more morning, drunk now
@lhard123l
@lhard123l 2 месяца назад
Ok, onne eye works fine Rust Python -> wasm
@jorge1869
@jorge1869 3 месяца назад
I love both
@Codemycom
@Codemycom 3 месяца назад
me too
@aristonsaizoxic1048
@aristonsaizoxic1048 Месяц назад
What happens to pyscript?
@Codemycom
@Codemycom Месяц назад
It hasn't yet been fully developed, last time I looked.
@adityasinghi
@adityasinghi 3 месяца назад
python >>>> js
@Codemycom
@Codemycom 3 месяца назад
Depending on what you're working on...
@adityasinghi
@adityasinghi 3 месяца назад
@@Codemycom ofc but in general python is way better and versatile
@adityasinghi
@adityasinghi 3 месяца назад
@@Codemycom Please do a comparison video of python and rust
@Codemycom
@Codemycom 3 месяца назад
@@adityasinghipython won't create a dropdown menu on a webpage...like I said, it depends on your use.
@danielluko7635
@danielluko7635 Месяц назад
@@adityasinghi js has node js, so... js is equal python, but in js syntacs is much better
@codeme8098
@codeme8098 2 месяца назад
just learn both
@Codemycom
@Codemycom 2 месяца назад
Yep!
@godfather_1994
@godfather_1994 3 месяца назад
Don’t compare Apple with oranges
@Codemycom
@Codemycom 3 месяца назад
I didn't lol
@godfather_1994
@godfather_1994 3 месяца назад
You compare a scientific computing language with a client side scripting language for web development
@carbonwolf6995
@carbonwolf6995 3 месяца назад
​@@godfather_1994 but the comparison isn't for people that already know this information. Comparing apples to oranges to a blind person over the phone is still useful if you've no idea what either of those things look, feel or taste like.
@Codemycom
@Codemycom 3 месяца назад
@@godfather_1994 they are both scientific computing languages...whatever that means.
@Codemycom
@Codemycom 3 месяца назад
@@carbonwolf6995 trolls just like to troll
@keith6293
@keith6293 2 месяца назад
Best Idea Ever! Imma Shake A Stick At My CPU Right Now! 🤠🧹
@Codemycom
@Codemycom 2 месяца назад
Ha! It's very satisfying! lol
Далее
Python or JavaScript - Which One Should YOU Learn?
8:05
skibidi cat pedro 🐈🔥  #skibiditoilet
00:20
Просмотров 3,5 млн
ТЫ С МАМОЙ В БОЛЬНИЦЕ😂#shorts
00:53
Мы будем есть ЭТО через 100 лет?!
00:55
JavaScript vs Python: What's the Difference?
11:11
Просмотров 29 тыс.
I've Read Over 100 Books on Python. Here are the Top 3
9:26
I DONT USE NEXT JS
54:01
Просмотров 318 тыс.
Python Vs. PHP - Which Is Better?!
4:12
Просмотров 5 тыс.
Should You Learn PYTHON or JAVASCRIPT in 2024?
13:59
Просмотров 14 тыс.
Modern Python logging
21:32
Просмотров 152 тыс.
10 Python Comprehensions You SHOULD Be Using
21:35
Просмотров 113 тыс.
5 Good Python Habits
17:35
Просмотров 364 тыс.
I made Games with Python for 10 Years...
28:52
Просмотров 251 тыс.
Python Vs C++ Vs Java!
4:41
Просмотров 447 тыс.