V - S1 EP10 T3 - Machine Learning in Python - Understanding - Class Type #datascienceforbeginners #vscode #python #pythoncoding #machinelearningmodels #algorithims #datascience #dataengineering #machinelearningbasics #jupyterlabs #softwaredeveloper #mlforbeginners #machinelearningtutorial #machinelearning #statistics #learnpython #PythonForDataScience #codingforbeginners #jupyternotebook #aiexplained
#adventofcode en #python, jour 7.
J'ai mis un peu de temps à comprendre exactement ce qu'on cherchait à calculer, mais après l'implémentation est allée toute seule. J'ai bien aimé celui-ci.
https://notes.adfoucart.be/aocode25/day7.html
30 Python Projects in Tamil
30 #Python Projects in Tamil This Video covers 30 Python Projects that include NLP, Web Applications, Database Connectivity, ... source
https://quadexcel.com/wp/30-python-projects-in-tamil/
Auriez-vous eu peur de rencontrer Mr Spike?
⭐️ Étudiante magicienne à propriétaire d’un serpent - Episode 76
🎙️ Cindy l’a Dit - Podcast de Cindy Cinnamon
🎧 http://www.CindylaDit.com
📲 Disponible sur: SoundCloud, Spotify, Apple Podcast, iHeart, Amazon Music, Deezer, BaladoQuebec, Audible, Castbox, Podcast Addict et plus encore!
#CindylaDit #CindyCinnamon #Python #MrSpike #Snake #Serpent #Magic #Magie #Show #Spectacles #Podcast #ShowGirl #Feature #Quebec #Balado #Audio #Emission

📝 Advent of Code 2025 Day 7: Laboratories
Another day, another grid puzzle. I made use of a Position class I wrote previously, and used a nice little breadth-first search to get the job done.
#python #AdventOfCode2025 #programming #coding
Ah the first day where the magic cache decorator comes to the rescue. Always looking forward to those #python #adventofcode #aoc2025
--- Day 7: Laboratories ---
https://github.com/sixhat/adventofcode.com/blob/main/2025/aoc2025-7-12.py
https://adventofcode.com/2025/day/7
A day of climbing up and down the Xmas Tree. Or is it down and up?
The trick was to get the best representation of what was going on.
A pencil and paper drawing helped to clear the mechanism of
quantum tachyon manifolds. Post-modern physics is clearly kids play.
tags: #AdventOfCode #python #pragrmming #xmas #coding
"Why I forked instead of taking the easy way out"
5 years abandoned, 1 afternoon to revive it
https://en.andros.dev/blog/7134f59f/why-i-forked-instead-of-taking-the-easy-way-out/
#python #django
Publico nuevo artículo:
«Por qué hice un fork en lugar de tomar el camino fácil»
5 años abandonado, 1 tarde para revivirlo
https://andros.dev/blog/87b1d81e/por-que-hice-un-fork-en-lugar-de-tomar-el-camino-facil/
#python #django
🕹️ 24 jours de #Python / #Pyxel
Jour 7: https://24jdpp.forge.apps.education.fr/jour.html?j=7
Pour des activités en classe, pour ceux qui veulent découvrir Pyxel et/ou se préparer pour la Nuit du Code (www.nuitducode.net).
Content warning:Advent of Code Solution - Day 7 (Python)
Once I pulled my head out of my ass this wasn't horrible. Part 1 was straightforward, decided to do some set stuff and managed to get it right the first time. Part 2 made my brain hurt a bit because all of the ideas that came to me were very, very slow and memory intensive. Then decided to scrap it and just do what the directions told me to do: count the paths...so I replaced the dumb with a dictionary which was so much better as an idea.
Solution: https://git.jamesthebard.net/jweatherly/advent-of-code/src/branch/main/2025/07/solution.py
#aoc #aoc2025 #adventofcode #adventofcode2025 #programming #python