Explore

python × ~pycoders ×
  • screenshot

    Jupyter & IPython terminology explained

    Jupyter & IPython Terminology Explained Are you trying to understand the differences between Jupyter Notebook, JupyterLab,...

  • Home - PyCascades 2024

    PyCascades 2024 April 5 to April 9, 2024 PYCASCADES.COM

  • screenshot

    Django security releases issued: 5.0.3, 4.2.11, and 3.2.25

    Django Security Releases Issued: 5.0.3, 4.2.11, and 3.2.25 DJANGO SOFTWARE FOUNDATION

  • screenshot

    Asyncio Patterns in Python

    Asyncio Patterns in Python This post talks about how to go from a slow, synchronous process,...

  • 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...

  • 6 ways to improve the architecture of your Python project (using import-linter) | Piglei

    Improve the Architecture of Your Python Using import-linter For large Python projects, managing dependency relationships between...

  • screenshot

    Django Girls Cagayan de Oro City on 9th March 2024

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

  • screenshot

    PyCon SK 2024, Bratislava

    PyCon SK 2024 March 15 to March 18, 2024 PYCON.SK

  • screenshot

    Sourcery | Instant Code Review for Faster Velocity

    Blocked by Slow Code Reviews? Here’s How to Stop Waiting Code reviews are great - but...

  • screenshot

    Summary of Major Changes Between Python Versions

    Summary of Major Changes Between Python Versions This article is a quick reference covering the major...

  • 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

  • screenshot

    Django security releases issued: 5.0.2, 4.2.10, and 3.2.24

    Django Security Releases Issued: 5.0.2, 4.2.10, and 3.2.24 DJANGO SOFTWARE FOUNDATION

  • Specialized Python libraries for Unique Tasks

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

  • screenshot

    Python Debugging Handbook – How to Debug Your Python Code

    Python Debugging Handbook “Programming is an art, and bugs are an inevitable part of the creative...

  • screenshot

    DSF calls for applicants for a Django Fellow

    DSF Calls for Applicants for a Django Fellow DJANGO SOFTWARE FOUNDATION

  • screenshot

    DjangoCon Europe 2024 CFP Now Open

    DjangoCon Europe 2024 CFP Now Open DJANGO SOFTWARE FOUNDATION

  • screenshot

    Django bugfix releases issued: 4.2.9 and 5.0.1

    Django Bugfix Releases Issued: 4.2.9 and 5.0.1 DJANGO SOFTWARE FOUNDATION

  • Where Have You Installed Your Python Packages? | Pixelstech.net

    Where Have You Installed Your Python Packages? This article introduces virtual environments and what it means...

  • screenshot

    My proof-of-concept record type

    My Proof-of-Concept Record Type As part of a conversation as to whether Python should include a...

  • screenshot

    TIL 088 – Python's soft keywords

    Python’s Soft Keywords Python includes soft keywords: tokens that are important to the parser but can...

  • screenshot

    Banish state-mutating methods from data classes

    Banish State-Mutating Methods From Data Classes Redowan has strong opinions on reserving dataclasses for data-class purposes...