Articles tagged with: Python

My latest side project: Finished Games

Summary: My latest side project, Finished Games, a small website to catalog and track video game playing history.


Double-Linked List Python implementation

Summary: A Python implementation of a double-linked list, which includes features like sorting, reversing, inserting, searching, and type annotation.


My Building Autonomous Agents With gym-retro talk

Summary: My talk on building autonomous agents with gym-retro, presented at the 10th edition of The MindCamp event, including the source code and demos.


On Python 3, Flake8 and mypy

Summary: How I use Python 3.6, with flake8 as a linter, and mypy for typed Python at work and in personal projects.


On Elastic Beanstalk, Docker and CircleCI

Summary: Discusses their experience with Elastic Beanstalk, Docker, and CircleCI while working on a new project. Provides notes and references for each tool and discuss alternatives to Elastic Beanstalk.