Python 3: Deep Dive (Part 1 – Functional) – Fred Baptiste

Question and Answer

What is you'll?

you'll is What learn An in-depth look at variables, memory, namespaces and scopes A deep dive into Python's memory management and optimizations In-depth understanding and advanced usage of Python's numerical data types (Booleans, Integers, Floats, Decimals, Fractions, Complex Numbers) Advanced Boolean expressions and operators Advanced usage of callables including functions, lambdas and closures Functional programming techniques such as map, reduce, filter, and partials Create advanced decorators, including parametrized decorators, class decorators, and decorator classes Advanced decorator applications such as memoization and single dispatch generic functions Use and understand Python's complex Module and Package system Idiomatic Python and best practices Understand Python's compile-time and run-time and how this affects your code Avoid common pitfalls Course content Expand all 158 lectures44:38:14 +Introduction +A Quick Refresher - Basics Review +Variables and Memory +Numeric Types +Function Parameters +First-Class Functions +Scopes, Closures and Decorators +Tuples as Data Structures and Named Tuples +Modules, Packages and Namespaces +Extras Requirements Basic introductory knowledge of Python programming (variables, conditional statements, loops, functions, lists, tuples, dictionaries, classes)..

How does you'll learn?

What you'll learn An in-depth look at variables, memory, namespaces and scopes A deep dive into Python's memory management and optimizations In-depth understanding and advanced usage of Python's numerical data types (Booleans, Integers, Floats, Decimals, Fractions, Complex Numbers) Advanced Boolean expressions and operators Advanced usage of callables including functions, lambdas and closures Functional programming techniques such as map, reduce, filter, and partials Create advanced decorators, including parametrized decorators, class decorators, and decorator classes Advanced decorator applications such as memoization and single dispatch generic functions Use and understand Python's complex Module and Package system Idiomatic Python and best practices Understand Python's compile-time and run-time and how this affects your code Avoid common pitfalls Course content Expand all 158 lectures44:38:14 +Introduction +A Quick Refresher - Basics Review +Variables and Memory +Numeric Types +Function Parameters +First-Class Functions +Scopes, Closures and Decorators +Tuples as Data Structures and Named Tuples +Modules, Packages and Namespaces +Extras Requirements Basic introductory knowledge of Python programming (variables, conditional statements, loops, functions, lists, tuples, dictionaries, classes).

What is You?

You is will need Python 3.6 or above, and a development environment of your choice (command line, PyCharm, Jupyter, etc.) Description Hello!.

How does You will need?

You will need Python 3.6 or above, and a development environment of your choice (command line, PyCharm, Jupyter, etc.) Description Hello!

What is Part 1?

Part 1 is This is  of a series of courses intended to dive into the inner mechanics and more complicated aspects of Python 3..

How does Part 1 is?

This is Part 1 of a series of courses intended to dive into the inner mechanics and more complicated aspects of Python 3.

What is a beginner course -?

a beginner course - is This is not if you've been coding Python for a week or a couple of months, you probably should keep writing Python for a bit more before tackling this series..

How does a beginner course - is not?

This is not a beginner course - if you've been coding Python for a week or a couple of months, you probably should keep writing Python for a bit more before tackling this series.

What is the other hand,?

the other hand, is On if you're now starting to ask yourself questions like: I wonder how this works?.

How does the other hand, starting?

On the other hand, if you're now starting to ask yourself questions like: I wonder how this works?

What is there another way?

there another way is is of doing this?.

How does there another way is?

is there another way of doing this?

What is a lambda??

a lambda? is is that the same as.

How does a lambda? is?

is that the same as a lambda?

What is I?

I is know how to use a decorator someone else wrote, but how does it work?.

How does I know?

I know how to use a decorator someone else wrote, but how does it work?

What is I?

I is Can write my own?.

How does I Can?

Can I write my own?

What is this boolean expression?

this boolean expression is why isn't returning a boolean value?.

How does this boolean expression isn't?

why isn't this boolean expression returning a boolean value?

What is an import?

an import is what does actually do, and why am I getting side effects?.

How does an import does?

what does an import actually do, and why am I getting side effects?

What is similar types of question...?

similar types of question... is and then this course is for you..

How does similar types of question... is?

and similar types of question... then this course is for you.

What is you?

you is Please make sure review the pre-requisites for this course (below) - although I give a brief refresh of basic concepts at the beginning of the course, those are concepts you should already be very comfortable with as you being this course..

How does you make sure?

Please make sure you review the pre-requisites for this course (below) - although I give a brief refresh of basic concepts at the beginning of the course, those are concepts you should already be very comfortable with as you being this course.

What is this course series,?

this course series, is In I will give you a much more fundamental and deeper understanding of the Python language and the standard library..

How does this course series, will give?

In this course series, I will give you a much more fundamental and deeper understanding of the Python language and the standard library.

What is Python?

Python is is called a "batteries-included" language for good reason - there is a ton of functionality in base Python that remains to be explored and studied..

