As someone who learned C++ first because I wanted to learn C# and also get into game dev. Learn Python first. It just makes it so easy to get into the whole coding thing. The only reason you need your first language is to learn Data structures and algorithms and basically the programming fundamentals. Then you just gotta be smart and find out what you need to make what you want to make and learn it. Don't go down the path of mastering languages, there is no perfect code. Prioritize products/goals/objects/things you want to make and learn the necessary peripherals instead of learning codes and forcing yourself to make projects you have no interest in. Basically make something. Just DO IT.
Can i ask you about c++ could you make a games for android with it? i want to learn language because i want to make my own games and apps so which language do you suggest it to me?
@@KGplanet04 Today we live in a specialized world...everything has a specific language, for Android for example that would be Kotlin. However for any kind of game/app backend design you can never go wrong with c++. However if you're just starting out with programming/coding thing I still stand by python. However understand that the world has moved on a lot from my time and I have no idea what would be the specific things you'd need to learn for your goals. So do some searches and see what u want to make and what that thing uses nowadays.
This is the most clear and concise explanation of how these languages work and how they can work for me that I have ever heard! Thanks for sharing your knowledge
I love how you jumped right to the answer and then explained it. appreciated mate! I'm an absolute beginner and don't know where to start, I've watched a ton of video about coding for beginners but they're all long and dont get to the main point. but you, you are real hero man!
This is hands down the best channel on UA-cam for computer science/ software engineering/ software industry etc topics. Won't be surprised if this channel hits 1m subs in no time. God bless and keep uploading. If possible make a video focusing on backend. THANKS!
Jammy do you know about Siraj Raval, Coding Train and Fun Fun Function? They're all great channels :) Also Traversy Media, Wes Bos and LevelUpTuts all make excellent, free tutorials. I belive that all of these channels (including this one) and several I probably don't know about, are equally great for spending their time on enhancing other people's skills though free videos. And a good day to you sir 😄
He described HTML as a programming language, so no, just no. The best channel about computer science is Computerphile by far. He's really good at describing the industry though, that's his strong suit.
3:53 HTML Change Color Change my color to green! CSS button { /*Put whatever you want in here*/ } #text { color: blue; } JavaScript function changecolor() { document.getElementById('text').style.color = "green"; }
I’m starting with the basics of python first, I have little to no programming experience but this guy’s tutorials are really helpful! I’ve already learnt how to make Lists, calculators and other functions! Thank you :D
Here’s basically what languages you should learn first depending on what you want to do. Python and Javascript are the easiest. Python: Computer Science Javascript: Web Design C#: Game Dev iOS: swift Android: Java
The world will be a better place if teachers started explaining things like you just did and I seriously mean it ... You've earned a subscriber buddy ..
Hi! I’m learning python at 14, think its really easy and fun to start off with. Got interested in it about 6 mths ago and i have made a couple simple programs now. Really enjoy it
I've never programmed in my life and only got into it because of the show Silicon Valley and I've got to say I'm glad I found this channel, it's so informative!
de'monster 456 Agreed. I live in San Jose and $100k is practically nothing unfortunately. Move to Dallas, Austin, Charlotte, Minneapolis, Chicago, or Detroit and you’ll make the same amount of money, yet the cost of living will be way cheaper.
dude thank you so much for this video. i watched so many videos breaking down different programming languages and your video is literally the best by far. co concise, so clear. thank you!!
Well, python will always hold a special place in my heart as it was the first language I've ever learned and I absolutely loved the time I had with it, but, studying electrical engineering, we have to learn c++ and I must say, it is indeed another level. However, I see these two languages as almost two different philosophies, when I want a quick script with great readability, python is always here for me (and I indeed use it a lot for calculations with libraries such as numpy, it is much better than Matlab in my opinion even though Matlab has it's use cases with the modules it has). But when I need to code a whole program, c++ has faster execution times and let's me be much more organized with it's many keywords and useful abstractions. Also, we had to learn to death many of the intricacies of c++ and having learnt that, I now understand much better how the language itself works (which can sometimes amount to some useful tricks and loopholes to optimize and enhance the final program) and the underlying computer behind it. Also, pointers, while they can be tricky to work with at times, are a great tool in many use cases (mainly polymorphism), especially the smart pointers. It feels like I can reach the full potential of my computer while python feels much higher level. And I just feel like pulling off nice code in c++ is quite a lot more satisfying than pulling off nice code in python, personal opinion though.
I am study electrical engineering. I am study python. But i am wanting to learn microcontroller programming language. Would you recommend C++ or Assembly ?
As a web developer, I couldn't agree more about Javascript being the main language to learn. Whats the point of rushing into JQuery or Angular or one of the other frameworks if you don't understand the core language underpinning the frameworks. I would say a good solid understanding of Javascript along with HTML and CSS is the place for every new developer to start.
I took a Java course at university but got a failed. I just found your video encouraging. Also thank you for integrating so many web pages/visual stimulants in your video. They are informative.
Thank you so much for this vid!!! You put together the languages as they INTERACT together in daily web or server usages. You are unique in simply showing this interaction which is what I have been trying to piece together for a while. Please keep going with your videos, they make a lot of sense to dorks like me who are trying to figure out which language to target for me future.
Your videos are not only informative but also self motivating. Finally I got a hope that job in Google is not the only thing for an IT student, we can work and grow at other companies also. Thanks YK 👍👍
is it difficult? i want to learn coding programs but first things first, i need to investigate very well then practice by myself and then go to the school :D
I really appreciate your channel, proud to have subscribed to you for a long time. I'm highly interested in game dev as I've been working on GTA & Minecraft servers for the past couple years, just aiming to work with some big game dev companies as I get better with these languages.
C is The programming language. It's impossible to understand computer science without learning C. You can learn python but you'd be pleb with little knowledge. Learn C or C++ Every high level language is compiled into C or Java. C is closer machine language which is better to understand what a computer does with a program. And everything isn't automatic which makes you think instead of just lazily importing readymade functions
Do they still? Here it’s Java and I don’t understand. First do a semester on Z80 or 6502 assembler. That’ll learn you how computers really work. Then a semester of C because it is the grandfather of much the higher languages, indeed. And then any OO. It seems here in The Netherlands they focus on job opportunities in college on university they do this academic approach still that I discussed. But you can never be an efficient developer if you start in Java or any high language.
Artaxerxes actually it’s impossible to understand C if you haven’t done assembler. A pointer and structure length only makes true sense when you understand machine language.
Man you are seriously awesome at making videos. A 5 minute video gets straight to the point and is super useful, not padded with 10 minutes of nonsense to get more ad revenue. Well done my friend
Wow, pretty good explanation, no over complication of things simple and easy to understand suggestions. Thank you, you definitely helped me to star my career.
Keep going, you're doing well. When i was in 12 i learned c++, then php and python, every thing you learn in this age like carving in rocks, so just keep going. Good luck
Great advice! I was learning javascript and swift at the same time and had no idea. Depends on what you want to build. Very great explanation! It’s not just about what should I do. It’s “what do you want to do”
im 26 and I just started to learn JavaScript.. Never thought that i would choose to learn something like this(IT coding things) :) Started to learn very basics, but I hope in the future i will be able to become a full stack developer :)
I'm a first yr college and i dont have any background in programming and we took c++ while 4th years take phyton. Thanks to your video, we'll do a suggestion for our college department :D
I literally like how he went straight in to subject and said python or javascript....people usually rant about this subject.....and we get nothing out of it......thanks dojo👍👍👍
Hello, I'm new to Bitcoin trade and I've been making huge losses but recently i see a lot of people earning from it Please can someone tell me what to do?
As a beginner who don't understand how Bitcoin trade really works and you really want to make profit from it. I will advise you to first start working with a professional
I love JavaScript because you can do pretty much anything with it. And once you got used to the language, you can upgrade to TypeScript as a modern type-safe language.
Great info. C# was my first language, because I wanted to make mobile games. Then I began learning python, HTML, CSS, and JS, because I wanna develop web sites. Because I learned C# first, the others were relatively easy. Only syntax is different.
Sorry if you misunderstood me. I'm still in the learning phase of web development. I'm confident there are lot of opportunities for web developers, especially full-stack developers and javascript libraries. As for the game development, I only do it for fun. I haven't had a smash hit yet. :p
EVERY VIDEO IS PERFECTLY EDITED AND HE ARTICULATES THE EXACT REQUIRED KNOWLEDGE FOR THE STAGE POINT HES TEACHING AT AND DOES NOT LAG ON RELAYING THE INFORMATION, CONSISTENTLY LETTING THE LEARNING FLOW FORWARDS. LEGEND
I recommend you to learn C language cause it is easier and you can learn other language with eaze once you learned C. Python is easy for first but hard later. If you learn C first then you can learn python in a month. I totally don't recommend JavaScript first if don't you want to create website only.
@@roshanb8388 so do i, well i ever have a plan if i would learn python first and then c++. but i don't know, i just start from c++ first and i never had a problem with that. until now, yes😊
Thank you so much for your time, this is so on point and clear. I'm looking into eventually getting to C# and ++ for game dev. shoul I still start with one of those 2 you mentioned since I have 0 experience with coding?
Man you are great. Every youtube takes 15minutes to tell which programme language we should select. Im a fan of you from now. Heck yeah man. I love you
Man!!! You’re one of the best and most honest person explaining this subject about programming..... Now I have a question, I don’t have programming experience, I really want to build mobile apps and know the language now as you mentioned, but what do you think if I start with HTML, CSS AND JAVASCRIPT, so I can polish myself a bit first? I know this 3 I mentioned are for front end. thanks a lot 🤣🙏🏼
@@dimma2509 hello 👋🏻 thanks for being so kind and try to help out!! Actually, I have been searching a lot about what asked before and found out info that isn’t a good idea just to focus on just on native apps and yes to start up with html, JavaScript and css since there are more jobs opportunities on front end. Beside, I can later Learn one of JavaScript frames, such as react which is good to develop cross apps I think 🤔 Do you have any other opinions about this? It will be greatly appreciated. My main goal was to develop IOS native apps only, well and maybe for android later on. Thanks a lot!
I'm 24 today and although seeing some C++ content at college when I was 18, I never learned anything about programming. Only today I decided I'm gonna learn languages for real.
2:00 I would add C# to Websites. We use C# to develop server-side back-end infrastructures. Unlike JS, HTML, and CSS, C# is the language that talks directly to a database. A person could also learn PHP. However, learning C# has cross-industry benefits. With a solid enough C# knowledge, a person could change from a web developer to a game developer (although game development introduces concepts like 3D space and vectors; things that don't exist in web development). Unlike PHP, C# helps a person learn about compile-time versus run-time; they are radically different programming methods. They also learn that C# is a strongly type language. I'm not saying having only Javascript, HTML, and CSS knowledge is terrible. I am saying including C# is better. Knowing those four will make a person highly desirable.
In 2023, I firmly believe C# is the programming language to master. With its deep integration with the .NET framework and versatility in creating everything from desktop applications to web services, it's the clear winner in today's development landscape. While Python and Java have their merits, the robustness and scalability offered by C# make it stand out as the top choice for serious programmers.
I'm 17 Years old and only know print("Hello World") Its sad Update - I Learned Basics of python, If elif else statements and while loop also made some basic circle and cylinder calculators
Hey +CS Dojo! Excellent video, straight to the point. I have a question. I searched for the most in demand languages in the market in 2020, and I decided to improve my skills the top 5 languages (C#, Python, Javascript Java and C) by building a project. I had the idea of making an airline reservation web based system. I 'll use C# and Javascript for the web app. Python I will use to make statistics of the app and show them on a webpage, also made with Python, to show statistics of the main app. I am thinking of using Java for making a mobile version of the app and a software used as backend. But I have no idea how to include C in that. Can you give me ideas?
It's nice to have a layout of what each language is used for, so you know what language to focus on. Learned so much from watching this video, everything is made a lot clearer.👍👍
From my personal experience, i started with scripts then moved to compiled langs. First started with LUA, moved to C++, C# a lil bit of HTML & php, then on to JS and now Java. Python is also a handy lang
The existence of your video has made my night (probably the next few years of my life). 1. HTLML, 2. CSS, 3. Javascript for the front end code, then 4. Python (as a starter for the back end code) on the way to becoming a web developer. Thanks, man.
CS DoJo First of all, thanks for every video you make , they are all very helpful I am pursuing major in computer science , and I am really worried about the job interviews, I feel like I don’t know enough So if possible could you make a video telling us the questions they ask at the job interviews please? Thank you !
@@offensivetriangle3228 Tbh I left it after reaching intermediate level and started learning cpp for dsa to be on safer side from perspective of interviews. Now python would be easy to grasp as I have learnt it initially.....
He just started the series go a little bit in depth, another suggestion is Derek Banas, he does a great job as CS Dojo in teaching audience programming languages.
This video really help me choosing where to start learn coding. I follow your advice and start to take a course and then bootcamp in html css javascript
C+ is solid one once you know it you know half of c++ if you want a easy language I would recommend python then c+ and c++ last Java Here a example of hello world in the top 3 languages Java public static void main(String[]args){ System.out.println(“hello world”); Python Print(“hello world”) C++ #include int main() { std::cout
Thank you for telling me the answer in 10 seconds something youtubers never do
😂😂😂😂😂
Lmao
I think u meant 5 seconds lmao
i laughed at this for some reason
😂😂
BECAUSE YOU WENT STRAIGHT TO THE POINT,I WILL WATCH TILL THE END
Same
ikr, when they try to stall I just leave
Same
Do it you must
Yes hahahaha 😀😁
This dude literally broke down the answer in the most logical way as if it was code lol
He dreams in codes 😬🤣
@@bekacynthia i am a programmer and i once dreamt about coding lol 😂
@@quaianthegrimreaper7556 haha, cool! Crazy experience, I guess?
@@bekacynthia yep 😅
@@quaianthegrimreaper7556 I identified as a coder but nothing came of this........sheesh i wonder how others identify
As someone who learned C++ first because I wanted to learn C# and also get into game dev. Learn Python first. It just makes it so easy to get into the whole coding thing. The only reason you need your first language is to learn Data structures and algorithms and basically the programming fundamentals. Then you just gotta be smart and find out what you need to make what you want to make and learn it. Don't go down the path of mastering languages, there is no perfect code. Prioritize products/goals/objects/things you want to make and learn the necessary peripherals instead of learning codes and forcing yourself to make projects you have no interest in.
Basically make something. Just DO IT.
I also want to get into game design. This is incredible advice. Thank you much
Can i ask you about c++ could you make a games for android with it? i want to learn language because i want to make my own games and apps so which language do you suggest it to me?
@@KGplanet04 Today we live in a specialized world...everything has a specific language, for Android for example that would be Kotlin. However for any kind of game/app backend design you can never go wrong with c++. However if you're just starting out with programming/coding thing I still stand by python. However understand that the world has moved on a lot from my time and I have no idea what would be the specific things you'd need to learn for your goals. So do some searches and see what u want to make and what that thing uses nowadays.
@@KGplanet04it's best to learn specific language for Android. I
He's perfecting the art of telling answers below 10 sec. And I am sure after some months he will be sub 7 or 6
no)
Yes
I like how straight forward you are. No bogus stories before you get to the main point. Nice video. Keep it up.
I am learning Java and I am 40 years...lol
proud of you, learning has no age barrier, hope you achieve everything you are trying to, good luck
Mad respect my bruddah, keep on learning and executing man!
And? Being 40 is no barrier, i'm 47 and loving it.
@@Anirudha_Dudhasagare thanks mate.
@@UEBERBOSS462 thank brother
He is true! I learned Python and now HTML and CSS are so easy! :)
Did u learned django also?
By saying that css is easy i believe you didn't learn it completely
Html and css should be easy regardless
@@dawidgora7472 😆 true
any recommendations vids or tuts to learn
This is the most clear and concise explanation of how these languages work and how they can work for me that I have ever heard! Thanks for sharing your knowledge
I love how you jumped right to the answer and then explained it. appreciated mate! I'm an absolute beginner and don't know where to start, I've watched a ton of video about coding for beginners but they're all long and dont get to the main point. but you, you are real hero man!
This is hands down the best channel on UA-cam for computer science/ software engineering/ software industry etc topics.
Won't be surprised if this channel hits 1m subs in no time.
God bless and keep uploading.
If possible make a video focusing on backend.
THANKS!
Jammy do you know about Siraj Raval, Coding Train and Fun Fun Function? They're all great channels :)
Also Traversy Media, Wes Bos and LevelUpTuts all make excellent, free tutorials.
I belive that all of these channels (including this one) and several I probably don't know about, are equally great for spending their time on enhancing other people's skills though free videos.
And a good day to you sir 😄
He described HTML as a programming language, so no, just no.
The best channel about computer science is Computerphile by far.
He's really good at describing the industry though, that's his strong suit.
Jammy I agree so bad! I always knew what back end was but never had a idea in my head to visualize, now I do!
ua-cam.com/video/k4rAmTHDCVk/v-deo.html
Must watch
Jammy is
3:53
HTML
Change Color
Change my color to green!
CSS
button {
/*Put whatever you want in here*/
}
#text {
color: blue;
}
JavaScript
function changecolor() {
document.getElementById('text').style.color = "green";
}
oh yeah yeah console.log("nogga");
maria fe sintax error “nogga”
@@nicho2525
syntax error : " sintax " line 1
I’m starting with the basics of python first, I have little to no programming experience but this guy’s tutorials are really helpful! I’ve already learnt how to make Lists, calculators and other functions! Thank you :D
Awesome, how's it going now my guy?
^^^^^^^
I'm curious too, how is it all going? Good?
What about now??
Here’s basically what languages you should learn first depending on what you want to do.
Python and Javascript are the easiest.
Python: Computer Science
Javascript: Web Design
C#: Game Dev
iOS: swift
Android: Java
The world will be a better place if teachers started explaining things like you just did and I seriously mean it ...
You've earned a subscriber buddy ..
Hi! I’m learning python at 14, think its really easy and fun to start off with. Got interested in it about 6 mths ago and i have made a couple simple programs now. Really enjoy it
Where do you learn it from. Lessons or videos? Any recommendations?
How is it going man
I've never programmed in my life and only got into it because of the show Silicon Valley and I've got to say I'm glad I found this channel, it's so informative!
You know the salaries are inflated over-there? Making 100 K a year is barely to make ends meet over there.
de'monster 456 Agreed. I live in San Jose and $100k is practically nothing unfortunately. Move to Dallas, Austin, Charlotte, Minneapolis, Chicago, or Detroit and you’ll make the same amount of money, yet the cost of living will be way cheaper.
Or just start your own business. The american dream is easier than ever thanks to the amount of work technology does for you.
LOL That show is awesome right ?
Creamapod Games not for everybody, I agree with Ethan, go to Austin!
this channel is so underrated. Your videos must be take more than 1 million viewers
dude thank you so much for this video. i watched so many videos breaking down different programming languages and your video is literally the best by far. co concise, so clear. thank you!!
Well, python will always hold a special place in my heart as it was the first language I've ever learned and I absolutely loved the time I had with it, but, studying electrical engineering, we have to learn c++ and I must say, it is indeed another level.
However, I see these two languages as almost two different philosophies, when I want a quick script with great readability, python is always here for me (and I indeed use it a lot for calculations with libraries such as numpy, it is much better than Matlab in my opinion even though Matlab has it's use cases with the modules it has). But when I need to code a whole program, c++ has faster execution times and let's me be much more organized with it's many keywords and useful abstractions. Also, we had to learn to death many of the intricacies of c++ and having learnt that, I now understand much better how the language itself works (which can sometimes amount to some useful tricks and loopholes to optimize and enhance the final program) and the underlying computer behind it.
Also, pointers, while they can be tricky to work with at times, are a great tool in many use cases (mainly polymorphism), especially the smart pointers.
It feels like I can reach the full potential of my computer while python feels much higher level.
And I just feel like pulling off nice code in c++ is quite a lot more satisfying than pulling off nice code in python, personal opinion though.
I am study electrical engineering. I am study python. But i am wanting to learn microcontroller programming language. Would you recommend C++ or Assembly ?
As a web developer, I couldn't agree more about Javascript being the main language to learn. Whats the point of rushing into JQuery or Angular or one of the other frameworks if you don't understand the core language underpinning the frameworks. I would say a good solid understanding of Javascript along with HTML and CSS is the place for every new developer to start.
thank you soo much
Absolutely. when you learn Vanilla JavaScript (the pure JavaScript) for webdesign then the rest is just an addon for you.
So thankful for finding this channel! Your thorough explanations and pleasant delivery are just AMAZING! Thanks so much! Instant subby!
I took a Java course at university but got a failed. I just found your video encouraging. Also thank you for integrating so many web pages/visual stimulants in your video. They are informative.
Thank you so much for this vid!!! You put together the languages as they INTERACT together in daily web or server usages. You are unique in simply showing this interaction which is what I have been trying to piece together for a while. Please keep going with your videos, they make a lot of sense to dorks like me who are trying to figure out which language to target for me future.
i immediately hit the like button because i love the way he went straight to the point , no bs and long intro as normal youtubers would do
Java ..
I choose you
Well I don’t choose you
Java Script 😂😂
@@natez999no u don't get to say that.. Get back in the pokeball!
Bro he said Java not Javascript
Java and javascript big difference
Love your Python series, it has helped me so much in testing. Bravo!
Your videos are not only informative but also self motivating.
Finally I got a hope that job in Google is not the only thing for an IT student, we can work and grow at other companies also.
Thanks YK 👍👍
The Best Adviser..I've been looking everywhere to have some tips before learning to code or program and you're the one to make it clear to me..
I know this is years late but this is STILL the best video on the topic on all of UA-cam. Thanks.
I'm learning how to program python and I'm really glad I found your channel, it's amazing!!
THANK YOU 💜
caroll souza heyy caroll.. Are you a programmer /coder?
Please can you help me with channel so that lineups and start learning all so. Thanks you.
Hey carol, what u learnt before python
Where are you on the line now?
is it difficult? i want to learn coding programs but first things first, i need to investigate very well then practice by myself and then go to the school :D
I really appreciate your channel, proud to have subscribed to you for a long time. I'm highly interested in game dev as I've been working on GTA & Minecraft servers for the past couple years, just aiming to work with some big game dev companies as I get better with these languages.
Then why every college and institutions teach c programming language first?
Because pretty much everything is based on C
C is The programming language. It's impossible to understand computer science without learning C. You can learn python but you'd be pleb with little knowledge. Learn C or C++
Every high level language is compiled into C or Java. C is closer machine language which is better to understand what a computer does with a program. And everything isn't automatic which makes you think instead of just lazily importing readymade functions
@@Artaxerxes. You can always switch, so even Python knowledge isn't really wasted.
Do they still? Here it’s Java and I don’t understand. First do a semester on Z80 or 6502 assembler. That’ll learn you how computers really work. Then a semester of C because it is the grandfather of much the higher languages, indeed. And then any OO.
It seems here in The Netherlands they focus on job opportunities in college on university they do this academic approach still that I discussed. But you can never be an efficient developer if you start in Java or any high language.
Artaxerxes actually it’s impossible to understand C if you haven’t done assembler. A pointer and structure length only makes true sense when you understand machine language.
Man you are seriously awesome at making videos. A 5 minute video gets straight to the point and is super useful, not padded with 10 minutes of nonsense to get more ad revenue. Well done my friend
A youtuber who wont waste my time? Wow {subscribes aggressively}
Wow, pretty good explanation, no over complication of things simple and easy to understand suggestions. Thank you, you definitely helped me to star my career.
Funfact: Everyone here in the comment section will recreate me or has already
hahaha i did it
#include
using namespace std;
int main()
{
while(1)
cout
print("Hello World")
LMAO
#include
Main()
{
printf("Hello World");
{
I am a 13 years old kid, i start with c++ and i learned the basic, i'm learning python and if one day i can i will learn javascript
Normal Mexican keep going little man
Keep going, you're doing well. When i was in 12 i learned c++, then php and python, every thing you learn in this age like carving in rocks, so just keep going. Good luck
When I had your age I spent my time playing Minecraft and DotA 2 xD Just started learning C with 15
BRIQUEZ 23 I'm playing pokemon xd
Normal Mexican wich one?
Great advice! I was learning javascript and swift at the same time and had no idea. Depends on what you want to build. Very great explanation! It’s not just about what should I do. It’s “what do you want to do”
I love that you get straight to the point in less than 10 seconds. Nice video!
im 26 and I just started to learn JavaScript.. Never thought that i would choose to learn something like this(IT coding things) :) Started to learn very basics, but I hope in the future i will be able to become a full stack developer :)
How is it going so far ? It's been 4 months and I am curious on your progress.
I'm a first yr college and i dont have any background in programming and we took c++ while 4th years take phyton. Thanks to your video, we'll do a suggestion for our college department :D
THANK YOU SO MUCH! I really want to learn but I don't know a thing. But your videos are a GREAT help. REALLY GREAT!
I literally like how he went straight in to subject and said python or javascript....people usually rant about this subject.....and we get nothing out of it......thanks dojo👍👍👍
I rarely come across a youtuber that come across the point of the video quick. Very nice 👌
I learnt html n css (just need more practice) and now learning JavaScript . So i did the right choice then .
Yes, after learning JavaScript start learning Python. Keep coding buddy
This video answered my questions about what language to learn perfectly, thanks so much man.
So... Which language
So?
the most productive video i have ever watched on youtube
finally, a strait to the point short video.
This guy is highly conscientious about other people's time. I appreciate that.
I had started with C++ and it helped me so much. Like I just strarted writing python when I had to ,no need of a tutorial or a book.
Dude you are awesome. You cleared a huge cloud that was infront of me
My trading journey was a matriculation of highs and lows, literally just like the market. you up, you down. Now I'm constantly up
Hello, I'm new to Bitcoin trade and I've been making huge losses but recently i see a lot of people earning from it Please can someone tell me what to do?
@@kelvintimothy1544 All you need now is a professional trader else you will continue making losses.
That is true, you need an expert broker and account manager to make good profit from Bitcoin trade.
Trading on your own is very risky, many people have lost a lot trading for themselves
As a beginner who don't understand how Bitcoin trade really works and you really want to make profit from it. I will advise you to first start working with a professional
I love JavaScript because you can do pretty much anything with it. And once you got used to the language, you can upgrade to TypeScript as a modern type-safe language.
I logged in to my account, liked, and subscribed, just because of you giving that short answer first. You sir are a Boss.
Great info. C# was my first language, because I wanted to make mobile games. Then I began learning python, HTML, CSS, and JS, because I wanna develop web sites. Because I learned C# first, the others were relatively easy. Only syntax is different.
Sorry if you misunderstood me. I'm still in the learning phase of web development. I'm confident there are lot of opportunities for web developers, especially full-stack developers and javascript libraries. As for the game development, I only do it for fun. I haven't had a smash hit yet. :p
I loved this video it is extemely instructive, thank you YK and CS Dojo !
EVERY VIDEO IS PERFECTLY EDITED AND HE ARTICULATES THE EXACT REQUIRED KNOWLEDGE FOR THE STAGE POINT HES TEACHING AT AND DOES NOT LAG ON RELAYING THE INFORMATION, CONSISTENTLY LETTING THE LEARNING FLOW FORWARDS. LEGEND
Just found this video, thank you so much for the clear information.
I have look at so many other UA-camrs, none of them explain as good as you.
Direct to the point! Great content.
I thought lets learn python during qurantine
Hi fi
I've already learned in this quarantine and now I'm an intermediate.
Well me too
@@kawosdhdos bro it depends if you like to build websites you will be more interested in learning html
same
I recommend you to learn C language cause it is easier and you can learn other language with eaze once you learned C. Python is easy for first but hard later. If you learn C first then you can learn python in a month.
I totally don't recommend JavaScript first if don't you want to create website only.
yea man the short answer sucks
Have to learn C++ as an engineering student right now... it’s my first time being confronted with programming and I can’t get anything to work
Hey man! I just wanted you to know that I just started watching your videos and they are very helpful to a newbee like me! Please keep them coming!!!
This guy literally broke down everything I've been searching since. Thank you so much
I've just started to learn HTML. I think the next will be python.
I’am just start to learn Payton then I will learn HTML
@@samandrew5643 yes, the easiest language, p a y t h o n
@@wateryagarvideos5186 LMAO
Sikh li 1 saal ho gaya he?
C++ and C# I choose you
INCLASHERS same but I am thinking of doing all of it
No dont!
Learn Python first then learn C++. Other wise you're going to have a hell of a time.
@@theblackhundreds7124 why?
I learnt c++ first from my high school and it was pretty easy to understand and learn
@@roshanb8388 so do i, well i ever have a plan if i would learn python first and then c++.
but i don't know, i just start from c++ first and i never had a problem with that. until now, yes😊
@@theblackhundreds7124 seriously why??
I will start to study programming languages.
hey!! how is it? did you learn something?
@@sab7184 my man's not replying
i wish all youtubers were coders. this man broke down his video in the most logical and efficient way possible. thanks you good sir.
One of the best channel about code ! Thank you from France !
I’ve learnt Python and i’m also learning JavaScript
Good
Thank you so much for your time, this is so on point and clear. I'm looking into eventually getting to C# and ++ for game dev. shoul I still start with one of those 2 you mentioned since I have 0 experience with coding?
Thanks, I’ve just started programming..
I got tips from friends but this video is really helpful thanks u deserve more subs
Man you are great. Every youtube takes 15minutes to tell which programme language we should select. Im a fan of you from now. Heck yeah man. I love you
Thank you! You cleared out my confusion
Hey! great job !
I want to ask you a simple question, is your Python course complete ? i mean is it enough to learn everything of Python basics ?
Man!!!
You’re one of the best and most honest person explaining this subject about programming.....
Now I have a question, I don’t have programming experience, I really want to build mobile apps and know the language now as you mentioned, but what do you think if I start with HTML, CSS AND JAVASCRIPT, so I can polish myself a bit first? I know this 3 I mentioned are for front end.
thanks a lot 🤣🙏🏼
Did you get something as regards to this question please?
@@dimma2509 hello 👋🏻 thanks for being so kind and try to help out!!
Actually, I have been searching a lot about what asked before and found out info that isn’t a good idea just to focus on just on native apps and yes to start up with html, JavaScript and css since there are more jobs opportunities on front end. Beside, I can later Learn one of JavaScript frames, such as react which is good to develop cross apps I think 🤔
Do you have any other opinions about this? It will be greatly appreciated. My main goal was to develop IOS native apps only, well and maybe for android later on.
Thanks a lot!
I'm 22 and I start learning programming especially python although I have a different study background
I'm 24 today and although seeing some C++ content at college when I was 18, I never learned anything about programming. Only today I decided I'm gonna learn languages for real.
2:00 I would add C# to Websites. We use C# to develop server-side back-end infrastructures. Unlike JS, HTML, and CSS, C# is the language that talks directly to a database. A person could also learn PHP. However, learning C# has cross-industry benefits. With a solid enough C# knowledge, a person could change from a web developer to a game developer (although game development introduces concepts like 3D space and vectors; things that don't exist in web development). Unlike PHP, C# helps a person learn about compile-time versus run-time; they are radically different programming methods. They also learn that C# is a strongly type language. I'm not saying having only Javascript, HTML, and CSS knowledge is terrible. I am saying including C# is better. Knowing those four will make a person highly desirable.
In 2023, I firmly believe C# is the programming language to master. With its deep integration with the .NET framework and versatility in creating everything from desktop applications to web services, it's the clear winner in today's development landscape. While Python and Java have their merits, the robustness and scalability offered by C# make it stand out as the top choice for serious programmers.
I'm 17 Years old and only know
print("Hello World")
Its sad
Update - I Learned Basics of python, If elif else statements and while loop also made some basic circle and cylinder calculators
You know more then my colleagues
Hey +CS Dojo! Excellent video, straight to the point. I have a question. I searched for the most in demand languages in the market in 2020, and I decided to improve my skills the top 5 languages (C#, Python, Javascript Java and C) by building a project. I had the idea of making an airline reservation web based system. I 'll use C# and Javascript for the web app. Python I will use to make statistics of the app and show them on a webpage, also made with Python, to show statistics of the main app. I am thinking of using Java for making a mobile version of the app and a software used as backend. But I have no idea how to include C in that.
Can you give me ideas?
i am 14 year old and i love coding that's why i had chossed this channel and i am learning python
what i'd give to go back in time and start learning coding at such young age instead of wasting my valuable time
Thanks a lot for clearing everything up like Crystal.
You are The First Person who Brings stuff at point
i started with html... is it a good idea?
4:17 Because Facebook needs to know who your friends are=needs to know who you are.
Now I am a part of CS Dojo Community
It's nice to have a layout of what each language is used for, so you know what language to focus on.
Learned so much from watching this video, everything is made a lot clearer.👍👍
THIS IS A HEADING
THIS IS A PARAGRAPH
I know I forgot and and
From my personal experience, i started with scripts then moved to compiled langs. First started with LUA, moved to C++, C# a lil bit of HTML & php, then on to JS and now Java. Python is also a handy lang
seems like you're making a rookie mistake of spreading yourself too thin.
NAH IM STARTING WITH C++ THEN GETTING C# THEN PYTHON JAVA AND LUA YES Yes
Alparkryyy roblox uses an adapted version of lua called rbx.lua or something like that
Request : make a video on how you learnt English.. please...🙂
KARTHIK Y NALWAD okay!
CS Dojo yeah
First step, learn, second step, learn more. I am a generalist = i throw myself into various things of interest.
memorize words, write sentences, study English grammar extensively, Read, Read, Read, write paragraphs, write stories, write essays. REPEAT !
Matt Z
I'll do same.
The existence of your video has made my night (probably the next few years of my life). 1. HTLML, 2. CSS, 3. Javascript for the front end code, then 4. Python (as a starter for the back end code) on the way to becoming a web developer. Thanks, man.
New to programming. I know nothing about this field, so this video was helpful. Thank you so much !
CS DoJo
First of all, thanks for every video you make , they are all very helpful
I am pursuing major in computer science , and I am really worried about the job interviews, I feel like I don’t know enough
So if possible could you make a video telling us the questions they ask at the job interviews please?
Thank you !
Harry Potter lol Harry potter isn't real . I like the name .
And that type of video would be nice
I started learning python as I want to build my career in artificial intelligence and machine learning 🙂🙂🙂
is it helpful?
@@offensivetriangle3228 Tbh I left it after reaching intermediate level and started learning cpp for dsa to be on safer side from perspective of interviews. Now python would be easy to grasp as I have learnt it initially.....
Cs dojo...please make python tutorials fast. I am so much excited and can't wait to learn more.
He just started the series go a little bit in depth, another suggestion is Derek Banas, he does a great job as CS Dojo in teaching audience programming languages.
This video really help me choosing where to start learn coding. I follow your advice and start to take a course and then bootcamp in html css javascript
C+ is solid one once you know it you know half of c++ if you want a easy language I would recommend python then c+ and c++ last Java
Here a example of hello world in the top 3 languages
Java
public static void main(String[]args){
System.out.println(“hello world”);
Python
Print(“hello world”)
C++
#include
int main() {
std::cout