[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/pythonic-code-audio.zip |
230.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/write-pythonic-code-demos-master.zip |
299 KB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/1 - Welcome and thanks for coming.mp4 |
10.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/2 - Topics covered.mp4 |
9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/3 - Get the source code.mp4 |
773 KB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/4 - Do you need to learn Python too.mp4 |
948 KB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/5 - Python 3 or Python 2.mp4 |
4.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/6 - Recommended editor.mp4 |
2.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/1 Welcome to the course/7 - Video player A quick feature tour.mp4 |
4.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/2 Style guidance from PEP 8/1 - Who decides what is Pythonic.mp4 |
4.8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/2 Style guidance from PEP 8/2 - Import statements.mp4 |
9.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/2 Style guidance from PEP 8/3 - Code layout and structure.mp4 |
6.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/2 Style guidance from PEP 8/4 - Documentation strings.mp4 |
5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/2 Style guidance from PEP 8/5 - Naming conventions.mp4 |
6.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/1 - Truthiness and boolean statements.mp4 |
14.1 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/2 - Testing for None.mp4 |
5.6 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/3 - Multiple tests against a single variable.mp4 |
16.1 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/4 - Choosing an item at random.mp4 |
6 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/5 - String formatting.mp4 |
17.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/6 - Care enough to send an exit code.mp4 |
6.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/3 Foundational Concepts/7 - Flat is better than nested.mp4 |
12.8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/1 - Why dictionaries.mp4 |
4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/2 - Stop using lists for everything.mp4 |
23.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/3 - Merging dictionaries.mp4 |
15.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/4 - Hacking Pythons memory.mp4 |
26.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/5 - Safer dictionary item access.mp4 |
18.1 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/6 - Dictionaries as switch statements.mp4 |
16.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/4 Dictionaries/7 - To and from JSON.mp4 |
8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/1 - Custom iteration and your types.mp4 |
10 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/2 - Testing for containment.mp4 |
8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/3 - Slicing collections all the way to the database.mp4 |
21.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/4 - On-demand computation with yield and generators.mp4 |
19.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/5 - Recursive generators with yield from.mp4 |
9.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/6 - Inline generators via expressions.mp4 |
15.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/5 Generators and Collections/7 - Counting generators.mp4 |
9.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/1 - Introduction to Pythonic functions.mp4 |
3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/2 - Leverage inline methods with lambda expressions.mp4 |
18.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/3 - Im going to ignore your return value.mp4 |
19.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/4 - There is no method overloading in Python.mp4 |
6.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/5 - Default values for overloads.mp4 |
9.2 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/6 - Variable argument counts for overloads.mp4 |
5.6 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/7 - Unpacking dictionaries as named arguments.mp4 |
8.8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/6 Methods and Functions/8 - Beware The danger of mutable default arguments.mp4 |
17.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/7 Modules and Packages/1 - Introduction to packaging and module idioms.mp4 |
7.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/7 Modules and Packages/2 - Pythonic import statements.mp4 |
14.6 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/7 Modules and Packages/3 - What is __main__ and when do you use it.mp4 |
12.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/7 Modules and Packages/4 - Isolation with virtual environments.mp4 |
15.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/7 Modules and Packages/5 - State your requirements.mp4 |
17 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/8 Classes and Objects/1 - Defining fields on classes.mp4 |
17.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/8 Classes and Objects/2 - Encapsulation and data hiding.mp4 |
13.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/8 Classes and Objects/3 - Do not write get_thing() set_thing().mp4 |
12.1 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/9 Pythonic Loops/1 - There is no numerical for loop.mp4 |
5.8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/9 Pythonic Loops/2 - Wait, is there a numerical for loop (v1).mp4 |
4.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/9 Pythonic Loops/3 - Wait, is there a numerical for loop (v2).mp4 |
4.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/9 Pythonic Loops/4 - Loops have an else block, dont use it.mp4 |
7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/10 Tuples/1 - Tuple assignment and unpacking.mp4 |
9.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/10 Tuples/2 - Swapping values.mp4 |
3.4 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/10 Tuples/3 - Multiple return values from a function.mp4 |
8.6 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/10 Tuples/4 - Prefer named tuples.mp4 |
11.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/11 Python for Humans/1 - Human Python as a stand in for packages in general.mp4 |
9.9 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/11 Python for Humans/2 - Requests HTTP for Humans.mp4 |
11.8 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/11 Python for Humans/3 - Records SQL for Humans.mp4 |
9.7 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/12 Course Conclusion/1 - Youve done it!.mp4 |
900 KB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/12 Course Conclusion/2 - Lightning review.mp4 |
12.5 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/12 Course Conclusion/3 - Source code.mp4 |
1.3 MB |
[TalkPython] Write Pythonic Code Like a Seasoned Developer Course (2020) [En]/12 Course Conclusion/4 - Thanks and bye.mp4 |
3.5 MB |