Scheduling cron jobs with python in virtual environments
Recently I spent an embarrassingly long time trying to figure out how to set up a cron job to run a python script I had recently created. Before you snicker …
Analytical – Honest – Passionate
Recently I spent an embarrassingly long time trying to figure out how to set up a cron job to run a python script I had recently created. Before you snicker …
***Disclaimer – this is not financial advice *** So you’ve decided to buy some Bitcoin but don’t know where to start. This quick guide will get you up and running …
With the recent release of the RStudio v1.1 it’s an opportune time to release this guide on how you can have your own RStudio server hosted in the cloud. Having …
Bitcoin is a digital currency, aka digital money. Here’s an official video from Bitcoin explaining what it is:
Bitcoin is an attempt (and a very good one at that) to allow a digital transfer of value between individuals.
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)”.
One of the legends of motivation and self improvement Jim Rohn.
A 4.5 hour seminar that will leave you reaching for the stars. Well worth every minute.
In one of my previous posts I wrote about a few of the different ways to detect and inspect calls that are made to Adobe Analytics. When trying to inspect …
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”
An outline of an online scam worth potentially thousands of dollars. This scam shows the importance of having strong unique passwords and two factor authentication on email accounts. I heard …
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 …