Other
ITVDN Python Essential 2016
Torrent info
Name:ITVDN Python Essential 2016
Infohash: 9C4F96280AFB55A970707EFA91FF5274E48A5DA3
Total Size: 1.85 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2023-06-30 21:41:38 (Update Now)
Torrent added: 2019-07-14 13:00:43
Alternatives:ITVDN Python Essential 2016 Torrents
Torrent Files List
Дополнительные материалы (Size: 1.85 GB) (Files: 261)
Дополнительные материалы
003_ИÑключениÑ
Examples
00-runtime_error.py
01-raise.py
02-raise.py
17-try-finally.py
07-default_except_clause.py
12-raise_another_exception_in_except.py
08-unhandled_exception.py
03-try_except.py
14-raise_from_None.py
13-raise_from.py
09-unhandled_exception_in_inner_try.py
05-incorrect_except_order.py
04-try_except.py
10-exception_in_destructor.py
11-raise_in_except.py
16-finally.py
15-else.py
06-multiple_exceptions_in_single_clause.py
18-warnings.py
19-lbyl.py
20-eafp.py
003_ИÑключениÑ.xps
003_ИÑÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ (Presentation).xps
008_Ввод и вывод
Examples
data
example07.txt
example05.txt
file.txt
06-open_for_appending.py
07-rewrite_file.py
04-read_module_source.py
10-json_example.py
03-with_statement.py
02-write_file.py
Examples.sln
00-read_file.py
08-string_io.py
05-open_for_rw.py
01-filename_construction.py
09-binary_file.py
11-pickle_example.py
Examples.pyproj
008_Ввод и вывод.xps
008_Ввод и вывод (Presentation).xps
007_Модули
Examples
04_Packages
application
views
info.txt
controllers
__init__.py
__pycache__
__init__.cpython-34.pyc
home_controller.cpython-34.pyc
home.cpython-34.pyc
home.py
models
__init__.py
article.py
__pycache__
__init__.cpython-34.pyc
article.cpython-34.pyc
__pycache__
__init__.cpython-34.pyc
tests.cpython-34.pyc
tests.py
__init__.py
framework
__init__.py
models.py
__pycache__
__init__.cpython-34.pyc
models.cpython-34.pyc
run.py
04_Packages.pyproj
02_ImportFromModule
example1.py
example4.py
example3.py
example2.py
example5.py
fibonacci.py
__pycache__
fibonacci.cpython-34.pyc
02_ImportFromModule.pyproj
01_ImportingModule
example2.py
example1.py
fibonacci.py
__pycache__
fibonacci.cpython-34.pyc
01_ImportingModule.pyproj
00_Module
fibonacci.py
__pycache__
fibonacci.cpython-34.pyc
00_Module.pyproj
07_StdlibFractions
example.py
07_StdlibFractions.pyproj
03_ModuleSearchPath
main.py
03_ModuleSearchPath.pyproj
08_StdlibCopy
example.py
08_StdlibCopy.pyproj
06_StdlibDecimal
example.py
06_StdlibDecimal.pyproj
05_StdlibRandom
example.py
05_StdlibRandom.pyproj
09_StdlibDatetime
09_StdlibDatetime.pyproj
example.py
Examples.sln
007_Модули.xps
007_Модули (Presentation).xps
Home Work
Lesson 8
Task3
database
links_db.bak
links_db.dir
links_db.dat
templates
add_link.html
cli_main.py
web_server.py
links_db.py
Task3.pyproj
__pycache__
links_db.cpython-34.pyc
Task2
config.py
__pycache__
config.cpython-34.pyc
reader.py
writer.py
Task2.pyproj
data.bin
Task1
config.py
__pycache__
config.cpython-34.pyc
reader.py
writer.py
Task1.pyproj
data.txt
Lesson 8.sln
Lesson 9
task2.py
task3.py
Lesson 9.sln
Lesson 9.pyproj
Lesson 5
task1.py
task3.py
Lesson 2
task3.py
task1.py
task2.py
Lesson 6
task1.py
Lesson 6.sln
templates
task2_for_advaced_learners.html
task2.py
Lesson 6.pyproj
task2_for_advanced_learners.py
Lesson 4
task2.py
task1.py
task3.py
Lesson 1
task3.py
task1.py
task2.py
Lesson 7
Lesson 7.sln
Task1
templates
add_link.html
cli_main.py
web_server.py
links_db.py
Task1.pyproj
__pycache__
links_db.cpython-34.pyc
Lesson 3
task2.py
task3.py
__pycache__
task3.cpython-34.pyc
009_Ðлементы функционального программированиÑ
Examples
06-map.py
13-chain.py
12-product.py
02-closures.py
07-filter.py
01-lambda_expressions.py
10-partial.py
08-reduce.py
11-combinatorics.py
14-takewhile_dropwhile.py
00-functions_as_first_class_objects.py
09-lru_cache.py
15-operator.py
04-currying.py
Examples.sln
05-decorator.py
03-advanced_closure_example.py
Examples.pyproj
009_Ðлементы функционального программированиÑ.xps
009_Ðлементы функционального Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ (Presentation).xps
005_ПоÑледовательноÑти
Examples
04-concatenation.py
07-min_max_sum.py
12-mutable_sequences_methods.py
10-assignment_and_deleting.py
09_count.py
14-sort.py
08-index.py
20-comparing_sequences.py
05-n_times_concatenation.py
16-tuples.py
06-indexing_and_slicing.py
03-__contains__.py
17-tuple_unpacking.py
18-zip_enumerate.py
13-list_comprehension.py
11-mutable_sequences_methods.py
00-sequences.py
02-range.py
01-sequences.py
19-unpacking_argument_list.py
15-list_shallow_copy_bug.py
005_ПоÑледовательноÑти.xps
005_ПоÑледовательноÑти (Presentation).xps
001_Введение в ООП
Examples
00-simple-class.py
06-methods-outside-a-class.py
05-__init__.py
03-data-attributes.py
01-classes-as-objects.py
11-singleton.py
04-methods.py
12-password-protected-field.py
09-private-members.py
02-class-attributes.py
07-static-methods.py
08-class-methods.py
10-magic-methods.py
001_Введение в ООП.xps
001_Введение в ООП (Presentation).xps
004_Итераторы и генераторы
Examples
01-iterables.py
02-iterables.py
00_iterables.py
10-delegating-to-subgenerator.py
09-generator-expressions.py
08-fibonacci-sequence.py
03-iterable_with_getitem.py
04-list_iterator.py
11-producer-consumer-coroutines.py
07-range-generator.py
06-iterable_with_an_iterator.py
05-iterator.py
004_Итераторы и генераторы.xps
004_Итераторы и генераторы (Presentation).xps
002_ÐаÑледование и полиморфизм
Examples
10-polymorphism.py
02-mro.py
00-inheritance.py
01-multiple-inheritance.py
09-issubclass.py
08-isinstance.py
06-super-with-multiple-inheritance.py
11-polymorphism.py
03-mro.py
12-duck-typing.py
07-complex-hierarchy-mro.py
04-explicit-superclass-attributes.py
05-super.py
002_ÐаÑледование и полиморфизм.xps
002_ÐаÑледование и полиморфизм (Presentation).xps
006_МножеÑтва и отображениÑ
Examples
06-set_equality.py
01-set_comprehensions.py
00-sets_creation.py
05-mutable_set_operations.py
02-set_constructor.py
Examples.sln
04-difference_between_methods_and_operations.py
08-arbitrary_number_of_keyword_args.py
07-dict_creation.py
03-generic_set_operations.py
11-counter.py
10-dict_views.py
Examples.pyproj
09-dict_operations.py
Examples.v12.suo
006_МножеÑтва и отображениÑ.xps
006_МножеÑтва и Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ (Presentation).xps
ОпиÑание курÑа.xps
ITVDN Python Essential 2016.torrent
Урок 9. Ðлементы функционального Ð¿Ñ€Ð¾Ð³Ñ€Ð°Ð¼Ð¼Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² Python.mp4
Урок 5. ПоÑледовательноÑти в Python.mp4
Урок 3. ИÑÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð² Python.mp4
Урок 8. Ввод и вывод в Python.mp4
Урок 1. Введение в ООП Python.mp4
Урок 7. Модули в Python.mp4
Урок 6. МножеÑтва и Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð² Python.mp4
Урок 4. Итераторы и генераторы в Python.mp4
Урок 2. ÐаÑледование, полиморфизм в Python.mp4
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch ITVDN Python Essential 2016 Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size










