I think you missed the part where actual normal humans don’t go to Oxford, and Oxford students are good before they get there or they wouldn’t get there
@@kotarotennouji5238 A language doesn't have to be easy to start with it, it has to be simple. C is the simplest a language can be, but writing code in practice is hard. It's fine to start with C as a first language as long as you're ready to go on a journey through the depths of your computer, but at least it's rewarding to learn.
I mean if u are from India, the ICSE board teaches JAVA in classes 9th and 10th .. and the whole two years, there's onlyy Java in the entire Computer Science syllabus.. And btw it's a major subject in ICSE
I currently took my ass back to school at 24 years old. Sometimes I think it’s too late but then again I’m fascinated by codes and love challenges. I’ve never been stupid just lacked motivation. Now I’m extremely motivated and ready to rock and roll. Going to cut video games out and focus all my time and energy between school, work, and any free time coding and reading as much as I can.
I went back to college at that age. I discovered adult students tend to do better than the kids fresh out of highschool because we are more serious about actually learning, not socializing. Ironically the top students formed a study group and we became good friends bonding over serious study.
Heyo chief. Definitely say strong. Most of my best friends headed back to college after their 24s (one of them is 35 and about to graduate with a CS degree) and they're all doing way better now. It's not an easy path, but you'll get there in the end!
@@astronuim7875 lmao i also started with that because my uni taught it as the first one. there's many annoying things about it but i really don't find it that hard. the compiler will let you know you're making a mistake as you're writing the line (unlike in python) and i like that. for beginners it's also nice to be forced to think about which data types you're handling at all times too.
@@ichigo2473 Tbh, if I had to pick my first again. It wouldn't be java. Plus, its also getting a bit out of date for anything other than android development.
Amazing work! Started studying CS and Python end of last year and I'm loving, hopefully i will be able to build something more complex soon and use it for my software. Best of luck yo you! 🎉🎉🎉
Ive been trying to learn unity from tutorials for about 4+ years now but its been off and on. I can officially say I understand soooo much more than I ever did and I dont need tutorials for alot of things. Theres still times where I get lost on something and so ill look it up. One of the best things about unity is how popular It is so its very well documented
@@creativeworld...988 im not as much into multiplayer games but its a straightforward concept. Id recommend looking into photon with unity. I used to code multiplayer into my games before and it was very time consuming trying to learn how to get things done the correct way. Photon made it as simple as adding like 5 lines of code and then I had a fully cross platform game. The rest just comes with time and patience. My biggest advice is dont stick to one project. I know that sounds horrible but when your new and get stuck on something for days it throws you off and makes you give up. If you just switch projects for a week or so then you allow yourself to not get as bored as quick and then you also can learn different techniques that help you when you come back to the project.
@@creativeworld...988 I've only made a couple websites using html and it was not something I liked doing. I'm not necessarily sure how to make anything outside of what basic tutorials can teach you. Theres free hosting sites you just upload the html files and images and stuff
Same Bro I Also started With Java Insted Of Python and currently i'm in class 11th and i know string, arrays, recursion, trees, Backtraking, Hashmap, Linked List, stack, queue, linear and binary serching algorithms with bubble and selection sorting and nowadays i'm practicing revising and learning more new concepts and vice versa also i'm preparing for JEE. I dont have a confidence to crack jee advanced but i'm sure whatever collage i'm in i am a great coder and i'm proud of my self and my dream collage is IIIT Hydrabad for which i'm husling. and i have a confidence to crack jee mains with top 1000 rank.
Is that me after a few years ?! Because my first coding language was also Java , but I watched a 15 minute tutorial on it, I re watched that video a few times I followed what he explained in that video! Next I learnt c# so I can use it in unity , I also found a 15 minutes yt tutorial and I watched it ! Then I was like : hey why not learn many computer programming languages with the 15 minutes tutorials made by many MANY RUclipsrs , and I also decided to learn the basics of binary machine code because it turns out it’s easy to learn the basics and there even is a 15 minutes tutorial about it in yt And then i watched a yt video explaining computer science in 10 minutes, I watched it Then I built a working redstone computer which I can code with binary (which I’m still working on btw) And now here I am trying to find a 15 minutes tutorial about an easy and very old coding language (out of my own curiosity) it’s called (“BASIC”) Or as it’s now called : .NET But then I found this video right here and then I watched it , then decided to comment this for some reason, ok now you know why I think this might be me in a few years and my life story in coding,because I learnt Java a few months ago! Anyways bye, and I’m sorry , no one asked me this .
@@MrYounis26 at what point do you consider yourself pro or barely pro. I finished the theory. I have an OK graps of all the concept including OOP. What ia the next step ?
Im starting with Python, AI has made it a lot more convenient than my first attempt at learning. Its basically like having a teacher to ask for guidance or to proof read my notes. I know it can be wrong but is why I use as a guide and not a book of answers.
im 15 rn and i have been coding for about 4 months now. i originally started to make games so i learned c# and made games in unity and learning c# was really easy for me, however, there was a learning curve with unity at first. i kinda put a pause on it cuz i lacked motivation, but i have spent the last two weeks, learning java and html. now i want to learn php, css, xml, lua, and python over the next few months (although a lot of that will probably be put on pause cuz i am taking a ton of ap and high level classes this year). i aspire to do what u have done.
As a teenager trying to figure out my college future who is going into comptuer software engineering... don't take computer science if you wanna learn purely theory and all things math 😉👍
I took IT as an optional subject in school and Java is in its syllabus and I have to say it’s a great language, like I had fun coding and learning java. Well this might be because my IT teacher was just 25 y/o so there’s less age gap and he was cool with us and taught us with great excitement. He even said not to call him sir but by his name. He made learning java so simple, I’m grateful I had such a teacher.
lmao I'm studying coding, watching a lot of vids related to JS/Python, a long-time subscriber of Gigguk, and been binging his and his friends' podcast. maybe this was why this Short was recommended to me. or maybe there's just a considerable overlap between coding and anime in general...
Wow, 10+. Mind you, that's the lower bound, we will never know the mind-boggling true amount as it will be too massive to comprehend. And I also started learning coding from a book myself, VisualBasic, before branching out. In my opinion a good way to start rather than being force fed in some school. If it's from one's own interest, it probably sticks deeper. I might be biased.
@@oatmeal426 Did you study just theory or did programs also? And if know how to make programs then you can build apps too , apps are just a set of programs designed for some purpose.
@@codinglibrary7391 obviously I did programs, there's hardly any theory in Java. And about the making apps part, there is a certain procedure and application to do it, which I don't know and I will have to learn separately. My school taught dsa only
I BOUGHT THE EXACT SAME BOOK BY DOUG LOWE BACK IN 2016. I was 12 and couldn't afford a laptop. i bought the book, studied it and wrote countless book reports on it during middle school. i would write my code in my binder at home, and use free online compilers to test my code. i HIGHLY recommend top down learning. I was born with dyslexia and havent read a chapterbook since i was in 9th grade
I have a doubt now... Does every person who codes actually watch Anime? I seen plenty of coders in RUclips and met online they all watch anime (in original language with subtitle ofc).
I am trying (key word) to get into a programming class last minute and am cramming with no prior experience lol. I don't think it's realistic that I will get into the program this round but I'm going to take the test anyway and study for the next class offering. The program is just over four months full time. Again, I have no prior coding experience other than a little html. I started to feel extremely stupid after trying to learn but I think I will keep at it. I'm currently a bartender at 38 and I don't want to be doing that anymore. I want to be a programmer bc it's easier to get a work visa in different countries. I'm from the US but I want to leave.
started by taking a javascript class in highschool for fun, ended up going to a college summer camp about html, doing an internship for IT, and then actually going to college to major in computer science and minor in game development.
@@astronuim7875 I'm like u but still 14 (well actually gonna turn 15 in November 2nd but yeah) but the difference here is that I'm front end and not backend lol and I'm gonna start to learn react the next week possibly. hope you have a happy life with solving your problems and having mental illness because of them...
Bro to be honest my aim is to become ah computer engineering also am going to prepare for it but it's totally hard means what to say no word to describe Only... But also it's my dream i will never give up on computer science no matter how hard it will be..ah🙂 best me luck hope so i also can become ah computer engineering
man i dont understanw how teenagers are able to start coding, i mean when i was 15-18 my life was so much fun to start thinking about my future or doing “boring” things like code, i know that everybody has a different live but if you are not enjoying your teens that is sad. So now i started coding and studied cs and i think twenties are the perfect age to start coding
Questioning my life choices:true brother.. i learned little c/c++ in high school as specialization .. went to local tutorial for 1 month for Jave (hate mysef) Instead of learning,developing & go to Big league like Oxford.. i barely got local college.. even when teachers tried their best to teach students some practical knowledge + two greedy ego head hods ruined everyone's life for their appraisal only to go to another life.. Now i am 25,jobless broke,depressed,Can't concentrate to study like 2 years ago & 26 age next month,here i am again.. Hope to do well.. remember,dreams make your life,make it real & live it.. Frusturations gives you new ideas,do & sell it worthy while own it in internet era(ex:saas) You will have life long people in your reasonable journey together.. All will be well & all the best to everyone (a very belated happy new year) 😃🌟✨🌙🙇👸👵👴👶🎅👼👼👫🐱🐶💐🍱🎂🙌 24.01.2023 09:08 pm ist
The problem with starting with a high-level language is that it abstracts key concepts of programming which will knock you do down in the long run. For now, the best option would be Golang. Golang is a low-level language that is fast like C and easy like JavaScript. It's developed by Google to solve Google-size problems. I would suggest anyone who is looking to get into programming start with Golang.
Normal humans: Goes to Oxford, Learns to Code
This guy: Learns to code, goes to Oxford
I think you missed the part where actual normal humans don’t go to Oxford, and Oxford students are good before they get there or they wouldn’t get there
@@beinghimself haha truee
I learned to code, and made mobile games all before college. I didn't get into Oxford. It takes more than that to get into Oxford.
If you go to any good uni without knowing any code you’re screwed
@@Josh-hl8jl 🥲
bro made chess ai and then learned if, if else, etc statements. 💀
LOL
😂😂
😂😂
😂
Underrated comment
Ur face when u see the theory is great😂
😂
ruclips.net/user/shortsSyzo2fDiaU0?feature=share
mostly all it students
🤣🤣
Theory is not for the weak 🤣🤣😂
"I was told to pick and easy language, so I chose java"
Wait until you find people who started with C
@@kotarotennouji5238 me
@@mahakgupta6677 ....I wanted the wait to be longer...
@@bismuthezoid 😆😅
@@kotarotennouji5238 A language doesn't have to be easy to start with it, it has to be simple. C is the simplest a language can be, but writing code in practice is hard. It's fine to start with C as a first language as long as you're ready to go on a journey through the depths of your computer, but at least it's rewarding to learn.
Bro casually wake up and choose java as his first learn language 💀
RIP 😂😂. You can do some awesome stuff with it but it's not for newbies. Too much boilerplate code
I started coding, because I wanted to code some Minecraft Plugins 💀
Brother I got C for my practice Java, and God forsake me if I want to retake my course next semester
@@Tamtam-hh3xv First language my High School taught was Java. Well, we were taught Visual Basic before it though.
I mean if u are from India, the ICSE board teaches JAVA in classes 9th and 10th .. and the whole two years, there's onlyy Java in the entire Computer Science syllabus.. And btw it's a major subject in ICSE
Bro just casually dropped the fact that he is studying at Oxford o_O
yeah smart boy
The self made emoji °_^
Great
this type of comment reminds me that i'm poor
ruclips.net/user/shortsSyzo2fDiaU0?feature=share
@Twelve Kiwis you wouldn't laugh unless if you relate to it hehe
I learned java, made a chess AI then learned some programming fundamentals
😂😂
@@itisAbhi why you laughing?
ruclips.net/video/ULN2-JSuIDk/видео.html
can any say that best laptop for coding,3d designing,and progrmming under 25k or any cheap 2ñd hand bedt lapyop to buy for student -??????
😆😆😆
I currently took my ass back to school at 24 years old. Sometimes I think it’s too late but then again I’m fascinated by codes and love challenges. I’ve never been stupid just lacked motivation. Now I’m extremely motivated and ready to rock and roll. Going to cut video games out and focus all my time and energy between school, work, and any free time coding and reading as much as I can.
I went back to college at that age. I discovered adult students tend to do better than the kids fresh out of highschool because we are more serious about actually learning, not socializing. Ironically the top students formed a study group and we became good friends bonding over serious study.
Don't let anyone ever bring you down and keep going forwards
Heyo chief. Definitely say strong.
Most of my best friends headed back to college after their 24s (one of them is 35 and about to graduate with a CS degree) and they're all doing way better now.
It's not an easy path, but you'll get there in the end!
27 and here, so i feel you brother. hope u achieve everything you wish ❤️
I left school in 2015 never went to college but after all these years now i wanna Learn coding
I’m flabbergasted… he just brushed off building a CHESS AI. Wtf
Oh nah it was defo rlly hard 😂 but at the same time there are a lot of tutorials available for making such things so it's defo very doable!
@@itisAbhi true… I also started with Java, but I’ve tried making things like that. They just don’t come easy without a tutorial :/
@@itisAbhi but man why choose java as your first language 💀
@@astronuim7875 lmao i also started with that because my uni taught it as the first one. there's many annoying things about it but i really don't find it that hard. the compiler will let you know you're making a mistake as you're writing the line (unlike in python) and i like that. for beginners it's also nice to be forced to think about which data types you're handling at all times too.
@@Sebb_Music I c
Learning Java as my first language program at the moment. You're an inspiration!
my comment is too late, but do not learn it as ur first language, i assume that you already gave up or became good at coding (like he did)
R u working somewhere @@Riftin368
I learnt java as my first language too in 2020 💀
And yes, I have mental illnesses
same I wanted to do Minecraft mods
Is it easy or difficult?
I'm planning to learn coding
@@ichigo2473 Tbh, if I had to pick my first again. It wouldn't be java. Plus, its also getting a bit out of date for anything other than android development.
🤣🤣🤣🤣🤣🤣🤣
@@ichigo2473 if you want one it's c,c++ or java
html for webs
I am 13 and I have finished html and css,now learning python and Javascript
Bro same, have you learned any frameworks of js
This is super high quality for someone with low subs! You have earned a new sub today
Thank you so much!! Really appreciate it
true
Amazing work! Started studying CS and Python end of last year and I'm loving, hopefully i will be able to build something more complex soon and use it for my software. Best of luck yo you! 🎉🎉🎉
Bro how do you have less than 600 subs. You need more!
Thank u bro ❤❤ ill try and get there aha
Everyone starts at zero , and seeing the quality of this short it would increase exponentially
His RUclips channel doing exceptionally well too 😂😁
deserve*
@@itisAbhi I’m gonna sub
bro woke up and chose violence 💀
"Being highly motivated teenager"
Chappal alert
bro indian CS channels are the reason im still in CS😂😂😂
Facts 😂😂
I gotta be the only guy who finished the whole degree and worked without a single Indian tut
Teacher : "You're dumb, you cannot understand shit"
Random indian youtuber : "Don't worry friend. I will teach you. "
"INFORMATICS PRACTICES" too
mind recommending few ?
Keep up bro ! Code is life!!!
this guy is getting a new subscriber for humour 😭
Thank you ❤❤
Can you make a video on how you learned Java from the textbook
Ive been trying to learn unity from tutorials for about 4+ years now but its been off and on. I can officially say I understand soooo much more than I ever did and I dont need tutorials for alot of things. Theres still times where I get lost on something and so ill look it up. One of the best things about unity is how popular It is so its very well documented
Bro can you help in coding games like free fire and pubg
@@creativeworld...988 im not as much into multiplayer games but its a straightforward concept. Id recommend looking into photon with unity. I used to code multiplayer into my games before and it was very time consuming trying to learn how to get things done the correct way. Photon made it as simple as adding like 5 lines of code and then I had a fully cross platform game. The rest just comes with time and patience. My biggest advice is dont stick to one project. I know that sounds horrible but when your new and get stuck on something for days it throws you off and makes you give up. If you just switch projects for a week or so then you allow yourself to not get as bored as quick and then you also can learn different techniques that help you when you come back to the project.
@@JadenAllen Can you tell me how to make a functional website using any coding language
@@creativeworld...988 I've only made a couple websites using html and it was not something I liked doing. I'm not necessarily sure how to make anything outside of what basic tutorials can teach you. Theres free hosting sites you just upload the html files and images and stuff
@@JadenAllen where do you stay bro
Finally found some one who learned Java as their first language. I also started with Java
Same
Master ....
I don't know why the Fybscit syllabus teach us directly a tough language c 🤧
Start with C or c++ . It is best. Java in not low level. Also it lacks pointers. For overall learning C is good.
@@naruto6918 ohhh okay thanks for your opinion
i am 12 years old and i started in 2019 until now, 5 years
What have you studied this time.
From where i should learn python! As a school going kid 😐 in my holidays 🐧
congrats getting in to oxford all the best for you degree i’m going to my 2nd yr of CS thanks for the video
As someone who started java as her first language, I feel u bro. Oddly enough - I love java :3
Subbed, i hope you'll upload more!
Thank you!!! I defo will do
Loving the honesty
At the end the snap u have attached is actually TOC (theory of computation) which is used in compiler design
We ain’t never touching grass with this one😂😂😂😅
I am dropout.. me too grinding countless nights since last year , wish me best of luck
Tomorrow I have exam and i found this inspiring video of yours now am going to watch promise Neverland
😂😂😂 this actually made me laugh out loud lmao
Your expression and presentation good bro.
my first language was HTML 💀
My first language was Javascript
@tapasendrapatra7222pretty sure it is
Mine was scratch, and if that doesn’t count, then it was bash…
thats not even a language lmao
@@smaransure2234
HTML= HyperText Markup ...LANGUAGE
So yes, its a language. Not a programming language, but still is a language.
3 years writing Java (including 2 years and 8 months of learning main function as well bro)! We have fun here
Same Bro I Also started With Java Insted Of Python and currently i'm in class 11th and i know string, arrays, recursion, trees, Backtraking, Hashmap, Linked List, stack, queue, linear and binary serching algorithms with bubble and selection sorting and nowadays i'm practicing revising and learning more new concepts and vice versa also i'm preparing for JEE. I dont have a confidence to crack jee advanced but i'm sure whatever collage i'm in i am a great coder and i'm proud of my self and my dream collage is IIIT Hydrabad for which i'm husling. and i have a confidence to crack jee mains with top 1000 rank.
All the best
@@Pawfamily980 Thanks
Ye man IIITH is rlly good
Try giving UGEE too
@@selfgrowthproductivityandn4853 Thanks But I Already Know And I'm Preparing For That
How was jee
Good job, currently I'm learning python
When uni for IT teaches only math and algorithms with 0 experience you know something is going wrong
Not only have I been bamboozled, but I am gobsmacked, swindled, flabbergasted, and ballyhooed the fact that he learned Java as a beginner language
Very cool. Good luck with your future endeavors!
I’m taking Discrete Math, Cryptology, and CS Organization, and the amount of math and theory in the courses is overloading my brain.
No seriously, i’m taking Discrete, Cal 2, and C at the same time and it sucks 😂
i’m glad i’m not the only person who chose java as their first language 😂😂😂😂
Mai bhi hu😂😢
Thank you so much sir 😊
Is that me after a few years ?!
Because my first coding language was also Java , but I watched a 15 minute tutorial on it, I re watched that video a few times I followed what he explained in that video!
Next I learnt c# so I can use it in unity , I also found a 15 minutes yt tutorial and I watched it !
Then I was like : hey why not learn many computer programming languages with the 15 minutes tutorials made by many MANY RUclipsrs , and I also decided to learn the basics of binary machine code because it turns out it’s easy to learn the basics and there even is a 15 minutes tutorial about it in yt
And then i watched a yt video explaining computer science in 10 minutes, I watched it
Then I built a working redstone computer which I can code with binary (which I’m still working on btw)
And now here I am trying to find a 15 minutes tutorial about an easy and very old coding language (out of my own curiosity) it’s called (“BASIC”)
Or as it’s now called : .NET
But then I found this video right here and then I watched it , then decided to comment this for some reason, ok now you know why I think this might be me in a few years and my life story in coding,because I learnt Java a few months ago!
Anyways bye, and I’m sorry , no one asked me this .
Ayyy that's so sick!! Keep going mate!
Pro Tip:
Jobs will prefer you to be a pro at 3 languages than be mid at 5
@@MrMotivation_NOW im a barely a pro in python, what should i do master?
@@MrYounis26 at what point do you consider yourself pro or barely pro. I finished the theory. I have an OK graps of all the concept including OOP. What ia the next step ?
Im starting with Python, AI has made it a lot more convenient than my first attempt at learning. Its basically like having a teacher to ask for guidance or to proof read my notes. I know it can be wrong but is why I use as a guide and not a book of answers.
I learned Java first and it was not fun.. But It made python look like 1+1=2
As a person who is learning Python...........
python is extremely easy
Im a 9 year old coder learning python and html css, i had no problem so far 😃
ur face at the end had me dead 😂
I'm so proud of you !!!
I'm now in college and I still don't know how to code
im 15 rn and i have been coding for about 4 months now. i originally started to make games so i learned c# and made games in unity and learning c# was really easy for me, however, there was a learning curve with unity at first. i kinda put a pause on it cuz i lacked motivation, but i have spent the last two weeks, learning java and html. now i want to learn php, css, xml, lua, and python over the next few months (although a lot of that will probably be put on pause cuz i am taking a ton of ap and high level classes this year). i aspire to do what u have done.
As a teenager trying to figure out my college future who is going into comptuer software engineering... don't take computer science if you wanna learn purely theory and all things math 😉👍
I went to college, and the small amount of actual computer and coding related corses I took vs all the math courses was insane.
Bro went hardcore 🤣
😂😂😂😂😂😂😂
CONGRATS MAN!
wow he's just like me fr "I'm now studying computer science at oxford" nevermind 💀
I took IT as an optional subject in school and Java is in its syllabus and I have to say it’s a great language, like I had fun coding and learning java. Well this might be because my IT teacher was just 25 y/o so there’s less age gap and he was cool with us and taught us with great excitement. He even said not to call him sir but by his name. He made learning java so simple, I’m grateful I had such a teacher.
The end killed me bro 🤣
I had almost the exact same Journey, started in C, fucked around a bit in unreal, went to UCI, and have been staring at theory ever since.
Why did I thought you are Garnt/Gigguk in the beginning?
omg so many ppl have said that to me now 😂 guess i sound quite similar
lmao I'm studying coding, watching a lot of vids related to JS/Python, a long-time subscriber of Gigguk, and been binging his and his friends' podcast.
maybe this was why this Short was recommended to me. or maybe there's just a considerable overlap between coding and anime in general...
Best of luck brother ❤️
CS in university be like:
95% math
5% random subjects
1% actual IT subjects
Ye, I didn't pass my CS courses
You dropped the math sir
Wow, 10+. Mind you, that's the lower bound, we will never know the mind-boggling true amount as it will be too massive to comprehend.
And I also started learning coding from a book myself, VisualBasic, before branching out. In my opinion a good way to start rather than being force fed in some school. If it's from one's own interest, it probably sticks deeper. I might be biased.
Bro learned Java as first language, created chess AI and went to Oxford. 💀
It's been like 2 years of me learning Java as my first language and to call learning it hell is an understatement
I've learned Java for 4 years back in school. I can probably talk in Java as well. But I dont know to make an app out of it🤡
which school teaches java?💀💀
A lot of them do actually
@@oatmeal426 Did you study just theory or did programs also? And if know how to make programs then you can build apps too , apps are just a set of programs designed for some purpose.
@@codinglibrary7391 obviously I did programs, there's hardly any theory in Java. And about the making apps part, there is a certain procedure and application to do it, which I don't know and I will have to learn separately. My school taught dsa only
I am actually going through this pain right now. I‘m learning c++ (as a first language) only through documentation
Dam man, good luck u got this!
@@itisAbhi Thank you🫠
I learnt C++ in class, as part of robotics.
Did anyone else realize the chess AI was trying a beginner's mate lol
Scholars mate
Your humor of editing... love it😂
I BOUGHT THE EXACT SAME BOOK BY DOUG LOWE BACK IN 2016. I was 12 and couldn't afford a laptop. i bought the book, studied it and wrote countless book reports on it during middle school. i would write my code in my binder at home, and use free online compilers to test my code. i HIGHLY recommend top down learning. I was born with dyslexia and havent read a chapterbook since i was in 9th grade
AYY thats so sick 😍😍
Deep Respect!
I have a doubt now... Does every person who codes actually watch Anime?
I seen plenty of coders in RUclips and met online they all watch anime (in original language with subtitle ofc).
True af
We need some stress relief. Lol
Promised neverland is a masterpiece even non anime watchers will enjoy
Yeah i do
I am trying (key word) to get into a programming class last minute and am cramming with no prior experience lol. I don't think it's realistic that I will get into the program this round but I'm going to take the test anyway and study for the next class offering. The program is just over four months full time. Again, I have no prior coding experience other than a little html. I started to feel extremely stupid after trying to learn but I think I will keep at it. I'm currently a bartender at 38 and I don't want to be doing that anymore. I want to be a programmer bc it's easier to get a work visa in different countries. I'm from the US but I want to leave.
😂😂😂, thanks for this.
Lmaoo no worries
Legend you are bro
After seeing Norman ok let's start
started by taking a javascript class in highschool for fun, ended up going to a college summer camp about html, doing an internship for IT, and then actually going to college to major in computer science and minor in game development.
same I’m 16 decided to learn C++ I also bought a fat book about it💀😭
I'm 15 I can do html,css,SQL and php
Still learning python though
All this by tutorials
And practice.
@@astronuim7875 I'm like u but still 14 (well actually gonna turn 15 in November 2nd but yeah) but the difference here is that I'm front end and not backend lol and I'm gonna start to learn react the next week possibly. hope you have a happy life with solving your problems and having mental illness because of them...
Congratufuckulations
I started with C hehe
Me too
I think u need a subscriber *🌚🖖🏻😎
Ok, I will subscribe. Don't worry
@@your_dad_18 I will do it myself 👍🌚
C was my first programming language. Java felt like heaven.
Lol. Java was actually my first Computer science course in high school too💀💀😂
ahaha Java gangg
I am 13 and I just started learning coding 3-4 days ago. today is 7/31/2024.
Java has been my first language too. And i love it. Learning c# and javascript afterwards was really easy.
This was actually mad funny lol props brotha
Thank you!!
That exceptionally well was epic😂😂
I don't do software / games, I currently am doing Web dev.
And I just do trial and error, Google all day long until I learn something new.
Bro to be honest my aim is to become ah computer engineering also am going to prepare for it but it's totally hard means what to say no word to describe Only... But also it's my dream i will never give up on computer science no matter how hard it will be..ah🙂 best me luck hope so i also can become ah computer engineering
We may be divided by language but the Indian coder tutorial video will unite us for a common purpose🔥🔥
I'm so glad my uni focussed on practise, even on exams we had to program.
Same bro that theory shit looked crazy
Subscribed bro, you are great
Thank you so much!!!
I am a 1st year college student.......I love coding very much......I know 2 programming languages Java and C
man i dont understanw how teenagers are able to start coding, i mean when i was 15-18 my life was so much fun to start thinking about my future or doing “boring” things like code, i know that everybody has a different live but if you are not enjoying your teens that is sad. So now i started coding and studied cs and i think twenties are the perfect age to start coding
Questioning my life choices:true brother..
i learned little c/c++ in high school as specialization ..
went to local tutorial for 1 month for Jave (hate mysef)
Instead of learning,developing & go to Big league like Oxford.. i barely got local college..
even when teachers tried their best to teach students some practical knowledge + two greedy ego head hods ruined everyone's life for their appraisal only to go to another life..
Now i am 25,jobless broke,depressed,Can't concentrate to study like 2 years ago & 26 age next month,here i am again..
Hope to do well.. remember,dreams make your life,make it real & live it..
Frusturations gives you new ideas,do & sell it worthy while own it in internet era(ex:saas)
You will have life long people in your reasonable journey together..
All will be well & all the best to everyone (a very belated happy new year) 😃🌟✨🌙🙇👸👵👴👶🎅👼👼👫🐱🐶💐🍱🎂🙌
24.01.2023 09:08 pm ist
The problem with starting with a high-level language is that it abstracts key concepts of programming which will knock you do down in the long run. For now, the best option would be Golang. Golang is a low-level language that is fast like C and easy like JavaScript. It's developed by Google to solve Google-size problems. I would suggest anyone who is looking to get into programming start with Golang.
Congratulations 🎉
10+ ! Solid!
CS in XI: 😊
CS in College: 💀