Web frameworks shootout
A comparison of 5 popular Python web frameworks: API Star, Falcon, Flask, Django, and Pyramid, from a Python Frederick presentation.
A comparison of 5 popular Python web frameworks: API Star, Falcon, Flask, Django, and Pyramid, from a Python Frederick presentation.
Explains a surprising Python behavior where chained comparisons like `d + 2 * a > int(c) == b` are evaluated differently than expected.
A guide to installing the nightly build of Azure CLI 2.0 on Windows using PowerShell and Chocolatey for access to the latest Azure features.
Author celebrates the 2-year anniversary of their self-published 'Intermediate Python' book, which has reached over 520,000 readers.
An overview of the Pipfile format and pipenv tool for Python package management, including a link to a recorded presentation.
A recap of the first Python meetup in Lahore, discussing goals for PyCon Pakistan and community growth.
Explains the benefits of using Pipfile over requirements.txt for managing Python dependencies and how to get started.
A practical guide outlining essential tools, skills, and practice methods for beginners to start a career in data science.
Final post in a Pythonic code series about leveraging PyPI packages to write better Python code by using community-developed tools.
A Python script to check and warn about upcoming SSL certificate expirations, designed for easy use in environments like AWS Lambda.
A technical talk summary on building reliable software systems, covering key concepts, books, and practices from Site Reliability Engineering (SRE).
A review and tips for Georgia Tech's OMSCS CS6476 Computer Vision course, covering content, assignments, and personal experience.
Explores how to write Pythonic code by effectively using the Python standard library's built-in modules for tasks like CSV handling.
A guide for beginners on how to start learning deep learning using the Keras library, including recommended resources and prerequisites.
Explores Python's built-in functions like any, enumerate, and print to help developers write more idiomatic and efficient Python code.
A tutorial on building a Facebook Messenger bot that fetches and delivers content like memes and jokes from Reddit.
Explains the Python @property decorator as a tool for encapsulation and clean attribute access, contrasting it with Java-style getters/setters.
A tutorial on implementing distributed tracing in a Python microservices application using Zipkin and py_zipkin to monitor request latency.
A guide to recovering lost Python source code from a running process using pyrasite and uncompyle6.
A developer investigates and fixes a subtle bug in Python tests for Themis' Secure Comparator, caused by C integer overflows in ctypes.