After I was done I did a test and asked Copilot to analyse the code and suggest 3 changes to make it better. It "found" 2 nonexistent errors and suggested to add a safe_correlation to catch cases of NaN values, even though my data doesn't have any missing values.
Overall, the experience was pretty poor. Which wasn't helped by #python's cryptic messages and vscode not providing easy access to documentation.
2/2
Well, it took me the whole day but I finally translated a short data analysis in #RStats to a jupyter notebook (it's for a prac and course uses #python). I expected it to be much easier using copilot, but the #LLM was pretty bad. It generated overall pretty bad code, including fucking up a merge operation (used "cross" instad of "inner") that crashed the kernel and unreadable matplotlib code.
1/n
Use #SNAP with #Python the simple way
Just a few simple lines of code to setup and execute a graph.
Stay tuned for more information.
#esa_snap #remotesensing #earthobs

Как научиться программированию разрабатывая игры
Если вы учились программировать в конце 80x-начале 90х, то наверняка делали это на ZX Spectrum, БК-0010 или MSX. Во всех этих компьютерах был встроенный язык програмирования. Кто-то начинал сразу с машинных кодов Радио-86РК. В любом случае первыми программами скорее всего были игры. Но любительское программирование началось задолго до 90х. Посмотрим, какие игры предлагались раньше для начинающих программстов и что из этого мы могли бы извлечь для себя сегодня.
https://habr.com/ru/articles/932262/
#C++ #python #издательство #обучение_программированию
Simulación reto OPC UA (Defcon 31) #conferencia #ctf #defcon #ics #python #retos #writeups
https://www.hackplayers.com/2025/08/simulacion-reto-opc-ua-defcon-31.html
Northern White-lipped Python aka D'Albert’s Water Python (Leiopython albertisii), family Pythonidae, found in New Guinea and a few small nearby islands
photograph by Tara Biron
via herpsandbirds
@photography
#photography
#snakes
#python

What if we could compose LLMs from reusable circuits? #NeuroScope could help get us there. #ai #mi #kr #javascript #python #smalltalk #catalyst #caffeine #squeakjs #webassembly
http://thiscontext.com/2025/08/11/a-new-adventure-mechanistic-interpretability-with-neuroscope/
I'm sorry... what? This HAS to be some LLM shittery. You CANNOT tell me that this long and unreadable nested for loop is the proper way of constructing a multi-panel plot in #python.

How Python is Fighting Open Source's 'Phantom' Dependencies Problem - Since 2023 the Python Software Foundation has had a Security Developer-in-Residenc... - https://developers.slashdot.org/story/25/08/11/025214/how-python-is-fighting-open-sources-phantom-dependencies-problem?utm_source=rss1.0mainlinkanon&utm_medium=feed #python
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_08_10
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

Simulación reto OPC UA (Defcon 31) https://www.hackplayers.com/2025/08/simulacion-reto-opc-ua-defcon-31.html #conferencia #writeups #Defcon #python #retos #ctf #ICS
@fd93 👍 Probably a good idea to always use virtual environments regardless (and use them liberally, e.g. a different one for every program you install). Much of modern #Python packaging infrastructure is not designed to handle conflicting versions of packages in one environment.