Planning Your New Library
Overview
Here's what you'll do:
- Think carefully about your Python code snippets
- Come up with a name for a reusable library
Steps
- Choose a name for your library. Look at PyPI for examples. This will be your project's name.
- If the name contains spaces, turn them into underscores. Use lowercase rather than CamelCase.