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

preview_player
Показать описание
This course teaches you everything you need to start programming! 💪😤
You will learn the difference between Python and C# and learn coding fundamentals.

Resources:

Install IDEs on Mac:

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

--

Рекомендации по теме
Комментарии
Автор

Oh wow, what a great course. & I don't know but there is something super charming about that presenter 😏

Jabrils
Автор

Can we just appreciate that they have put subtitles for the damn big five hour video.

AnoopMasterCoder
Автор

I'm watching this because some time ago I decided to learn to code some simple games for my two grandsons. I built a few really simple they loved and still play whenever they come over. I hope to encourage them to do it on their own.

SilvaOnTube
Автор

Dude, I already have a BSc in Computer Science and Statistics, but I saw Jabrils in the thumbnail and immediately clicked on this video. I love watching Jabrils! Lol.

djgulston
Автор

Wow! In 5 hours I have a basic understanding of two programming languages. I can read and write simple programs in two different languages (actually 3 since I know Javascript as well). That's some cool stuff!! Thanks, my dude.

milleniummoses
Автор

Oh my, a person teaching that speaks my language. I'm already a very amateur python programmer. I really hope this course is as awesome as it sounds so far.

AdamMotlik
Автор

Mike from the OG python tutorial: finally a worthy opponent, *our battle will be legendary*

nande
Автор

I'm so happy I found this thanks!

pikachugurl
Автор

This course has a lot of tiny subtle mistakes that will trouble the learner later on.
For instance, at 21:32 the reason for Python not needing the data type in the beginning is NOT because it's an interpreted language. Both Python and C# are interpreted languages.
It's because Python is *dynamically typed* . That means a variable can change its data type later on.
In C#, you cannot do:
bool doIt = false;
doIt = "hello";
Because once a variable has been assigned a data type, you can't change it to a different data type (it's statically typed). So, the initial data type of the variable is significant and needs to be mentioned (technically not necessary, even C# can infer the data type of a variable from the right hand side (you can use _auto_ instead of _bool_, but it's a convention to do so).
In Python, it's perfectly okay to do this:
doIt = False
doIt = "hello"
as the data type of a variable is flexible, the initial data type doesn't hold any significance and so need not be mentioned (though you can still mention it if you like:
doIt: bool = False
doIt = "Hello"
Mentioning it doesn't constraint the variable to that data type.)

VivekYadav-dsoz
Автор

I am an expert in C# (15+ years experience) and a python novice developer (3 months)
This is just perfect as I can make an analogy quickly.

ldandco
Автор

I FREAKIN LOVE YOU!
YOU ARE GOLDEN!!!

MP-wmgb
Автор

when i have my own computer i will back here and watch this again ! oct 6 2021

teeaysee
Автор

Never thought I'd see this collab, this is wonderful!

zmelo
Автор

This video is a masterpiece!!!! How is Jabrils so entertaining and the editing is so did you add subtitles to this its 5 hours long!!!
edit: sry for the exclamation marks

shlokdash
Автор

I'm super glad I found this page....🤝

idaraokwok
Автор

I learned basic programming in C# on Udemy, and since then, I've been very intrigued in wanting to know everything about seeing how easy it was. Amazing tutorial for newcomers!

Lexyvil
Автор

That sense of humor that I was missing on programming

charlieluz
Автор

The reason I want to learn programming is to one day make my own game!

victoriatran
Автор

Damn, this was perfect.
Totally loved the course❤️❤️💯

shashanks
Автор

this was exactly what I was looking for and it was made just a day ago, y'all are heroes

antwanmeave