Within ANNs, one of the key paradigms is supervised learning, a powerful approach that enables the network to learn from labeled training data[..]
#python
Forecasting with `ahead`
https://thierrymoudiki.github.io/blog/2021/10/15/r/misc/ahead-intro
#Python #DataScience #MachineLearning #rstats #Techtonique

Top Four funniest things about Python (language by Guido):
4. IDLE IDE named after Eric.
3. import antigravity
2. import turtle; turtle.reset(); turtle.forward(100); whee!
1. How incredibly irate whitespace indenting makes faux-traditional programmers (knows of Algol but is unaware of/disrespects FORTRAN).
#python
F is for f-strings
Combining string literals and values of variables has never been as smooth as it is with f-strings.
I share my most used recipes for filename zero padding, print output aligning, debugging and percentages with Python's f-strings.
Mobileye is hiring Python Infrastructure Tech Lead
🔧 #python #techlead
🌎 Jerusalem, Israel
⏰ Full-time
🏢 Mobileye
Job details https://jobsfordevelopers.com/jobs/python-infrastructure-tech-lead-at-mobileye-com-jan-13-2026-670c62?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
048 REPL Calculator - Comprehensive Python In Tamil
https://k.libl.in/48cpt
PEP 841: Adding Frozen Syntax to Optimize Immutable Types
@mgorny The good news is that was merged in 2024 but never actually released, so this change only affects those using unreleased source directly? And it's been archived on PyPI, so perhaps find a replacement.
#Python #flit
So apparently pipenv doesn’t like installing from private Bitbucket (and maybe other?) repos with ‘git+https://{username}@{bitbucket.org}/{project}/{repo}.git@{branch}’ syntax.
It kept setting the git to username and ref to the rest of the url, and then failing because it tried to fetch dependencies that didn’t exist or something. I suspect it’s to do with the first ‘@‘ symbol between the username and the bitbucket domain.
Took me aaaaages to work it out, but managed to workaround it by creating the Pipfile entry manually, and then pipenv install to install from the Pipfile 🎉
It was hard, and frustrating. But I learned stuff, and got the good satisfaction feelings when I succeeded 🥰
#numpy #lerp
The sketch-a-day archives and tip jar are at: https://abav.lugaralgum.com/sketch-a-day Code for this: https://github.com/villares/sketch-a-day/tree/main/2026/sketch_2026_08_06 #Processing #Python #py5 #CreativeCoding
@screwlisp I think there's a confusion of two things there, the LISP compiler:
https://en.wikipedia.org/wiki/CMU_Common_Lisp
Guido's Python is unrelated, came out of his ABC language (which I played with a bit on the ST in college) & Monty Python jokes. It's not a snake.
#python
While I am still AWOL myself, I got an interesting piece of trivia from the guy who run's NZ's #python stuff.
a. Pre- #lisp, the python program was so named "because it could swallow the whole pig". (!).
b. The early versions of python (moderne) explicitly had cmucl lisp python compatibility functions, which were dropped after it became independently popular aside from its name collision at universities.
Though his source was "he googled it" so I dunno, I don't partake in that personally.