Introduction to Programming and Computer Science - Full Course

2020 ж. 20 Сәу.
8 056 470 Рет қаралды

In this course, you will learn basics of computer programming and computer science. The concepts you learn apply to any and all programming languages and will be a good base onto which you can build your skills.
This video is meant for those who are interested in computer science and programming but have no idea where to start and have little to no background information on coding.
✏️Course created by Steven and Sean from NullPointer Exception. Check out their channel: / @nullpointerexception
⭐️ Course Contents ⭐️
⌨️ (00:05) Introduction
⌨️ (01:37) What is Programming?
⌨️ (06:19) How do we write Code?
⌨️ (11:44) How do we get Information from Computers?
⌨️ (14:46) What can Computers Do?
⌨️ (20:43) What are Variables?
⌨️ (25:02) How do we Manipulate Variables?
⌨️ (31:54) What are Conditional Statements?
⌨️ (37:54) What are Array’s?
⌨️ (44:26) What are Loops?
⌨️ (49:37) What are Errors?
⌨️ (55:22) How do we Debug Code?
⌨️ (1:00:25) What are Functions?
⌨️ (1:09:52) How can we Import Functions?
⌨️ (1:13:45) How do we make our own Functions?
⌨️ (1:21:56) What are ArrayLists and Dictionaries?
⌨️ (1:27:38) How can we use Data Structures?
⌨️ (1:36:27) What is Recursion?
⌨️ (1:43:42) What is Pseudocode?
⌨️ (1:50:40) Choosing the Right Language?
⌨️ (1:55:34) Applications of Programming
--
Learn to code for free and get a developer job: www.freecodecamp.org
Read hundreds of articles on programming: freecodecamp.org/news

