Introduction to Programming and Computer Science - Full Course

Sdílet
Vložit
  • čas přidán 20. 04. 2020
  • 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

Komentáře • 3,9K

  • @NullPointerException
    @NullPointerException Před 4 lety +5694

    Absolute pleasure working on this. Thanks again for the opportunity!

  • @user-yv1xf8nz8g
    @user-yv1xf8nz8g Před 3 měsíci +158

    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.

    • @DarkoStreams
      @DarkoStreams Před 25 dny +3

      Good Luck!

    • @partyj7879
      @partyj7879 Před 17 dny

      Good Luck! Hope you make it.

    • @arnoldnjie5749
      @arnoldnjie5749 Před 17 dny +2

      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.

    • @teabaggins7091
      @teabaggins7091 Před 11 dny +2

      how's it going?

    • @adelavega95
      @adelavega95 Před 4 dny +2

      Same here bud, looking for a career shift

  • @D_ieb
    @D_ieb Před 11 měsíci +1847

    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.

    • @dennisadams8775
      @dennisadams8775 Před 11 měsíci +64

      Thats commitment!!!! good luck not that you will need luck!

    • @davidperrii
      @davidperrii Před 11 měsíci +18

      Good Luck!

    • @Amir.Avenger
      @Amir.Avenger Před 11 měsíci +37

      Oh bro its the same about me, I'm now 15 and this is the first day of my programming journey

    • @dennisadams8775
      @dennisadams8775 Před 11 měsíci +1

      @@Amir.Avenger Jedi

    • @jatoxalex508
      @jatoxalex508 Před 10 měsíci +3

      How’s it going?

  • @ethereal9454
    @ethereal9454 Před rokem +156

    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.

    • @ENKU101
      @ENKU101 Před 7 měsíci +4

      SAME SOMEONE ANSWER THIS PLEASE

    • @NeutronRob
      @NeutronRob Před 7 měsíci +10

      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.

    • @vaishnavim2451
      @vaishnavim2451 Před 7 měsíci +1

      Thisss

    • @Saturnring1
      @Saturnring1 Před 6 měsíci +6

      Tqsm broooo

    • @cduub0761
      @cduub0761 Před 5 měsíci

      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

  • @williamclark4689
    @williamclark4689 Před rokem +1605

    ⌨️ (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

    • @SirPhonk
      @SirPhonk Před rokem +20

      thank you , the video did not have this and i didnt know how much to skip

    • @alexandriahauer7761
      @alexandriahauer7761 Před rokem +4

      Thanks for this

    • @henrlima87
      @henrlima87 Před rokem +2

      Thanks!

    • @MorphTW
      @MorphTW Před rokem +2

      Thanks

    • @Notchmods
      @Notchmods Před rokem +6

      Thanks for the bookmarks. This makes intermediate programmers lives easier.

  • @samarpanrai5924
    @samarpanrai5924 Před 4 lety +4222

    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!!

    • @sra9an938
      @sra9an938 Před 3 lety +20

      Yeah, non CS peoples be like yeah coding is expensive and go for Byju or Whitehat when peoples like "NullPointer Exception" still exists

    • @sheepybreaker
      @sheepybreaker Před 3 lety +112

      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

    • @user-ev2vm4nv4w
      @user-ev2vm4nv4w Před 3 lety +20

      @@sheepybreaker good luck mate :)

    • @kylecarroll3020
      @kylecarroll3020 Před 3 lety +40

      They take education to the next level. These guys literally spend making 2 - 9 hour videos of how things work. They deserve an award.

    • @ht8138
      @ht8138 Před 3 lety +3

      @@sheepybreaker are you using their website too??

  • @lisam5509
    @lisam5509 Před 4 lety +2533

    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.

    • @JorgeHernandez-gq6yy
      @JorgeHernandez-gq6yy Před 4 lety +93

      that goes for anything in life tbh

    • @plumbob109
      @plumbob109 Před 3 lety +4

      ISSA MANGO

    • @rlaco1219
      @rlaco1219 Před 3 lety +13

      CONGRATS!!!

    • @Justplayinggames1986
      @Justplayinggames1986 Před 3 lety +88

      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

    • @pakounda6207
      @pakounda6207 Před 3 lety +36

      @@Justplayinggames1986 you can do it!!!

  • @Bearthedancingman
    @Bearthedancingman Před 3 měsíci +19

    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.

  • @averagequestuser5522
    @averagequestuser5522 Před rokem +187

    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.

    • @brandonschramm353
      @brandonschramm353 Před rokem +3

      thats great, but hes still not over his first love. find a better commentator and jesus saves.

    • @averagequestuser5522
      @averagequestuser5522 Před rokem +10

      @@brandonschramm353 Ye sure you replied to the right comment?

    • @Agent56000
      @Agent56000 Před rokem +4

      @@averagequestuser5522 lol I was confused to

    • @flooriiian
      @flooriiian Před 9 měsíci +17

      @@averagequestuser5522 Schizophrenia

    • @Gem_junhyukie-stan
      @Gem_junhyukie-stan Před 7 měsíci

      ​@@brandonschramm353 uhhhhhhhh

  • @Palmieres
    @Palmieres Před 2 lety +2337

    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.

    • @Official_KC
      @Official_KC Před 2 lety +155

      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.

    • @brittaniagrace
      @brittaniagrace Před 2 lety +42

      😔😔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

    • @Yamabrah_YZF
      @Yamabrah_YZF Před 2 lety +62

      The American education system sucks

    • @thereal1337s
      @thereal1337s Před 2 lety +6

      @@Yamabrah_YZF ABSOLUTELY!

    • @bellabrink8610
      @bellabrink8610 Před 2 lety +3

      @@Yamabrah_YZF preach my brotha

  • @owen7761
    @owen7761 Před 2 lety +522

    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

  • @arthurbrandonnielsen
    @arthurbrandonnielsen Před rokem +20

    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.

  • @themynahswithinternetaccess
    @themynahswithinternetaccess Před 3 lety +466

    cant believe im actually taking notes like in an actual class.. 2020 has definitely changed me

    • @Ruthlessgrizzly
      @Ruthlessgrizzly Před 3 lety +3

      Same

    • @cotty9749
      @cotty9749 Před 3 lety +9

      If you have any question, just reply to this message and I will be happy to help!

    • @tajudeensulaimonolanrewaju4813
      @tajudeensulaimonolanrewaju4813 Před 3 lety +9

      Hi, in ascending order, can you please give me a scheme of work/learning, as am a complete beginner

    • @goated-yt2370
      @goated-yt2370 Před 2 lety +3

      @@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

    • @cotty9749
      @cotty9749 Před 2 lety +12

      @@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.

  • @jacobhernandez4347
    @jacobhernandez4347 Před rokem +5

    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 !

  • @michaelchinasa-de1wk
    @michaelchinasa-de1wk Před 6 měsíci +10

    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 🥳

  • @sunnyinfinite
    @sunnyinfinite Před 2 lety +1169

    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.

    • @macai7128
      @macai7128 Před 2 lety +135

      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

    • @oddballgames3357
      @oddballgames3357 Před 2 lety +36

      @@macai7128 same here lol. It was worth it tho.

    • @bobby_bouche
      @bobby_bouche Před 2 lety +5

      on the same journey lol

    • @madjunir
      @madjunir Před 2 lety +57

      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)

    • @harshvardhansingh5507
      @harshvardhansingh5507 Před 2 lety +3

      Did u made notes during the lectures by pausing or after the lectures by taking screenshot ??

  • @makhosandilekili9108
    @makhosandilekili9108 Před 3 lety +536

    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.

    • @j3htro203
      @j3htro203 Před 3 lety +63

      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.

    • @97Alfinsyah
      @97Alfinsyah Před 2 lety +6

      The same way what i've decided to start learn programming. Keep it up

    • @mnbinevitable358
      @mnbinevitable358 Před 2 lety +1

      💪🏾💪🏾💪🏾

    • @joshuakungames6523
      @joshuakungames6523 Před 2 lety +20

      im 13 and i decided to learn programming XD in advance cause why not

    • @handlingthehandle123
      @handlingthehandle123 Před 2 lety

      dont leave me

  • @XclusiveParts
    @XclusiveParts Před rokem +7

    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!

  • @saumickbasu1174
    @saumickbasu1174 Před 9 měsíci +1

    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.

  • @daksheshsharma1747
    @daksheshsharma1747 Před 4 lety +262

    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

  • @kangai
    @kangai Před 4 lety +2222

    Finally.... Why didn't y'all start here? 🤗😄

  • @kuldraca8923
    @kuldraca8923 Před 28 dny +4

    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.

  • @darienfrancis2799
    @darienfrancis2799 Před 5 měsíci +2

    This is hands down the best teaching video on the subject. The presentation fresh straight forward and accurate. Kudos to these guys.

  • @jahredsullivan5292
    @jahredsullivan5292 Před 7 měsíci +2

    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

  • @Elminster-ln4yw
    @Elminster-ln4yw Před 3 lety +381

    I love how calmly he said "let's eat grandma"

    • @dagobertoperez4955
      @dagobertoperez4955 Před 3 lety +14

      I was looking for this comment lol

    • @Ensanadi
      @Ensanadi Před 2 lety

      IKR HAHAHAHA

    • @SandeepSingh-tm9uh
      @SandeepSingh-tm9uh Před 2 lety +4

      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

    • @Elminster-ln4yw
      @Elminster-ln4yw Před 2 lety

      Khan Academy works pretty well

    • @misgetesfa3243
      @misgetesfa3243 Před 2 lety +3

      Lol

  • @oathtone
    @oathtone Před 2 lety +305

    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.

    • @lroadzl1288
      @lroadzl1288 Před 2 lety +20

      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.

    • @rhondasrealty
      @rhondasrealty Před 2 lety +19

      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.

    • @lamentspace
      @lamentspace Před 2 lety +13

      @@rhondasrealty I’m a freshman business major rn , and I think I’m going to change majors and force myself to learn code 😭

    • @swass5274
      @swass5274 Před 2 lety +1

      @@lamentspace do it

    • @user-qy6tu9ip9v
      @user-qy6tu9ip9v Před 2 lety +1

      @@lamentspace Any progress?

  • @chrisfortin4933
    @chrisfortin4933 Před rokem +51

    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

    • @I_am_bacon._.
      @I_am_bacon._. Před měsícem

      Ay man. I hope you're doing well on your journey and goal. Keep going man!

  • @taha7shaikh
    @taha7shaikh Před rokem +8

    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.

  • @Faiz133
    @Faiz133 Před 4 lety +1213

    Me at 3am : let's learn programming😁
    Okay so after watching 20mins I learned *Computers are DuMb*

    • @gibdopaminepls
      @gibdopaminepls Před 3 lety +108

      they're just dumb rocks we tricked into thinking by putting lightning in them

    • @user-yz5bw4dm2d
      @user-yz5bw4dm2d Před 3 lety +90

      me wonder after watching this video for 45 min : who is more dumb? me or the computer?

    • @pheonixxam5812
      @pheonixxam5812 Před 3 lety +8

      Lol I can’t believe he typed that in. 😂😂😂😭😭😭

    • @Dabby724
      @Dabby724 Před 3 lety +7

      @@user-yz5bw4dm2d does A.I. Count as computer? If so, they are infinitely smarter while we're infinitely dumb 😁

    • @atraxia6967
      @atraxia6967 Před 3 lety +18

      A.I is dumb they was taught to be smart. so are we

  • @AS-kf2zf
    @AS-kf2zf Před 4 lety +673

    Man we got this without ads is 😎

    • @nathanhector1985
      @nathanhector1985 Před 3 lety +27

      HE SOMEHOW PROGRAMMED IT THAT WAY. LOL

    • @rent1090
      @rent1090 Před 3 lety +1

      nate hector defo did my guy

    • @johncj6068
      @johncj6068 Před 3 lety +4

      Why too many ads??

    • @jrfrank2048
      @jrfrank2048 Před 3 lety +27

      @@johncj6068 put the video in 1:59:08 and replay again

    • @adielrum2721
      @adielrum2721 Před 3 lety +5

      @@johncj6068 youtube automated mid roll ads, such a shame

  • @seufimeaqui9034
    @seufimeaqui9034 Před rokem +45

    I am 15 and this is just such a huuuge knowledge treasure to find on the internet.

  • @Paul.atherton
    @Paul.atherton Před rokem +1

    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.

  • @muhammadsheryar9329
    @muhammadsheryar9329 Před 2 lety +48

    After watching this course I got fall in love with computer science......
    Thank you sir
    Best channel
    Best learning source

    • @SWOO1987
      @SWOO1987 Před rokem +1

      Same here I’ve always wanted a career job and/or using my computer 💻 expertise skills to create an a outstanding website.

  • @briandesign
    @briandesign Před 4 lety +575

    awesome! who else is learning code while in quarantine?

  • @livingportalstv
    @livingportalstv Před rokem +11

    21:30 types of variables (interger 21:44, boolean 21:14, float 22:29, double, string 22:51, char 23:39)

  • @batshevabattu8560
    @batshevabattu8560 Před rokem +12

    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! :)

  • @tma957
    @tma957 Před 2 lety +371

    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 ? »

  • @franzridder1595
    @franzridder1595 Před 3 lety +57

    This is not only a great tutorial. It's also a great example of why designers exist.

  • @ItsAshleyA
    @ItsAshleyA Před 5 měsíci

    This course is super helpful for beginners! Thank you so much for all the work you all put into this project.

  • @LazarusStr
    @LazarusStr Před rokem +1

    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. 🙏🏾

  • @otsogileonalepelo9610
    @otsogileonalepelo9610 Před 3 lety +56

    This is some world-class teaching, the loop part was totally on point. For a moment there I thought youtube was malfunctioning 😂😂😂😂

    • @seifxero
      @seifxero Před 2 lety +1

      i thought that i got stuck in the time

  • @timtech9361
    @timtech9361 Před 2 lety +35

    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.

  • @sheenachen
    @sheenachen Před rokem +3

    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!

  • @henrlima87
    @henrlima87 Před rokem +2

    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!

  • @BrianKiddDevDesign
    @BrianKiddDevDesign Před 3 lety +399

    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.

    • @emelbilge
      @emelbilge Před 2 lety +92

      Thank you for the mentioning. I was about to go nuts :)

    • @johnjong9944
      @johnjong9944 Před 2 lety +6

      Yeah this one

    • @emmyhabey
      @emmyhabey Před 2 lety +70

      This almost drove me crazy. I was so confused that I thought I couldn't differentiate between rows and columns anymore

    • @stephendesouza468
      @stephendesouza468 Před 2 lety +28

      And position 0,2 would be arnold and not clint Ig

    • @akahee22
      @akahee22 Před 2 lety +2

      @@stephendesouza468 no you go from right to bottom so 0,2 would be clint

  • @riko0029
    @riko0029 Před 2 lety +121

    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!!

    • @BrianYTT
      @BrianYTT Před rokem +5

      Please share notes in comments i need pleasee

  • @Ezrathescribe27
    @Ezrathescribe27 Před 9 měsíci

    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!

  • @user-go5hv6dg3d
    @user-go5hv6dg3d Před 2 lety +13

    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...

  • @beemmeupscotty5993
    @beemmeupscotty5993 Před 3 lety +12

    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

  • @jreteeksjreteeks8868
    @jreteeksjreteeks8868 Před rokem

    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.

  • @MyCodingDiarie
    @MyCodingDiarie Před 2 měsíci +1

    Your channel is like a hidden gem on CZcams. So glad I found it!

  • @oddballgames3357
    @oddballgames3357 Před 2 lety +13

    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!

  • @severenhill7480
    @severenhill7480 Před 2 lety +10

    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!

  • @FlunkozPf
    @FlunkozPf Před rokem +1

    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! :)

  • @Ezrathescribe27
    @Ezrathescribe27 Před 9 měsíci

    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

  • @Viking-it6xq
    @Viking-it6xq Před 2 lety +341

    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.

    • @kelvinbethrand8914
      @kelvinbethrand8914 Před 2 lety

      are you currently studying any computer course?

    • @m3l3e
      @m3l3e Před 2 lety +1

      How's it going lol

    • @viktordoe1636
      @viktordoe1636 Před 2 lety +20

      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.

    • @frizdriz9646
      @frizdriz9646 Před 2 lety +1

      @@viktordoe1636 thanks for this bro

    • @jatoxalex508
      @jatoxalex508 Před 10 měsíci

      How’s it going?

  • @SnipCraftLeft
    @SnipCraftLeft Před 3 lety +14

    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!!!

  • @MyCodingDiarie
    @MyCodingDiarie Před 2 měsíci

    Your energy and enthusiasm are contagious. Love it!

  • @krevin543
    @krevin543 Před 11 měsíci

    This is a GREAT video!! Thank you both so much! I was able to learn a lot about programming here.

  • @jennifermeier3873
    @jennifermeier3873 Před 3 lety +109

    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!!!!

    • @lenalara7292
      @lenalara7292 Před 2 lety +4

      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?

    • @jennifermeier3873
      @jennifermeier3873 Před 2 lety +5

      @@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

    • @adamdown
      @adamdown Před rokem

      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

  • @logidesigns9058
    @logidesigns9058 Před 3 lety +29

    The time and effort put into this video is extremely noticeable, and appreciated, thank you!

  • @Francesco-qf5uq
    @Francesco-qf5uq Před rokem

    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. 💪

  • @dakrayus6519
    @dakrayus6519 Před rokem

    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!

  • @HelloCodeClub
    @HelloCodeClub Před 4 lety +4

    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.

  • @robertsleight8013
    @robertsleight8013 Před 3 lety +6

    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.

  • @lidiatoledo4712
    @lidiatoledo4712 Před rokem +1

    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.

  • @mannyathabang1315
    @mannyathabang1315 Před měsícem +1

    Finally, I couldn't wait to finish this up. But it definitely needs rewatch. Thanks Steve and Shawn, you're real G's❤🤝

  • @swezenkizito4800
    @swezenkizito4800 Před 3 lety +4

    I really love the refresher portions of this video - where you go over learning points for a second time!

  • @RedTraxorz
    @RedTraxorz Před 2 lety +32

    I'm gonna start my undergrad in september and giving myself a headstart here. Wish me luck guys!

  • @phyaru
    @phyaru Před rokem +2

    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!

  • @lawrencenaickeryfyt5570

    Excellent introduction before I start my programming course. Thank you immensely.

  • @jamix8752
    @jamix8752 Před 2 lety +6

    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!

  • @User-4517
    @User-4517 Před 4 lety +11

    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

  • @hamzaidrissi7837
    @hamzaidrissi7837 Před rokem

    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!

  • @ayoubmanta1388
    @ayoubmanta1388 Před rokem

    I've just finished this tutorial, thank you guys for the great effort of making this easy to understand ❤

  • @adeel.travel
    @adeel.travel Před 3 lety +5

    I've been watching this video slowly over a few weeks, really solid stuff.
    Thank you

  • @lock0nstratos416
    @lock0nstratos416 Před 3 lety +4

    Amazing video! Two beginner level courses condensed into a couple hours.
    The tips at the end are very helpful. Thanks.

  • @user-uh5hy7um6z
    @user-uh5hy7um6z Před 9 měsíci

    Thank you so much Steve and Shawn for this tutorial,really is about to start something huge in my life

  • @timothychapman9344
    @timothychapman9344 Před 2 lety +25

    Thanks guys! Great video I learned a TON of information!! I’m a 41 year old construction worker. High school dropout. Now I want to learn computer science. This video has inspired me to press on with a humble excitement. Ty guys! Again.

  • @mrtrigger2016
    @mrtrigger2016 Před 2 lety +15

    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.

  • @crimpov
    @crimpov Před rokem +11

    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!

  • @cheatcoder2
    @cheatcoder2 Před 3 měsíci +4

    the second guy talks so fast bruh the first guy is soo much better with examples and talking at a good rate

  • @molnarattila6815
    @molnarattila6815 Před 4 lety +25

    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! 🙂

    • @mattjacobson3616
      @mattjacobson3616 Před 2 lety +1

      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.

  • @MasteroftheRitz
    @MasteroftheRitz Před 2 lety +13

    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.

  • @stellabae2250
    @stellabae2250 Před 8 měsíci +7

    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 😮‍💨

  • @TheMrFlyBoy18
    @TheMrFlyBoy18 Před rokem

    New to the whole thing! Gonna be foing to college for this soon and thank you for the time and knowledge you guys are happy to share. I subscribed and will let me friends know of your channel who are doing the same major as well.

  • @thecsspage5603
    @thecsspage5603 Před 3 lety +2496

    ⭐️ 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

  • @myname2851
    @myname2851 Před 2 lety +3

    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 :))

  • @Jojosmith342
    @Jojosmith342 Před 2 měsíci

    all thumbs up to the excellent tutorial. Thank you for all your hard work and sharing your valuable knowledge. Subscribed.

  • @user-mw2jg7pk5v
    @user-mw2jg7pk5v Před 9 měsíci

    Thank you for teaching us basic notions of programming and I think it is way more than just basic knowledge. It was absolutely effective 2 hours. It was super helpful. Thanks again :))

  • @sonicevostator
    @sonicevostator Před 2 lety +6

    This is amazing to follow along with Cornell notes. Amazing analogies too, they helped me a lot.

  • @SheddysGaming
    @SheddysGaming Před 2 lety +12

    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

  • @Zenoandturtle
    @Zenoandturtle Před 5 měsíci +1

    I began my jorney a while back when doing engineering in uni (C++ and Java), I dabbled in it a little bit then just gave up. Just few months ago I decided to create a trading bot using Python, but this time I wanted to get the fundementals right. While searching on the web I came across your presentation. Absolutely brilliant! Amazing work guys. This will make my Python (and other languages) journey so much fun, even beyond my big broject. Thanks again!

  • @andreaspires7643
    @andreaspires7643 Před rokem +6

    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!!

  • @ji-axinliu4448
    @ji-axinliu4448 Před 3 lety +3

    thanks very much after i finished watching, i felt like i have relearned all the computer science knowledge once again. i am a International Business Master with a Bachelor in CS, i have gave up many job opportunities in business fields as i did not know where i would be in ten years. after i decided to become a programming engineer. now i had so many CS fundamentals from this video and the last 4-hour one from you about Python learning, i could not feel more confident to start my brand new career in IT field. I really don't know how lucky i was to have found this channel. Thank you!!

  • @iopz4336
    @iopz4336 Před 2 lety +242

    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

    • @dk57nde23
      @dk57nde23 Před 2 lety +56

      If you start learning now, no doubt you'll be leagues above most people by the time you hit college

    • @toxicmaniax5719
      @toxicmaniax5719 Před 2 lety +56

      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.

    • @tselotashx6948
      @tselotashx6948 Před 2 lety +12

      Me too I'm just a grade 7 student

    • @BhavyaaGhai
      @BhavyaaGhai Před 2 lety +4

      hii im in 7th too

    • @user-nf1bz3sn4z
      @user-nf1bz3sn4z Před rokem +8

      I am 6th grade... My asian parents forced me to learn this........ Only because I said I wanna be a computer engineering ...

  • @ChukwudozieMbadugha-sx6ko

    Love the way these guys break down each stage. Starting from scratch.

  • @NM-qe8jk
    @NM-qe8jk Před rokem +1

    I'm speechless, if you can understand it you can make it simple. You guys just made it simple. Thank you

  • @kiprotichdancan3870
    @kiprotichdancan3870 Před 2 lety +4

    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

  • @josephanthony1655
    @josephanthony1655 Před 3 lety +76

    44:52 I thought there was something wrong with my computer LMAO