Python Programming: Lesson 1 - Printing Statements and Comments
PLEASE SUBSCRIBE!!!
In the previous lesson (https://youtu.be/Y2DahH65XW0), we downloaded the PyCharm IDE and briefly listed the topics that I will be investigating in this set of YouTube videos. Here, we learn how to write our first computer program in Python!
Use print( "Hello World!" ) to print Hello World! to the console. You can print a string (word, sentence, letter, number, etc.) if you use single or double quotes around the entire thing you want to print. A new line will be printed after the string. This makes it work like System.out.println( "Hello World!" ) in Java.
Comments in Python are denoted with # then a space after the hashtag. The space is a Python enhancement proposal (PEP), a suggestion or piece of etiquette that can be either accepted or ignored. Violations of PEP do NOT stop the code from running - they are just suggestions.
We also talk about arithmetic expressions in Python. It can perform arithmetic with +, subtraction with -, mutiplication with *, division with / (actual division rather than floor/integer division like in Java), exponentiation with **, floor (integer) division with //, and remainder with %. This will be discussed at greater length in the next video https://youtu.be/vyfi1Fmen4g
2:33 NEW: Configuring PyCharm
7:27 NEW: Printing Statements
11:43 NEW: Comments in Python
14:57 PEEK: Arithmetic Expressions
The corresponding lesson in Java is here: https://youtu.be/KUBoP8mnXkM
The corresponding lesson in C# is here: https://youtu.be/64ThGxYGr04
Ready for the next step? Check out arithmetic expressions in Python, lesson 2: https://youtu.be/vyfi1Fmen4g
Thanks for watching, and PLEASE SUBSCRIBE!!!
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Python Programming: Lesson 1 - Printing Statements and Comments», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.