Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python 9000: Review Concepts (K11 thru K22)
Rating: 4.0 out of 5(10 ratings)
1,953 students

Python 9000: Review Concepts (K11 thru K22)

More Questions, Concepts, and Demonstrations
Last updated 9/2020
English
English [Auto],

What you'll learn

  • Contrast instances -v- classes (K0011)
  • Understand criticalpath exception keywords (K0012)
  • Review "string literal" concepts (K0013)
  • Describe comprehension types & trade-offs (K0014)
  • Understand how to check for Object Types Addresses (K0015)
  • Re-discover Python's Meta / Magic Methods (K0016)
  • Understand Python's 5 Exception Keywords (K0017)
  • Review the justifications & operations of the GIL (K0018)
  • Compare & contrast Python's initialization concepts (K0019)
  • Review how to create multi-dimensional arrays (K0020)
  • Master the creation of Context Managers (K0021)
  • Enjoy our demystification of Python's Lambda functions (K0022)

Course content

1 section17 lectures1h 4m total length
  • Python Review: K11 - K231:18

    Explore Python know-how through detailed Q&A designed to prepare you for a professional Python software developer career. Questions are organized into color-coded beginner, intermediate, and advanced subsets for easy review.

  • K0011- Instances3:27

    Clarify the difference between a class and an instance using a cookie recipe analogy. Explain initialization via the constructor and self in creating concrete instances from a class blueprint.

  • K0012 - Basic Exceptions3:39
  • K0013 - String Literals4:47
  • K0014 - Comprehensions6:02

    Explore list, set, and dictionary comprehensions in Python, compare memory and time tradeoffs, and practice building readable inline expressions like primes via slicing examples.

  • K0015 - Object Identification or Address3:11
  • K0016 - Meta Methods2:25
  • K0017 - Pythons Five (5) Exception Keywords2:05

    Learn how Python handles exceptions with try, except, finally, raise, and else, including how else exits the try block and why finally completes the exception management flow.

  • K0018 - Locking the Interpreter2:13

    Explore the global interpreter lock in CPython, explain its purpose for thread safety, and discuss how file IO unlocks the GIL to enable concurrent data processing and library performance.

  • K0019 - Comparative Initialization2:20

    Explore how __init__.py acts as the module initialization file in Python 3, enabling directories to be treated as modules by interpreter, and how __init__ initializes class instances with overloadable parameters.

  • K0020 - Multi-Dimensional Arrays2:19
  • K0021 - Context Management4:41
  • K0022 - Lambda Functions6:03

    Learn what a lambda expression is in Python, how to define and use anonymous one-line functions with implicit return, assign them to variables, and apply them in larger expressions.

  • K0001 - Python Path7:17

    Explains the difference between the operating system path and the Python path in environment variables, how to query them on POSIX and Windows, and how to modify the Python path.

  • K0004: Range -v- Enumerate4:38

    Explain python's range and enumerate, detailing zero-based range with start, stop, and step, and how enumerate pairs indices with items in a collection.

  • Bonus: Returning multiple values3:57

    There are severals ways to return several values form a function. What is the easiest?

  • Bonus: Combining iterable types3:42

    Which "built in" function can be used to combine the content of Python's iterable types?

Requirements

  • This is a review session. Students must know how to use Python 3.
  • Students must know how to create & run Python Scripts.

Description

The concepts reviewed in this introductory set of questions (Lessons #K0011 - K0022) covers more "beginner," as well as "intermediate" Python programmer concepts. No "advanced" questions are included.


This educational opportunity has been updated to include several "must know" bonus questions.


Training Review

Also available on Udemy, students should note that all concepts presented in this first set of Python Review Questions have been hand-selected by the author from his Python Primer (Python 1000,) as well as his Beyond the Basics (Python 2000) on-line training opportunities.


PyQuesting

Fellow Python enthusiasts should note that this set of Python review questions also serves as an introduction to the author's official Know How question & answer series. Unlike this set first of lessons, the questions and answers included in the author's "Know How" series include concepts found throughout the author's Python 3000 training opportunities, as well as a related set of information from the authors blog, and his Tactical Python Projects video presentations.


Python By Design

Students interested in learning how to prepare for "white board" design sessions - yet another popular interview challenge - should consider reading "Python by Design." An Open Source project on GitHub, the source code for the GitHub project is also part of the "Python by Design" book, and is now available on Amazon.


About This Series

Written by a Principal Trainer & Principal Software Development Engineer, in order to insure mastery key topics are presented several times, as well as at ever-increasing depth. Students will also be using professional programming interfaces - the same tools that software developers use - to create their software.


From keywords & tabs, to testing & documentation, hints & tips on how to use Python in the professional world abound!


After completing the Python 1000 series, in the Python 2000 series students will complete keyword mastery by exploring a large collection of activity-related topics. Sold separately, in the 2000 series students will enjoy learning how to create Lambdas, Generators, Context Managers, Packages & Modules, Classes, Factories, Frameworks, how to manage Exceptions, as well as other professional programming topics.

The questions and answers included in this series also includes concepts found throughout the author's Python 3000 training opportunities, as well as a related set of information from the authors blog, and his Tactical Python Project video presentations.

Who this course is for:

  • Students looking to review what they know.
  • Software developers looking to prepare for an employment interview.