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

python for beginners - Command Line versus Text Editor

📁 Лайфстайл 👁️ 17 📅 02.12.2023

1. Command Line versus Text Editor
a. This section is going to get more into what I mentioned earlier: do you use the command line like IDLE and type commands live or do you type up your commands into a text editor and then run a file? The main reason you use the command line is to execute a few commands at a time. It is also a great tool for beginners when you don’t have to write too many lines in a row. The problem here is that the larger the program, the more lines you have to write. You do not want to re-write all of them again every time you want to run the line or change anything. With a text editor, you can write all of the lines and save them in a file. This is very useful for editing a lot of lines of code. The command line is not scalable. This means that the more lines you had to more exponentially hard it gets to maintain the code. Text editors, such as Sublime or Notepad++, also have a cool feature that highlights keywords and other important things. This makes it very easy to read and edit code. There are also other useful things such as indenting and formatting. In order to use a text editor, you will need to download and use a terminal (basic terminal in Linux or something like Cygwin for Windows and Mac). To run a program, you must save the file as .py and then in the terminal write “python filename.py”. This will run the file, but you need to make sure that you are in the same directory as the file.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «python for beginners - Command Line versus Text Editor», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

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

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

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