Python in Azure Pipelines, Step by Step
A step-by-step guide for migrating a Python project's CI/CD pipeline from Travis CI to Azure Pipelines, focusing on simplicity.
A step-by-step guide for migrating a Python project's CI/CD pipeline from Travis CI to Azure Pipelines, focusing on simplicity.
Learn how to speed up Python I/O-bound tasks like downloading multiple URLs using the ThreadPoolExecutor for multithreading.
A technical guide on using the Twython library to upload videos longer than 30 seconds to Twitter via the chunked/async API.
An overview and comparison of six different open-source systems for running Python code directly within a web browser.
Learn how to use CircleCI orbs to upload a Python Shiv application to an AWS S3 bucket for deployment.
Announcing the second edition of 'Data Science from Scratch', updated for Python 3 with cleaner code, type hints, and a new deep learning chapter.
A review and tips for the OMSCS CS7646 Machine Learning for Trading course, covering the author's experience and key takeaways.
A personal request for help finding a short-term sublet in NYC after a last-minute cancellation.
Explores functional programming concepts in Python, covering pure functions, benefits like modularity and testability, and built-in functional tools.
A technical walkthrough of creating a word cloud visualization from highly-gilded Reddit comments using Python, spaCy, and BigQuery.
A guide to maintaining open-source Python projects efficiently, covering tools, workflows, and community management for solo maintainers.
The author fixes Shiv zipapp dependencies and sets up automated builds using CircleCI for continuous integration.
A father shares his experience teaching his 6-year-old son to code using Pygame Zero, explaining why he chose a real programming language over Scratch.
Learn how to bundle a Python app and its dependencies into a single executable using Shiv, a tool from LinkedIn.
A guide on deploying Python Flask web applications to Azure App Service, covering continuous deployment with Kudu and runtime configuration.
A developer shares unconventional personal rules and habits that helped them prepare for and land a software engineering job.
A technical article about using the Gevent library to solve performance issues in a Python web service caused by blocking external API calls.
A tutorial on connecting Arduino to Raspberry Pi via serial communication to send sensor data over WiFi, using a greenhouse project example.
Explains how to pass data between JavaScript and Python using JSON serialization and AJAX requests with the Fetch API and Flask.
A programmer's personal about page highlighting his book, articles, work at Microsoft, and contact information.