Environment Variables in Python
Many python scripts require access to external services. API’s for example often require some credentials to be used in order to be able to access the services. These scripts need …
Analytical – Honest – Passionate
Many python scripts require access to external services. API’s for example often require some credentials to be used in order to be able to access the services. These scripts need …
Recently I found myself needing to download images of all Pokemon for a personal project. And not wanting to download them all by hand I turned to python to help …
While listening to the Talk Python to me podcast I stumbled across this episode which talks in depth about “20 python libraries you aren’t using (but should)”.
Pandas is fantastic for doing data analysis in python. In this tutorial by Brandon Rhodes walks through a comprehensive set of computations you can apply to data sets using pandas.
For those new to data analysis with python, following along to this tutorial will definitely increase your data-fu a couple of levels.
Continue reading “A great introduction to data analysis in python with pandas”
This guide will walkthrough the set up for being able to load csv and excel files to Google Drive with python. Uploading files to Google Drive is a useful to …
This is a guide to programatically load a python pandas DataFrame (python 3) into a Google Sheets spreadsheet. Google Sheets is a useful tool to use in the daily tasks …