Python Tears Through Mass Spectrometry Data
A talk on using Python to efficiently process and analyze large datasets from mass spectrometry, presented at a Python Frederick event.
A talk on using Python to efficiently process and analyze large datasets from mass spectrometry, presented at a Python Frederick event.
A guide on using configuration profiles in Quarkus to manage environment-specific settings like dev, test, and prod within a single application.properties file.
An overview of the Godot game engine, comparing it to other options and showcasing its features for 2D/3D game development.
A speaker's review of PyGotham 2019, covering talk quality, event organization, and highlights like a talk on web archiving tools.
A guide to writing and automating UI/integration tests for Flutter apps using Flutter Driver and running them with Codemagic CI/CD.
Guide on configuring Docker and Docker Compose to access private NuGet feeds from Azure Artifacts during containerized .NET builds.
An analysis and English translation of Jacek Kaczmarski's poem 'The Statues', exploring the legacy of tyranny.
A guide to using conditional logic and runtime variables in Azure Pipelines YAML configurations to control step execution.
Learn how to automatically schedule and publish articles to the DEV community platform using GitHub Actions and a custom Python script.
Explores the evolution of the World Wide Web from a simple 'Web of Documents' to the complex 'Web of Applications' we use today.
Stack Overflow announces Prashanth Chandrasekar as its new CEO, highlighting his tech background and the company's future goals.
A guide to using the GitHub API and PyGithub to automatically filter and close spam pull requests based on keywords.
Explores a simpler alternative to Docker for deploying Python web apps, comparing it to common methods and containers.
A student requests help finding a Summer 2020 software engineering internship, sharing their skills and preferences for small teams or specific tech sectors.
Announcing a new weekly newsletter curating cloud-native security news and updates for professionals.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
A developer explains how to create a simple mock service with delayed webhooks using the Starlette framework in Python.
Traces the evolution of enterprise middleware from the 1990s to today, drawing parallels to modern enterprise blockchain solutions.
Developer reflects on a monthly project update, shelving 'What Got Done' due to low interest while reporting on Zestful and Is It Keto progress.
Explains two Python solutions to a coding puzzle where a function must return True using integer interning or a custom class.