ID.me is hiring Software Development Engineer VI - Biometrics
🔧 #cplusplus #golang #java #javascript #python #ruby #terraform
🌎 Mountain View, California
⏰ Full-time
🏢 ID.me
Job details https://jobsfordevelopers.com/jobs/software-development-engineer-vi-biometrics-at-id-me-jan-23-2025-cfd9dd?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
import matplotlib.pyplot as plt
numpy as NP
X = np.random.randint(0, 100, (40))
Y = np.random.randint(0, 100, (40))
fig, ax = plt.subplots()
ax.scatter(X, Y, s = 42)
Der #python Übungscode von Panda noch einmal hier abgetippt.
Ich: ich bin komplett im Eimer.
Ich auch kann nicht schlafen erst einmal ein Buch in Fraktur Schrift lesen, etwas über Englisch und Mathe lernen und einen #python lerncode machen für das ich unter anderem NumPy und Matplotlib.pyplot brauche.
If you're interested in using Python for music, whether that's algorithmic composition, computational music theory, or musicology, you've doubtless encountered music21. It's great, but can be a bit prickly. MIT has a great Open Courseware course with music21's creator, Michael Scott Asato Cuthbert, and it's really great! (Yes, that was the third time I said 'great' and that was the fourth.)
#python #algorithmicComposition #musicTheory #music21 #great #fifth
https://ocw.mit.edu/courses/21m-383-computational-music-theory-and-analysis-spring-2023/
does anyone know how to plot a Numpy array as a bitmap using plotnine (ggplot) ?
I've tried searching for the right geom, and I think it is geom_raster but can't find any example code snippets
previously I would have used matplotlib's imshow() .. but I am trying to wean myself onto ggplot
This Python snippet shows how to draw a chessboard using NumPy and Matplotlib. The code creates an 8x8 matrix with alternating 0 and 1 values to represent black and white squares, then visualizes it using imshow. It demonstrates how simple array operations can generate patterns and how Matplotlib can convert data into visual output, which is useful for data visualization, simulations, and computer vision experiments.
#Python #NumPy #Matplotlib #Coding #DataScience #PythonProgramming

Today I discovered python's new "match" - which other languages have as a case / switch
https://www.askpython.com/python/python-switch-case-statement
I often don't like new python features as I see them as bloat, or see them as not designed to user experience in mind.
'match' seems pretty good and definitely an improvement over the old if /else if / else if / else if ..
Also HomeAssistant, ESP32, even C++ are all new to me - sure this code works but it's honestly so embarrassing to have someone else look at it. At least the predecessor to this, a set of #Python scripts, has a nice GUI and TUI interface. I had no experience with TUI prior to starting this by the way, so I learned everything by doing it. But I'm sure the code is ugly and bad and gross and I don't know if I want someone seeing it and judging me. 😳
New screencast about how all iteration is the same in Python.
In Python (largely thanks to our embrace of duck typing), looping is looping.
https://www.youtube.com/watch?v=MyFbN69rgPY
I don't want to start a flame war or anything, but I spent half of today #VibeCoding a solar system exploration #game and a #python program to create montages of the images in a folder. Also started on a modern #WindowMaker Dock App for #Fluxbox.
Imagine what I (barely amateur level programmer) will be able to (as an LLM to) do in a couple of years? Will it destroy Open Source? Will it end proprietary software? How will the powers that be capture it and monetize it?
Checking whether iterables are equal in Python: https://trey.io/0frqkp
We want DjangoCon US 2026 to be accessible to as many people as possible 💙
🎟️ Opportunity Grants are open now, with applications closing March 16.
👉 Apply here: https://forms.gle/xYSsdAGR5RbvtH9q7
#DjangoConUS #Django #OpportunityGrants #Python