Топ-100
Сейчас ищут:

Скачать Python Starter [ITVDN] (2016)

Размер
894 МБ
Качество
Очень хорошее
Длительность
8 часов 9 минут (08:09:42)
Копирайт
Нет
Полнота
Весь
Содержимое

ИмяРазмер
Каталоги: 34, Файлов:: 175, Размер: 3 271.95 MB
\Python Starter - 2016\ (7)3 271.95 MB
Lesson 1 - Введение в Python.mkv527.90 MB
Lesson 2 - Переменные и типы данных.mkv657.89 MB
Lesson 3 - Условные конструкции.mkv409.58 MB
Lesson 4 - Циклические конструкции.mkv442.78 MB
Lesson 5 - Функции 1.mkv451.32 MB
Lesson 6 - Функции 2.mkv510.87 MB
Lesson 7 - Списки.mkv261.30 MB
\Python Starter - 2016\Доп. материалы\ (1)10.30 MB
Описание курса Python Starter.xps0.31 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\ (2)1.86 MB
001_Introduction to Python.xps0.48 MB
001_Introduction to Python (Presentation).xps1.30 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\ (6)0.09 MB
00-hello.py0.00 MB
01-hello.py0.00 MB
02-print.py0.00 MB
03-print_with_name.py0.00 MB
04-input.py0.00 MB
05-calculator.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\.idea\ (7)0.06 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.05 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\06-web-app\ (1)0.03 MB
web-app.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\06-web-app\.idea\ (7)0.02 MB
.name0.00 MB
encodings.xml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
web-app.iml0.00 MB
workspace.xml0.02 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\06-web-app\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 1. Introduction to Python\001_Examples\06-web-app\templates\ (1)0.00 MB
hello_form.html0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 2. Variables and Data Types\ (2)1.44 MB
002_ Variables and Data Types (Presentation).xps0.88 MB
002_Variables and Data Types.xps0.53 MB
\Python Starter - 2016\Доп. материалы\Lesson 2. Variables and Data Types\002_Examples\ (13)0.03 MB
00-int-example.py0.00 MB
01-bool-example.py0.00 MB
02-float-example.py0.00 MB
03-complex-example.py0.00 MB
05-dynamic-typing.py0.00 MB
06-arithmetic-operations.py0.00 MB
07-arithmetic-operations.py0.00 MB
08-logical-operations.py0.00 MB
09-comparisons.py0.00 MB
10-str-example.py0.00 MB
11-string-operations.py0.00 MB
12-print.py0.00 MB
13-input.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 2. Variables and Data Types\002_Examples\.idea\ (7)0.02 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.02 MB
\Python Starter - 2016\Доп. материалы\Lesson 2. Variables and Data Types\002_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 3. Conditional Statements\ (2)1.65 MB
003_ Conditional Statements (Presentation).xps1.01 MB
003_Conditional Statements.xps0.58 MB
\Python Starter - 2016\Доп. материалы\Lesson 3. Conditional Statements\003_Examples\ (10)0.05 MB
00-simple-if.py0.00 MB
01-pass.py0.00 MB
02-single-line-if.py0.00 MB
03-if-else.py0.00 MB
04-nested-if-else.py0.00 MB
05-nested-if-else-with-elif.py0.00 MB
06-elif-switch.py0.00 MB
07-no-conditional-expression.py0.00 MB
08-conditional-expression.py0.00 MB
09-truth-value-testing.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 3. Conditional Statements\003_Examples\.idea\ (7)0.05 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.05 MB
\Python Starter - 2016\Доп. материалы\Lesson 3. Conditional Statements\003_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 4. Loop Statements\ (2)1.31 MB
004_Loop Statements.xps0.42 MB
004_Loop Statements (Presentation).xps0.84 MB
\Python Starter - 2016\Доп. материалы\Lesson 4. Loop Statements\004_Examples\ (14)0.05 MB
00-while.py0.00 MB
01-while.py0.00 MB
02-while-true.py0.00 MB
03-break.py0.00 MB
04-break.py0.00 MB
05-continue.py0.00 MB
06-while-else.py0.00 MB
07-while-else-break.py0.00 MB
08-for.py0.00 MB
09-for.py0.00 MB
10-for.py0.00 MB
11-for-else.py0.00 MB
12-for-continue.py0.00 MB
13-nested-loops.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 4. Loop Statements\004_Examples\.idea\ (7)0.05 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.04 MB
\Python Starter - 2016\Доп. материалы\Lesson 4. Loop Statements\004_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 5. Functions\ (2)1.22 MB
005_Functions 1.xps0.31 MB
005_Functions 1 (Presentation).xps0.86 MB
\Python Starter - 2016\Доп. материалы\Lesson 5. Functions\005_Examples\ (12)0.05 MB
00-simple-procedure.py0.00 MB
01-procedure-with-parameter.py0.00 MB
02-using-builtin-functions.py0.00 MB
03-multiple-functions.py0.00 MB
04-main-function.py0.00 MB
05-simple-function.py0.00 MB
06-procedures-as-functions.py0.00 MB
07-multiple-return-statements.py0.00 MB
08-return-in-procedures.py0.00 MB
09-functions-in-expressions.py0.00 MB
10-keyword-arguments.py0.00 MB
11-optional-arguments.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 5. Functions\005_Examples\.idea\ (7)0.04 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.04 MB
\Python Starter - 2016\Доп. материалы\Lesson 5. Functions\005_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 6. Functions\ (2)1.25 MB
006_Functions 2.xps0.30 MB
006_Functions 2 (Presentation).xps0.89 MB
\Python Starter - 2016\Доп. материалы\Lesson 6. Functions\006_Examples\ (14)0.06 MB
00-docstrings.py0.00 MB
01-radix-change.py0.00 MB
02-reversed.py0.00 MB
03-min-max.py0.00 MB
04-nested-functions.py0.00 MB
05-scoping.py0.00 MB
06-scoping.py0.00 MB
07-scoping.py0.00 MB
08-scoping.py0.00 MB
09-scoping.py0.00 MB
10-scoping.py0.00 MB
11-factorial.py0.00 MB
11-fibonacci.py0.00 MB
12-hanoi-towers.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 6. Functions\006_Examples\.idea\ (7)0.05 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.05 MB
\Python Starter - 2016\Доп. материалы\Lesson 6. Functions\006_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 7. Lists\ (2)1.26 MB
007_Lists.xps0.30 MB
007_Lists (Presentation).xps0.89 MB
\Python Starter - 2016\Доп. материалы\Lesson 7. Lists\007_Examples\ (18)0.07 MB
00-list-definition.py0.00 MB
01-list-indexing.py0.00 MB
02-negative-indices.py0.00 MB
03-slicing.py0.00 MB
04-slicing.py0.00 MB
05-slicing.py0.00 MB
06-in.py0.00 MB
07-len.py0.00 MB
08-string-indexing.py0.00 MB
09-string-slicing.py0.00 MB
10-in-str.py0.00 MB
11-length-of-a-string.py0.00 MB
12-append.py0.00 MB
13-del.py0.00 MB
14-list-mutation.py0.00 MB
15-list-traversal.py0.00 MB
16-list-constructor.py0.00 MB
17-fibonacci.py0.00 MB
\Python Starter - 2016\Доп. материалы\Lesson 7. Lists\007_Examples\.idea\ (7)0.06 MB
.name0.00 MB
encodings.xml0.00 MB
Examples.iml0.00 MB
misc.xml0.00 MB
modules.xml0.00 MB
vcs.xml0.00 MB
workspace.xml0.06 MB
\Python Starter - 2016\Доп. материалы\Lesson 7. Lists\007_Examples\.idea\scopes\ (1)0.00 MB
scope_settings.xml0.00 MB

