/Mastering-Python-3.x

Mastering Python 3.x, published by Packt

Primary LanguagePythonMIT LicenseMIT

Mastering Python 3.x [Video]

This is the code repository for Mastering Python 3.x [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

With every business being penetrated by data, it’s even more important to move towards functional paradigms to tackle the side-effects of programming, making testing and debugging easier. This course will teach you how to deconstruct data structures and store variable bindings (with closures). You’ll also learn about strong typing, storage allocation, and whether to use boxed (pointer-to-value) or unboxed (value directly) representation using functional programming.

This fast-paced actionable guide offers seven 30-minute lessons, each followed by a practical exercise to get you up and running. By the end, you’ll be well-equipped with programming concepts that enable robust functional programming, taking you one step closer to proficient programming in Python.

What You Will Learn

  • Use built-in libraries to implement higher order functions
  • Build robust web applications using functional programming
  • Implement decorators and other optimizations to avoid wasting memory in application development
  • Identify common functional design patterns and know how these apply to Python
  • Perform computation using monads and functors

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
This course is for developers who want to learn functional programming to handle the new requirements for programming multi-processor and high-availability applications. Basic Python programming knowledge is assumed.

Technical Requirements

This course has the following software requirements:
Minimum Hardware Requirements:

For successful completion of this course, students will require the computer systems with at least the following: ● OS: Windows, MacOS, or Linux ● Processor: Any ● Memory: Any ● Storage: Any

Software Requirements:

● Operating system: Windows, MacOS, or Linux ● Python 3.7 or later https://python.org/ ● Programmer’s editor such as Atom, Emacs, Vim, or a Python-supporting IDE

Related Products