Why I chose Flask to build sr.ht's mini-services
A developer explains why Flask was the ideal Python framework for building sr.ht's modular mini-services, citing its simplicity and flexibility.
A developer explains why Flask was the ideal Python framework for building sr.ht's modular mini-services, citing its simplicity and flexibility.
Explains the difference between Python's __str__ and __repr__ methods with clear examples, focusing on human-readable vs. unambiguous output.
Building a Python/Django tool to semi-automate backend manual tasks, making them faster to complete.
A technical walkthrough of three LeetCode problems: Move Zeroes, Merge Two Sorted Lists, and Merge Two Binary Trees, with Python solutions.
A developer shares solutions and analysis for three LeetCode problems: Flipping an Image, Leaf-Similar Trees, and Maximum Depth of N-ary Tree.
A developer shares solutions and insights for three LeetCode tree algorithm problems: Invert Binary Tree, N-ary Tree Postorder, and Preorder Traversal.
A developer shares solutions and analysis for three LeetCode array problems: monotonic arrays, consecutive ones, and duplicate detection.
A developer shares optimal Python solutions for three LeetCode string problems, focusing on performance and clean code.
A developer shares solutions and insights for three LeetCode problems, focusing on bitwise operations, Fibonacci, and string manipulation.
A developer's daily LeetCode journal, analyzing solutions for Majority Element, Detect Capital, and SQL problems, focusing on algorithm optimization.
A guide to building and deploying Python-based Azure Functions using Azure DevOps pipelines, updated for general availability.
A developer's walkthrough of three LeetCode problems: URL shortening, BST insertion, and parentheses validation, with code and complexity analysis.
A blog post analyzing Python solutions to LeetCode problems like Two Sum and Valid Anagram, focusing on writing more idiomatic code.
A developer's log of solving three LeetCode problems, analyzing solutions and complexity for keyboard row, log sorting, and single number challenges.
A developer shares solutions and analysis for three LeetCode problems, focusing on algorithm efficiency and common pitfalls.
A developer solves three LeetCode problems, focusing on string reversal and array sorting, sharing Python solutions and complexity analysis.
A developer continues their Leetcode streak, solving problems in Python and analyzing performance, including sorting arrays by parity and robot movement.
Finishing a third-party integration by adding email notifications for web scraping changes and planning an admin dashboard.
A developer shares solutions and analysis for three easy LeetCode problems, covering array counting, binary tree traversal, and Morse code conversion.
Explores five different approaches to implementing polymorphism in Django models, a common challenge in Django ORM design.