PYCON US 2018 talk Counter, Gauge, Upper 90 - Oh my!
A PyCon US 2018 talk on Python application monitoring basics, covering terminology, metrics, and integration using pandas.
A PyCon US 2018 talk on Python application monitoring basics, covering terminology, metrics, and integration using pandas.
A guide to writing a simple JSON parser, covering lexical and syntactic analysis, with a practical implementation example.
A hands-on tutorial on implementing deep reinforcement learning models using TensorFlow and the OpenAI Gym environment.
A guide to building a simple syntax tree in Python for creating a Domain-Specific Language (DSL) to filter data based on user-defined conditions.
A technical guide on reverse engineering the Facebook API to download private videos using Python and browser analysis.
A guide on reverse engineering the Soundcloud API to bypass download restrictions using Python.
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 developer's analysis of Python's suitability for large-scale enterprise projects, addressing performance concerns and comparing it to Java and Go.
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.
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 technical guide on scaling a Python SSH polling application using asyncio and AsyncSSH to handle thousands of concurrent connections efficiently.