Hello FedVerse! I am searching for a job ad a Backend Developer.
I am a 6 year Python-Django Developer form Italy with also some familiarity with Flask, FastApi and Tornado. I am also familiar with Postgresql and web scraping and type of Api (Rest, Soap, GraphQL) and coding middleware.
Please PM me for resume information.
https://fundor333.com/micro/2025/09/searching-for-a-job/
#jobsofmastodon #fedihire #jobsearching #python
getting back to trying to port some stuff to #prefect today. having a heck of a time, though. i can't get the web-ui to connect to the db or show me flows/tasks/concurrency-limits but the cli stuff all does 🤷
ready to have this figured out already so i can get back to the actual code.
🎉🎉 PyCon UK 2025 is officially SOLD OUT! 🎉🎉
A huge thank you to everyone who grabbed a ticket 💜
We hope you’re as excited as we are, and we can’t wait to see you all in Manchester on Friday! 🐍✨
#PyConUK2025 #PyConUK #Python #TechEvents #Community #TechCommunity
the cyclic #twilight #matplotlib #colormap https://matplotlib.org/stable/users/explain/colors/colormaps.html Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_09_16
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

more #viridis Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_09_15
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

still searching for Python web framework that works for you? here is a list of popular Python frameworks and libraries in 2025 by PyCharm.
https://blog.jetbrains.com/pycharm/2025/09/the-most-popular-python-frameworks-and-libraries-in-2025/
#python #pythonprogramming #linux #ubuntu #debian #http #html5 #windows #webdev #web
Monday, September 15, 2025 – Progress Report 📘💻
• #Beyond365DaysOfCode Day 260
• #100DaysOfCode Day 260
• #freeCodeCamp
Daily Reading 📖
• ✅ freeCodeCamp News: Read 1 article
• ✅ Daily.dev: Read 1 article
Productivity Tools 🗂️
• Trello: Updated the board
Learning Platforms 🎯
• Codecademy: PHP
#freeCodeCamp #Python #TheOdinProject #Codecademy #LearningHabit

python3 -c "from datetime import datetime; d=(datetime(datetime.today().year,12,25)-datetime.today()).days; print(f'Only {d} shopping days until Christmas.')"

Cocotb v2.0.0 \o/
https://github.com/cocotb/cocotb/releases/tag/v2.0.0
#cocotb #flf #release #python #verilog #vhdl #icarus #ghdl #nvc #verilator
Hat jemand einen Tipp zum #Lernen von Programmiersprachen, konkret erstmal #Python? Also ein #Tutorial, eine Website etc.
Convert csv piped from stdin to sc format with #Python #32
#!/usr/bin/env python3
import sys
import csv
import string
letters = string.ascii_uppercase
reader = csv.reader(sys.stdin)
for row, fields in enumerate(reader):
for col, val in enumerate(fields):
if not val.strip():
continue
col_letter = letters[col]
print(f'leftstring {col_letter}{row} = "{val}"')

Připomínám svou zítřejší přednášku o Rustu na Pražském Pyvu. A přidávám malou ochutnávku ze slajdů. #python #rust
https://pyvo.cz/praha-pyvo/2025-09/