Admin

Администратор
Команда форума
Регистрация
30 Дек 2017
Сообщения
149,052
Симпатии
4,179
Название
Python Starter
Автор
1237

Видеокурс Python Starter подходит тем, кто только начинает разбираться в программировании. Из семи логически взаимосвязанных видеоуроков, Вы выучите азы алгоритмизации и программирования на языке Python. В видеокурсе будет рассказываться об история языка Python, его плюсы и минусы, ключевые области использования, установка и работа с программной средой разработки. Вы изучите переменные и основные типы данных, операции, выполняемые с ними, научитесь форматировать текстовую информацию, а после выводить информацию на экран. В курсе будут рассмотрены основные виды алгоритмов: линейные, условные и циклические, а также конструкции, которые можно реализовать на Python. Вы узнаете о представлениях функции и рекурсии. Рассмотрите также как списки и операции над ними в Python. Вся теоретическая информация будет подкреплена практическими примерами.

  1. Введение в Python.mkv
  2. Переменные и типы данных.mkv
  3. Условные конструкции.mkv
  4. Циклические конструкции.mkv
  5. Функции 1.mkv
  6. Функции 2.mkv
  7. Списки.mkv

1226

1232 1233 1234 1235 1236


Скачать:

Для просмотра содержимого вам необходимо авторизоваться или зарегистрироваться.



Продолжение курса: Python Essential [ITVDN] (2016)

Если у Вас нет Премиум статуса:

Преимущества VIP-подписки

Оформить VIP-Подписку

 
Последнее редактирование:

maks2020

visibility
Регистрация
26 Окт 2020
Сообщения
1
Симпатии
0
ссылка не рабочая исправьте ;)
 

Похожие курсы:

Сверху