How does Python is called?

Python is called a "batteries-included" language for good reason - there is a ton of functionality in base Python that remains to be explored and studied.

What is this course?

this course is So is not about explaining my favorite 3rd party libraries - it's about Python, as a language, and the standard library..

How does this course is not?

So this course is not about explaining my favorite 3rd party libraries - it's about Python, as a language, and the standard library.

What is particular this course?

particular this course is In is based on the canonical CPython..

How does particular this course is based?

In particular this course is based on the canonical CPython.

What is You?

You is will also need Jupyter Notebooks to view the downloadable fully-annotated Python notebooks..

How does You will also need?

You will also need Jupyter Notebooks to view the downloadable fully-annotated Python notebooks.

What is Python 3:?

Python 3: is Get Deep Dive (Part 1 - Functional) - Fred Baptiste, Only Price $42 It's about helping you explore Python and answer questions you are asking yourself as you develop more and more with the language..

How does Python 3: Get?

Get Python 3: Deep Dive (Part 1 - Functional) - Fred Baptiste, Only Price $42 It's about helping you explore Python and answer questions you are asking yourself as you develop more and more with the language.

What is Python 3:?

Python 3: is In  Deep Dive (Part 1) we will take a much closer look at: Variables - in particular that they are just symbols pointing to objects in memory Namespaces and scope Python's numeric types Python boolean type - there's more to a simple or statement than you might think!.

How does Python 3: will take?

In Python 3: Deep Dive (Part 1) we will take a much closer look at: Variables - in particular that they are just symbols pointing to objects in memory Namespaces and scope Python's numeric types Python boolean type - there's more to a simple or statement than you might think!

What is Run-time?

Run-time is vs compile-time and how that affects function defaults, decorators, importing modules, etc Functions in general (including lambdas) Functional programming techniques (such as map, reduce, filter, zip, etc) Closures Decorators Imports, modules and packages Tuples as data structures Named tuples To get the most out of this course, you should be prepared to pause the coding videos, and attempt to write code before I do!.

How does Run-time affects?

Run-time vs compile-time and how that affects function defaults, decorators, importing modules, etc Functions in general (including lambdas) Functional programming techniques (such as map, reduce, filter, zip, etc) Closures Decorators Imports, modules and packages Tuples as data structures Named tuples To get the most out of this course, you should be prepared to pause the coding videos, and attempt to write code before I do!

What is the concept videos,?

the concept videos, is Sit back during but lean in for the code videos!.

How does the concept videos, Sit?

Sit back during the concept videos, but lean in for the code videos!

What is Course Prerequisites This?

Course Prerequisites This is is an intermediate to advanced Python course..

How does Course Prerequisites This is?

Course Prerequisites This is an intermediate to advanced Python course.

What is the full benefit of this course?

the full benefit of this course is To have you should be comfortable with the basic Python language including: variables and simple types such as str , bool , int and float types for and while loops if...else... statements using simple lists , tuples , dictionaries and sets defining functions (using the def statement) writing simple classes using the class keyword and the __init__ method, writing instance methods, creating basic properties using @property decorators importing modules from the standard library (e.g..

How does the full benefit of this course have?

To have the full benefit of this course you should be comfortable with the basic Python language including: variables and simple types such as str , bool , int and float types for and while loops if...else... statements using simple lists , tuples , dictionaries and sets defining functions (using the def statement) writing simple classes using the class keyword and the __init__ method, writing instance methods, creating basic properties using @property decorators importing modules from the standard library (e.g.

What is math)?

math) is import You should also: have Python 3.6 (or higher) installed on your system be able to write and run Python programs using either: the command line, or a favorite IDE (such as PyCharm), have Jupyter Notebooks installed (which I use throughout this course so as to provide you fully annotated Python code samples) Who this course is for: Anyone with a basic understanding of Python that wants to take it to the next level and get a really deep understanding of the Python language and its data structures..

How does math) import?

import math) You should also: have Python 3.6 (or higher) installed on your system be able to write and run Python programs using either: the command line, or a favorite IDE (such as PyCharm), have Jupyter Notebooks installed (which I use throughout this course so as to provide you fully annotated Python code samples) Who this course is for: Anyone with a basic understanding of Python that wants to take it to the next level and get a really deep understanding of the Python language and its data structures.

What is Anyone?

Anyone is preparing for an in-depth Python technical interview..

How does Anyone preparing?

Anyone preparing for an in-depth Python technical interview.

What is Python 3:?

Python 3: is Get Deep Dive (Part 1 - Functional) - Fred Baptiste, Only Price $42 Tag: Python 3: Deep Dive (Part 1 - Functional) - Fred Baptiste Review..

How does Python 3: Get?

Get Python 3: Deep Dive (Part 1 - Functional) - Fred Baptiste, Only Price $42 Tag: Python 3: Deep Dive (Part 1 - Functional) - Fred Baptiste Review.

Original Content
Shop
Sidebar
0 Cart