~pycoders | Bookmarks (449)
-
Build a Dice-Rolling Application With Python – Real Python
Build a Dice-Rolling Application With Python In this step-by-step project, you’ll build a dice-rolling simulator app...
-
Sustainable Coding, and how do I apply it to myself as a Cloud engineer?
Sustainable Coding: How Do I Apply It as a Cloud Engineer? Choices we make as programmers...
-
Font Ligatures for your Code Editor and Terminal
Font Ligatures for Your Code Editor and Terminal A font ligature combines two characters into a...
-
pydis_survey_2024-Copy1
Python Discord 2024 Survey Report The Python Discord server does an annual survey. This page is...
-
The Boolean Trap
The Boolean Trap Often when using a Boolean in an API you are making the API...
-
Python while Loops: Repeating Tasks Conditionally Quiz – Real Python
Quiz: Python while Loops: Repeating Tasks Conditionally REAL PYTHON
-
Episode #242: Eric Matthes: Maybe Don't Start With Unit Tests – The Real Python Podcast
Maybe Don’t Start With Unit Tests Should you always start testing your code with unit tests?...
-
Creating Open Graph Images in Django for Improved Social Media Sharing
Open Graph Images in Django for Social Media The Open Graph protocol specifies metadata for a...
-
Working With Python Polars – Real Python
Working With Python Polars Welcome to the world of Polars, a powerful DataFrame library for Python....
-
Beating LinkedIn “Queens” with Python
Beating LinkedIn “Queens” With Python LinkedIn publishes a daily logic puzzle called “Queens” that is a...
-
ASCII control characters in my terminal
ASCII Control Characters in My Terminal Ever wonder about those ASCII control characters in your terminal,...
-
Bytes Objects: Handling Binary Data in Python – Real Python
Bytes Objects: Handling Binary Data in Python In this tutorial, you’ll learn about Python’s bytes objects,...
-
Which Python GUI library should you use in 2025?
Which Python GUI Library Should You Use in 2025? This post compares the Python GUI libraries...
-
GitHub - codegen-sh/codegen: Scriptable interface to a powerful, multi-lingual language server built on top of Tree-sitter
codegen-sdk: Scriptable Interface to Tree-Sitter GITHUB.COM/CODEGEN-SH
-
GitHub - tmarktaylor/phmutest: Detect and troubleshoot broken Python examples in Markdown
phmutest: Troubleshoot Python Examples in Markdown GITHUB.COM/TMARKTAYLOR
-
GitHub - mljar/variable-inspector: Explore variables in Jupyter notebooks
Variable Explorer in JupyterLab GITHUB.COM/MLJAR • Shared by Piotr Plonski
-
GitHub - adamchainz/time-machine: Travel through time in your tests.
time-machine: Travel Through Time in Your Tests GITHUB.COM/ADAMCHAINZ
-
GitHub - garrettj403/SciencePlots: Matplotlib styles for scientific plotting
SciencePlots: Matplotlib Styles for Scientific Plotting GITHUB.COM/GARRETTJ403
-
Good programmers worry about data structures and their relationships
Good Programmers Worry About Data Structures and Their Relationships This opinion piece discusses a quote from...
-
Exploiting Python pickles
Exploiting Python Pickles Python has a built-in mechanism for serializing and deserializing objects known as “pickling”....
-
Django security releases issued: 5.1.7, 5.0.13 and 4.2.20
Django Security Releases: 5.1.7, 5.0.13 and 4.2.20 DJANGO SOFTWARE FOUNDATION
-
What Is the Python Global Interpreter Lock (GIL)? Quiz – Real Python
Quiz: What Is the Python Global Interpreter Lock (GIL)? REAL PYTHON
-
Python while Loops: Repeating Tasks Conditionally – Real Python
Python while Loops: Repeating Tasks Conditionally In this tutorial, you’ll learn about indefinite iteration using the...