What To Learn After Python?

  Рет қаралды 85,795

Tech With Tim

Tech With Tim

Күн бұрын

Пікірлер: 304
@TechWithTim
@TechWithTim 2 жыл бұрын
What language would you learn after Python?
@SteliosBitzas
@SteliosBitzas 2 жыл бұрын
c# and after c++
@reold
@reold 2 жыл бұрын
How are you able to guess the trends so fast? I was learning Rust after taking down Python. But really, how do you know the trends?
@sidraines
@sidraines 2 жыл бұрын
Rust, it's also voted the most likeable language on Stack Overflows most recent survey
@ragilmalik
@ragilmalik 2 жыл бұрын
Indian. Your python will get up if you can speak indian.
@pyco374
@pyco374 2 жыл бұрын
C#
@VikasTripathi
@VikasTripathi 2 жыл бұрын
I have found your channel a few days back and subscribed after going through many of your videos. Can't believe such high quality knowledge available here. Thanks for your tremendous work
@gianniprocida3332
@gianniprocida3332 2 жыл бұрын
Me either . Definitely one of the best KZbin channels
@vinicus508
@vinicus508 2 жыл бұрын
I went to C after Python. I must say, its waaay harder lol. But I feel like Python served its purpose of introducing me to programming, made me like it. Now C has the job to show me everything else from the basics of programming. I feel like after learning C I will have what it takes to learn with ease most other programming languages. (I say C but my goal is to learn C++ alongside with C, but I started with C only cus I wanna get the basics first)
@kietero
@kietero Жыл бұрын
C is a language where you pretty much have no choice but to jump into computer science just to print out "Hello world" onto a console/terminal. C is good to jump into after Python if you wanna go completely hardcore. I recommend it for those serious about wanting to get into programming.
@mohammedhayyoun
@mohammedhayyoun Жыл бұрын
Are you still learning it?
@vinicus508
@vinicus508 Жыл бұрын
@@mohammedhayyoun lol yeah.
@mohammedhayyoun
@mohammedhayyoun Жыл бұрын
Do you have discord?
@natasdabsi1138
@natasdabsi1138 Жыл бұрын
@@mohammedhayyoun share yours
@shrimpoffthebarbie
@shrimpoffthebarbie 2 жыл бұрын
I would suggest after learning the basics with Python trying JavaScript. It's slightly esoteric in places but will make you think about coding in a different way. Closures work differently and the functional side of JS is much more pronounced. But also it's not just the language you use, it's the style that you use. I enjoyed learning about non mutating (pure if there are no side effects) functions and I now curry functions when I can. I would recommend learning Ramda. It's fascinating and will teach you functional programming if you haven't already been exposed to it.. But most of all learn what you enjoy rather that what the job market dictates you should. We can spot spot enthusiasm over $$ bums on seats a mile away.
@jamestillman5247
@jamestillman5247 Жыл бұрын
javascript is a hideous language and deserves to die a painful and quick death. someday when the world is ready
@QuocDatPhung
@QuocDatPhung 2 жыл бұрын
Hi Tim, I'm a subscriber and I remember following your channel since your first videos on Python! I want to say that I learned so much your clips as they are extremely valuable :)))) You inspired me to major in Computer Science (at Uottawa too! I'm taking CSI 3105 right now) and to also start my own channel, and I am wondering if you could make a video on teaching us how to grow our channels on KZbin as well. I would really appreciate your pieces of advice. Thanks again for everything.
@ryangatchel
@ryangatchel 2 жыл бұрын
Very informative video Tim. I am currently learning Python and doing the 100DaysOfCode challenge. My main reason is to learn Django and get more proficient in web development. Keep the videos coming!
@ozersulekayra
@ozersulekayra Жыл бұрын
I started 100daysofcode as well! So how did it go?
@omnipotent1992
@omnipotent1992 Жыл бұрын
I'm on day 13😅
@ryangatchel
@ryangatchel Жыл бұрын
@@omnipotent1992 proud of you! Keep it up :)
@karabophooko4597
@karabophooko4597 Жыл бұрын
Man there's not even one of your videos that I haven't found useful. Thank you Tim.
@dakoderii4221
@dakoderii4221 2 жыл бұрын
I'm going for JavaScript and CSS after Python. Then might learn a little about a lower level language like C or C++, just for the sake of understanding more about what's happening "under the hood".
@RobertRoman
@RobertRoman 2 жыл бұрын
Good combo!
@isyraqfirdaus5322
@isyraqfirdaus5322 2 жыл бұрын
html too ofc
@jathebest2835
@jathebest2835 Жыл бұрын
CS50 course - C language will help you to understand the basic stuff about what's going on "under the hood" :)
@ChaosArtist
@ChaosArtist 2 жыл бұрын
Glad to see you recommended Go. I started to learn this recently. I like that the syntax looks simple but there are differences to Python like it being a staticly typed language and the way it handles concurrency. Python is my main langauge. I will check out the Go section in programming expert, I actually purchased this course a few months back but I didn't do this section yet. Thanks for this video!
@chriscyphercat
@chriscyphercat 2 жыл бұрын
I started with Python and moved into Rust (for reasons someone might learn C++). Rust seems to be a Big Thing(tm), but it seems like tweaking existing applications may require me to drop rust and just go with C++. There's a billion codebases for lots of cool stuff in C++, but not so much in Rust, I've found.
@ivannuzhyn4668
@ivannuzhyn4668 2 жыл бұрын
Side camera view is nice, you became more and more advanced as a youtuber))) Thanks for video
@RobertRoman
@RobertRoman 2 жыл бұрын
I chose Python as my primary language because I want to be in the field of data science, machine learning, automation, and robotics
@RobertRoman
@RobertRoman 2 жыл бұрын
Oh yeah, I can't forget web scraping
@echofloripa
@echofloripa Жыл бұрын
I started with Pascal in 96, then C++, then Java near 2000, then I went from Brazil to England and started working in Continuous Integration with Anthill and Maven, and back to Brazil in 2006 I left programming with exception of some automation that I used Java + Selenium Web driver. After many years without full programming I got back wanting to learn AI training and inference and related stuff, and I started learning Python, so I was a bit backwards comparing to most people. It was a bit strange to not been able to infer types and code completion was always weak but I think I'm starting to get used to it. Haven't finished the video but I think Java, Java script, or Type Script are good language alternatives to learn after Python.
@joeleone6276
@joeleone6276 2 жыл бұрын
I actually chose C++ and JS before watching this vid, and have been working with both langs for a few weeks now. Great vid!
@kietero
@kietero Жыл бұрын
Mine would be... Similar to Python: Swift - much similar syntax and more widely used than Go. Limited cross-platform capabilities but higher-end Mac and iPhone-targeted software is still very profitable and in demand. Different from Python: C# - Can get the C-environment experience without having to dive into computer science to decipher it. Complementary: There's only one choice - JS.
@aafrophonee
@aafrophonee 2 жыл бұрын
I learned C and C++ before Python because they were used a lot in my field, although nowadays Python is used way more. Maybe I should brush up on C/C++, it's been several years since I've coded anything in those languages
@stephanrhodes4227
@stephanrhodes4227 2 жыл бұрын
Me too but started with C++ and then C and Java. It is funny although I am using a lot of javascript nowsdays, I am still prefer Java since I can use it in complementary with Scala for functional programming. C# would have been better but it is not cross platform, I still recommend it before jumping into java. C# is easier to read, but Java have better security features
@NomadLovesUs
@NomadLovesUs Жыл бұрын
@@stephanrhodes4227 C# is cross-platform
@Kaz-qz2oq
@Kaz-qz2oq 2 жыл бұрын
Solidity in the Thumbnail? Let's go
@BrunoReisVideo
@BrunoReisVideo 2 жыл бұрын
I've been studying zsh for working better in the Terminal and am looking at learning some go as well for fun
@RA-xx4mz
@RA-xx4mz 2 жыл бұрын
Ruby on Rails was my first web framework. Very fast to build web apps. I recommend Golang because: 1) it’s statically typed, 2) Golang isn’t everywhere like NodeJS/Typescript yet, so it’s probably good to get ahead of the curve. 3) Golang is really barebones and makes you learn the mechanics of some of the stuff that Rails/Django and other frameworks does for you with a simple command. It’s a good next step that increases the depth of your knowledge after learning a dynamically typed, ready-to-go language/framework.
@JG-kn7ew
@JG-kn7ew 2 жыл бұрын
Hey I appreciate the advice! :) was hoping the comments section would help me out
@joaomachado9105
@joaomachado9105 2 жыл бұрын
for purely job offers, at least in Portugal, Java is highly requested too (Java Spring to be more specific)
@danielj.rodriguez8621
@danielj.rodriguez8621 2 жыл бұрын
I learning SQL to be a particularly good complement to Python for DS-ML workflows. In particular, SQLite integrates very well with embedded applications.
@freecoder-dev
@freecoder-dev 2 жыл бұрын
To be simple: Go with C/C++ if your are dealing with hardware and devices: drivers and embedded systems Go with Python if you are dealing with AI Go with JS React) if you are dealing with a web application and its mobile app Go with Go :) if you are dealing with cloud ☁️ application
@Rachinter
@Rachinter 2 жыл бұрын
Just the information i needed 👌 thanks bro
@64imma
@64imma 2 жыл бұрын
Thanks for the recommendations! I definitely want to learn Javascript and C++ just because it seems learning them can greatly expand the opportunities I would have over just knowing python. I'm also interested in Java.
@joaoguilhermezatiribeiro6060
@joaoguilhermezatiribeiro6060 2 жыл бұрын
Thats the video I wanted to see. Thanks from Brazil
@jimstand
@jimstand 2 жыл бұрын
After watching this video I see a need for a video describing the difference between front end programming and back end programming. What languages are used, what skills are needed? Tim, is there a chance that you could make a video about this?
@DevlogBill
@DevlogBill 2 жыл бұрын
Excellent Video, it gave me a perspective I hadn't considered before.
@lonelybird2008
@lonelybird2008 2 жыл бұрын
Thank you this really helped a lot I was Learning python for about one month and still was using only python for about 1-2 years while I was trying to learn C, C# Ruby Node But None of them really worked out for me so thank you for this video
@andrewanastasiades6819
@andrewanastasiades6819 2 жыл бұрын
IMO if you haven’t built a Python+JS/CSS/HTML web app then you haven’t really mastered Python. So you should learn JS basics at the same time as Python
@Mr_natenut
@Mr_natenut 2 ай бұрын
I'm so glad c++ made it to your list.. I was stuck between rust c++ and c. Once I'm done with enough practice with python. Than I will shift to c++ hopefully by December 2024 this year. The learning curve of c++ isn't gonna be a disadvantage. There are much harder that life has dealt to me 😂..
@shis10
@shis10 2 жыл бұрын
Take a look at Rust Programing language
@Dev-Siri
@Dev-Siri 2 жыл бұрын
I was literally laughing hard at the fact that he said 'python isn't recommended for enterprise apps' while literally watching this video in a python web application
@biskitpagla
@biskitpagla 2 жыл бұрын
what years of exposure to java/c# propaganda does to a mofo
@cookiepolice2086
@cookiepolice2086 2 жыл бұрын
I learned Java after python, it’s worth it. After learning java, I gained a super deep understanding of OOP, static methods and all. Java also is similar to many other. I would definitely recommend java, there are just no draw backs. People hate on java because they are uneducated on how good it is and honestly don’t understand anything.
@64imma
@64imma 2 жыл бұрын
Java is definitely a language I'm interested in learning along with C++. I've dabbled in java a little, but was scared away by the intimidating code needed to print hello world. Plus I figure I better focus on learning python first, and not get too distracted learning a bunch of languages at the same time. I'm probably at an intermediate python level, hopefully starting to get into more advanced topics soon. The knowledge I have recently acquired with python is actually helping me to understand what's going on with that beginner Java code I had encountered.
@user-vt8dd6fj7v
@user-vt8dd6fj7v 2 жыл бұрын
Do you have any good resources for learning Java oop in-depth?
@spongmoid842
@spongmoid842 2 жыл бұрын
@@user-vt8dd6fj7v you could always look up what books are used in university courses and go from there
@grayfox_yt
@grayfox_yt 2 жыл бұрын
This video pretty much hits the nail on the head. If you know python and you want to go full stack javascript will get you there. So will Django or flask. C++ on the other hand will make you a better developer I'm almost every way as Tim said and you would have a statically typed language to you cv.
@cxar71
@cxar71 2 жыл бұрын
Flutter+Dart! Just started. 😊
@devagarwal3250
@devagarwal3250 2 жыл бұрын
dart for backend?
@mirshodoripov1035
@mirshodoripov1035 2 жыл бұрын
thank you for a great recommendation
@akira_asahi
@akira_asahi 2 жыл бұрын
Thank you for the video. I am grateful for your time and contribution. Kind regards, Akira.
@DevlogBill
@DevlogBill 2 жыл бұрын
Tim, I know I am asking for a lot. But could you please make a similar video but for JavaScript? I am pretty sure many would appreciate this video. Plus, since you are very articulate, I am pretty sure it would be an excellent video to watch, thanks Tim.
@TheScissorunner
@TheScissorunner 2 жыл бұрын
Your production quality is killing it! You're ever improving your game! Top shelf work!
@chronobreaker2374
@chronobreaker2374 2 жыл бұрын
well its true i got an internship in beginning of my 3rd sem because of python and javascript
@moo_goo
@moo_goo Жыл бұрын
trying to pick up rust right now myself. i love python dearly, but the limitations I run across are purely on a speed and optimization level. I went from scripting to build architecture for software in python and found myself integrating typing to help with documentation to be explicit for others whats going on and what to expect. I also picked up ruff for lining and such. and polars instead of pandas for large data. Rust seems to be tickling that desire of speed while still being close enough to python, and I can cleanly integrate rust into python. I am hoping to learn enough rust to convert popular python libraries to be faster via a rust version.
@steprato1853
@steprato1853 2 жыл бұрын
i would swap c++ with rust its performance are very similar and most important it's memory safe
@Dattobayo
@Dattobayo 2 жыл бұрын
I'm Rust curious. Kinda got a feeling it's going to be the a huge deal.
@shis10
@shis10 2 жыл бұрын
Yeah i can see that future products will be Written in Rust.
@encapsulatio
@encapsulatio 2 жыл бұрын
I would recommend Nim in place of Go and C++. For most cases you get close in terms of Python productivity in Nim while having C++ performance. You get incredible C++ and C interop. Nim also uses Python syntax but there is where the similarity with Python ends. Second programming language I recommend is Rust because you simply can not have memory safe by default programming environment in any programming language to the degree you have in Rust. There are some experimental programming languages that show some promise to be better than Rust but for now you simply can no get the same kind of features and ecosystem as you can find in Rust. There is a reason why Rust is being seriously considered to be promising enough to be included officially as a first class programming language in the Linux Kernel for drivers development. If Linus was able to be finally convinced that just shows the promise of the language. Rust still has to develop some of it's infrastructure to be more compatible with Linux kernel development but there is good amount of work being done in that direction. I also don't see much need for learning Javascript as you recommend in the video, Python, Nim and also Rust have answers for fronted development without needing to touch Javascript...unless your looking for jobs..then Javascript and C++ or Go are better languages to learn because you find significantly more jobs....otherwise Python, Nim and Rust will be able to achieve anything you could dream of if you're just developing your own fullstack high performant app.
@nieczerwony
@nieczerwony Жыл бұрын
Hoping that Rust for Linux go nowhere with recent regulations that Rust community introduced.
@encapsulatio
@encapsulatio Жыл бұрын
@@nieczerwony It's just a proposal for now. But considering the major backlash and ridicule they got for it, it's probably not going to be actually accepted.
@nieczerwony
@nieczerwony Жыл бұрын
@@encapsulatio Yea I was really strong advocate for Rust, since as electronic/computer engineer I really like it. Just bunch of muppets in community decided to kill it's potential by trademark it. Maybe some idiots from Oracle joined their team. Just try to imagine where world would be if some time ago C/C++ would decide to go that way.
@drissilol3736
@drissilol3736 2 жыл бұрын
thx for including Golang this language is going to be the future (Rust too)
@d16024
@d16024 2 жыл бұрын
Lol
@vectoralphaSec
@vectoralphaSec 2 жыл бұрын
No Rust is going to be the future.
@drissilol3736
@drissilol3736 2 жыл бұрын
@@vectoralphaSec both of them but rust is hard for beginners so the best language after python is golang :]
@biskitpagla
@biskitpagla 2 жыл бұрын
already is *the* language of cloud
@badrekb5175
@badrekb5175 2 жыл бұрын
i thought you gonna recommend go,Rust, and js . tim we need some update on the project your working on
@xenophone2006
@xenophone2006 2 жыл бұрын
I think the next language you learn is dependent on what you want to do. Go and JS are great if you want to go into Web Development, but not so much if you want to go into Data Analysis/Science. For that area, going into R would be your best bet along with SQL. I've read that Julia is an up and comer for those in the hard sciences (chemistry, etc). Everyone has their niche, and every niche has their own preferred language...so your best bet is to do some research in those areas and find the languages they use.
@activechaos128
@activechaos128 2 жыл бұрын
Yes. Ive been hearing good things about Julia. Simple to write like python but with the speed of C. Looks interesting.
@skillswithsid
@skillswithsid 2 жыл бұрын
Now would be a good time to learn AWS, Google Cloud or Azure as more and more companies move to the Cloud and need people Cloud skills/knowledge.
@Cukito4
@Cukito4 2 жыл бұрын
Video starts at 1:36. Thank me later.
@the_proton_guy
@the_proton_guy 2 жыл бұрын
Thank youu
@bartoszmarzec1922
@bartoszmarzec1922 2 жыл бұрын
Python leads to PyQt. PyQt leads to Qt. Qt leads to C++ and a bit of JavaScript (if you fancy mobile development). This is the natural order of things.
@nieczerwony
@nieczerwony Жыл бұрын
You wanna be serious mobile dev there is only Java/Kotlin. Nothing else.
@RidingWithGerdas
@RidingWithGerdas 2 жыл бұрын
3:00 What about scaling with something like pyspark?
@Anonymous-dk7ek
@Anonymous-dk7ek 2 жыл бұрын
Thanks Tim
@luisfcocontreras
@luisfcocontreras 2 жыл бұрын
I am stuying in programming expert and I love it🔥🔥👌👌👌
@micah2936
@micah2936 2 жыл бұрын
This is my order of learning: Basic (TI graphing calculator) Lisp (autolisp) Cpp Python C#
@viktorbem7474
@viktorbem7474 2 жыл бұрын
Python was my first language and therefore it is deep in my heart. However it is almost impossible to found junior job as python developer, so I switched to JavaScript. It looks similar at first glance, but there is so much more to learn a get used to. However I recommend it as there is almost nothing you won’t be able to build with JavaScript. And my next step after that will be Rust.
@nasikun2639
@nasikun2639 Жыл бұрын
what level do you think to be able to switch languange?
@GWS856
@GWS856 Жыл бұрын
can we talk about the fact most replayed is the end of the sponsor??
@Alexey-gp7vc
@Alexey-gp7vc 2 жыл бұрын
аfter Python, Golang can make you feel like you're in a straitjacket and gagged
@biskitpagla
@biskitpagla 2 жыл бұрын
That's precisely why Go is a good pick right after Python. Go forces you to see through all the magic, and you eventually come out as a better programmer.
@KUBKO17
@KUBKO17 2 жыл бұрын
Great video. I see lot of people mentioning Rust. But where the Rust sits based on your assessment? Is it replacement for c++?
@CashewNuts0
@CashewNuts0 Жыл бұрын
Question: C++ or C#?
@d16024
@d16024 2 жыл бұрын
Hey Tim, I want to be a software dev and I know py well enough to learn an additional language. I was thinking Java, would you advise this ?
@Tech69YT
@Tech69YT 2 жыл бұрын
no, go for c#
@grayfox_yt
@grayfox_yt 2 жыл бұрын
Java in many circles is considered a dying language. You may find work in Java now because of large corporate legacy code bases. However, most new companies or startups are not choosing Java. If you are ok with learning Java I would recommend C++ as its an industry standard for performance constrained software and syntax is similar to Java. Cheers
@d16024
@d16024 2 жыл бұрын
@@grayfox_yt should I go for C first? And then C++
@grayfox_yt
@grayfox_yt 2 жыл бұрын
@@d16024 I would go C++ as it is just an extended version of C.
@echofloripa
@echofloripa Жыл бұрын
Not using in massive applications, what about Instagram, Netflix, Spotify?
@bananacraft69
@bananacraft69 2 жыл бұрын
I literally decided to learn c++ 1-2 hours bevore this video's release 💀
@biskitpagla
@biskitpagla 2 жыл бұрын
say goodbye to the next 5 years of your life 😁
@vijayrawat5
@vijayrawat5 2 жыл бұрын
@@biskitpagla 😁
@Pikuto
@Pikuto 2 жыл бұрын
What to learn after c++, pascal, baisic(idk how to write correctly), python :>
@txcNexus
@txcNexus 2 жыл бұрын
I think I'll learn binary .
@mirshodoripov1035
@mirshodoripov1035 2 жыл бұрын
I have been keep on learning programming languages
@Hideko12
@Hideko12 2 жыл бұрын
I started with C++ and i didn't feel that i prefer python over it . I learned Java after that then C and finally i chose C as my primary programming language. This doesn't change the fact that python is the richest among them.
@freaklore
@freaklore 2 жыл бұрын
Excellent video and the choices make sense. In the future Go, Rust and Elixir will likely take over many things. Both C++ and C are going to be around as well. Maybe something will replace JavaScript one day but it isn't here yet...well perhaps TypeScript but will Web Assembly take over? Zig seems like a promising language as well.
@roiqk
@roiqk 2 жыл бұрын
I doubt C and C++ will get replaced
@abyass2240
@abyass2240 2 жыл бұрын
@@roiqk yeah exactly as he said they are still gonna be around for a long time
@roiqk
@roiqk 2 жыл бұрын
@@abyass2240 Yes
@caresvlbdjz
@caresvlbdjz Жыл бұрын
@@roiqk nowadays new projects are started using rust instead of c++. Of course C++ will continue for years
@shrimpoffthebarbie
@shrimpoffthebarbie 2 жыл бұрын
Bad use of the word "enterprise". Enterprise does not equate to performance. Easy mistake to make to mistake because most people misuse the word.
@frroossst4267
@frroossst4267 2 жыл бұрын
Plans on resuming the Rust tutorials?
@davilajeremy
@davilajeremy 2 жыл бұрын
I thought you would reccomend rust?
@SirMarblesYT
@SirMarblesYT 2 жыл бұрын
I did C# and GoLang after python
@Mdroudian
@Mdroudian 2 жыл бұрын
Tim... In your opinion... What's the preferred language for using with Databases?
@Kaz-qz2oq
@Kaz-qz2oq 2 жыл бұрын
Not Tim, but SQL is what you are looking for
@sidraines
@sidraines 2 жыл бұрын
SQL is the answer, this shouldn't even be a question...
@Mdroudian
@Mdroudian 2 жыл бұрын
@@sidraines You're right... I guess i should have been more detailed in my question... I wanted to be able to program databases via another language (like python or maybe another language) in conjunction with SQL. Or is SQL the only language that is preferred to do that?
@biskitpagla
@biskitpagla 2 жыл бұрын
In terms of ease of development and developer velocity: any mainstream high-level lang should be fine. My personal recommendation is Python and (Node) JS. If you want to do interesting things like embedding databases into your programs, compiled langs like Go and C++ (or Rust if you're an early adopter) are the way to go.
@teomaninan5554
@teomaninan5554 2 жыл бұрын
I am starting to learn javascript and c (reason is simplier than c++)
@codingworld-programmerslif430
@codingworld-programmerslif430 2 жыл бұрын
i agree with c++ and JS but i need to think about golang.
@DrJ3k4lMrH4d3
@DrJ3k4lMrH4d3 2 жыл бұрын
Thinking of learning MERN stack
@osarolawani3739
@osarolawani3739 2 жыл бұрын
What do you think about learning java in 2022
@elderlich1
@elderlich1 2 жыл бұрын
vbs, bat, powershell, javascript
@koerttroost8652
@koerttroost8652 2 жыл бұрын
What about Kivy Tim? I learned this lanquage after Python which enabled me to built androids apps...................
@randyriegel8553
@randyriegel8553 Жыл бұрын
I have to work with Python sometimes at work. I HATE IT!!!!! I've been a C, C++, C# developer for over 20 years. Python confuses the F out of me. But most of Python at my company are just scripts with no structure what so ever. I've converted a lot of them into C# console applications in both Win and Linux. And my code is very structured in to classes, class libraries, etc... If I get over 100 lines of code in one class... I check myself and make sure I couldn't separate it more to maintain it easier in future.
@AlphabetsFailMe
@AlphabetsFailMe 2 жыл бұрын
Which language is best for GUI desktop applications?
@passportbro904
@passportbro904 Жыл бұрын
Let's GO
@NicolasKaniak
@NicolasKaniak 2 жыл бұрын
What would the transition language between Python an C++?
@virtuous6739
@virtuous6739 2 жыл бұрын
JavaScript for web development in general, since it can be used for both front-end and back-end making possible building entire web applications from scratch with JS; Rust for lower level applications (i know C++ is used more often, but Rust will probably overthrow C++ and C in the future, since even Linus Torvalds is implementing Rust in the Linux Kernel and some people in the industry are starting to consider the idea of treating C/ C++ as deprecated languages, as Azure's CEO said some time ago). C# for Desktop and cross-platform stuff (i don't have much knowledge in this field, but with Java you will work with many legacy codebases. Not saying that with C# you won't, but the number may decreased in comparison to Java). Python for DataScience, it's the most popular tool for this field.
@Ro-fd6qu
@Ro-fd6qu 2 жыл бұрын
I would recommend java just cause of the opportunities it provides but it isn't fun to type though
@tonyvenice5252
@tonyvenice5252 2 жыл бұрын
How python is not largely scalable since Instagram uses Django ?
@lepa319
@lepa319 Жыл бұрын
Dont really get the point of learning python and js bc u can write your backend just on node plus u have typescript if u want so i would just learn js/ts
@idoredid3831
@idoredid3831 2 жыл бұрын
Thank you for this great video! While I'm learning more about Python, I'm also learning about Go, in the future I will probably learn about SQL, C, C++ and Java but for now as a beginner and a teenager who started programming in the last 3-4 years, I will finish Python and Go first.
@danielruiz2864
@danielruiz2864 2 жыл бұрын
Golang is the way
@shrimpoffthebarbie
@shrimpoffthebarbie 2 жыл бұрын
Starts ar 1:35
@davidaronowitz1250
@davidaronowitz1250 2 жыл бұрын
I learn java after python but I never use java because I can't find a reason to use it
@dmytrogalakhov5366
@dmytrogalakhov5366 2 жыл бұрын
What do you think about RUST?
@orelben
@orelben 2 жыл бұрын
Why C++ over rust or the upcoming carbon?
@thunderskull258
@thunderskull258 2 жыл бұрын
I will do Btech so I have to know C++ and java but i will try to learn js
@TheAIJokes
@TheAIJokes 2 жыл бұрын
I think julia fits well in my list ....it is fast and similar to python...
@Icelander00
@Icelander00 2 жыл бұрын
Thanks
@kevincodes674
@kevincodes674 2 жыл бұрын
I was expecting Rust as something different, but good list.
@mr.harshavardhan2094
@mr.harshavardhan2094 6 ай бұрын
Hi Tim, I am really confused in 2024, I have good knowledge on Java and Python. But I am totally confused which one I need to master in 2024 for getting a good IT job in USA. How about data engineer? or DevOps which one is best. I am totally confused. Please help me on this.
@stefan-anita
@stefan-anita Жыл бұрын
what do you think about php?
@alexandreoliveira5712
@alexandreoliveira5712 2 жыл бұрын
why not c# for a begginer? why you didn't mention c# for what I research that language is pretty good as well
@Daviesdev
@Daviesdev 2 жыл бұрын
Love the video but the camera cuts to the side of your face is not really pleasing. Consider changing the second camera position.
@TechWithTim
@TechWithTim 2 жыл бұрын
Thanks for the feedback 👍
The Ultimate Self-Taught Developer Curriculum
17:30
Tech With Tim
Рет қаралды 150 М.
Mastering Python - Everything You Need To Know To Become a Python Master
16:02
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
路飞做的坏事被拆穿了 #路飞#海贼王
00:41
路飞与唐舞桐
Рет қаралды 26 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 100 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 14 МЛН
Master Python With These 5 Projects
13:39
Tech With Tim
Рет қаралды 67 М.
PYTHON vs JAVASCRIPT // What I Would Choose as a Beginner…
12:48
Internet Made Coder
Рет қаралды 332 М.
Learning to code is WASTING your time
7:16
JCisWatching
Рет қаралды 17 М.
10 Python Shortcuts You Need To Know
27:27
Tech With Tim
Рет қаралды 296 М.
After Python Basics, What Next? | what to do / learn next after learning python
8:01
Programming and Math Tutorials
Рет қаралды 68 М.
What Can You Do with Python? - The 3 Main Applications
11:30
CS Dojo
Рет қаралды 3,6 МЛН
Python 101: Learn the 5 Must-Know Concepts
20:00
Tech With Tim
Рет қаралды 1,2 МЛН
Python Vs C++ Vs Java!
4:41
ByteByteGo
Рет қаралды 573 М.
What To Learn To Become a Python Backend Developer
10:42
Tech With Tim
Рет қаралды 196 М.
The Programming Language Guide
24:25
Traversy Media
Рет қаралды 503 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19