On blog migration
A developer reflects on migrating their personal blog from a custom static site to the Ghost platform, discussing the evolution of web tech and maintenance trade-offs.
A developer reflects on migrating their personal blog from a custom static site to the Ghost platform, discussing the evolution of web tech and maintenance trade-offs.
A tutorial on creating a choropleth world map in Python with GeoPandas to visualize global internet usage percentages.
A technical guide troubleshooting installation errors for the Confluent Kafka Python library, including dependency issues and compilation failures.
A February 2018 roundup of the best Python articles, news, GitHub projects, and tutorials, including Discord bots and JupyterLab.
Explores scaling a Python polling application using tooz for distributed task coordination across multiple machines.
A technical tutorial on using Python and pandas to process electricity data and load it into OmniSci (formerly MapD) for dashboard creation.
How to detect Right-to-Left Override (RLO) characters in filenames using Python's unicodedata module to prevent malicious file spoofing.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
A guide on how to use specific git commits of third-party packages in Python projects, covering setup.py and requirements.txt configurations.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.
A technical guide on scaling a Python SSH polling application using asyncio and AsyncSSH to handle thousands of concurrent connections efficiently.
A tutorial on using Daskernetes to create auto-scaling, personal Python clusters on Kubernetes for distributed computing tasks.
A guide to installing and running the Rainbow Stream Twitter client on Windows Subsystem for Linux (WSL).
Explains how data is represented as objects in CPython, covering types, identity, binding, and mutability.
Explores solutions for monitoring multi-process Python applications with Prometheus, addressing metric inconsistency across workers.
Explores scaling a Python polling app using parallelism to manage thousands of SSH/ping connections efficiently, focusing on concurrent.futures.
A guide to using Python's platform module to retrieve system information on Linux, covering Python 2 and 3 differences.
A tutorial on using Python and the Twython library to automatically create a Twitter list of users who use the #freeCodeCamp hashtag.
A review and tips for the OMSCS CS7641 Machine Learning course, covering assignments, exams, and workload.
A summary of a Python Frederick meetup featuring Christine Lee's presentation on data science tools and features available in Python.