Theme
light
black
autumn
business
lemonade
halloween
18+
TV
Movies
Movies libraries
Dub/Dual Audio
Anime
Anime libraries
Dub/Dual Audio
Subbed
Raw
Games
PC
Mac
Linux
Android
Softwares
Windows
Mac
Android
Music
MP3
Lossless
Album
Video
Other
Audio
Video
Image
Document
Program
Android
DiskImage
Source Code
Database
Archive
Theme
light
black
autumn
business
lemonade
halloween
Advertise here
Torrents Search Engine
Search Any Type Of Torrents
Search
Torrent Details
Python Essential - 2016
Category:
Other
Size:
1.85 GB
Seeders:
4
Leechers:
1
Downloads:
6
Uploaded:
Oct 20, 2018
Torrent
Magnet
Files
Trackers
Info
Python Essential - 2016
Доп. материалы
001_Введение в ООП
Examples
00-simple-class.py
- 0 B
01-classes-as-objects.py
- 0 B
02-class-attributes.py
- 0 B
03-data-attributes.py
- 0 B
04-methods.py
- 0 B
05-__init__.py
- 0 B
06-methods-outside-a-class.py
- 0 B
07-static-methods.py
- 0 B
08-class-methods.py
- 0 B
09-private-members.py
- 0 B
10-magic-methods.py
- 0 B
11-singleton.py
- 0 B
12-password-protected-field.py
- 0 B
001_Введение в ООП (Presentation).xps
- 0 B
001_Введение в ООП.xps
- 0 B
002_Наследование и полиморфизм
Examples
00-inheritance.py
- 0 B
01-multiple-inheritance.py
- 0 B
02-mro.py
- 0 B
03-mro.py
- 0 B
04-explicit-superclass-attributes.py
- 0 B
05-super.py
- 0 B
06-super-with-multiple-inheritance.py
- 0 B
07-complex-hierarchy-mro.py
- 0 B
08-isinstance.py
- 0 B
09-issubclass.py
- 0 B
10-polymorphism.py
- 0 B
11-polymorphism.py
- 0 B
12-duck-typing.py
- 0 B
002_Наследование и полиморфизм (Presentation).xps
- 0 B
002_Наследование и полиморфизм.xps
- 0 B
003_Исключения
Examples
00-runtime_error.py
- 0 B
01-raise.py
- 0 B
02-raise.py
- 0 B
03-try_except.py
- 0 B
04-try_except.py
- 0 B
05-incorrect_except_order.py
- 0 B
06-multiple_exceptions_in_single_clause.py
- 0 B
07-default_except_clause.py
- 0 B
08-unhandled_exception.py
- 0 B
09-unhandled_exception_in_inner_try.py
- 0 B
10-exception_in_destructor.py
- 0 B
11-raise_in_except.py
- 0 B
12-raise_another_exception_in_except.py
- 0 B
13-raise_from.py
- 0 B
14-raise_from_None.py
- 0 B
15-else.py
- 0 B
16-finally.py
- 0 B
17-try-finally.py
- 0 B
18-warnings.py
- 0 B
19-lbyl.py
- 0 B
20-eafp.py
- 0 B
003_Исключения (Presentation).xps
- 0 B
003_Исключения.xps
- 0 B
004_Итераторы и генераторы
Examples
00_iterables.py
- 0 B
01-iterables.py
- 0 B
02-iterables.py
- 0 B
03-iterable_with_getitem.py
- 0 B
04-list_iterator.py
- 0 B
05-iterator.py
- 0 B
06-iterable_with_an_iterator.py
- 0 B
07-range-generator.py
- 0 B
08-fibonacci-sequence.py
- 0 B
09-generator-expressions.py
- 0 B
10-delegating-to-subgenerator.py
- 0 B
11-producer-consumer-coroutines.py
- 0 B
004_Итераторы и генераторы (Presentation).xps
- 0 B
004_Итераторы и генераторы.xps
- 0 B
005_Последовательности
Examples
00-sequences.py
- 0 B
01-sequences.py
- 0 B
02-range.py
- 0 B
03-__contains__.py
- 0 B
04-concatenation.py
- 0 B
05-n_times_concatenation.py
- 0 B
06-indexing_and_slicing.py
- 0 B
07-min_max_sum.py
- 0 B
08-index.py
- 0 B
09_count.py
- 0 B
10-assignment_and_deleting.py
- 0 B
11-mutable_sequences_methods.py
- 0 B
12-mutable_sequences_methods.py
- 0 B
13-list_comprehension.py
- 0 B
14-sort.py
- 0 B
15-list_shallow_copy_bug.py
- 0 B
16-tuples.py
- 0 B
17-tuple_unpacking.py
- 0 B
18-zip_enumerate.py
- 0 B
19-unpacking_argument_list.py
- 0 B
20-comparing_sequences.py
- 0 B
005_Последовательности (Presentation).xps
- 0 B
005_Последовательности.xps
- 0 B
006_Множества и отображения
Examples
00-sets_creation.py
- 0 B
01-set_comprehensions.py
- 0 B
02-set_constructor.py
- 0 B
03-generic_set_operations.py
- 0 B
04-difference_between_methods_and_operations.py
- 0 B
05-mutable_set_operations.py
- 0 B
06-set_equality.py
- 0 B
07-dict_creation.py
- 0 B
08-arbitrary_number_of_keyword_args.py
- 0 B
09-dict_operations.py
- 0 B
10-dict_views.py
- 0 B
11-counter.py
- 0 B
Examples.pyproj
- 0 B
Examples.sln
- 0 B
Examples.v12.suo
- 0 B
006_Множества и отображения (Presentation).xps
- 0 B
006_Множества и отображения.xps
- 0 B
007_Модули
Examples
00_Module
__pycache__
fibonacci.cpython-34.pyc
- 0 B
00_Module.pyproj
- 0 B
fibonacci.py
- 0 B
01_ImportingModule
__pycache__
fibonacci.cpython-34.pyc
- 0 B
01_ImportingModule.pyproj
- 0 B
example1.py
- 0 B
example2.py
- 0 B
fibonacci.py
- 0 B
02_ImportFromModule
__pycache__
fibonacci.cpython-34.pyc
- 0 B
02_ImportFromModule.pyproj
- 0 B
example1.py
- 0 B
example2.py
- 0 B
example3.py
- 0 B
example4.py
- 0 B
example5.py
- 0 B
fibonacci.py
- 0 B
03_ModuleSearchPath
03_ModuleSearchPath.pyproj
- 0 B
main.py
- 0 B
04_Packages
application
controllers
__pycache__
__init__.cpython-34.pyc
- 0 B
home.cpython-34.pyc
- 0 B
home_controller.cpython-34.pyc
- 0 B
__init__.py
- 0 B
home.py
- 0 B
models
__pycache__
__init__.cpython-34.pyc
- 0 B
article.cpython-34.pyc
- 0 B
__init__.py
- 0 B
article.py
- 0 B
views
info.txt
- 0 B
__pycache__
__init__.cpython-34.pyc
- 0 B
tests.cpython-34.pyc
- 0 B
__init__.py
- 0 B
tests.py
- 0 B
framework
__pycache__
__init__.cpython-34.pyc
- 0 B
models.cpython-34.pyc
- 0 B
__init__.py
- 0 B
models.py
- 0 B
04_Packages.pyproj
- 0 B
run.py
- 0 B
05_StdlibRandom
05_StdlibRandom.pyproj
- 0 B
example.py
- 0 B
06_StdlibDecimal
06_StdlibDecimal.pyproj
- 0 B
example.py
- 0 B
07_StdlibFractions
07_StdlibFractions.pyproj
- 0 B
example.py
- 0 B
08_StdlibCopy
08_StdlibCopy.pyproj
- 0 B
example.py
- 0 B
09_StdlibDatetime
09_StdlibDatetime.pyproj
- 0 B
example.py
- 0 B
Examples.sln
- 0 B
007_Модули (Presentation).xps
- 0 B
007_Модули.xps
- 0 B
008_Ввод и вывод
Examples
data
example05.txt
- 0 B
example07.txt
- 0 B
file.txt
- 0 B
00-read_file.py
- 0 B
01-filename_construction.py
- 0 B
02-write_file.py
- 0 B
03-with_statement.py
- 0 B
04-read_module_source.py
- 0 B
05-open_for_rw.py
- 0 B
06-open_for_appending.py
- 0 B
07-rewrite_file.py
- 0 B
08-string_io.py
- 0 B
09-binary_file.py
- 0 B
10-json_example.py
- 0 B
11-pickle_example.py
- 0 B
Examples.pyproj
- 0 B
Examples.sln
- 0 B
008_Ввод и вывод (Presentation).xps
- 0 B
008_Ввод и вывод.xps
- 0 B
009_Элементы функционального программирования
Examples
00-functions_as_first_class_objects.py
- 0 B
01-lambda_expressions.py
- 0 B
02-closures.py
- 0 B
03-advanced_closure_example.py
- 0 B
04-currying.py
- 0 B
05-decorator.py
- 0 B
06-map.py
- 0 B
07-filter.py
- 0 B
08-reduce.py
- 0 B
09-lru_cache.py
- 0 B
10-partial.py
- 0 B
11-combinatorics.py
- 0 B
12-product.py
- 0 B
13-chain.py
- 0 B
14-takewhile_dropwhile.py
- 0 B
15-operator.py
- 0 B
Examples.pyproj
- 0 B
Examples.sln
- 0 B
009_Элементы функционального программирования (Presentation).xps
- 0 B
009_Элементы функционального программирования.xps
- 0 B
Home Work
Lesson 1
task1.py
- 0 B
task2.py
- 0 B
task3.py
- 0 B
Lesson 2
task1.py
- 0 B
task2.py
- 0 B
task3.py
- 0 B
Lesson 3
__pycache__
task3.cpython-34.pyc
- 0 B
task2.py
- 0 B
task3.py
- 0 B
Lesson 4
task1.py
- 0 B
task2.py
- 0 B
task3.py
- 0 B
Lesson 5
task1.py
- 0 B
task3.py
- 0 B
Lesson 6
templates
task2_for_advaced_learners.html
- 0 B
Lesson 6.pyproj
- 0 B
Lesson 6.sln
- 0 B
task1.py
- 0 B
task2.py
- 0 B
task2_for_advanced_learners.py
- 0 B
Lesson 7
Task1
templates
add_link.html
- 0 B
__pycache__
links_db.cpython-34.pyc
- 0 B
cli_main.py
- 0 B
links_db.py
- 0 B
Task1.pyproj
- 0 B
web_server.py
- 0 B
Lesson 7.sln
- 0 B
Lesson 8
Task1
__pycache__
config.cpython-34.pyc
- 0 B
config.py
- 0 B
data.txt
- 0 B
reader.py
- 0 B
Task1.pyproj
- 0 B
writer.py
- 0 B
Task2
__pycache__
config.cpython-34.pyc
- 0 B
config.py
- 0 B
data.bin
- 0 B
reader.py
- 0 B
Task2.pyproj
- 0 B
writer.py
- 0 B
Task3
database
links_db.bak
- 0 B
links_db.dat
- 0 B
links_db.dir
- 0 B
templates
add_link.html
- 0 B
__pycache__
links_db.cpython-34.pyc
- 0 B
cli_main.py
- 0 B
links_db.py
- 0 B
Task3.pyproj
- 0 B
web_server.py
- 0 B
Lesson 8.sln
- 0 B
Lesson 9
Lesson 9.pyproj
- 0 B
Lesson 9.sln
- 0 B
task2.py
- 0 B
task3.py
- 0 B
Описание курса.xps
- 0 B
README.txt
- 0 B
Урок 1. Введение в ООП Python.mp4
- 0 B
Урок 2. Наследование, полиморфизм в Python.mp4
- 0 B
Урок 3. Исключения в Python.mp4
- 0 B
Урок 4. Итераторы и генераторы в Python.mp4
- 0 B
Урок 5. Последовательности в Python.mp4
- 0 B
Урок 6. Множества и отображения в Python.mp4
- 0 B
Урок 7. Модули в Python.mp4
- 0 B
Урок 8. Ввод и вывод в Python.mp4
- 0 B
Урок 9. Элементы функционального программирования в Python.mp4
- 0 B
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
1
0
0
udp://ipv4.tracker.harry.lu:80/announce
0
0
0
udp://tracker.moeking.me:6969/announce
0
0
0
udp://tracker.torrent.eu.org:451/announce
0
0
0
udp://open.stealth.si:80/announce
0
0
0
udp://tracker.openbittorrent.com:80/announce
4
1
6
udp://tracker4.itzmx.com:2710/announce
0
0
0
udp://retracker.lanta-net.ru:2710/announce
0
0
0
udp://exodus.desync.com:6969/announce
1
0
0
udp://explodie.org:6969/announce
1
0
0
udp://tracker.internetwarriors.net:1337/announce
0
0
0
InfoHash:
10927276C13F9CDA1AAAE408A610FED8B16EDD00
Last updated:
Jan 24, 2022
File count:
261 B
File Category:
1
Tags:
python, essential
Related Torrents
Everyday Stress Relief - Essential Techniques to Boost Emotional Resiliency and Improve Your Health
Other
Jan 14, 2024
895.65 KB
118
122
4.35 k
Torrent
Magnet
EXCEL 2022 - From Beginner to Expert - The Ultimate Guide to Master the Essential Functions and Formulas
Other
Jul 4, 2024
18.31 MB
83
107
1.92 k
Torrent
Magnet
Essential Guide to WordPress for All Levels (2024 Collection - Forging Ahead in Tech and Programming)
Other
Jul 4, 2024
7.65 MB
68
80
1.65 k
Torrent
Magnet
SQL and NoSQL Interview Questions - Your essential guide to acing SQL and NoSQL job interviews
Ebook/Course
Feb 8, 2024
2.05 MB
72
72
4.56 k
Torrent
Magnet
Essential Links for Wire Jewelry, 3rd Edition - The Ultimate Reference Guide to Creating More Than 300
Other
Jun 26, 2024
19.52 MB
57
73
1.09 k
Torrent
Magnet
Essential Oils and Aromatics - A Step-by-Step Guide for Use in Massage and Aromatherapy
Other
Jul 5, 2024
287.79 KB
38
52
554
Torrent
Magnet
revit-2023-essential-training-for-architecture-imperial-and-metric.-7z
Other
Jun 16, 2023
4.52 GB
3
3
18
Torrent
Magnet
Python Essential - 2016
Other
Oct 20, 2018
1.85 GB
4
1
6
Torrent
Magnet
Chris_Tomlin_-_How_Great_Is_Our_God_The_Essential_Collection_2011_FLAC
Other
Dec 24, 2018
504.55 MB
1
0
0
Torrent
Magnet
LYNDA_BRIDGE_CC_2015_ESSENTIAL_TRAINING_TUTORIAL-kEISO
Other
Jan 5, 2019
252.4 MB
0
0
0
Torrent
Magnet
Python Essential
Other
Oct 20, 2018
1.85 GB
0
0
0
Torrent
Magnet
XXX Dirty & Kinky Sex Games For 2-4 Players ( The Essential Guide To Spicing Up Your Sex Life) XXX
Other
Jan 3, 2019
5.02 MB
0
0
0
Torrent
Magnet
The Oxford Essential Guide to Writing
Other
Jan 3, 2019
1.99 MB
0
0
0
Torrent
Magnet
LYNDA_AUDITION_CC_ESSENTIAL_TRAINING_TUTORIAL-kEISO
Other
Jan 3, 2019
1.56 GB
0
0
0
Torrent
Magnet
LYNDA_PHOTOSHOP_CC_ESSENTIAL_TRAINING_2015_TUTORIAL-kEISO
Other
Jan 4, 2019
2.97 GB
0
0
0
Torrent
Magnet
Essential Slick - Richard Dallaway and Jonathan Ferguson [scala]
Other
Jan 5, 2019
4.07 MB
0
1
0
Torrent
Magnet
LYNDA_PREMIERE_PRO_CC_ESSENTIAL_TRAINING_2015_TUTORIAL-kEISO
Other
Jan 5, 2019
3.61 GB
0
0
0
Torrent
Magnet
Tongue Tickling Her Vagina -- Use These 9 Essential Techniques To Making Her Vagina Scream With Pleasure
Other
Jan 5, 2019
7.37 MB
0
1
0
Torrent
Magnet
LYNDA_ILLUSTRATOR_CC_ESSENTIAL_TRAINING_2015_TUTORIAL-kEISO
Other
Jan 5, 2019
1.06 GB
1
0
0
Torrent
Magnet
[2011] The Essential Pussy Licking Guide for Men PDF
Other
May 6, 2019
2.73 MB
0
3
0
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
18+
Books