Overview
Learn how to convert a Python application into a library in this comprehensive video tutorial, the second part of a three-part series on Python library development. Explore the essential steps, including creating the proper folder structure, setting up a library project, adding test code, and creating a setup.py file. Master the process of building package routines, creating wheel packages, and installing them. Gain valuable insights into project source code organization and prepare for advanced concepts covered in the upcoming third part of the series. Follow along with time-stamped sections for easy navigation through each crucial stage of Python library development.
Syllabus
- Video Starts
- Part 1 Reacp
- Python Library Folder Structure
- Creating Library Project
- Adding Test Code
- Creating Setup.py
- Create Package Routine
- Creating wheel package
- installing wheel package
- Project Source Code
- Part 3 Intro
Taught by
Prodramp