Exploring Dask and Distributed on AWS Lambda
An exploration of running Dask and Distributed parallel computing libraries on AWS Lambda, examining feasibility and limitations.
An exploration of running Dask and Distributed parallel computing libraries on AWS Lambda, examining feasibility and limitations.
A guide to writing unit tests for AWS Chalice applications using local mode and pytest.
A February 2018 roundup of the best Python articles, news, GitHub projects, and tutorials, including Discord bots and JupyterLab.
A tutorial demonstrating Redis sorted sets using the command line interface, Python, and Go programming languages.
How to detect Right-to-Left Override (RLO) characters in filenames using Python's unicodedata module to prevent malicious file spoofing.
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 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.
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.
Learn how to use the vim-test plugin to run automated tests instantly within Vim, eliminating the need to switch terminals.
Explains Python's __eq__ and __hash__ methods, their interaction, and the critical rule that an object's hash must never change.
A recap of PyData Warsaw 2017, covering key talks, new package announcements, and analytics on the conference's international attendees.
A guide on improving code review communication and avoiding conflict, based on a real-world example of a failed review process.
A summary of a Python Frederick talk on using Scrapy, a Python framework for web scraping, including a link to the presentation.