Treffer: Python Essentials : Modernize Existing Python Code and Plan Code Migrations to Python Using This Definitive Guide

Title:
Python Essentials : Modernize Existing Python Code and Plan Code Migrations to Python Using This Definitive Guide
Authors:
Resource Type:
eBook.
Database:
eBook Index

Weitere Informationen

Key FeaturesBook DescriptionThis book is designed for Python 2 developers who want to get to grips with Python 3 in a short period of time. It covers the key features of Python, assuming you are familiar with the fundamentals of Python 2.What you will learnUse Python interactively and master the art of writing efficient Python scriptsLearn techniques for working with string data, including how to use regular expressions to parse stringsGet to know how the shortcircuit and ifelse logic operators workExplore mutable data structures including list, set, and dictDefine functions with positional and optional parameters, and learn to use keyword argument values when calling a functionWrite generator functions, generator expressions, and comprehensionsMaster the use of exceptions for handling errors and other unexpected conditionsUnderstand the importance of working with files, context manager, and the with statementWho this book is for