How it feels writing your first program in C# versus python…

preview_player
Показать описание

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

Before the C# devs make that angry "YOU DON'T NEED THOSE USING STATEMENTS" - this is a joke, and yes obviously the using statements auto populate when you create a new Visual Studio program, and No I am not saying one is better than the other. Please everyone relax.

lemastertech
Автор

thought it was java for a minute but it was too short.

pfk
Автор

I love C# it's my bread and butter but this is funny I especially love the helmet . ...

Scotthutchinsonking
Автор

It took me 3 days to figure out how to connect a camera to a player in c# unity. It's tough but if your consistent and motivated you'll learn anything in life 🎉

Rosethesicko
Автор

I learned C# first but I think i enjoy python more mainly because conceptually it feels more like im working with a human rather than a megacalculator. 😅 Both have their strengths, so ill stay in the middle on this one. But complexity doesnt automatically make it better, just like in music. ♡

TheseWordsTouch
Автор

hats off master! first c# code ever written in the world to run on first try

CrisDevDotDot
Автор

you should change the title to "how to make c# devs salty"

TheToniz
Автор

C# in 2023 :
Console.Write("hello, world!");

olimjontabarzoda
Автор

Hahaha, this is EXACTLY how I feel 5 weeks into the Microsoft "C# Fundamentals" course. Yikes.

RykerFreegeld
Автор

Python is better to start as it’s more beginner friendly, but c# allows you to control every little thing and do much more.

Quntvm
Автор

Yeah, Python is kids friendly. Now just leave the adults with real software.

Just kidding.

gustavo-santos-dev
Автор

Learned python first. Learning C# now. Python is for sure easier, but C# has so much more power behind it.

Can't wait to start toying with Game Dev in it!

ugib
Автор

I love C# and this video is absolutely accurate. Python looks clean and writes like English, but I'm not fan of indentation being the way to define scopes. Give me my curly braces!!! But joking aside both languages are excellent.

embergamedev
Автор

these differences maybe a pain for new devs, but it really doesn't matter a little bit along your development journey you get quickly accustomed to the syntax, it's the concepts you need to implement like oop that take time to understand.

techkid
Автор

Learning c sharp after python and i have to say your video is so damn accurate i couldn't stop laughing 😂😂
I struggled a lot setuping the project for the first time in c sharp

akiyama
Автор

I actually like python for this reason. I like taking my time to get it right the 1st time.

anthonywalker
Автор

Just type cw press tab and type hello world, see the output in C#. Much more concise. 😜

isaacrabin
Автор

I learned python before c# and wish c# was as easy as python

ar_lego
Автор

Well, maybe in your world a Hello World is all you want to try. But in the real world, the enterprise applications are made using Java and C#. Because sn enterprise application must be structured very well, which C# can do perfectly.

pedramkavian
Автор

C++ [or C if you prefer] in combination with assembly 🔛🔝

QuickTechNow