logo
分类于: 职场办公 人工智能

简介

Expert Python Programming 3rd Edition: Become a master in Python by learning coding best practices and advanced programming concepts in Python 3.7

Expert Python Programming 3rd Edition: Become a master in Python by learning coding best practices and advanced programming concepts in Python 3.7 0.0分

资源最后更新于 2020-11-15 04:29:33

作者:Michal Jaworski

出版社:Packt Publishing

出版日期:2019-01

ISBN:9781789808896

文件格式: pdf

标签: Python 计算机

简介· · · · · ·

Python is a dynamic programming language that's used in a wide range of domains thanks to its simple yet powerful nature. Although writing Python code is easy, making it readable, reusable, and easy to maintain is challenging. Complete with best practices, useful tools, and standards implemented by professional Python developers, the third edition of Expert Python Programming w...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Table of Contents
Current Status of Python
Modern Python Development Environments
Modern Syntax Elements - Below the Class Level
Modern Syntax Elements - Above the Class Level
Elements of Metaprogramming
Choosing Good Names
Writing a Package
Deploying the Code
Python Extensions in Other Languages
Managing Code
Documenting Your Project
Test-Driven Development
Optimization - Principles and Profiling Techniques
Optimization - Some Powerful Techniques
Concurrency
Event-Driven and Signal Programming
Useful Design Patterns
reStructuredText Primer