-
Chapter 3: All Things Data-Defining Your Data Landscape For Data Science

A company’s data landscape is both the foundation and a hard requirement for any data science initiatives. Data strategy is incredibly hard to execute and no one gets it right-some companies just get closer than others. This chapter will address the following subjects: What is data and what forms does it come in What is…
-
Step By Step Guide for Data Engineering With Python

This article will guide you through a practical exercise on engineering relational data. The input is a comma separated variable file and the output will be the same, with the intent that the output is in a format matching a template so that data can be concatenated. This could easily be applied/extended to database operations.…
-
End to End Guide for Creating Windows Installers for Python using cx-Freeze
Creating windows installer for a program is a very powerful outcome for a developer. It means a user doesn’t need python installed or go through the work of installing required modules to use a program. It also gives the formality of adding an application to Window’s application list, and allows for easy uninstalling of a…
-
End to End Guide For Creating Python Packages
I looked around the internet for guides on how to publish Python packages, and although there’s some great guides I couldn’t find an end to end one with examples and code to walk through. I endeavor for this article to serve that purpose. I referenced python’s documentation almost exclusively for this. The sources are linked…





