更新时间:2021-06-25 22:15:25
封面
版权信息
Packt Upsell
Why subscribe?
PacktPub.com
Foreword
Contributors
About the author
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Download the color images
Conventions used
Get in touch
Reviews
Working with Python Modules
Introduction
Using and importing modules and namespaces
How to do it...
How it works...
There's more...
Implementing virtual Python environments
Getting ready
Python package installation options
Utilizing requirement files and resolving conflicts
Using local patches and constraint files
Working with packages
Creating wheels and bundles
Comparing source code to bytecode
How to create and reference module packages
Operating system-specific binaries
How to upload programs to PyPI
Project packaging
Uploading to PyPI
Utilizing the Python Interpreter
Launching Python environments
Utilizing Python command options
Interface options
Generic options
Miscellaneous options
See also...
Working with environment variables
Making scripts executable
Modifying interactive interpreter startup
See also
Alternative Python implementations
Installing Python on Windows
Using the Windows Python launcher
Embedding Python with other applications