Пікірлер
  • Absolute pleasure working on this. Thanks again for the opportunity!

    @NullPointerException@NullPointerException4 жыл бұрын
    • Thank you so much

      @abdoulayemaiga8213@abdoulayemaiga82134 жыл бұрын
    • Thank you dudes for creating this! My Python learning journey should be smoother sailing. CHEERS!!!

      @ricardoperez5180@ricardoperez51804 жыл бұрын
    • Same here

      @YoungDen@YoungDen4 жыл бұрын
    • tysm amazing course you guys r funny too lol

      @sam-yx8fr@sam-yx8fr4 жыл бұрын
    • Thank you.

      @kamogelomahlangu8933@kamogelomahlangu89333 жыл бұрын
  • Today marks my programming journey. Yesterday, I bought a laptop specifically to learn how to code with my end goal being able shift my career at the start of 2025. Wish me luck and God bless you all.

    @user-yv1xf8nz8g@user-yv1xf8nz8g3 ай бұрын
    • Good Luck!

      @DarkoStreams@DarkoStreams18 күн бұрын
    • Good Luck! Hope you make it.

      @partyj7879@partyj787911 күн бұрын
    • Hello guys! I bought the Dell latitude e5440, as that is what the amount of money I had could buy, I don't know if I can code with it.

      @arnoldnjie5749@arnoldnjie574910 күн бұрын
    • how's it going?

      @teabaggins7091@teabaggins70914 күн бұрын
  • Finally finished this course, after 19 pages of notes. Today marks the beginning of my programming journey at age 15. Good luck to anyone planning on starting too.

    @D_ieb@D_ieb11 ай бұрын
    • Thats commitment!!!! good luck not that you will need luck!

      @dennisadams8775@dennisadams877511 ай бұрын
    • Good Luck!

      @davidperrii@davidperrii11 ай бұрын
    • Oh bro its the same about me, I'm now 15 and this is the first day of my programming journey

      @Amir.Avenger@Amir.Avenger10 ай бұрын
    • @@Amir.Avenger Jedi

      @dennisadams8775@dennisadams877510 ай бұрын
    • How’s it going?

      @jatoxalex508@jatoxalex50810 ай бұрын
  • ⌨️ (00:05) Introduction ⌨️ (01:37) What is Programming? ⌨️ (06:19) How do we write Code? ⌨️ (11:44) How do we get Information from Computers? ⌨️ (14:46) What can Computers Do? ⌨️ (20:43) What are Variables? ⌨️ (25:02) How do we Manipulate Variables? ⌨️ (31:54) What are Conditional Statements? ⌨️ (37:54) What are Array’s? ⌨️ (44:26) What are Loops? ⌨️ (49:37) What are Errors? ⌨️ (55:22) How do we Debug Code? ⌨️ (1:00:25) What are Functions? ⌨️ (1:09:52) How can we Import Functions? ⌨️ (1:13:45) How do we make our own Functions? ⌨️ (1:21:56) What are ArrayLists and Dictionaries? ⌨️ (1:27:38) How can we use Data Structures? ⌨️ (1:36:27) What is Recursion? ⌨️ (1:43:42) What is Pseudocode? ⌨️ (1:50:40) Choosing the Right Language? ⌨️ (1:55:34) Applications of Programming

    @williamclark4689@williamclark4689 Жыл бұрын
    • thank you , the video did not have this and i didnt know how much to skip

      @SirPhonk@SirPhonk Жыл бұрын
    • Thanks for this

      @alexandriahauer7761@alexandriahauer7761 Жыл бұрын
    • Thanks!

      @henrlima87@henrlima87 Жыл бұрын
    • Thanks

      @MorphTW@MorphTW Жыл бұрын
    • Thanks for the bookmarks. This makes intermediate programmers lives easier.

      @Notchmods@Notchmods Жыл бұрын
  • 44:00 If anyone is confused about this example regarding rows and columns, the narrator has made a mistake and switched it to columns and rows instead. In the first example, (0,2 Position) will give you the answer of *Arnold* and not Clint. The second example (1:1 Position) will present you with *Ben* and not Chris. Remember, Rows first and columns second when it comes to Arrays. Rows run Horizontally and Coulmns run Vertically.

    @ethereal9454@ethereal9454 Жыл бұрын
    • SAME SOMEONE ANSWER THIS PLEASE

      @ENKU101@ENKU1016 ай бұрын
    • I picked up on that and thought I wasn't getting something. Columns are vertical and rows are horizontal. He reversed it and threw me off.

      @NeutronRob@NeutronRob6 ай бұрын
    • Thisss

      @vaishnavim2451@vaishnavim24516 ай бұрын
    • Tqsm broooo

      @Saturnring1@Saturnring16 ай бұрын
    • If rows run horizontally and they are first shouldn’t the correct answer for (0,2) still be Clint? And for (1,1) I also got Ben

      @cduub0761@cduub07615 ай бұрын
  • People should appreciate the effort of this channel because this channel is sharing knowledge more than we deserve for free and many people still don't know about this. What a SHAMEEE!!

    @samarpanrai5924@samarpanrai59244 жыл бұрын
    • Yeah, non CS peoples be like yeah coding is expensive and go for Byju or Whitehat when peoples like "NullPointer Exception" still exists

      @sra9an938@sra9an9383 жыл бұрын
    • This channel is legit Phd level education... I gave myself a goal that I spend 90 mins a day watching these videos taking notes and learn coding by the end of the year well enough to pick up web dev and remote IT jobs

      @sheepybreaker@sheepybreaker3 жыл бұрын
    • @@sheepybreaker good luck mate :)

      @user-ev2vm4nv4w@user-ev2vm4nv4w3 жыл бұрын
    • They take education to the next level. These guys literally spend making 2 - 9 hour videos of how things work. They deserve an award.

      @kylecarroll3020@kylecarroll30203 жыл бұрын
    • @@sheepybreaker are you using their website too??

      @ht8138@ht81383 жыл бұрын
  • I'm finishing my bachelor's in CS next month and I'm watching this because you never want to forget the fundamentals, you always come back to this stuff.

    @lisam5509@lisam55094 жыл бұрын
    • that goes for anything in life tbh

      @JorgeHernandez-gq6yy@JorgeHernandez-gq6yy4 жыл бұрын
    • ISSA MANGO

      @plumbob109@plumbob1093 жыл бұрын
    • CONGRATS!!!

      @rlaco1219@rlaco12193 жыл бұрын
    • I’m 33 father of one looking for a career change a better life for my family i been looking at Computer program and computer networking anything about computers for a long time before my son but there’s always that negative thinking in head

      @Justplayinggames1986@Justplayinggames19863 жыл бұрын
    • @@Justplayinggames1986 you can do it!!!

      @pakounda6207@pakounda62073 жыл бұрын
  • This is the ONLY beginner course I've found that actually explains stuff properly for... BEGINNERS! Every other course whether free or paid has started with "place a variable here" without explaining WHAT A VARIABLE IS. It's all fine a good to assume people know what the vernacular means. But what that is not, is "a beginner course". THIS, this is a beginner course! You guys start from zero and define the terms and vernacular of programming and make it accessible. I have learned so much from this one video, that all the other stuff I learned and didn't understand before, is making sense now. Thank you.

    @Bearthedancingman@Bearthedancingman3 ай бұрын
  • This tutorial is a CAREER SAVER. Ive been doing everything all wrong and had 0 clue on what I was doing, but this tutorial is so detailed yet easy enough for a newborn to learn, it taught me everything I needed to know! Thank you so much, freeCodeCamp, Im gonna buy a mug from your store for Christmas.

    @averagequestuser5522@averagequestuser5522 Жыл бұрын
    • thats great, but hes still not over his first love. find a better commentator and jesus saves.

      @brandonschramm353@brandonschramm353 Жыл бұрын
    • @@brandonschramm353 Ye sure you replied to the right comment?

      @averagequestuser5522@averagequestuser5522 Жыл бұрын
    • @@averagequestuser5522 lol I was confused to

      @Agent56000@Agent56000 Жыл бұрын
    • @@averagequestuser5522 Schizophrenia

      @flooriiian@flooriiian9 ай бұрын
    • ​@@brandonschramm353 uhhhhhhhh

      @Gem_junhyukie-stan@Gem_junhyukie-stan7 ай бұрын
  • I just started a coding class and the teacher is assuming all of the class already has basic notions of programming. A few of us don't, including myself. This is exactly what I needed. Thank you so much.

    @Palmieres@Palmieres2 жыл бұрын
    • This is a big thing I've noticed too. I think a lot of programming courses expect you to know the basics for some weird reason. When in reality, the most foundational part is extremely important. Or else everyone will be lost going higher up. It's like if you taught Algebra to 5 year olds, expecting them to know all of the previous information. It wouldn't work out well. I honestly think a lot of people who code have a tendency to be socially unaware in general. So they don't even think about something like this. Not ALL people who program obviously, but enough for it to be a stereotype.

      @Official_KC@Official_KC2 жыл бұрын
    • 😔😔I think imma be the worst programmer I don’t understand 🥺🥺I hope I make it the best 🥺🥺🥺🥺🥺I’m scared I hope this video helps me

      @brittaniagrace@brittaniagrace2 жыл бұрын
    • The American education system sucks

      @Yamabrah_YZF@Yamabrah_YZF2 жыл бұрын
    • @@Yamabrah_YZF ABSOLUTELY!

      @thereal1337s@thereal1337s2 жыл бұрын
    • @@Yamabrah_YZF preach my brotha

      @bellabrink8610@bellabrink86102 жыл бұрын
  • This made for a good refresher for me. One thing I would add from my first programming teacher: "Always comment your code." What he meant was to always have description comments like the pseudocode write-up method, because when you're collaborating or returning to an older project, no one wants to read pages of code, even with a descriptive nomenclature.

    @arthurbrandonnielsen@arthurbrandonnielsen Жыл бұрын
  • you guys did a fantastic job. Im an hr in and im getting more curious as it goes on, its the way you describe the definitions using real life everyday things that make it are clear and logical to me. thank you for your time and effort, I have no idea what exactly what im getting into but I don't mind the time spent im going to the library to get more books !

    @jacobhernandez4347@jacobhernandez4347 Жыл бұрын
  • ⭐️ Course Contents ⭐️ ⌨️ (00:05) Introduction ⌨️ (01:37) What is Programming? ⌨️ (06:19) How do we write Code? ⌨️ (11:44) How do we get Information from Computers? ⌨️ (14:46) What can Computers Do? ⌨️ (20:43) What are Variables? ⌨️ (25:02) How do we Manipulate Variables? ⌨️ (31:54) What are Conditional Statements? ⌨️ (37:54) What are Array’s? ⌨️ (44:26) What are Loops? ⌨️ (49:37) What are Errors? ⌨️ (55:22) How do we Debug Code? ⌨️ (1:00:25) What are Functions? ⌨️ (1:09:52) How can we Import Functions? ⌨️ (1:13:45) How do we make our own Functions? ⌨️ (1:21:56) What are ArrayLists and Dictionaries? ⌨️ (1:27:38) How can we use Data Structures? ⌨️ (1:36:27) What is Recursion? ⌨️ (1:43:42) What is Pseudocode? ⌨️ (1:50:40) Choosing the Right Language? ⌨️ (1:55:34) Applications of Programming

    @thecsspage5603@thecsspage56033 жыл бұрын
    • Thanks!

      @DevsLikeUs@DevsLikeUs3 жыл бұрын
    • 🌸🌸

      @user-dj5tu7cx6s@user-dj5tu7cx6s3 жыл бұрын
    • See the description

      @tamannakumari468@tamannakumari4683 жыл бұрын
    • Awesome bro thanks 🙏

      @MrTimoTejo@MrTimoTejo3 жыл бұрын
    • @@tamannakumari468 lol I know right

      @SleepyInu60@SleepyInu603 жыл бұрын
  • Studying a Computer Science degree atm and skimmed through this video, can confirm this is really good and the fact this is free you guys are absolute legends. Good on ya

    @owen7761@owen77612 жыл бұрын
    • Lies again? Contender Series Cold Storage

      @NazriB@NazriB3 ай бұрын
    • ​@@NazriBlies?

      @TheContentDealer@TheContentDealer2 ай бұрын
  • This was so helpful. I am jumping into Web Languages and Interactive Media class this semester and I am so lost. This helped me out a lot and now I know what to do next to eventually understand the class material better. Thank you so much!

    @XclusiveParts@XclusiveParts Жыл бұрын
  • I went to tech school in 2002 and went for graphic design and multimedia. My dream was to create my own video game. I never learned coding though and always wanted to learn the fundamentals. This video I've only watched about 20 minutes and I am completely hooked! I've been using my prior knowledge in my career in Adobe Photoshop and video editing programs but it hasn't helped me get closer to my dream of creating a game. This video has relit the fire I once had and gave me so much motivation to start creating my game. Thank you so much for putting so much work into these videos and sharing this incredible informative course with us. I wish I had you guys as teachers in tech school

    @chrisfortin4933@chrisfortin4933 Жыл бұрын
    • Ay man. I hope you're doing well on your journey and goal. Keep going man!

      @I_am_bacon._.@I_am_bacon._.Ай бұрын
  • Finally, I did it, It took me around 6-7 hours to complete it including making notes and it has been very useful and I am fully satisfied. Thanks, Steven and Shawn.

    @sunnyinfinite@sunnyinfinite2 жыл бұрын
    • so far I'm 8 min into the video and it aready took me like 40 min to make some notes and I aready feel like I'm going insane lol

      @macai7128@macai71282 жыл бұрын
    • @@macai7128 same here lol. It was worth it tho.

      @oddballgames3357@oddballgames33572 жыл бұрын
    • on the same journey lol

      @bobby_bouche@bobby_bouche2 жыл бұрын
    • The examples on this video make it actually super simple to learn. They teach it better than most (so we dumb humans learn to code even dumber computers)

      @madjunir@madjunir2 жыл бұрын
    • Did u made notes during the lectures by pausing or after the lectures by taking screenshot ??

      @harshvardhansingh5507@harshvardhansingh55072 жыл бұрын
  • cant believe im actually taking notes like in an actual class.. 2020 has definitely changed me

    @themynahswithinternetaccess@themynahswithinternetaccess3 жыл бұрын
    • Same

      @Ruthlessgrizzly@Ruthlessgrizzly3 жыл бұрын
    • If you have any question, just reply to this message and I will be happy to help!

      @cotty9749@cotty97493 жыл бұрын
    • Hi, in ascending order, can you please give me a scheme of work/learning, as am a complete beginner

      @tajudeensulaimonolanrewaju4813@tajudeensulaimonolanrewaju48133 жыл бұрын
    • @@cotty9749 I need help I’ve learned C++ and the basics and all but for some reason when I’m about to make my own project in mind from scratch I’m just clueless

      @goated-yt2370@goated-yt23702 жыл бұрын
    • @@goated-yt2370 It's normal to feel clueless in the beginning, just find something you're interested in coding, and then keep doing your research on how to build it. I don't recommend finding the full source code, if you're just going to copy and paste the code, instead of understanding what each code block does. I recommend taking small steps until you reach your end goal. If you have any questions, just reply to me here.

      @cotty9749@cotty97492 жыл бұрын
  • I just finished this course after 4 days!! Thank you for sharing such a wonderful introduction. I will be starting Data Analytics course, I hope sometime in the future, I’d look back and thank myself for taking this big step. All the best to myself and others like me 🥳

    @michaelchinasa-de1wk@michaelchinasa-de1wk6 ай бұрын
  • Sincere thanks for making this. I'm trying to make a transition in my career from being a marketing writer to a technical writer and this was the first stepping stone.

    @saumickbasu1174@saumickbasu11749 ай бұрын
  • My IT friends said programming is difficult and I said that's the main reason I want to do it. I like challenges and it doesn't matter how long it will take me to master it but I will never give up.

    @makhosandilekili9108@makhosandilekili91083 жыл бұрын
    • Yeah, I started it because I like making these stuff with logic, I'm a computer science university student from EU (Hungary) and made some bigger projects lately, and I just wanted to say that it's difficult, not because it's hard or anything like that, once you understand how to program it's fairly "easy" to do stuff, it's hard because you have to learn a lot, and I mean a ton to be able to do stuff by your own, and since this industry is always changing, you will always have to learn new stuff even when you're not in school. And if you're done with videos, and you understand the basics you must have to get yourself a smaller project that you want to make, because if you always stick to videos and tutorials you will never get out of the beginner stage, at least this is how I was "ready" for a job, but to be honest I still google a lot of things.

      @j3htro203@j3htro2033 жыл бұрын
    • The same way what i've decided to start learn programming. Keep it up

      @97Alfinsyah@97Alfinsyah2 жыл бұрын
    • 💪🏾💪🏾💪🏾

      @mnbinevitable358@mnbinevitable3582 жыл бұрын
    • im 13 and i decided to learn programming XD in advance cause why not

      @joshuakungames6523@joshuakungames65232 жыл бұрын
    • dont leave me

      @handlingthehandle123@handlingthehandle1232 жыл бұрын
  • Man we got this without ads is 😎

    @AS-kf2zf@AS-kf2zf4 жыл бұрын
    • HE SOMEHOW PROGRAMMED IT THAT WAY. LOL

      @nathanhector1985@nathanhector19853 жыл бұрын
    • nate hector defo did my guy

      @rent1090@rent10903 жыл бұрын
    • Why too many ads??

      @johncj6068@johncj60683 жыл бұрын
    • @@johncj6068 put the video in 1:59:08 and replay again

      @jrfrank2048@jrfrank20483 жыл бұрын
    • @@johncj6068 youtube automated mid roll ads, such a shame

      @adielrum2721@adielrum27213 жыл бұрын
  • I'm a French as a foreign language online teacher with a huge passion for web design and a desire to find out more about IT generally. I went through a Language, Literature and Philosophy route in High School in France so I'm not the best at Math as yet. However, I watched this entire series in 3 hours, going back at times to rewatch a part of it. As a teacher, I have never seen someone be clearer on a harder, more technical topic. The fact I understood 70 per cent of all that with my fabulous Math and IT level is a testament to how amazing a teacher you are. Thank you SO MUCH for this, and I'll check other videos and courses you have on offer: AND the web design HTML and CSS course I have started following on a different platform has already referenced you at least once and told us students how great you guys are. So thank you, thank you, THANK YOU so much for this! :)

    @batshevabattu8560@batshevabattu8560 Жыл бұрын
  • This is hands down the best teaching video on the subject. The presentation fresh straight forward and accurate. Kudos to these guys.

    @darienfrancis2799@darienfrancis27995 ай бұрын
  • I wish I had this resource 15 years ago when I was struggling through my 1st semester of Computer Science learning Java. I was so lost I totally lost interest in attempting coding, but this makes me want to give learning programming another go.

    @oathtone@oathtone2 жыл бұрын
    • Thats my current situation man. my first semester of cs was learning java as well and I wanted to give and switch career paths. I took a semester off to give myself time to learn what I could've learned for the spring semester.

      @lroadzl1288@lroadzl12882 жыл бұрын
    • Same here. I was a MIS major in 1995 and I was completely lost. I switched my major to business . Now, I'm going back to coding. I wish I would have stuck with it or time traveled to watch this video.

      @rhondasrealty@rhondasrealty2 жыл бұрын
    • @@rhondasrealty I’m a freshman business major rn , and I think I’m going to change majors and force myself to learn code 😭

      @lamentspace@lamentspace2 жыл бұрын
    • @@lamentspace do it

      @swass5274@swass52742 жыл бұрын
    • @@lamentspace Any progress?

      @user-qy6tu9ip9v@user-qy6tu9ip9v2 жыл бұрын
  • Finally.... Why didn't y'all start here? 🤗😄

    @kangai@kangai4 жыл бұрын
    • When I'm in the middle of web dev already, then boom this video🤣😂🤣

      @mkapakapaful@mkapakapaful4 жыл бұрын
    • @@mkapakapaful Yes...welcome to tutorial purgatory!

      @johnnycincocero@johnnycincocero4 жыл бұрын
    • 😂🤣

      @notyaniecetv@notyaniecetv4 жыл бұрын
    • ha - cheeky but true!

      @progtom7585@progtom75854 жыл бұрын
    • You can say that again KM

      @michaelezennadili8476@michaelezennadili84764 жыл бұрын
  • 21:30 types of variables (interger 21:44, boolean 21:14, float 22:29, double, string 22:51, char 23:39)

    @livingportalstv@livingportalstv Жыл бұрын
  • I want to take a moment and thank you guys for making this video, I am extremely grateful. This video was a foundation and I wanted that as I felt lost, thanks.

    @taha7shaikh@taha7shaikh Жыл бұрын
  • Me at 3am : let's learn programming😁 Okay so after watching 20mins I learned *Computers are DuMb*

    @Faiz133@Faiz1334 жыл бұрын
    • they're just dumb rocks we tricked into thinking by putting lightning in them

      @gibdopaminepls@gibdopaminepls3 жыл бұрын
    • me wonder after watching this video for 45 min : who is more dumb? me or the computer?

      @user-yz5bw4dm2d@user-yz5bw4dm2d3 жыл бұрын
    • Lol I can’t believe he typed that in. 😂😂😂😭😭😭

      @pheonixxam5812@pheonixxam58123 жыл бұрын
    • @@user-yz5bw4dm2d does A.I. Count as computer? If so, they are infinitely smarter while we're infinitely dumb 😁

      @Dabby724@Dabby7243 жыл бұрын
    • A.I is dumb they was taught to be smart. so are we

      @atraxia6967@atraxia69673 жыл бұрын
  • A wise man once said : « Next up , we’re gonna be talking about loops,so what exactly are loops? Next up, we’re gonna be talking about loops, so what exactly are loops ? Next up, we’re gonna be talking about loops, so what exactly are loops ? Next up ,we’re gonna be talking about loops, so what exactly are loops ? »

    @tma957@tma9572 жыл бұрын
    • LOL

      @bunrongborey1128@bunrongborey11282 жыл бұрын
    • Could you explain to me what a loop is one more time lol

      @fluxplays-gamingandmore7413@fluxplays-gamingandmore74132 жыл бұрын
    • @Kirill P I don’t understand you

      @joshbin7532@joshbin75322 жыл бұрын
    • That part tripped me up

      @agudam@agudam2 жыл бұрын
    • @@agudam oh sorry buddy

      @joshbin7532@joshbin75322 жыл бұрын
  • Thank you for this video! I recently started a full-length data science programming course after attempting several smaller courses on my own and doing a computer science principles course in high school, yet coding hasn't come easily to me. This video has been extremely helpful in coming back to the basics and understanding the why behind the functions I am working with

    @jahredsullivan5292@jahredsullivan52927 ай бұрын
  • I've been wanting to learn programming for awhile, but had absolutely no idea of what it all entails. This video really helped to give me that, thanks so much! I'm so excited to start my journey into computer software.

    @Viking-it6xq@Viking-it6xq2 жыл бұрын
    • are you currently studying any computer course?

      @kelvinbethrand8914@kelvinbethrand89142 жыл бұрын
    • How's it going lol

      @m3l3e@m3l3e2 жыл бұрын
    • If you want to learn programming in the easy way check out Alan-13. It's a fun puzzle game that teaches you the basics of programming. Coming in a month on steam, but I played with the beta and I think it makes easier to jump into programming.

      @viktordoe1636@viktordoe16362 жыл бұрын
    • @@viktordoe1636 thanks for this bro

      @frizdriz9646@frizdriz96462 жыл бұрын
    • How’s it going?

      @jatoxalex508@jatoxalex50810 ай бұрын
  • I know this has been mentioned a few times, but at 44:15, covering 2D arrays, I believe that position 1,1 would be Ben, not Chris. This is overall a great vid though and sometimes it is very helpful to refer back to the fundamentals in order to clear out any bad-habit/incorrect thought processes in your programming.

    @BrianKiddDevDesign@BrianKiddDevDesign3 жыл бұрын
    • Thank you for the mentioning. I was about to go nuts :)

      @emelbilge@emelbilge2 жыл бұрын
    • Yeah this one

      @johnjong9944@johnjong99442 жыл бұрын
    • This almost drove me crazy. I was so confused that I thought I couldn't differentiate between rows and columns anymore

      @emmyhabey@emmyhabey2 жыл бұрын
    • And position 0,2 would be arnold and not clint Ig

      @stephendesouza468@stephendesouza4682 жыл бұрын
    • @@stephendesouza468 no you go from right to bottom so 0,2 would be clint

      @akahee22@akahee222 жыл бұрын
  • great video, took about 6 hours with note taking and replaying certain sections, but it finally clicked and i understood it. Thanks for taking your time to make these videos.

    @Paul.atherton@Paul.atherton Жыл бұрын
  • I learn best with fun metaphors and the ones used in this video to teach the concepts are fantastic. Thank you for explaining it this way!

    @sheenachen@sheenachen Жыл бұрын
  • I love how calmly he said "let's eat grandma"

    @Elminster-ln4yw@Elminster-ln4yw3 жыл бұрын
    • I was looking for this comment lol

      @dagobertoperez4955@dagobertoperez49553 жыл бұрын
    • IKR HAHAHAHA

      @Ensanadi@Ensanadi2 жыл бұрын
    • I spend more than 3 hr in a day for programming learning. I am beginner and want to know all about programming from basic to basic I am in 9th grade and can anyone want to give me some tips can you please

      @SandeepSingh-tm9uh@SandeepSingh-tm9uh2 жыл бұрын
    • Khan Academy works pretty well

      @Elminster-ln4yw@Elminster-ln4yw2 жыл бұрын
    • Lol

      @misgetesfa3243@misgetesfa32432 жыл бұрын
  • After a week of trying, notes and countless rewinds. I have finished it and it was well worth it. This was amazingly consise (i think), but more importantly, The way these guys descirbed things was just SO good, breaking things down into their simplest elements and slowly building the way up to the bigger branches was awesome. So thank you greatly to all of those that were involved!!

    @riko0029@riko00292 жыл бұрын
    • Please share notes in comments i need pleasee

      @BrianYTT@BrianYTT Жыл бұрын
  • I finished this video for 3 days. It was exhausting for sure but totally worth it. Took my notes and I'm ready to jump in the world of Programming. Thank you very much for this!

    @crimpov@crimpov Жыл бұрын
  • Your channel is like a hidden gem on KZhead. So glad I found it!

    @MyCodingDiarie@MyCodingDiarieАй бұрын
  • Seriously? I was just thinking of learning the fundamentals again after I learnt Python from FCC and they uploaded it. FCC people, you are the heroes we want but don't deserve, instead we're stuck at college

    @daksheshsharma1747@daksheshsharma17474 жыл бұрын
    • @Subhajyoti Das im 14 and just bored

      @piggynatorcool668@piggynatorcool6682 жыл бұрын
  • I've spent hours trying to figure out where to start. With absolutely zero experience or knowledge, I've been lost trying to watch videos on where to start. All the "starter" videos seem like they are for people with previous experience. THIS is the video I've been looking for. Thank you! You have my sub.

    @mrtrigger2016@mrtrigger20162 жыл бұрын
  • I am 15 and this is just such a huuuge knowledge treasure to find on the internet.

    @seufimeaqui9034@seufimeaqui9034 Жыл бұрын
    • me too, you play bs?

      @isaacp.m.305@isaacp.m.305 Жыл бұрын
    • @@isaacp.m.305 yea

      @seufimeaqui9034@seufimeaqui9034 Жыл бұрын
    • same bruh . Which language are u learning now and how ? :)

      @xx-zp4or@xx-zp4or Жыл бұрын
    • Fr

      @bequerhernandez8487@bequerhernandez848716 күн бұрын
  • You guys have saved me, my new job requires some basic coding skills and I did not know where to start, this is amazing, THANKS SO MUCH.

    @jreteeksjreteeks8868@jreteeksjreteeks8868 Жыл бұрын
  • Thank you. I'm considering pursuing something with programming and coding but am entirely new to it all, this helps it make so much more sense...

    @user-go5hv6dg3d@user-go5hv6dg3d2 жыл бұрын
  • After watching this course I got fall in love with computer science...... Thank you sir Best channel Best learning source

    @muhammadsheryar9329@muhammadsheryar93292 жыл бұрын
    • Same here I’ve always wanted a career job and/or using my computer 💻 expertise skills to create an a outstanding website.

      @SWOO1987@SWOO1987 Жыл бұрын
  • This course is super helpful for beginners! Thank you so much for all the work you all put into this project.

    @ItsAshleyA@ItsAshleyA4 ай бұрын
  • Thanks this video really helped to learn the basics of the string stuff i was a bit confused on that stuff so really helps! love your vids man keep up the great work! :)

    @FlunkozPf@FlunkozPf Жыл бұрын
  • awesome! who else is learning code while in quarantine?

    @briandesign@briandesign4 жыл бұрын
    • Trying !!

      @BrunoCostenaro@BrunoCostenaro3 жыл бұрын
    • Me

      @linalayuna9911@linalayuna99113 жыл бұрын
    • Iam trying tooii

      @aljimedorot699@aljimedorot6993 жыл бұрын
    • Lol found that comment.

      @roroguapo3@roroguapo33 жыл бұрын
    • me

      @Likeaboss-md8vk@Likeaboss-md8vk3 жыл бұрын
  • Started to learn programming this weekend. This is the best tutorial I found for dipping my toes and learning the “lingo” of programming. The video is also visually pleasing. Thanks again I just subbed to learn more of your videos

    @beemmeupscotty5993@beemmeupscotty59933 жыл бұрын
  • Thank you such for creating this video. It was SUPER OVERWHELMING towards the end but extremely interesting. Practice, practice, practice is all it is called for. Thank you for the broken down explanations, much appreciated. 🙏🏾

    @LazarusStr@LazarusStr Жыл бұрын
  • This is exactly what I was looking for. Every programming intro I've found so far assumes you are already a programmer, which really defeats the purpose 😂.

    @hedgeearthridge6807@hedgeearthridge680718 күн бұрын
  • trying very hard to teach myself programming at 30 years old and this is proving to be instrumental to me. Thank you from the bottom of my heart for this!

    @severenhill7480@severenhill74802 жыл бұрын
  • watched it all as a refresher to my first semester of CS and you literally covered about a couple dozen hours of lectures/reading into this short timeframe - amazing!!!!

    @jennifermeier3873@jennifermeier38733 жыл бұрын
    • I hope your classes are going well. I am going to start cs January but I have just some little to no information about itso is this video enough for me or not?

      @lenalara7292@lenalara72922 жыл бұрын
    • @@lenalara7292 it is a very good start for sure! the more you know the better but you will always be learning, so don't worry about not knowing everything from the start. maybe start learning the practical basics of a language you know you will be learning if you want to be really prepared as this video touches more on the theory! good luck

      @jennifermeier3873@jennifermeier38732 жыл бұрын
    • Thank god I found them and people like you can back up what they’re saying I’m a broke af 17yr old with a dream to learn

      @adamdown@adamdown Жыл бұрын
  • exactly what i was looking for omg. i'm a 16 yo art student that just wanted to learn how to code as a hobby, so this course was a great introduction before diving into js since i'm done with html/css. thanks so much for creating this invaluable free content!

    @phyaru@phyaru Жыл бұрын
  • Finally, I couldn't wait to finish this up. But it definitely needs rewatch. Thanks Steve and Shawn, you're real G's❤🤝

    @mannyathabang1315@mannyathabang1315Ай бұрын
  • This is absolutely insane guys! thank you so much this was really helpful :D Have a wonderful day and thanks a bunch for helping so many people enjoy coding!!!

    @SnipCraftLeft@SnipCraftLeft3 жыл бұрын
  • This is some world-class teaching, the loop part was totally on point. For a moment there I thought youtube was malfunctioning 😂😂😂😂

    @otsogileonalepelo9610@otsogileonalepelo96103 жыл бұрын
    • i thought that i got stuck in the time

      @seifxero@seifxero2 жыл бұрын
  • Your energy and enthusiasm are contagious. Love it!

    @MyCodingDiarie@MyCodingDiarieАй бұрын
  • When they explained the loop aspect, they really got me with repeating a phrase several times, i tought it was a trouble in the video. great content!

    @hamzaidrissi7837@hamzaidrissi7837 Жыл бұрын
  • An excellent video, can't believe this is completely free. Really motivated to continue with my web development journey, and cleared up some initial misunderstanding that I had about coding and programming in general. Will direct my friends to watch this in the future for sure!

    @oddballgames3357@oddballgames33572 жыл бұрын
  • I really love the refresher portions of this video - where you go over learning points for a second time!

    @swezenkizito4800@swezenkizito48003 жыл бұрын
  • Thanks for this. I recently was offered a c# course, but i lack the fundamentals of programming logic, so this is sure to help me out a lot without spending money. Thank you!

    @henrlima87@henrlima87 Жыл бұрын
  • Thank you for this amazing content. Many online courses and bootcamps fail to go over the foundations and this is exactly what we needed

    @getabettername@getabettername Жыл бұрын
  • I've been exploring programming for a good few years on and off. I wish I found this kind of thing much earlier. Great job.

    @robertsleight8013@robertsleight80133 жыл бұрын
  • 44:00 If anyone is confused about this example regarding rows and columns, the narrator has made a mistake and switched it to columns and rows instead. In the first example, (0,2 Position) will give you the answer of Arnold and not Clint. The second example (1:1 Position) will present you with Ben and not Chris. Remember, Rows first and columns second when it comes to Arrays. Rows run Horizontally and Coulmns run Vertically. Credit to @ethereal9454 for picking this up and posting it, just thought it should be higher up in comments.

    @kuldraca8923@kuldraca892322 күн бұрын
  • The time and effort put into this video is extremely noticeable, and appreciated, thank you!

    @logidesigns9058@logidesigns90583 жыл бұрын
  • 00:00 Learn the basics of computer programming in 21 segments. 06:59 Integrated Development Environments (IDEs) provide useful tools for programmers to write and compile code smoothly. 19:05 Variables are essential for storing and referencing information in a program. 25:02 Variables are places in memory that store values and can be manipulated. 37:18 Conditional statements and arrays are foundational concepts in computer science. 43:10 Arrays and Loops in Programming 04:32 Debugging strategies for fixing code errors 1:00:08 Functions are a fundamental part of programming and can be used to condense code and save time. 1:12:31 Import specific functions from libraries to save computing power and reduce load time. 1:18:28 Functions can return variables and take arguments 1:30:45 Linear search and binary search are two common searching algorithms. 1:36:47 Recursion is a useful programming concept 1:49:26 Choose the right programming language for your needs 1:55:58 Learn a programming language by researching and watching tutorial videos, then refine your skills with coding challenges and classes. (00:05) Introduction ⌨ (01:37) What is Programming? ⌨ (06:19) How do we write Code? ⌨ (11:44) How do we get Information from Computers? ⌨ (14:46) What can Computers Do? ⌨ (20:43) What are Variables? ⌨ (25:02) How do we Manipulate Variables? ⌨ (31:54) What are Conditional Statements? ⌨ (37:54) What are Array’s? ⌨ (44:26) What are Loops? ⌨ (49:37) What are Errors? ⌨ (55:22) How do we Debug Code? ⌨ (1:00:25) What are Functions? ⌨ (1:09:52) How can we Import Functions? ⌨ (1:13:45) How do we make our own Functions? ⌨ (1:21:56) What are ArrayLists and Dictionaries? ⌨ (1:27:38) How can we use Data Structures? ⌨ (1:36:27) What is Recursion? ⌨ (1:43:42) What is Pseudocode? ⌨ (1:50:40) Choosing the Right Language? ⌨ (1:55:34) Applications of Programming

    @roshansuresh02@roshansuresh023 ай бұрын
  • Love the way these guys break down each stage. Starting from scratch.

    @ChukwudozieMbadugha-sx6ko@ChukwudozieMbadugha-sx6ko Жыл бұрын
  • This was a fantastic idea. Well done and thank you all. I've been a novice to experienced user of different systems for years but only recently have I decided to, in honor of all my family and friends who've spent 33 years telling me to do so, "get into computers". While a lot of this video is a refresher for me, the simplified explanations and detailed examples make it unique and very easy to comprehend. Thank you. I could give a big, long, and emotional reason as to why I've decided to make this change in my life but I'll simply say that I'm probably not the only one to has a slightly deep connection to the focus of this video. Thank you guys or gals. Sincerely, Sheddy

    @SheddysGaming@SheddysGaming2 жыл бұрын
  • Recommendation. When you started the topic with Arrays, it is better to start with the fact that arrays are different than lists in where a list can hold on different elements (String, Int, Bool etc.), while an array can only hold on of each element (Strings only, Int only, Bool only etc). It will make much more sense throughout the rest of the lesson.

    @timtech9361@timtech93612 жыл бұрын
  • This was really helpful! Thank you all so much. Ngl first time commenting about how something helped me on a yt video: Y'all made me even more excited about go learning to code. Keep up the good work. 💪

    @Francesco-qf5uq@Francesco-qf5uq Жыл бұрын
  • So glad that I found this channel!! I have never recommended anything to anyone, but now I will!! Awesome commentary voices and even easier to follow script!! I am even more interested in learning the way of modern technology and computers now than I was twenty minutes ago when I first started the video!!

    @andreaspires7643@andreaspires7643 Жыл бұрын
  • This is not only a great tutorial. It's also a great example of why designers exist.

    @franzridder1595@franzridder15953 жыл бұрын
  • I've been watching this video slowly over a few weeks, really solid stuff. Thank you

    @adeel.travel@adeel.travel3 жыл бұрын
  • Thank you so much Steve and Shawn for this tutorial,really is about to start something huge in my life

    @user-uh5hy7um6z@user-uh5hy7um6z9 ай бұрын
  • Thank you so much for putting up this video! All basic concepts are explained in a really clear way in a really short time. I love this channel and how it focus in making complex ideas simple and accessible for anyone. It has been a great inspiration to create my own.

    @HelloCodeClub@HelloCodeClub4 жыл бұрын
  • Thank you guys for putting this together. Has a very short attention span during programming classes at college and university ... so this has been a wonderful resource for me to learn the fundamentals. Hoping to learn c and python over the next few months

    @User-4517@User-45174 жыл бұрын
  • I'm speechless, if you can understand it you can make it simple. You guys just made it simple. Thank you

    @NM-qe8jk@NM-qe8jk Жыл бұрын
  • This is a very good course and really helped me out a lot! I'm about to study computer programming at uni, this definitely gave me a head start and helped me out a lot! Thank you guys so much

    @Ezrathescribe27@Ezrathescribe279 ай бұрын
  • I've been doing for a while self thought and I read many books and watched many tutorials, but this video was yet the best one. Clear explanation and awesome examples for illustration. Thank you NullPointerException! 🙂

    @molnarattila6815@molnarattila68154 жыл бұрын
    • Molnar attila im trying to self teach my self. Can you please give me some pointers? I don't know where to start thanks in advanced.

      @mattjacobson3616@mattjacobson36162 жыл бұрын
  • Amazing video! Two beginner level courses condensed into a couple hours. The tips at the end are very helpful. Thanks.

    @lock0nstratos416@lock0nstratos4163 жыл бұрын
  • This is a GREAT video!! Thank you both so much! I was able to learn a lot about programming here.

    @krevin543@krevin54311 ай бұрын
  • Excellent introduction before I start my programming course. Thank you immensely.

    @lawrencenaickeryfyt5570@lawrencenaickeryfyt5570 Жыл бұрын
  • This was such a great course. Although I know most of it, it was a great refresher and also helped me see the gaps in my knowledge. Thank you for this!

    @JenniferOpal@JenniferOpal4 жыл бұрын
    • @JenniferOpal Hi are you self taught? If so, do you mind offering tips on good material that was beneficial to you?

      @ShadaeMastersAstrology@ShadaeMastersAstrology2 жыл бұрын
    • Out of curiosity could you answer @Sharp Enough To Code question. I am also wondering the same if you could provide advice/tips?

      @HugoMartinez-lr9tv@HugoMartinez-lr9tv2 жыл бұрын
    • girl help us mortals

      @morijin5568@morijin5568 Жыл бұрын
  • Im in 7th grade, and just wanted to learn how to code. This video is a great introduction to coding for me. Keep up the good work

    @iopz4336@iopz43362 жыл бұрын
    • If you start learning now, no doubt you'll be leagues above most people by the time you hit college

      @dk57nde23@dk57nde232 жыл бұрын
    • Dude for real don’t waste time rn I’m starting college and I don’t know anything about coding. I wish I had your mindset back then.

      @toxicmaniax5719@toxicmaniax57192 жыл бұрын
    • Me too I'm just a grade 7 student

      @tselotashx6948@tselotashx69482 жыл бұрын
    • hii im in 7th too

      @BhavyaaGhai@BhavyaaGhai2 жыл бұрын
    • I am 6th grade... My asian parents forced me to learn this........ Only because I said I wanna be a computer engineering ...

      @user-nf1bz3sn4z@user-nf1bz3sn4z Жыл бұрын
  • After 6h and almost a week since I started taking notes and studying this, I’ve finally finished it.. I finally finished my first ever programming course/tutorial and can’t wait to learn some more and actually start to practice. I’ve decided I’ll be learning python as my first coding language 🤞🏼but first I gotta watch that maths course for programmers 😮‍💨

    @stellabae2250@stellabae22508 ай бұрын
  • This is amazing to follow along with Cornell notes. Amazing analogies too, they helped me a lot.

    @sonicevostator@sonicevostator2 жыл бұрын
  • This is amazing. I am from the bioscience field with virtually no experience in computer science. I learned SO much from watching this single video! Thx!

    @jamix8752@jamix87522 жыл бұрын
  • This course helped me out SO much! It was such a good introduction to the world of programming, you guys are amazing! I'm studying Certificate IV in programming I.T at TAFE. I watched this video before I started the course, It helped me SO much and gave me a good headstart! Thank you guys so much!

    @Ezrathescribe27@Ezrathescribe278 ай бұрын
  • This is a really good video. I’m in my third year majoring in computer science and this is pretty solid. I wish I watched this before starting college.

    @lidiatoledo4712@lidiatoledo4712 Жыл бұрын
  • Always great to stumble across these and make sure I haven't forgotten the basics, thanks for the glossary at the beginning, huge time saver! (Gives me time to check out another one of your videos :))

    @myname2851@myname28512 жыл бұрын
  • Really good! As someone completely broke this is coming in super handy to eventually turn my life around and give me a new professional start! Thank you a lot!

    @MarcusVinicius-ou1zn@MarcusVinicius-ou1zn2 жыл бұрын
    • And how are things going 9 months later? Hope you're in a much better place

      @conversationovercoffee@conversationovercoffee2 жыл бұрын
    • give us an update!

      @shnn_twt@shnn_twt Жыл бұрын
    • Update after a year pls?

      @moonchild8353@moonchild8353 Жыл бұрын
    • Marcus, we need an update pronto. Over krrr.

      @rebone6550@rebone6550 Жыл бұрын
    • Update us

      @jatoxalex508@jatoxalex50810 ай бұрын
  • I've just finished this tutorial, thank you guys for the great effort of making this easy to understand ❤

    @ayoubmanta1388@ayoubmanta1388 Жыл бұрын
  • Thanks so much, coming from a family & friend group of coders and understanding none of it, this was a fantastic introduction to the subject. Great video, thanks!

    @dakrayus6519@dakrayus6519 Жыл бұрын
  • This is what society needs. Great people, giving great things to help others. A very kind gesture given without pay, you are one of the heroes of modern education. May God bless.

    @MasteroftheRitz@MasteroftheRitz2 жыл бұрын
    • Amen

      @christopheralcala2458@christopheralcala24582 ай бұрын
  • Thank you for all the quality content you continue to provide for us FCC! Also, special thanks to all the amazing Developers/Engineers in FCC's videos!

    @youraverageprogrammer7532@youraverageprogrammer75324 жыл бұрын
  • Looking into getting a Data Science Degree or something similar. I already have Bachelor's in Neuroscience, but I work with Data for an oncology company and want to learn more about it. This video helps clear up a lot of the basics for me! Thank you

    @SavageSumner@SavageSumner Жыл бұрын
  • I got stuck in the loops lol thank you for such a powerful and knowledgeable course. I will report back here once I become a programmer

    @antonioshunleehamilton1598@antonioshunleehamilton1598 Жыл бұрын
  • Such a highlight for a beginner like me. This was the best place to start before enrolling into a data analytics course. I've been so enlightened. Thank you guys

    @kiprotichdancan3870@kiprotichdancan38702 жыл бұрын
  • Thank you for the great introduction! I took lots of notes and will be starting CS in college soon. Cannot thank the team enough for providing such a great resource and learning tool for free.

    @viacheddar@viacheddar4 жыл бұрын
    • YANKEE STYLE hi sorry for the late reply! i have 0 background knowledge in programming. i am a tech enthusiast so i picked up a lot of things along the way and it led me here. check out harvard’s intro to computer science video. they explain the intro to computer science further. it’s on youtube if you search for ‘CS50’.

      @viacheddar@viacheddar3 жыл бұрын
KZhead