Video description
Overview
Modern Python LiveLessons: Big Ideas and Little Code in Python provides developers with an approach to programming in Python that expresses big ideas succinctly, with the minimum of code, allowing the business logic to shine through. It does so using a number of relevant examples from current problems, including data analytics and social media.
Description
In this video training, Raymond Hettinger starts by introducing modern Python foundational skills, tools, and techniques in the first half of the lessons. In the second part he shows you how to apply the tools and techniques to a real application.
About the Instructor
Raymond Hettinger has been a Python Core Developer since 2001 and received the Python Software Foundation Distinguished Service Award in 2014. Currently, he runs an international Python training and consulting business. He is the author of many parts of Python, including itertools, collections, sets, soerted, enumerate, and reversed.
Skill Level
Intermediate
What You Will Learn
Core skills of modern Python that enable you to elegantly code powerful solutions succinctly and efficiently:
- How to use continuous and discreet functions in the random module, collections.Counter(), lambda, list operations, chained comparisons, and f-strings
- How to use random.choice() and random.sample(); do resampling, bootstrapping, and significance testing; and run simulations
- How to run static analysis on code with type hints and use static type checking
- How to use defaultdict for grouping, key functions for data ordering, and zip* to transpose data, and how to flatten 2D data with multiple loops and list comprehension
- How to use k-means to implement unsupervised learning
- More defaultdict skills with which to pivot and accumulate data and reverse a one-to-many mapping
- How to use sorted, bisect, and merge and how to conserve memory with string interning
- How to normalize text and use the hashing tools in hashlib
- How to use Bottle to build REST APIs and web applications
- How to test using pytest, itertools, Hypothesis, pyflakes, mypy, and data validators
Developers looking to improve their modern Pythons skills
Course Requirements
- Basic understanding of programming and development
- Familiarity with the Python language
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at http://www.informit.com/livelessons.
Table of contents
- Introduction
- Lesson 1: Building Foundational Python Skills for Data Analytics
- Lesson 2: Analyzing Data Using Simulations and Resampling
- Lesson 3: Improving Reliability with MyPy and Type Hinting
- Lesson 4: Implementing k-means Unsupervised Machine Learning
- Lesson 5: Building Additional Skills for Data Analysis
- Lesson 6: Applying Cluster Analysis to a Real Dataset
- Lesson 7: Gearing-up for a Publisher/Subscriber Application
- Lesson 8: Implementing a Publisher/Subscriber Application
- Lesson 9: Using Bottle to Build REST APIs and Web Applications
- Lesson 10: Building a Web Application for the PubSub Service
- Lesson 11: Testing with PyTest, Itertools, Hypothesis, Pyflakes, MyPy and Data Validators
- Summary
Product information
- Title: Modern Python LiveLessons: Big Ideas and Little Code in Python
- Author(s):
- Release date: April 2017
- Publisher(s): Pearson
- ISBN: 0134743407
You might also like
book
Clean Code in Python - Second Edition
Tackle inefficiencies and errors the Pythonic way Key Features Enhance your coding skills using the new …
book
Using Asyncio in Python
If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another …
video
Python A-Z: Learn Python by Building 15 Projects and ChatGPT
This comprehensive Python course covers all fundamental concepts and advanced Python concepts, and you learn a …
book
Effective Python: 90 Specific Ways to Write Better Python, 2nd Edition
Updated and Expanded for Python 3 It’s easy to start developing programs with Python, which is …