Looking for work
A software engineer with extensive experience in open source, security, and multiple languages announces they are seeking a new role focused on impactful information security work.
A software engineer with extensive experience in open source, security, and multiple languages announces they are seeking a new role focused on impactful information security work.
Exploring Pythonista, a powerful Python programming environment for iOS, and its capabilities for automation, scripting, and running pure-Python modules.
Part 2 of a series on building a product classification API, focusing on data cleaning, preparation, and measuring data purity for machine learning.
An introduction and tutorial for using the official Kubernetes Python client library, including installation and code examples.
Explains the unittest.subTest feature in Python for better test iteration reporting and debugging.
A data scientist shares a technical interview task on linear regression, covering data cleaning, model fitting, and assumption validation.
A post-mortem analysis of the troubled Requests 2.12 release, detailing the 'five whys' behind breaking changes and technical decisions.
A guide on configuring FreeOTP as a 2FA authenticator for Battle.net using the command-line tool 'bna'.
A technical guide on analyzing personal Google Location History data using Python, Pandas, and visualization libraries to map and gain insights from location data.
A simple Python tutorial for sending emails using AWS SES with MIME formatting and helper functions.
A guide to identifying and reporting slow-running tests in Python's unittest framework by implementing custom timing logic and a custom TestRunner.
A tutorial on adding custom action buttons (deposit/withdraw) to the Django admin interface, including form handling and email notifications.
A developer's experience and technical takeaways from the OpenStack Summit Ocata, covering contributions, Python 3, and project updates.
Common boto/S3 error solutions: fixing SigV4 'host' parameter and region-specific endpoint issues in AWS Python SDK.
First post in a series on building a product classification API, covering the process of sourcing and formatting open-source Amazon product data for machine learning.
Analyzing the relationship between age and desired job roles among new coders using the 2016 Kaggle survey data.
A developer clarifies common myths about Conda, explaining it's a general-purpose package manager distinct from Anaconda and not just for Python.
Explores Python's functools.singledispatch for elegant, extensible JSON serialization of custom objects, moving beyond the standard json module's limitations.
A guide to using class-based tests in Python to make test suites more extensive, expressive, and maintainable, demonstrated with an API login endpoint.
A curated list of five interesting Python tutorials covering music generation, computer vision, data science, and popular modules.