erikkvale
A driven engineer with a healthy hero complex and a disposition for elegant, performant code and nicely knit sweaters :-)
Bozeman, Montana
Pinned Repositories
datahub
The Metadata Platform for your Data Stack
advent-of-code
advent-of-code-2022
algorithms-py
Python implementations of common algorithms and data structures, for personal exploration and reference
awesome-public-datasets
A topic-centric list of high-quality open datasets in public domains. By everyone, for everyone!
classic-comp-sci-problems
Some classic computer science problems, starting from and inspired by David Kopec's book in Python
go-blockchain
A wee starter Blockchain implementation in Go
python-cookbook
Some exercises from Beazley and Jones.
terraform-micro
IaC to facilitate microservices app deployment
yggdrasil
Concurrency utils and patterns in Go
erikkvale's Repositories
erikkvale/algorithms-py
Python implementations of common algorithms and data structures, for personal exploration and reference
erikkvale/awesome-public-datasets
A topic-centric list of high-quality open datasets in public domains. By everyone, for everyone!
erikkvale/luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
erikkvale/python-cookbook
Some exercises from Beazley and Jones.
erikkvale/authentise-api-tutorial
Walkthrough of 3DIAX tutorial/screencast, source: http://layer0.authentise.com/3diax-basics-screencast.html
erikkvale/chunky-monkey
A Python package with functionality to load large data files into a target database
erikkvale/DataQuest
Some notebooks and files associated with interesting things I wanted to pursue/experiment further with.
erikkvale/design-patterns
Some common design patterns for OOP
erikkvale/diabetes-keras-neural-net
Short tutorial follow-along with jg-fisher
erikkvale/django-redis-cache
erikkvale/django-social-media-platform
Django web project to allow space enthusiasts a place to congregate (credit to Jose Portilla)
erikkvale/docker_django
erikkvale/elasticsearch-md
POC for elasticsearch for integration as a doc store/search engine for internals
erikkvale/flaskr-tdd
Flask app built with TDD tutorial: (https://github.com/mjhea0/flaskr-tdd)
erikkvale/fluent-python
Work-through of "Fluent Python" by Luciano Ramalho
erikkvale/kr_c_programming
Some persistent storage for programs while re-learning some C via a classic (K&R)
erikkvale/machine_learning
ML work alongside with Geron's Hands-on Machine Learning with Sci-kit Learn and TensorFlow
erikkvale/myMDB
A clone of IMBD with Django 2.0
erikkvale/profiling-patterns
Some explorations with profiling Python and subsequent optimizations
erikkvale/Projects
Trying to complete over 100 projects in various categories in Python. Fork to learn any new language.
erikkvale/pytest_walkthrough
Selected walkthroughs referencing Brian Okken's Pytest book
erikkvale/simple-python-pyinstaller-app
For an introductory tutorial on how to use Jenkins to build a simple Python application with PyInstaller.
erikkvale/TDD-Python-2nd-Edition
Tutorials for the book
erikkvale/treelib
An efficient implementation of tree data structure in python 2/3.