Udemy - Advanced Python(2022) Details we all must pay attention to!

seeders: 13
leechers: 9
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Advanced Python(2022) Details we all must pay attention to!
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1. Introduction
    • 1. Introduction.mp4 (35.6 MB)
    • 1. Introduction.srt (3.5 KB)
    • 1.1 slides.pptx (240.8 KB)
    2. In-depth Object Oriented Programming
    • 1. Remember everything is an object and connects to the type class.mp4 (36.0 MB)
    • 1. Remember everything is an object and connects to the type class.srt (5.5 KB)
    • 1.1 A simple description of the type class.html (0.1 KB)
    • 1.2 type.ipynb (4.1 KB)
    • 2. Use Inheritance correctly on Python.mp4 (70.0 MB)
    • 2. Use Inheritance correctly on Python.srt (13.4 KB)
    • 2.1 inheritance.ipynb (5.7 KB)
    • 2.2 More examples on inheritance.html (0.1 KB)
    • 3. Remember a class can also be created using a string, a tuple and a dictionary.mp4 (92.1 MB)
    • 3. Remember a class can also be created using a string, a tuple and a dictionary.srt (16.8 KB)
    • 3.1 Defining a class in two ways.ipynb (6.3 KB)
    3. The power of Metaclasses and Metaclass inheritance
    • 1. Understand the power of a Metaclass and how it differs from a Superclass.mp4 (95.5 MB)
    • 1. Understand the power of a Metaclass and how it differs from a Superclass.srt (17.8 KB)
    • 1.1 An example with Metaclasses for changing the number of parameters needed on instantiation.html (0.1 KB)
    • 1.2 metaclasses.ipynb (4.5 KB)
    • 1.3 More examples on Metaclasses.html (0.1 KB)
    • 2. A deep dive into Metaclasses changing the structure of classes.mp4 (228.2 MB)
    • 2. A deep dive into Metaclasses changing the structure of classes.srt (42.0 KB)
    • 2.1 metaclasses_part2.ipynb (8.4 KB)
    • 3. Metaclass instantiation, Metaclass inheritance, Meta-instance inheritance.mp4 (192.1 MB)
    • 3. Metaclass instantiation, Metaclass inheritance, Meta-instance inheritance.srt (36.3 KB)
    • 3.1 Metaclass inheritance and instantiation.ipynb (8.4 KB)
    • 4. Inspect and verify class relations.mp4 (186.0 MB)
    • 4. Inspect and verify class relations.srt (30.7 KB)
    • 4.1 Metaclass and inheritance analysis .ipynb (26.7 KB)
    4. Some overlooked yet important functions
    • 1. Why you should use a defaultdict over a regular dictionary.mp4 (44.8 MB)
    • 1. Why you should use a defaultdict over a regular dictionary.srt (8.9 KB)
    • 1.1 defaultdict.ipynb (4.5 KB)
    • 2. Comfortably make time-conversions via the function timedelta.mp4 (23.1 MB)
    • 2. Comfortably make time-conversions via the function timedelta.srt (3.7 KB)
    • 2.1 timedelta.ipynb (2.6 KB)
    5. Details about running Python models
    • 1. The most important command if __name __ = main() (part1).mp4 (83.2 MB)
    • 1. The most important command if __name __ = main() (part1).srt (16.9 KB)
    • 1.1 first_module.ipynb (1.2 KB)
    • 1.2 first_module.py (0.5 KB)
    • 1.3 second_module.ipynb (1.1 KB)
    • 2. The most important command if __name__==main() (part2).mp4 (101.6 MB)
    • 2. The most important command if __name__==main() (part2).srt (22.8 KB)
    • 2.1 module2.py (0.1 KB)
    • 2.2 primary.py (0.3 KB)
    • 3. Why Jupyter Notebook isn't really good for large models.mp4 (52.6 MB)
    • 3. Why Jupyter Notebook isn't really good for large models.srt (11.0 KB)
    • 3.1 growth_rate.py (0.9 KB)
    • 3.2 model.ipynb (3.8 KB)
    • 3.3 utils.py (0.3 KB)
    6. Class instantiation and iterables
    • 1. key differences between iterators and iterables.mp4 (118.0 MB)
    • 1. key differences between iterators and iterables.srt (26.9 KB)
    • 1.1 iterators and iterables.ipynb (9.2 KB)
    • 2. When to actually use @classmethod and @staticmethod..mp4 (166.0 MB)
    • 2. When to actually use @classmethod and @staticmethod..srt (31.9 KB)
    • 2.1 @staticmethod @classmethod.ipynb (8.3 KB)
    • 3. How Class and instance variables behave with @classmethod, @staticmethod.mp4 (185.8 MB)
    • 3. How Class and instance variables behave with @classmethod, @staticmethod.srt (31.0 KB)
    • 3.1 @staticmethod @classmethod class instance vars.ipynb (12.5 KB)
    • 4. How classinstance variables and static methods behave in derived classes.mp4 (82.8 MB)
    • 4. How classinstance variables and static methods behave in derived classes.srt (15.3 KB)
    • 4.1 static and class methods in inheritance.ipynb (6.6 KB)
    • 5. The most frequent use of the @property decorator.mp4 (121.4 MB)
    • 5. The most frequent use of the @property decorator.srt (30.7 KB)
    • 5.1 @ property decorator.ipynb (11.6 KB)
    • 6. In-depth analysis of getter, setter, deleter functions via @property.mp4 (170.3 MB)
    • 6. In-depth analysis of getter, setter, deleter functions via @property.srt (41.1 KB)
    • 6.1 @property decorator (part 2).ipynb (6.8 KB)
    7. Python Loggers and Annotation
    • 1. Logging module Detailed analysis of how to create a logger..mp4 (108.1 MB)
    • 1. Logging module Detailed analysis of how to create a logger..srt (17.6 KB)
    • 1.1 logger.py (1.4 KB)
    • 2. The Logger in action. Passing it over to filesclassesfunctions.mp4 (137.2 MB)
    • 2. The Logger in action. Passing it over to filesclassesfunctions.srt (24.6 KB)
    • 2.1 demlog.log (1.2 KB)
    • 2.2 logger.py (1.4 KB)
    • 2.3 main.py (1.0 KB)
    • 2.4 work.py (0.6 KB)
    • 3. Adding graphics inside logging messages, running special cases, & theory.mp4 (216.4 MB)
    • 3. Adding graphics inside logging messages, running special cases, & theory.srt (32.9 KB)
    • 3.1 Detailed logging documentation.html (0.1 KB)
    • 3.10 work.py (0.6 KB)
    • 3.2 Extra logging documentation.html (0.1 KB)
    • 3.3 Extra Unicode symbols.html (0.1 KB)
    • 3.4 logger.py (1.4 KB)
    • 3.5 Logging handlers.html (0.1 KB)
    • 3.6 main.py (1.2 KB)
    • 3.7 mylog.log (0.5 KB)
    • 3.8 New unicode symbols.html (0.1 KB)
    • 3.9 Unicode graphics.html (0.1 KB)
    • 4. How Python hints & annotations are used.mp4 (79.6 MB)
    • 4. How Python hints & annotations are used.srt (14.0 KB)
    • 4.1 Extra resource on type hints.html (0.1 KB)
    • 4.2 The

Description

Advanced Python(2022) Details we all must pay attention to!



https://DevCourseWeb.com

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 3.10 GB | Duration: 8h 31m

This course is for both beginners and experts- Really important Python Development topics!

What you'll learn
Get insight into frequently overlooked Python Development details
Get a clear understanding of Python Development details that confuse even the most experienced Developers
Write the most efficient code - so that you detect errors in advance and prevent them from happening in the first place!
Impress with your deep understanding of the most confusing concepts on Python!

Requirements
As a requirement, you need to know some basic Python. But the more you know, the better.
You need to have installed a very recent version of Python (3.8 + )
We work on Jupyter Notebook and on PyCharm. You need to have installed both, as well as Anaconda Navigator



Download torrent
3.1 GB
seeders:13
leechers:9
Udemy - Advanced Python(2022) Details we all must pay attention to!


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
3.1 GB
seeders:13
leechers:9
Udemy - Advanced Python(2022) Details we all must pay attention to!


Torrent hash: B598044C0E451AEC2122BD9E777C5EFF4122810B