From the course: Transition from C# to Python

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

A tale of two Hello Worlds

A tale of two Hello Worlds

From the course: Transition from C# to Python

Start my 1-month free trial

A tale of two Hello Worlds

- [Instructor] It's pretty common in programming tutorials to start off with a hello world example to demonstrate the basics of a particular language or framework. In this case, we're going to have two different hello world programs, so we can examine the differences between each one and then we'll spend the rest of the chapter learning about the core basics of Python. So let's start by taking a look at the C-sharp version. And what I'm going to do is you can see here on my desktop, I've put the exercise files within reach. It doesn't really matter where you put them on your computer, just to have them in a place where it's easy to get to them. And what I'm going to do is to simply drag and drop the exercise files onto my visual studio code. And again, you don't need to use visual studio code. If you want to use another editor, that's totally fine. It doesn't really matter. So let's go ahead and maximize this. All right…

Contents