Top 5 programming language in 2019 with Learning Paths

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
    All the learning resources such as code files, documentations, articles and community discussions are available on our website:
    chaicode.com/
    You can find our discord link, github link etc on the above website.
    Twitter/X link: x.com/hiteshdo...
    Discord link: hitesh.ai/discord
    Learn React with 10 projects: • Let's learn react from...
    Learn Docker: • A practical guide on D...
    Learn Kubernetes: • Complete Kubernetes Co...
    How does a browser works: • How does a browser wor...
    How nodejs works: • How node JS works | En...
    Learn Redux-toolkit: • Learn Redux Toolkit in...
    Learn NextJS: • Nextjs Full stack course
    Learn Typescript: • Why to learn Typescript
    Learn Javascript: • Welcome to new JavaScr...
    Learn React Native: • React Native Mastery: ...
    Learn Zustand: • React state management...
    Learn Golang: • How to get started wit...

Комментарии • 1,6 тыс.

  • @thunderthrust9273
    @thunderthrust9273 4 года назад +83

    5:27 = php
    8:24 = swift
    11:20 = java
    13:18 = javascript
    15:39 = python
    Enjoy.

  • @chrishaynes3196
    @chrishaynes3196 5 лет назад +1

    This has been one of the MOST helpful videos I've found on RUclips on this confusing topic. Thank you Hitesh, you've clarified and given suggestions a-plenty. THANK YOU!! This is my first video of yours that I've watched and now I've subscribed, it's time to go through the others...

  • @mohan7273
    @mohan7273 5 лет назад +306

    I think C# should be definitely on the list. Its used in all places from web development to windows app to mobile apps to games. I don't think python should have been the number one, it should probably be javascript cause there are more web developers then probably any other developers in the world. And the one language ruling the web is javascript. My top 5 would be
    1. Javascript
    2. Python
    3. C#
    4. Java
    5. PHP
    Yea I didn't put swift here cause I really don't think a language that is running on 40% device in the world and whose apps can be developed by other languages (C# and Javascript) should really make it into top 5. Maybe yes in the US, but probably not the whole world.

    • @mhamzarajput
      @mhamzarajput 5 лет назад +3

      Yeah superb . Because of xamarin

    • @charuwaka1
      @charuwaka1 5 лет назад +3

      Especially Xamarin

    • @hariangr
      @hariangr 5 лет назад

      @@mhamzarajput is xamarin good?

    • @storyrewind9311
      @storyrewind9311 5 лет назад +2

      I am agree with u,being a dot net developer i think c# should be in list we can do lots of thinks from c# due vast use....lots of big companies are working c#

    • @akshaypatel2731
      @akshaypatel2731 5 лет назад

      @@storyrewind9311 need your help mail @akshaypatel0797@gmail.com

  • @dhanushumesh
    @dhanushumesh 4 года назад

    Hei Hitesh .. I just came across your Channel . And this is the best I have found .
    Your English is Good and understanding & u talk exactly what’s expected by the viewer .. keep going Brother

  • @musasule4692
    @musasule4692 5 лет назад +24

    1. Python
    2. Javascript
    3. Java
    4. C#
    5. Swift
    My favorite is C#

    • @nareenderkumar
      @nareenderkumar 5 лет назад

      please you can suggest me which one is better asp.net or node js

    • @danieldragojevic3016
      @danieldragojevic3016 5 лет назад

      @@nareenderkumar learn how to use both and decide for yourself, which is better.

    • @sumeshvasu1931
      @sumeshvasu1931 5 лет назад

      C#

  • @ronaldjohnson4470
    @ronaldjohnson4470 5 лет назад

    Great advice Hitesh. Coming from a C# background I just started learning Python, and I absolutely love the language. it has become my favorite programming language. Happy Thanksgiving to you and your family.

  • @kushalbhavsar3454
    @kushalbhavsar3454 5 лет назад +116

    Hit like if you love❤ python🐍🐍

  • @kamruzzamanamit1206
    @kamruzzamanamit1206 5 лет назад

    I am from Bangladesh. I learn a lot about programming from your videos.

  • @rishinamdev7620
    @rishinamdev7620 5 лет назад +11

    i agree with you and my fav. language is PYTHON

  • @samirks27
    @samirks27 5 лет назад +1

    Thanks Hitesh for presenting a nice roadmap of 2019-20

  • @ParasFtl
    @ParasFtl 5 лет назад +12

    All of these are implemented in C++. C++ forever 😍

  • @timmy334
    @timmy334 5 лет назад

    I also wanted to say thank you for making your videos! I really enjoy them and find them informative and helpful.

  • @ajayodedra930
    @ajayodedra930 5 лет назад +21

    Start from top 5, Skip to 5:15

  • @bittushah3016
    @bittushah3016 5 лет назад +2

    I love programming
    But due to work I hardly can make time for it..
    But your videos are awesome it always motivates me to code..
    love u Sir..

  • @JonathanNg
    @JonathanNg 5 лет назад +4

    Thanks Ruth for this video. R and Python are both great languages
    R is a data specific language. Python is a general purpose language.
    That means that something like web development in python is designed for web developers and requires understanding a full web development technology stack on top of the data analytics skills.
    Ie Python + Flask or Django + HTML + Javascript + some asynchronous programming framework like react. The community is bigger but spread across many more different use cases which may have no relevance to you.
    Web development in R is designed for data analyst which means you only need R and Markdown to build a data-driven dashboard in about 1/10th the code using a library like Flexdashboards.
    This is the general principle for pretty much everything in the language. I could go on with many other examples and have also made videos on the subject but in general...
    If you are a web / app developer who wants to integrate some machine learning functionality into an app then you should go with Python.
    If you are an analyst who spends all day exploring, analysing and reporting than go with R. It will take you half the time. As a data analyst tool it has integration with BI tools like Power BI, Tableau, etc whereas Python does not.
    You can still use Python within R if you find a must have Python library. You can also convert your R code to REST APIs to make your work available for easy integration by developers.
    It's worth noting that I've worked with both languages but teach data analytics courses predominantly in R.
    I'm glad that you put together this video as Python is great but not for everyone. I know many people who have had a very similar experience to your own.

  • @MeghnathBabin
    @MeghnathBabin 5 лет назад

    What you have told about learning the data structure I completely agree. Sometimes without learning any programming language students loose interest also.

  • @ljybc
    @ljybc 5 лет назад +5

    I think C/C++/QT will be better popular.Because they are every language's mother!

  • @sandororoszi65
    @sandororoszi65 5 лет назад

    Very informative video, thank you. I've been a VB.NET and vbscript developer for a while now, but stepping into C# and most definitely Python. I started of my development career in COBOL, great SOLID programming base.

  • @samirantanen707
    @samirantanen707 5 лет назад +7

    #1 Python, in an era when we're running out of single thread performance and seeing massive explosion of CPU cores. Hmm.

  • @neelaychoudhury686
    @neelaychoudhury686 5 лет назад +2

    My first love is C++ and I truly agree with you sir on the list you made.

  • @sivaramakrishna6658
    @sivaramakrishna6658 5 лет назад +12

    I agree with your list. My favorite language is PYTHON.

  • @nilamrohit371
    @nilamrohit371 5 лет назад +1

    1. Python
    2. Javascript
    3. Java
    4. C#
    5. Php
    My favorite is C# because I have experience in that. But now I am starting learning python because I want go with AI. I think AI have a great future.

    • @valizeth4073
      @valizeth4073 5 лет назад

      Stick with C# if you want to use AI, python is not a great language for ANNs despite the wide open-source libraries.

  • @cafafans
    @cafafans 5 лет назад +6

    1. Python
    2. Javascript
    3. Java
    4. C++
    5. PHP

  • @TediumGenius
    @TediumGenius 5 лет назад

    Thank you for this video! I've been considering re-entry into programming, this helped considerably!!

  • @oliviu-davidcigan5670
    @oliviu-davidcigan5670 5 лет назад +22

    I think C# is missing from this list (we talk about .NET btw) and to answer on your late question, I actually use the programming language that helps me more at a specific project.

    • @developersdarkweb6026
      @developersdarkweb6026 5 лет назад

      *Programming is one those emerging field with massive scope of employability.But now the question is where to start ?* darkwebdevelopers.com/top-5-programming-language-to-learn-in-2019/

  • @devashishmitra7058
    @devashishmitra7058 5 лет назад

    so much of information sir.... thanx i started with python im just a begginer but after watching your video it makes me clear... Thanx for your suggestions will follow that... please try to make an video only for python ...

  • @yardstarz
    @yardstarz 4 года назад +6

    I feel like Kotlin should have been mentioned alongside Java, as its slowly taking over Java. Nice video 👌🏽

  • @Bukhassan
    @Bukhassan 5 лет назад

    I am learning Ruby on Rails and after checking your top 5, I am not discouraged to continue with RoR, after finishing with it, I will start with Python.

  • @jellycoding
    @jellycoding 5 лет назад +17

    My list would look like this:
    1. JavaScript
    2. Python
    3. C++
    4. PHP
    5. SCALA or C#
    I live in Europe and would say *Java* is dying here too. And about *SWIFT* Just why? Kill it please!

    • @danieldragojevic3016
      @danieldragojevic3016 5 лет назад

      Swift is like C++ but for IOS devices. If you want to be an IOS developer, swift is the way to go. Also, kotlin is taking over Java at android development so I would put it on the list.

  • @RunOs3
    @RunOs3 5 лет назад

    You out a lot of time and effort to add value to this video. Thank you for doing that.

  • @abhishek-kapoor
    @abhishek-kapoor 5 лет назад +9

    love your new intro

  • @angaaviwemhlonyane4047
    @angaaviwemhlonyane4047 5 лет назад

    1- Python
    2- C#
    3- Swift
    4- C++
    5- Javascript
    Anga Mhlonyane in South Africa ICT student

  • @ShashikantSejwal1
    @ShashikantSejwal1 5 лет назад +5

    @Hitesh: The list may be a bit biased. There is no mention of Dot Net Technologies. I am a dot net developer, the way I see it is that Microsoft technologies are not going anywhere for at least a decade. And C# is one of the most versatile languages. Help me find something I possibly can't do with C#.

    • @edis6484
      @edis6484 5 лет назад +1

      Please if can comment on the scope of :
      SAP ABAP, SAP FICO
      and SAP S4 HANA,
      If you can kindly comment the future aspect in terms of growth, financially and position ( getting higher designation )..
      Pleaae if you may advise🙂

    • @12-coretrashcan34
      @12-coretrashcan34 5 лет назад +1

      I'm sorry, but Microsoft technology is indeed going nowhere. C#, VB, and .Net are stupid.

    • @ShashikantSejwal1
      @ShashikantSejwal1 5 лет назад

      @@edis6484 sorry mate. No information on SAP. Just a Microsoft and python guy

    • @ShashikantSejwal1
      @ShashikantSejwal1 5 лет назад +1

      @@12-coretrashcan34 VB maybe. But C# and Dot Net framework aren't stupid my friend.
      These are backed by Microsoft, don't forget. Yes these are not open source and these are not free like others. But you get an enterprise support. You can be sure that something you build today will last for decades.

    • @ad9633
      @ad9633 5 лет назад

      I'm confused between what languages I should learn first between Java, JavaScript, Python and C#. I know C & C++. Any suggestion would be helpful for me.✌️

  • @sagar3025
    @sagar3025 5 лет назад

    Wow.. what a knowledge you have sir. Great..!!
    I have been working on php, wordpress from past 3years.. so can you please suggest me should i move on another languages? If yes then which one? And how can it will help me in future for long term income? Please please relpy fast. I m waiting.. thanksin advance sir. ☺️

  • @martincontrera1429
    @martincontrera1429 5 лет назад +59

    Hi here in Argentina java is also very popular but not swift.

  • @roopashree3545
    @roopashree3545 5 лет назад +2

    Hi Hitesh,
    Thanks for your amazing way of explaining things.
    Especially I loved API and MVC in easiest way possible.
    Could you please make a video on RESTFUL APIS.
    Thanks in advance

  • @tarunpatel8168
    @tarunpatel8168 5 лет назад +5

    nice content sir....
    My favorite programming language is C++ because I only know it
    Why don't you encourage competitive programming , sir ?

    • @harendrachhekur1446
      @harendrachhekur1446 5 лет назад +1

      Because this is directly related to Data Structures and Algorithms not development so much.
      From : competitive coder

  • @weirdstuffsforyou
    @weirdstuffsforyou 5 лет назад

    I made many projects as paid and open source so what I think, people must have to learn any language first whatever you find good for you. Believe me you need more than one language to know because it decided by the project needs that what language should you choose that suits the project's need. I used C#, vb, C++, Java, PHP, JavaScript and Python for my different projects.

  • @azmatullahkhan4125
    @azmatullahkhan4125 5 лет назад +15

    love from Pakistan...

  • @santhosht5649
    @santhosht5649 5 лет назад

    Sir... please make a video about what is Google Cloud computing, AWS, Data Science, Analysis .... how to learn that... and what purpose there are being...... and whether the beginners can learn that...... and more .... waiting for ur response soon

  • @aab3579
    @aab3579 5 лет назад +9

    thanks for this awesome video,
    can you make a playlist on data structures and algorithms?

  • @artwillneverend5979
    @artwillneverend5979 5 лет назад

    thank you, my teacher, I pick up javascript and start it by watching your full course videos.

  • @faisalz07
    @faisalz07 5 лет назад +3

    Programming market varies from country to country, If you come towards India and Pakistan, you will see Java and C# on top. This guy is talking about US market.

  • @sharmaatul85
    @sharmaatul85 5 лет назад

    This is the first time I saw your video and its good really!

  • @skillsight9039
    @skillsight9039 5 лет назад +10

    1. Python # my favorite programming language
    2. JavaScript
    3. C++ /* Its my second favorite programming language*/
    4. Java
    5. C /* Its still used and it is one of fastest languages*/

  • @marcosrocha8229
    @marcosrocha8229 5 лет назад +2

    First, I like and agree with your list.
    Second, my favorite language is Python

  • @taran132
    @taran132 5 лет назад +10

    Python is my fav reason behind it easy to learn.

    • @shanmukvetsa8260
      @shanmukvetsa8260 5 лет назад

      Are you start python is 1st language or c

    • @taran132
      @taran132 5 лет назад +1

      @@shanmukvetsa8260 yes I have no idea about C language. I started with python. After my grade 12 I started learning python.

    • @saitarun6562
      @saitarun6562 5 лет назад

      in which field are you using python? taran dhanda

  • @yuvrajanand4622
    @yuvrajanand4622 5 лет назад

    i can understand you very easily....
    #love you sir
    keep making these videos and help me to become a coder

  • @ishanpand3y
    @ishanpand3y 5 лет назад +14

    If you've worked in Amazon then we might have never known you 😥😥😥

  • @zainulabdeen786
    @zainulabdeen786 5 лет назад

    I completely agree with your point on Data Structures & Algorithms. I've studied it at my college but at that time I had no knowledge of any Language so it looked crap to me

  • @ajith7414
    @ajith7414 5 лет назад +4

    I love Python
    My list
    1)Python
    2)JS
    3)C#
    4)Java
    5)Kotlin

  • @hrishikeshmadhabbharadwaj2051
    @hrishikeshmadhabbharadwaj2051 5 лет назад +1

    BHARY GOOD BHIDIO... REALLLY INTERESTInG....... HALPED ME A LOOOT!!!!

  • @nikhiltiwari975
    @nikhiltiwari975 5 лет назад +5

    Learn ds algo and proficient in one language cheers :)

  • @tusharkantasenapati85
    @tusharkantasenapati85 5 лет назад +4

    Correct sir
    Python is my favorite one but i had start self with java
    In clg c

  • @nilanjanbanerjee5958
    @nilanjanbanerjee5958 5 лет назад +6

    Thanks for all the effort in coming up with a very detailed description of the important programming languages for 2019.

  • @gabrielfono6550
    @gabrielfono6550 5 лет назад +2

    thank you so much
    i decided to start out with python on may 10, 2019 and after jumping into Django
    thank you so much for this video
    i feel like loving programming without even starting.
    I have Lenovo I-3 with the window 7 on it but i will switch into window 10.
    do you think my computer is good to start out with ?
    thank you again and i look forward to hearing from you back

  • @akashpurushotham2278
    @akashpurushotham2278 5 лет назад +3

    Good video..thank u for making such videos with extra bit of information

  • @edis6484
    @edis6484 5 лет назад +1

    Please if can comment on the scope of :
    SAP ABAP, SAP FICO
    and SAP S4 HANA,
    If you can kindly comment the future aspect in terms of growth, financially and position ( getting higher designation )..
    Pleaae if you may advise🙂

  • @ADDXMusic
    @ADDXMusic 5 лет назад +14

    My Favorite Programming Language would be hands down Python 😁😁😁

  • @timmy334
    @timmy334 5 лет назад

    I just graduated from university with a degree in Applied Computer Science and a minor in Mathematics. Looking around my area for jobs, I've noticed that C# is quite popular, Java is too, some Javascript. My favorite language is Swift. But, being a fresh graduate that hasn't done anything practical, who am I to say. But, I like Java, JavaScript, PHP, and Python too.

  • @supriyapatel9559
    @supriyapatel9559 5 лет назад +4

    according to me everyone shold start with java , which i personally feel its important for every developer to know the depth of programming language but currently m working on php.

    • @aditishivhare2229
      @aditishivhare2229 5 лет назад

      I have a question that can i start learning java as i have not learned c and c ++
      Or should i directly learn python language i am bit confused

    • @parvinderkaur4482
      @parvinderkaur4482 5 лет назад

      Hi mam ...plz tell me php language is good in 2019 ? ..bcz I'm learn this language first tym

  • @thameemansari6644
    @thameemansari6644 5 лет назад

    Where did c# and windows even go. Am dissapointed about the list for not having c#. But i loved your approach in the video. Seriously i need ur reply..

  • @tilakrajsharmaa
    @tilakrajsharmaa 5 лет назад +15

    Every one need to learn code before it’s too late.
    Thanks for knowledge.

  • @srinivas1217
    @srinivas1217 5 лет назад +1

    Hi Sir...My name is Srinivas,I completed degree (B.Com) in 2012. Now I am 29 years old and I want to start my career in IT. Whather I get a job in IT or not ?

  • @sayantanmaity5703
    @sayantanmaity5703 5 лет назад +18

    Expecting at least one video on Freelancing sir. Thank You 🙏🙏

  • @SayedSudip
    @SayedSudip 4 года назад +1

    "Do I need math or science background to be a programmer?" Requesting your speech on this topic Sir.

    • @SunitRoy
      @SunitRoy 4 года назад +1

      Noo

    • @shyamprakashm6325
      @shyamprakashm6325 4 года назад

      If you are going to work on the algorithm especially when comes to the optimization , it is better to have a proper and prior knowledge in mathematics. Not all the fields very few like number theory, sets ..
      So maths is necessary.
      Ex: write a program to find a factor of all the element in an array or write the program to check whether the prime number.If you are encountered this question, you can not produce an effective results when a large size of an input but here some of the mathematical works involve to produce an effective solution.Hope you get my points . also google search engine optimization..don't worry no need you should be an phd.mathematics a little bit of school mathematics is enough.
      Only 8% to 10% of higher knowledge is enough bro..this knowledge too because of competitive programing thats all

    • @SayedSudip
      @SayedSudip 4 года назад

      @@shyamprakashm6325 Thanks a lot for your detailed reply sir. Does your statement applicable for website development also?

  • @rahullranjan
    @rahullranjan 5 лет назад +4

    Following you sir from last 1.5year. Thank you for this valuable information.

  • @gilesmcmullen
    @gilesmcmullen 5 лет назад +2

    Python would be my choice too. But I might be a little biased! Great video! :-)

  • @harshbarnwal4149
    @harshbarnwal4149 5 лет назад +5

    Java is my favourite programming language

  • @theinfoguy2128
    @theinfoguy2128 5 лет назад

    I am from Pakistan.I haven't seen such a good teacher like you in my entire life.Sir tussi great hoo.
    You are actually saving future of thousands of students.

  • @neerajgupta2919
    @neerajgupta2919 5 лет назад +3

    love u bro, thanks. subscribed:)

  • @amishasinha7710
    @amishasinha7710 5 лет назад

    Hello, Hitesh I am a student of class 8 and I have successfully completed my python course through tutorials present on web.What Can I do now in Python so that I can become a good programmer and my studies do not gets affected. Please answer...
    Also according to me my list is: -
    1.python
    2.C++
    3.Javascript
    4.Java
    5.C#

  • @gauravgupta6836
    @gauravgupta6836 5 лет назад +6

    1st person to love this video 😍 by heart and soul

  • @amandeepsinghpathania2364
    @amandeepsinghpathania2364 5 лет назад +1

    I love c++ as it's my first language and i learned oops concepts using this language
    But now i m learning python language bcz m intrested in machine leaning and artificial intelligence 😁

  • @hitman1847
    @hitman1847 5 лет назад +22

    I love Python and i am python developer..

    • @iTapas
      @iTapas 5 лет назад +1

      Where do I start python and what is the need for web development.....

    • @naveenyadki7716
      @naveenyadki7716 5 лет назад +1

      For freshers there's no openings on python

    • @hitman1847
      @hitman1847 5 лет назад +1

      Ya there is a bit low opening in Python for Freshers..

    • @hitman1847
      @hitman1847 5 лет назад +1

      Follow any One Online Tutorial like from Lynda or udemy.. N then start coding n building project.

    • @yanumulanarendar5219
      @yanumulanarendar5219 5 лет назад

      Hi, Am taking course python,django as well as djago rest api but there is no openings do you know any jobs related please refer me. I would like to chat with you personally regarding python please give your mailid or phone number my num:9912732851

  • @srinivasrapaka4729
    @srinivasrapaka4729 5 лет назад +1

    My list.
    1.Angular js.
    2.C#
    3.core .net

  • @krishansaini2015
    @krishansaini2015 5 лет назад +3

    JavaScript with react and react native my favorite

  • @chandanachowdary3131
    @chandanachowdary3131 5 лет назад

    I love this video sir.u gave alot of information regarding languages.. thank u so much sir .. keep doing more and more videos sir

  • @yaminisaxena6553
    @yaminisaxena6553 5 лет назад +4

    1..list should be
    1.Python
    2.Java
    3.JavaScript
    4.PHP
    5.Android
    2....I Love Java

  • @subhamraj2500
    @subhamraj2500 5 лет назад +2

    All these programming language is made by one language, its c++ , no app can run faster than c++, even ios apps can be made using c++, games in android like pubg are also made in c++

  • @manish-mk
    @manish-mk 5 лет назад +4

    First of all, intro was dope.
    Secondly, I completely agree with your list.
    And lastly, this is one of the best video ever made in this channel.

  • @saifjunu1557
    @saifjunu1557 5 лет назад

    Please tell me clearly the difference between a web developer and a software developer.

  • @adityamahla
    @adityamahla 5 лет назад +6

    Java is still among the most popular languages in Australia.

    • @blasttrash
      @blasttrash 5 лет назад

      you live in australia? :)

    • @adityamahla
      @adityamahla 5 лет назад

      @@blasttrash yes in Sydney.

  • @oreoshake8313
    @oreoshake8313 5 лет назад

    Ur videos r so apt and to the point! Best, in other words!

  • @rohit2sharma95
    @rohit2sharma95 5 лет назад +3

    Waw! You did all the things in my favor :)
    By the way, I love JavaScript and whenever I get the things in favor of javascript I really get filled with joy.

  • @arnab2251
    @arnab2251 5 лет назад +3

    Python is dope sir, actually it's my favorite language and also the most easy language...

  • @mohammednaqhid8706
    @mohammednaqhid8706 5 лет назад +9

    Sir i recommend you to focus on fitness also...
    Because usually I see that programmers always don't care on fitness

  • @saurabhsingh-zf4tw
    @saurabhsingh-zf4tw 5 лет назад

    thank you so much for awaring us with this great video it will helping us to get a good job or else create our own setup
    although i am also a begginer in programming ❤

  • @vijaykannanhere
    @vijaykannanhere 5 лет назад +35

    Registered for boot camp I hope we will have great memories and classes there

    • @SahilTheExplorer
      @SahilTheExplorer 5 лет назад

      Same here.. see u there in jaipur bro🔥

    • @vijaykannanhere
      @vijaykannanhere 5 лет назад

      DO send your contact email let's us stay connected

    • @EarnWithSH
      @EarnWithSH 5 лет назад

      Sir Which Language You Learn First

    • @SahilTheExplorer
      @SahilTheExplorer 5 лет назад

      @@vijaykannanhere yup sure buddy, msg me on insta i will add you.. my username: @sahil.9339

    • @vijaykannanhere
      @vijaykannanhere 5 лет назад +1

      @Sahil check out the dm

  • @tanzimibthesam5861
    @tanzimibthesam5861 5 лет назад

    Lovely Video. All the way from Bangladesh. You are a genius. So many Languages code Syntax. How you remember all these. Keep rocking

  • @umeshmaurya4539
    @umeshmaurya4539 5 лет назад +3

    .Net is my favorite programming language , just tell me about the future in .net

  • @KM-sf6zy
    @KM-sf6zy 5 лет назад +2

    My knowledge is limited to c++ and java
    And java is my favorite till I get to know others

  • @Emotekofficial
    @Emotekofficial 5 лет назад +6

    I am a Statistician and I love R! period.

  • @mangeshparmar4544
    @mangeshparmar4544 5 лет назад +1

    1. I completely agree with your list, but SWIFT should be at the top. 😉
    2. My favorite programming language is Apple’s SWIFT.
    I’ll do my best to bring SWIFT at the top of world. 😊
    I loved this video. 😃

  • @pranshumishra1670
    @pranshumishra1670 5 лет назад +22

    Ur video quality is improving very much day by day including the presentation.

    • @HiteshCodeLab
      @HiteshCodeLab  5 лет назад +7

      I am learning a lot with your feedback. Thanks for improving me.

    • @pranshumishra1670
      @pranshumishra1670 5 лет назад

      Always welcome sir :)

    • @bhagyadharsahu5381
      @bhagyadharsahu5381 5 лет назад +1

      @@HiteshCodeLab I think you are sarcastic here 😂😂

  • @alessandrozannin
    @alessandrozannin 5 лет назад +2

    you mixed italian and spanish :-) just joke, thanks for the video!!

  • @yash1152
    @yash1152 5 лет назад +4

    18:43 what i was waiting for

  • @hasibk905
    @hasibk905 5 лет назад

    what is the first programming language for a new learner? for web developing? for IOS and Android apps?

  • @osaimsyed4099
    @osaimsyed4099 5 лет назад +3

    you missed KOTLIN

  • @nanheylal788
    @nanheylal788 5 лет назад

    Python is great programming language and I'm getting the things in it and it's popularity is also increasing so it's my favorite.