Execute queries in BigQuery in parallel using python
An example of how to run multiple queries in parallel.
Analytical – Honest – Passionate
An example of how to run multiple queries in parallel.
A lightweight example of saving some logs to an SQLite database in a python script.
A short guide to adding user authentication to Streamlit apps. So you’ve created a beautiful Streamlit app which your users love, but only certain people should be able to access …
Video Tutorials 30 days of Streamlit Build a different Streamlit app each day for 30 days https://blog.streamlit.io/30-days-of-streamlit/ Streamlit documentation Offical Streamlit documentation. Very user friendly and accessible reference materials. https://docs.streamlit.io/library/get-started …
A short guide for deploying a Streamlit app to Cloud Run on Google Cloud platform. Google Cloud Run is a managed platform for hosting and running docker containers. So once …
Big Query For those who are into data, Big Query is a great choice if you would like a database but database management is not your thing. Big Query acts …
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”