A PyQt5 application to convert colors from one color format to various others.
python
My latest blog post: Simplify VCD
https://mikecoats.com/simplify-vcd/
Simplify VCD is a tool designed to make working with Value Change Dump (VCD) files more efficient and faster. This tool enables users to clip sections of VCD files, trim irrelevant data, and reduce the resolution to a more manageable timescale, significantly improving processing speed and usability.
#code #electronics #embedded #hardware #openSource #python #software
Pessoal dos BLAMERS, que que cês recomendam de gerador de site estático? Eu preciso de algo que suporte formulas em LaTeX e que tenha mais cara de homepage do que de blog ou documentação.
Uso SPHINX para as páginas das Disciplinas e comecei a usar o Nikola para a homepage/blog, mas não animei tanto com ele. Se for feito em python, é um plus.
🇫🇮🐍 Welcome to our next meetup on Wednesday 19th March 2025 at Taiste:
Talks:
✒️ @hamatti - Why developers should write blog posts
💉 Sakari Cajanus - Dependency injection in Python (or why Python is not Java)
🦀 Mislav Novakovic - Refactoring to Rust
And the famous HelPy quiz!
https://www.meetup.com/helpy-meetups/events/306522919/
Please also drop us a line if you’d like to give a talk in April or beyond ⭐
#HelPy #Helsinki #Python #meetup #writing #blogging #DependencyInjection #Rust
The Django 5.2 pre-releases are already our most downloaded preview releases ever! Thank you to everyone who has taken the time to try out the previews and provide feedback 💚
If you haven’t already – there’s still time! Up next is a release candidate version, with the final 5.2 release scheduled for April.
View our beta release announcement for more info 👉️ https://www.djangoproject.com/weblog/2025/feb/19/django-52-beta-1-released/
Django people who deploy to a VPS: What is your current setup?
I've always used Ubuntu, Postgres, gunicorn, and nginx. But I'm curious how people have deviated from that approach.
Mostly thinking about small to medium projects, which run from a single server.
🎈🐍🎈 Exciting news! I've joined @sovtechfund's Sovereign Tech Fellowship to maintain critical digital infrastructure in the #Python world!
https://hugovk.dev/blog/2025/im-excited-to-join-the-sovereign-tech-fellowship/
And meet my fellow Fellows:
https://www.sovereign.tech/news/meet-the-sovereign-tech-fellows
Happy #PiDay! Today’s 3.14 challenge for you all: Try out our Django 5.2 pre-release, with the #Python 3.14.0 alpha 6 scheduled to be released today 💥🚀
🚀 Django London is live!
Kicking off the evening with Sage Abdullah @laymonage presenting:
🎤 Run your tests against Django’s main!
Django is exploring ways to handle security disclosures made publicly in issues/PRs instead of following our documented process. Other Python projects, how do you handle such cases? Share your insights! Also, if you're on GitHub, feel free to upvote & join the discussion: https://github.com/orgs/community/discussions/154262 🚀 #Python #Django #Security
How to use Django like a Java developer
https://gist.github.com/oscarychen/acc70425f24b936a9673bf12e9dc0603
Discussions: https://discu.eu/q/https://gist.github.com/oscarychen/acc70425f24b936a9673bf12e9dc0603
Ever wonder why the #Django `date` filter uses formats from PHP?! I did! 😂
So, I made a `dateformat` filter which uses the normal #Python `strftime` format strings (cheatsheet here: https://strftime.org). Docs for the new filter: https://dj-angles.adamghill.com/en/latest/filters/dateformat.html
New `dj-call` and `dj-model` mappers were also added. Docs for the tags: https://dj-angles.adamghill.com/en/latest/tag-elements.html
Both included in the newly published 0.17.0 of `dj-angles`. ✨
📖 https://dj-angles.adamghill.com/
📦 https://pypi.org/project/dj-angles/
🛠️ https://codeberg.org/adamghill/dj-angles
Calculate #pi with #python for #piday
#!/usr/bin/python3
from decimal import *
import sys
getcontext().prec = 40
c = 0
s = Decimal(1);
pi = Decimal(3);
n = int(sys.argv[1])
for i in range(2, n * 2, 2):
pi = pi + s * (Decimal(4) / (Decimal(i) * (Decimal(i) + Decimal(1)) * (Decimal(i) + Decimal(2))))
s = -1 * s
c = c + 1
print (c, (pi))
I just published the source code for my very naive #Python implementation for generating a node network based on MITRE Intrusion Sets and Techniques. It will output linked #Markdown files linking intrusion sets to their used techniques.
Perhaps someone finds it useful or interesting to experiment with.
Source code: https://github.com/cstromblad/markdown_node
I hinted at this in a thread started by @Viss where he asked for input on a few very likely malicious domains. Me @Viss @cR0w @neurovagrant and others did some OSINT fun work with a couple of the original domains.
It was this thread: https://mastodon.social/@Viss/114145122623079635
Now I posted a picture of a node network rendered in Obsidian and I hinted that perhaps Obsidian could be used as a poor mans version of performing threat intelligence work.
#lispyGopherClimate @kentpitman #live #interview #computerScience #programming #lisp #commonLisp #python with some special announcements and releases.
#teco #emacs #conditions
https://archives.anonradio.net/202502120000_screwtape.mp3
#archive Thanks for the incredible interview and livechat everyone!
Interview 1 / ?
Please drop questions here beforehand or join us live in #lambdaMOO as always !
telnet lambda.moo.mud.org 8888
co guest
@join screwtape
Django 5.2 has arrived! 🚀https://www.djangoproject.com/weblog/2025/apr/02/django-52-released/ Featuring a composite of new features – auto-importing models in the shell. Composite primary keys (!?!). BoundField overrride improvements.
Version 5.2 is Long Term Support (LTS) 👉️ 3 years of support, until April 2028.
We hope you like it! #Python #OpenSource
I present to you my latest creation!
Exitfool!
Ever mistyped something and decided to share it on mastodon?
Now you get to bare the consequences!
Attn📣 @pycon US attendees: we've got a bunch of fun stuff planned for the PSF booth! Make sure to stop by starting tomorrow at the Opening Reception 🐍🎉
Look for posts over the next couple of days about everything you can do at our booth ✨🎮🤝
Please boost! #FediHire
I'm looking for my next role as a program manager, team lead, or senior developer.
- 20+ years in open source
- 6 years experience in web dev with #Python, #Django, HTML, bootstrap
- 7 years experience in C, Linux kernel, embedded systems
My passions lie at the intersection of open source software development and creating welcoming spaces for people to learn and grow.
I'm currently the program manager for a technical internship program. I work remotely with a team of 4 people in New York, Brazil, and Nigeria.
Looking for a fully remote role. I'm open to relocation outside the USA.
Resume here: https://sage.thesharps.us/hire-me/
DM me or send an email to sage at thesharps dot us
We’re excited to introduce our Google Summer of Code 2025 contributors!
These amazing folks will be working on impactful projects that will shape Django’s future.
Meet the contributors 👇
🧵 (1/5)
#Django #GSoC2025 #OpenSource #Python
Would you like to learn the very basics of #programming? I can teach you.
I like to teach #Python in the context of making drawings, if you already know how to program but would like to learn some Python or some #CreativeCoding, I can help! Maybe you know someone who would enjoy this?
Schedule a free chat with me and we can discuss further details like time availability and my rates. All my teaching materials are free and open, but I need income to keep producing them. Some generous people make small recurring donations. https://abav.lugaralgum.com/links
🐍🚀🎨 Pillow 11.2.1 has been released!
What happened to 11.2.0?
Two things: we added AVIF support which made the wheels much bigger, and we hit the PyPI project size limit before the release could be fully updated.
11.2.1 instead has AVIF support but needs to be built from source. We'll look into including AVIF in wheels in a future release so that the size doesn't increase so much.
This release also adds Arrow support and more:
https://pillow.readthedocs.io/en/stable/releasenotes/11.2.1.html
PyLadiesCon now has our own open source conference management tool at https://portal.pyladies.com
We have code, unit tests, and docs!
I announced it in the Community Organizers Summit at PyCon US. Check my slides to learn more.
🐍 #PYTHON is the #1 CODING LANG for 🍼 🐤 #Beginners!! Past decade BEING USED EXCLUSIVELY FOR #IP_THEFT mostly out of 🇮🇳 #India
🐍 #PYTHON THE #1 GO TO LANG FOR #BEGINNERS! 👶
BC LETS FACE IT.. you do not have the #talent OR #SKILLS to use A complete MAINSTREAM Software LANGUAGE/STACK.
~YOU ARE #AMATUERS~ and with 300k project management hrs under belt we can PROVE WHO'S WHO AND WHAT'S WHAT!
And that is what you Cowardly JEWS are afraid of or WORSE;)
YOU ARE ALL #SOFTWARE #BEGINNERS at best! (and you don't even know it? bc in reality your an #EX_BlackHatter who learned easy peasy 🐍 Python for #theft to begin with, but now you THINK you are a #programmer.. rotflmao!
Been hiring oversea programmers for 2 decades (20 years) over 300k hrs!
You have been taught and TRAINED ON #INFERIOR_SOFTWARE/STACK USED FOR #IP_THEFT.
THAT'S right you and #MANY OTHERS #LEARNED IP THEFT #NOT SOFTWARE #PROGRAMMING >> MOSTLY OUT OF INDIA and why all the BIG TECH #THIEVERY you see in the USA!?
Majority are all CEO's (Google) from 🇮🇳 #India! They EXALT good liars in that country as if its something special??
NONE OF YOU HAVE SKILLS FOR REAL LEGIT USE #IN_THE_WILD #PROGRAMMING EXPERIENCE.
#USE_CASE MEANS Fantasy 🏈 football! You all got NOTHING! NADA! ZILCH! Just Hype that doesn't pay the rent ;)
WHEN AND IF YOU FINALLY DISCOVER #CASE_USE THEN YOU MIGHT HAVE SOMETHING..💤 Wake me up when if you ever get there?
REAL #PROGRAMMING JOBS FOR ALL COMING SOON!
📛 DISCLAIMER: We Cover the 'Way' the #News is #COVERED_UP! 👿
WELCOME TO #DECENTRALIZED_GLOBALIZATION 🌐 #GLOBALIZATION is NOT Dead! It's just the Beginning!..
The NEW DIGITAL GLOBAL ORDER | NO NATIONALITY LEFT BEHIND | COMING SOON! 🌏 🌍 🌎
🔴 The #Next #Global_Superpower Isn't Who You #Think 🧠 WHO is TastingTraffic.com?
🧠 https://youtu.be/uiUPD-z9DTg
DavidV: 25 YEARS 24/7 Experience:
* Software Architect (PhD) Supervisor -25 years 300K PMS (project management) hours
* EXPERT BLACK BOX TESTER (1999)
* Founder of WebTafficCops.com the 1ST Dedicated CLICK FRAUD ENGINE on the Planet (1999)
* Founder of SEO (Search Engine Optimization, (1999)
* Founder of RTB (Real Time Bidding (1999)
* Founder of HFT (High Frequency Trading 2001)
* Founder of the first Screen Recorder (Applets) on the Planet (2000)
* Founder of DEVSECOPS (2000)
* Founder and CREATOR OF #BULLETPROOF #cryptocurrency FULL PRIVATE NODES via WWW since 2016 and MERCHANT INTEGRATION.
🍷 🍾 #TASTINGTRAFFIC_LLC | The Largest (WWW) #DIGITAL_TRAFFIC PROVIDER in the WORLD since 1999.
We Move Eyeballs®
http://WeMoveEyeballs.com
Market place®
http://TastingTrafficSupportChat.as.me
Explore TastingTraffic®
https://tastingtraffic.net/explore
WithBrains.com Social®
https://withbrains.com/@davidv
TASTINGTRAFFIC_LLC are NOT affiliates of this provider or referenced images used. This is NOT an endorsement OR Sponsored (Paid) Promotion/Reshare.