Nice to see that PEP 751 support is coming to uv!
https://github.com/astral-sh/uv/pull/12955
21.4.2025 18:20Nice to see that PEP 751 support is coming to uv!https://github.com/astral-sh/uv/pull/12955#Python #DjangoDjangoCon US 2024 videos suddenly delisted and are not accessible. Not sure if I am missing something. Is there any information on this?
15.11.2024 08:44DjangoCon US 2024 videos suddenly delisted and are not accessible. Not sure if I am missing something. Is there any information on this?...My BlinkBeepSketch robot now has motors!
To maximize precision, I chose to use stepper motors. Due to uncertainties in the open-loop system, the more the robot moves, the more it will diverge from its course.
I bought a couple of 28BYJ-48 motors, the A4988 driver, and connected them to an ESP32. Wrote a MicroPython script to toggle the STEP pin and verified that the motor works as expected.
Details at https://dstav.com/choosing-motors-for-the-sketcher-robot
19.5.2024 19:11My BlinkBeepSketch robot now has motors! To maximize precision, I chose to use stepper motors. Due to uncertainties in the open-loop system,...I am planning to build a small, low-budget educational robot, that will draw simple shapes on paper! It is called BlinkBeepSketcher.
Let's see how it goes!
https://dstav.com/building-blinkbeepsketcher-robot
25.4.2024 14:18I am planning to build a small, low-budget educational robot, that will draw simple shapes on paper! It is called...TIL of Python's `math.isclose()` which allows you to determine if two values are close, given a tolerance.
You can provide relative tolerance which takes into account the magnitude of the numbers. You can also provide an absolute tolerance.
https://docs.python.org/3/library/math.html#math.isclose
29.9.2023 12:28TIL of Python's `math.isclose()` which allows you to determine if two values are close, given a tolerance.You can provide relative...I find Color.review tool very useful when choosing colors. Most tools I used in the past, let you know whether the colors you chose are compliant with WCAG AA and AAA levels. This tool let's you visually understand how far you are from achieving these levels, and easily choose a color that is compliant.
#webdev #django #accessibility
6.9.2023 12:48I find Color.review tool very useful when choosing colors. Most tools I used in the past, let you know whether the colors you chose are...TIL about Responsively App that lets you view and interact with a website across multiple devices, though the same window. You can check your design's responsiveness much more efficient while developing.
AGPL-3.0 license
https://github.com/responsively-org/responsively-app
4.8.2023 08:38TIL about Responsively App that lets you view and interact with a website across multiple devices, though the same window. You can check...Hello #django friends. I have release a small django package for displaying messages from django.contrib.messages as notifications in the browser.
I chose accessible colors according to the WCAG (2.1) AA contrast levels.
Check it out and let me know if you have any feedback of suggestions.
https://github.com/demestav/django-messages-display
13.11.2022 18:48Hello #django friends. I have release a small django package for displaying messages from django.contrib.messages as notifications in the...⬆️
⬇️