Python on Practice-Labs My Review
in this video I performed following tasks
Task 1 - Write a program in script mode and execute it
Task 2 - Write a program in interactive mode and execute it
In a programming language, data type is an entity that determines the type of data used in the programs. Primitive or the most basic data types are frequently used in programs. Similar to other programming languages, primitive data types are used in Python also. These are string, integer, float, and boolean. You need not explicitly mention the data types in Python programs. Data types are dynamically derived when you assign values to it. You will learn more about the dynamic derivation feature of Python data types in this module’s tasks.
Python is an interactive, object-oriented, high-level, and user-friendly programming language. The Integrated Development Environment (IDE) of Python is called IDLE. There are two modes in IDLE - interactive and script. The Python Shell window is the interactive mode and the Editor window is the script mode.
In the interactive mode, you get immediate output for every code typed at the prompt. However, you cannot save the typed code in a program file.
In the script mode, you can write a block of code, save it as a .py file, and execute it. The output of the .py file is displayed at the Shell prompt. You can reuse the stored .py file and make necessary changes whenever required.
In this exercise, you will learn to write Python programs in both script and interactive mode, and execute it respectively. In the programs, you will declare variables of primitive data types, assign values to it, and print the values.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Python on Practice-Labs My Review», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.