Laminar Insight

All about making data and insights flow flawlessly

From Functions to Python Package

Learn from the scratch about how to convert your functions into packages and distribute.

This is the second installment of the Python Packages series. In this post, we will discuss how Python packages are built on top of modules, how they work, how to use and distribute Python packages.

Use Modules to Better Organize your Python Code

Understand Python modules and how to use them to better organize your growing code base.

This blog post is the first installment of an on going post series about creating packages in Python. In this post we will discuss about Modules which will work as the foundation to our incoming posts about Python Packages.