Explore

programming × ~pycoders ×
  • screenshot

    TIL 095 – better test parametrisation in pytest

    Better Test Parametrisation in pytest This “Things I’ve Learned” post discusses how to take advantage of...

  • screenshot

    Shape typing in Python

    Shape Typing in Python This quick blog post shows you how to use Python type checking...

  • screenshot

    Django Girls Ekpoma on 27th April 2024

    Django Girls Ekpoma Workshop April 19 to April 21, 2024 DJANGOGIRLS.ORG

  • screenshot

    Python deque tutorial

    Python Deque Tutorial With 7 Example Use Cases This tutorial teaches the mechanics of the data...

  • screenshot

    Django Girls Eket on 16th March 2024

    Django Girls Eket Workshop March 15 to March 17, 2024 DJANGOGIRLS.ORG

  • Monkeying Around with Python: A Guide to Monkey Patching

    Monkeying Around With Python: A Guide to Monkey Patching Monkey patching is the practice of modifying...

  • screenshot

    Django Girls Cagayan de Oro City on 9th March 2024

    Django Girls CDO Workshop 2024 March 9 to March 10, 2024 DJANGOGIRLS.ORG

  • Six months with GitHub Copilot

    Six Months With GitHub Copilot Richard has been coding with GitHub Copilot over the past six...

  • screenshot

    Django Girls Ho on 24th February 2024

    Django Girls Ho February 24 to February 25, 2024 DJANGOGIRLS.ORG

  • Specialized Python libraries for Unique Tasks

    Specialized Python Libraries for Unique Tasks Python gets used for all sorts of stuff. This list...

  • screenshot

    A Deep Dive Into Python's functools.wraps Decorator

    A Deep Dive Into Python’s functools.wraps Decorator Take a deep dive into Python’s functools.wraps decorator to...

  • screenshot

    max is broken

    max() is broken The built-in function max in Python is broken and this article explains why,...