DynamoDB Basics for Your Next Serverless Project
DynamoDB is a nice database service that allows you to build at scale without worrying about managing a database server. Learn how you can start using it.
DynamoDB is a nice database service that allows you to build at scale without worrying about managing a database server. Learn how you can start using it.
Alternative tools for product developers working on Ubuntu systems.
Objective The purpose of this post series is to explore datasets from the UCR (Uniform Crime Reporting Program). In this post, we’ll use Pandas to dig deeper into crime statistics for homicide. After preparing the dataset for comparison, we’ll rank each state based on the number of crimes per capita. Follow along or check out […]
Overview Data is everywhere. Crime is too. The FBI runs a program called Uniform Crime Reporting (UCR) Program that collects crime data from ~18,000 agencies all over the United States. This database is a gold mine of interesting statistics about crime in the United States. Follow along and learn about how you can use Python […]
Quick look at pymysql for the Python programming language.