RUVIDEO
Поделитесь видео 🙏

Hello World program in Python 3 (how-to)

In this video, I will show you how to code a Hello World program using the Python programming language. I will be using Python 3 in Windows 10 using Notepad++ as my text editor. This code will work the same on a Mac or in Unix and you're free to use whichever text editor you're most comfortable with.

To write a "Hello, World!" script in Python, you can use the print() function. Here is an example of a simple script that will print "Hello, World!" when run:
print("Hello, World!")

To run this script, you can save it in a file with a .py extension (e.g. hello_world.py) and then run it from the command line by typing "python hello_world.py" (without the quotes). This will execute the script and display the output "Hello, World!" on the screen.

Alternatively, you can use the interactive Python interpreter to write and run the script. Open your terminal and type "python" (without the quotes) to start the interpreter. Then you can type the script print("Hello, World!") and hit enter to run the script, it will display "Hello, World!"

It's that simple!

I will be going over some Python 3 syntax and how it has changed from Python 2. If you find this video helpful, I invite you to subscribe and join me on my journey of learning Python (I've come over from Java, Ruby, and R.)

Thank you for being a part of my channel and if you have any questions, let me know in the comments below! Thank you for watching!

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Hello World program in Python 3 (how-to)», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.