-
Visualizing SQL data
I worked with data analysis using Panda, matplotlib and more during my studies at UW, but subsequently focused on cloud infrastructure and securing resources. Building out my database and SQL skills, I’m coming full circle to using visualization to better understand data- this is helpful in all sorts of ways! Here are some links to…
-
Back-End Dev’t With Flask
LIke other posts I’ve made recently, this one will detail my efforts to learn the Flask framework hand-in-hand with what I’ve been learning recently: Python, SQL, databases, and more. There’s a lot of information, both conceptual and technical, and it’s really helpful to have these kinds of notes to be able to reference down the…
-
Containers w/ Alembic, Postgres DB, VSC + RAW vs ORM SQL Queries
This posting is where I’m going to post the steps that I took to do the following: 1) set up Visual Studio Code to work with Containers 2) download docker images 3) connect to various containers which all are geared up to build a python-flask-PG DB application 4) work with alembic and flask to work…
-
Docker
As part of my learning path (learning Python, Linux, AWS, DevOps, Networks and more), I am learning to work with Docker and containers. I’m going to post what I learn as I move along, starting with ground zero and then hopefully working up to more interesting aspects. Away we go! First, i downloaded the .dmg…
-
Pure Python for Daily Steps App
Today I want to practice what I’ve been learning in Python around data structures by building an application that will allow a user to sign up, log in, then add values to different metrics – all of which point towards the user achieving their goals. There won’t be a database for this app, just storing…