Introduction to Programming and Computer Science - Full Course

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

Пікірлер: 3 900

  • @NullPointerException
    @NullPointerException4 жыл бұрын

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

  • @abdoulayemaiga8213

    @abdoulayemaiga8213

    4 жыл бұрын

    Thank you so much

  • @ricardoperez5180

    @ricardoperez5180

    4 жыл бұрын

    Thank you dudes for creating this! My Python learning journey should be smoother sailing. CHEERS!!!

  • @YoungDen

    @YoungDen

    4 жыл бұрын

    Same here

  • @sam-yx8fr

    @sam-yx8fr

    4 жыл бұрын

    tysm amazing course you guys r funny too lol

  • @kamogelomahlangu8933

    @kamogelomahlangu8933

    3 жыл бұрын

    Thank you.

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

    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

    25 күн бұрын

    Good Luck!

  • @partyj7879

    @partyj7879

    17 күн бұрын

    Good Luck! Hope you make it.

  • @arnoldnjie5749

    @arnoldnjie5749

    17 күн бұрын

    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

    11 күн бұрын

    how's it going?

  • @adelavega95

    @adelavega95

    4 күн бұрын

    Same here bud, looking for a career shift

  • @D_ieb
    @D_ieb11 ай бұрын

    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

    11 ай бұрын

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

  • @davidperrii

    @davidperrii

    11 ай бұрын

    Good Luck!

  • @Amir.Avenger

    @Amir.Avenger

    11 ай бұрын

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

  • @dennisadams8775

    @dennisadams8775

    11 ай бұрын

    @@Amir.Avenger Jedi

  • @jatoxalex508

    @jatoxalex508

    10 ай бұрын

    How’s it going?

  • @williamclark4689
    @williamclark4689 Жыл бұрын

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

    Жыл бұрын

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

  • @alexandriahauer7761

    @alexandriahauer7761

    Жыл бұрын

    Thanks for this

  • @henrlima87

    @henrlima87

    Жыл бұрын

    Thanks!

  • @MorphTW

    @MorphTW

    Жыл бұрын

    Thanks

  • @Notchmods

    @Notchmods

    Жыл бұрын

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

  • @ethereal9454
    @ethereal9454 Жыл бұрын

    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

    7 ай бұрын

    SAME SOMEONE ANSWER THIS PLEASE

  • @NeutronRob

    @NeutronRob

    7 ай бұрын

    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

    6 ай бұрын

    Thisss

  • @Saturnring1

    @Saturnring1

    6 ай бұрын

    Tqsm broooo

  • @cduub0761

    @cduub0761

    5 ай бұрын

    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

  • @Palmieres
    @Palmieres2 жыл бұрын

    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

    2 жыл бұрын

    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

    2 жыл бұрын

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

    2 жыл бұрын

    The American education system sucks

  • @thereal1337s

    @thereal1337s

    2 жыл бұрын

    @@Yamabrah_YZF ABSOLUTELY!

  • @bellabrink8610

    @bellabrink8610

    2 жыл бұрын

    @@Yamabrah_YZF preach my brotha

  • @lisam5509
    @lisam55094 жыл бұрын

    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

    4 жыл бұрын

    that goes for anything in life tbh

  • @plumbob109

    @plumbob109

    3 жыл бұрын

    ISSA MANGO

  • @rlaco1219

    @rlaco1219

    3 жыл бұрын

    CONGRATS!!!

  • @Justplayinggames1986

    @Justplayinggames1986

    3 жыл бұрын

    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

    3 жыл бұрын

    @@Justplayinggames1986 you can do it!!!

  • @Bearthedancingman
    @Bearthedancingman3 ай бұрын

    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 Жыл бұрын

    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

    Жыл бұрын

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

  • @averagequestuser5522

    @averagequestuser5522

    Жыл бұрын

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

  • @Agent56000

    @Agent56000

    Жыл бұрын

    @@averagequestuser5522 lol I was confused to

  • @flooriiian

    @flooriiian

    9 ай бұрын

    @@averagequestuser5522 Schizophrenia

  • @Gem_junhyukie-stan

    @Gem_junhyukie-stan

    7 ай бұрын

    ​@@brandonschramm353 uhhhhhhhh

  • @samarpanrai5924
    @samarpanrai59244 жыл бұрын

    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

    3 жыл бұрын

    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

    3 жыл бұрын

    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

    3 жыл бұрын

    @@sheepybreaker good luck mate :)

  • @kylecarroll3020

    @kylecarroll3020

    3 жыл бұрын

    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

    3 жыл бұрын

    @@sheepybreaker are you using their website too??

  • @owen7761
    @owen77612 жыл бұрын

    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

  • @NazriB

    @NazriB

    4 ай бұрын

    Lies again? Contender Series Cold Storage

  • @TheContentDealer

    @TheContentDealer

    3 ай бұрын

    ​@@NazriBlies?

  • @darienfrancis2799
    @darienfrancis27995 ай бұрын

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

  • @arthurbrandonnielsen
    @arthurbrandonnielsen Жыл бұрын

    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.

  • @sunnyinfinite
    @sunnyinfinite2 жыл бұрын

    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

    2 жыл бұрын

    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

    2 жыл бұрын

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

  • @bobby_bouche

    @bobby_bouche

    2 жыл бұрын

    on the same journey lol

  • @madjunir

    @madjunir

    2 жыл бұрын

    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

    2 жыл бұрын

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

  • @chrisfortin4933
    @chrisfortin4933 Жыл бұрын

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

    Ай бұрын

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

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

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

  • @Ruthlessgrizzly

    @Ruthlessgrizzly

    3 жыл бұрын

    Same

  • @cotty9749

    @cotty9749

    3 жыл бұрын

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

  • @tajudeensulaimonolanrewaju4813

    @tajudeensulaimonolanrewaju4813

    3 жыл бұрын

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

  • @goated-yt2370

    @goated-yt2370

    2 жыл бұрын

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

    2 жыл бұрын

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

  • @AS-kf2zf
    @AS-kf2zf4 жыл бұрын

    Man we got this without ads is 😎

  • @nathanhector1985

    @nathanhector1985

    3 жыл бұрын

    HE SOMEHOW PROGRAMMED IT THAT WAY. LOL

  • @rent1090

    @rent1090

    3 жыл бұрын

    nate hector defo did my guy

  • @johncj6068

    @johncj6068

    3 жыл бұрын

    Why too many ads??

  • @jrfrank2048

    @jrfrank2048

    3 жыл бұрын

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

  • @adielrum2721

    @adielrum2721

    3 жыл бұрын

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

  • @roshansuresh02
    @roshansuresh023 ай бұрын

    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

  • @jacobhernandez4347
    @jacobhernandez4347 Жыл бұрын

    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 !

  • @oathtone
    @oathtone2 жыл бұрын

    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

    2 жыл бұрын

    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

    2 жыл бұрын

    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

    2 жыл бұрын

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

    2 жыл бұрын

    @@lamentspace do it

  • @user-qy6tu9ip9v

    @user-qy6tu9ip9v

    2 жыл бұрын

    @@lamentspace Any progress?

  • @muhammadsheryar9329
    @muhammadsheryar93292 жыл бұрын

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

  • @SWOO1987

    @SWOO1987

    Жыл бұрын

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

  • @michaelchinasa-de1wk
    @michaelchinasa-de1wk6 ай бұрын

    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 🥳

  • @MyCodingDiarie
    @MyCodingDiarie2 ай бұрын

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

  • @otsogileonalepelo9610
    @otsogileonalepelo96103 жыл бұрын

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

  • @seifxero

    @seifxero

    2 жыл бұрын

    i thought that i got stuck in the time

  • @Faiz133
    @Faiz1334 жыл бұрын

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

  • @gibdopaminepls

    @gibdopaminepls

    3 жыл бұрын

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

  • @user-yz5bw4dm2d

    @user-yz5bw4dm2d

    3 жыл бұрын

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

  • @pheonixxam5812

    @pheonixxam5812

    3 жыл бұрын

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

  • @Dabby724

    @Dabby724

    3 жыл бұрын

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

  • @atraxia6967

    @atraxia6967

    3 жыл бұрын

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

  • @XclusiveParts
    @XclusiveParts Жыл бұрын

    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!

  • @mrtrigger2016
    @mrtrigger20162 жыл бұрын

    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.

  • @Viking-it6xq
    @Viking-it6xq2 жыл бұрын

    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

    2 жыл бұрын

    are you currently studying any computer course?

  • @m3l3e

    @m3l3e

    2 жыл бұрын

    How's it going lol

  • @viktordoe1636

    @viktordoe1636

    2 жыл бұрын

    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

    2 жыл бұрын

    @@viktordoe1636 thanks for this bro

  • @jatoxalex508

    @jatoxalex508

    10 ай бұрын

    How’s it going?

  • @saumickbasu1174
    @saumickbasu11749 ай бұрын

    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.

  • @livingportalstv
    @livingportalstv Жыл бұрын

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

  • @kuldraca8923
    @kuldraca892328 күн бұрын

    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.

  • @daksheshsharma1747
    @daksheshsharma17474 жыл бұрын

    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

  • @piggynatorcool668

    @piggynatorcool668

    2 жыл бұрын

    @Subhajyoti Das im 14 and just bored

  • @franzridder1595
    @franzridder15953 жыл бұрын

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

  • @batshevabattu8560
    @batshevabattu8560 Жыл бұрын

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

  • @jahredsullivan5292
    @jahredsullivan52927 ай бұрын

    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-ln4yw3 жыл бұрын

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

  • @dagobertoperez4955

    @dagobertoperez4955

    3 жыл бұрын

    I was looking for this comment lol

  • @Ensanadi

    @Ensanadi

    2 жыл бұрын

    IKR HAHAHAHA

  • @SandeepSingh-tm9uh

    @SandeepSingh-tm9uh

    2 жыл бұрын

    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

    2 жыл бұрын

    Khan Academy works pretty well

  • @misgetesfa3243

    @misgetesfa3243

    2 жыл бұрын

    Lol

  • @makhosandilekili9108
    @makhosandilekili91083 жыл бұрын

    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

    3 жыл бұрын

    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

    2 жыл бұрын

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

  • @mnbinevitable358

    @mnbinevitable358

    2 жыл бұрын

    💪🏾💪🏾💪🏾

  • @joshuakungames6523

    @joshuakungames6523

    2 жыл бұрын

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

  • @handlingthehandle123

    @handlingthehandle123

    2 жыл бұрын

    dont leave me

  • @Paul.atherton
    @Paul.atherton Жыл бұрын

    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.

  • @taha7shaikh
    @taha7shaikh Жыл бұрын

    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.

  • @jennifermeier3873
    @jennifermeier38733 жыл бұрын

    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

    2 жыл бұрын

    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

    2 жыл бұрын

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

    Жыл бұрын

    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

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

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

  • @DevsLikeUs

    @DevsLikeUs

    3 жыл бұрын

    Thanks!

  • @user-dj5tu7cx6s

    @user-dj5tu7cx6s

    3 жыл бұрын

    🌸🌸

  • @tamannakumari468

    @tamannakumari468

    3 жыл бұрын

    See the description

  • @MrTimoTejo

    @MrTimoTejo

    3 жыл бұрын

    Awesome bro thanks 🙏

  • @SleepyInu60

    @SleepyInu60

    3 жыл бұрын

    @@tamannakumari468 lol I know right

  • @MyCodingDiarie
    @MyCodingDiarie2 ай бұрын

    Your energy and enthusiasm are contagious. Love it!

  • @sheenachen
    @sheenachen Жыл бұрын

    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!

  • @riko0029
    @riko00292 жыл бұрын

    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

    Жыл бұрын

    Please share notes in comments i need pleasee

  • @BrianKiddDevDesign
    @BrianKiddDevDesign3 жыл бұрын

    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

    2 жыл бұрын

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

  • @johnjong9944

    @johnjong9944

    2 жыл бұрын

    Yeah this one

  • @emmyhabey

    @emmyhabey

    2 жыл бұрын

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

  • @stephendesouza468

    @stephendesouza468

    2 жыл бұрын

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

  • @akahee22

    @akahee22

    2 жыл бұрын

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

  • @seufimeaqui9034
    @seufimeaqui9034 Жыл бұрын

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

  • @isaacp.m.305

    @isaacp.m.305

    Жыл бұрын

    me too, you play bs?

  • @seufimeaqui9034

    @seufimeaqui9034

    Жыл бұрын

    @@isaacp.m.305 yea

  • @xx-zp4or

    @xx-zp4or

    Жыл бұрын

    same bruh . Which language are u learning now and how ? :)

  • @bequerhernandez8487

    @bequerhernandez8487

    22 күн бұрын

    Fr

  • @ItsAshleyA
    @ItsAshleyA5 ай бұрын

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

  • @swezenkizito4800
    @swezenkizito48003 жыл бұрын

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

  • @beemmeupscotty5993
    @beemmeupscotty59933 жыл бұрын

    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

  • @LazarusStr
    @LazarusStr Жыл бұрын

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

  • @andreaspires7643
    @andreaspires7643 Жыл бұрын

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

  • @user-go5hv6dg3d
    @user-go5hv6dg3d2 жыл бұрын

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

  • @robertsleight8013
    @robertsleight80133 жыл бұрын

    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.

  • @crimpov
    @crimpov Жыл бұрын

    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!

  • @mannyathabang1315
    @mannyathabang1315Ай бұрын

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

  • @SheddysGaming
    @SheddysGaming2 жыл бұрын

    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

  • @severenhill7480
    @severenhill74802 жыл бұрын

    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!

  • @lawrencenaickeryfyt5570
    @lawrencenaickeryfyt5570 Жыл бұрын

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

  • @BobBob-qm2bm
    @BobBob-qm2bm Жыл бұрын

    Thank FCC for sharing the knowledge...more than greatly appreciated for your contributions to the community.

  • @oddballgames3357
    @oddballgames33572 жыл бұрын

    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!

  • @adeel.travel
    @adeel.travel3 жыл бұрын

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

  • @getabettername
    @getabettername Жыл бұрын

    Thank you for this amazing content. Many online courses and bootcamps fail to go over the foundations and this is exactly what we needed

  • @ChukwudozieMbadugha-sx6ko
    @ChukwudozieMbadugha-sx6ko Жыл бұрын

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

  • @timtech9361
    @timtech93612 жыл бұрын

    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.

  • @SnipCraftLeft
    @SnipCraftLeft3 жыл бұрын

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

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

    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!

  • @FlunkozPf
    @FlunkozPf Жыл бұрын

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

  • @logidesigns9058
    @logidesigns90583 жыл бұрын

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

  • @coolguy1952
    @coolguy19523 жыл бұрын

    OMFG!! This is the FIRST video anyone should watch!

  • @phyaru
    @phyaru Жыл бұрын

    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!

  • @krevin543
    @krevin54311 ай бұрын

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

  • @timothychapman9344
    @timothychapman93442 жыл бұрын

    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.

  • @lonzoformvp5078

    @lonzoformvp5078

    Жыл бұрын

    you got this my friend

  • @raminbaghirov9998

    @raminbaghirov9998

    4 ай бұрын

    Did you get there or still in construction?

  • @lock0nstratos416
    @lock0nstratos4163 жыл бұрын

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

  • @jreteeksjreteeks8868
    @jreteeksjreteeks8868 Жыл бұрын

    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.

  • @achaevans1006
    @achaevans1006 Жыл бұрын

    Really simple and explicit. This is my first time of learning programming and i am really enjoying how you are dishing out the knowledge as simple as possible. Thanks alot Sirs.

  • @jamix8752
    @jamix87522 жыл бұрын

    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!

  • @HelloCodeClub
    @HelloCodeClub4 жыл бұрын

    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.

  • @MyCodingDiarie
    @MyCodingDiarie2 ай бұрын

    Wow, this is exactly what I needed. You're a lifesaver!

  • @hamzaidrissi7837
    @hamzaidrissi7837 Жыл бұрын

    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!

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

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

  • @bunrongborey1128

    @bunrongborey1128

    2 жыл бұрын

    LOL

  • @fluxplays-gamingandmore7413

    @fluxplays-gamingandmore7413

    2 жыл бұрын

    Could you explain to me what a loop is one more time lol

  • @joshbin7532

    @joshbin7532

    2 жыл бұрын

    @Kirill P I don’t understand you

  • @agudam

    @agudam

    2 жыл бұрын

    That part tripped me up

  • @joshbin7532

    @joshbin7532

    2 жыл бұрын

    @@agudam oh sorry buddy

  • @sonicevostator
    @sonicevostator2 жыл бұрын

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

  • @NM-qe8jk
    @NM-qe8jk Жыл бұрын

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

  • @dakrayus6519
    @dakrayus6519 Жыл бұрын

    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!

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

    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.

  • @christopheralcala2458

    @christopheralcala2458

    2 ай бұрын

    Amen

  • @myname2851
    @myname28512 жыл бұрын

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

  • @hedgeearthridge6807
    @hedgeearthridge680725 күн бұрын

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

  • @lidiatoledo4712
    @lidiatoledo4712 Жыл бұрын

    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.

  • @RedTraxorz
    @RedTraxorz2 жыл бұрын

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

  • @champruban3612

    @champruban3612

    2 жыл бұрын

    wish you have a great journey ahead 😊

  • @ShadaeMastersAstrology

    @ShadaeMastersAstrology

    2 жыл бұрын

    Good luck 😊 you’ll do great!!

  • @johnhamirkarim3696

    @johnhamirkarim3696

    2 жыл бұрын

    same!! good luck for us!

  • @1nternetg1rl93

    @1nternetg1rl93

    2 жыл бұрын

    same here! good luck friend:)

  • @lordiii3430

    @lordiii3430

    2 жыл бұрын

    Im a 15 yr old sophomore lookin ahead as well, good luck!

  • @User-4517
    @User-45174 жыл бұрын

    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-uh5hy7um6z
    @user-uh5hy7um6z9 ай бұрын

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

  • @Ezrathescribe27
    @Ezrathescribe279 ай бұрын

    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!

  • @TejDhr
    @TejDhr3 жыл бұрын

    So blessed I found this video the day before I started learning Computer Science at school 🏫🥳🥳🥳🥳 Thank you so much 😊

  • @progtom7585
    @progtom75854 жыл бұрын

    thanks FCC! Ive been trying to learn this elsewhere so this was amazingly useful.

  • @aydaryakup4540
    @aydaryakup4540 Жыл бұрын

    This course is great! Thank you very much for making and sharing it with us for free!

  • @evxrthekid8241
    @evxrthekid82417 ай бұрын

    Thank you guys so much, you’ve been a big help to me and many others , I’m sure. God bless y’all!

  • @chillwavemusic5024
    @chillwavemusic50242 жыл бұрын

    Outstanding video-lessons! Guys, thanks for this treasure! When you know the core ideas, you able to understand the whole process!

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

    awesome! who else is learning code while in quarantine?

  • @BrunoCostenaro

    @BrunoCostenaro

    4 жыл бұрын

    Trying !!

  • @linalayuna9911

    @linalayuna9911

    4 жыл бұрын

    Me

  • @aljimedorot699

    @aljimedorot699

    3 жыл бұрын

    Iam trying tooii

  • @roroguapo3

    @roroguapo3

    3 жыл бұрын

    Lol found that comment.

  • @Likeaboss-md8vk

    @Likeaboss-md8vk

    3 жыл бұрын

    me

  • @stellabae2250
    @stellabae22508 ай бұрын

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

  • @ayoubmanta1388
    @ayoubmanta1388 Жыл бұрын

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

  • @molnarattila6815
    @molnarattila68154 жыл бұрын

    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

    2 жыл бұрын

    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.