Learn How to Code – Programming for Beginners Tutorial with Python and C#



This course teaches you everything you need to start programming! 💪😤
You will learn the difference between Python and C# and learn coding fundamentals.

✏️ Jabrils created this course. Check out his channel: https://www.youtube.com/c/Jabrils

Resources:
💻 Code: https://github.com/Jabrils/Everything-You-Need-To-Start-Programming
📄 Matrix Quote: https://github.com/Jabrils/Everything-You-Need-To-Start-Programming/blob/master/04-01%20-%20Your%20First%20Project/matrix_quote.txt

Install IDEs on Mac:
🔗 Visual Studio (Execute Automation): https://www.youtube.com/watch?v=DS4zGjyo4Zs
🔗 Visual Studio Code (Derek Banas): https://www.youtube.com/watch?v=SKV0npCFxFs

⭐️ Course Contents ⭐️
⌨️ (0:00:00) All my life I was told programming was hard
⌨️ (0:06:32) What is an IDE?
⌨️ (0:08:55) Installing Your First IDE ‼ (Windows)
⌨️ (0:17:29) The Differences Between C# & Python
⌨️ (0:34:44) Code Your First Program!
⌨️ (1:22:37) What Are Data Types?
⌨️ (1:26:29) What is a Bool?
⌨️ (1:44:57) What is a String?
⌨️ (2:07:14) What is a Char?
⌨️ (2:26:49) What is a Float?
⌨️ (2:42:41) What is an Array?
⌨️ (2:57:31) What is a Variable?
⌨️ (3:13:23) What is an If Statement?
⌨️ (3:21:55) What is an Else Statement?
⌨️ (3:30:11) What is an Else If Statement?
⌨️ (3:39:31) What is a For Loop?
⌨️ (3:53:36) What is a While Loop?
⌨️ (4:01:11) What is a Method?
⌨️ (4:27:40) What is a Function?
⌨️ (4:47:31) How to Comment Your Code!
⌨️ (5:03:28) You can code anything you can imagine!

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

22 Comments

  1. have a head start on other people that will be doing this with me in the future and haveing a backup if something fucks up in the school department

  2. I'm here because I want to learn something new and learn how to become a programmer will open lots of job opportunities for me.

  3. 33:30 – You wouldn't have gotten an error if doit was set to True.

    The reason is that if, for and some other statements don't actually create their own scope in Python. Only functions, methods and comprehensions (and some other), create a new scope. Even classes in Python don't exactly create a conventional scope.

    A good practice is to define a main function and put your code in there so you don't have a bunch of global variables.

Leave a Reply

© 2023 53GB