This book provides a comprehensive introduction to the foundational concepts of machine learning (ML) and deep learning (DL). It bridges the gap between theoretical mathematics and practical application, focusing on Python as the primary programming language for implementing key algorithms and data structures. The book covers a wide range of topics, including basic and advanced Python programming, fundamental mathematical operations, matrix operations, linear algebra, and optimization techniques crucial for training ML and DL models.
Questo libro fornisce un'introduzione completa ai concetti fondamentali di machine learning (ML) e deep learning (DL). Colma il divario tra matematica teorica e applicazione pratica, concentrandosi su Python come linguaggio di programmazione principale per l'implementazione di algoritmi e strutture dati chiave.
https://arxiv.org/abs/2410.19849
#python #datastructures #deeplearning #machinelearning
My year 2025 in podcasts. Surprisingly, @GeschichteFM has overtaken @minkorrekt 🤯
I may have listened to a lot of older episodes 😊 #AntennaPodEcho #antennapod #minkorrekt #GeschichtenAusDerGeschichte
@python #python #podcast

Python Wizardry: Power Move Compare Remove
Python Wizardry: Power Move Compare Remove This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
#python #coding #programming #tu...
https://www.youtube.com/watch?v=DzQfFEL2RyQ
V - S1 EP12 Lab 7 - Machine Learning in Python - Type Hints Alone Do NOT - Enforce Types #learnpython #machinelearningbasics #mlforbeginners #algorithims #vscode #machinelearning #dataengineering #PythonForDataScience #codingforbeginners #python #jupyternotebook #softwaredeveloper #datascience #pythoncoding #datascienceforbeginners #machinelearningtutorial #machinelearningmodels #jupyterlabs #aiexplained #statistics
I love writing new routes with #python #fastapi. I know I’ve said this before but what a delightful framework.
#100DaysOfCode Day 2: Crypto-Zip with masked contained filenames: Today I implemented the renaming of the files. Filenams are renamed in a consistent, rule-based way (normalized case, IDs/timestamps, safe characters) so they are predictable and collision-free. The manifest is the map: it lists each original name, the new name, and metadata, so you can track, verify, and restore links.
This manifest will be encrypted later too.
Next: zipping with the different args!
#python #noAI
Groq is hiring Machine Learning Engineer, Post Training
🔧 #python #machinelearning
🌎 Remote; Toronto, Canada
⏰ Full-time
🏢 Groq
Job details https://jobsfordevelopers.com/jobs/machine-learning-engineer-post-training-at-groq-com-jul-7-2025-09ca9c?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Простенький RAG своими руками
Хочу поделиться, как страдал фигней в переывах от основной деятельности или маленькая история про то, как я хотел сделать «бот по wiki». Cпросил про наш проект, получил короткий ответ и пошёл дальше работать. Есть Confluence с описанием продукта (спецификации, docs), есть Python, внутренняя LLM, ну и кривые руки + немного времени. И да я не пайтон разработчик, мой максимум всякая автоматизация, поэтому смело пинайте мой код, я на нем не женат. Цель - чтобы бот мог отвечать на «объясни XXX». Идея вообще простая Берём Confluence, берем текст из нужных нам статей и индексируем в квадрант ([qdrant]( https://qdrant.tech/ )). Понятно, что всякие регламенты от QA и лишние шумовые документы не хочется засовывать в систему - мозг и так забит, зачем бота травить этим же? Поэтому входной параметр у нас -страница, от которой рекурсивно идём вниз по дереву страниц и собираем только релевантный контент.
https://habr.com/ru/articles/980004/
Looking back at EuroPython 2025 in Prague, a few months later, what really stays with me are the moments in between ✨
Speaking on stage mattered, but so did asking questions, time at the DSF booth, hallway conversations, and celebrating 20 years of Django together 🥳
Conferences like this remind me why community work is about being present, listening, and sharing space 💬
Timeline of my experience 👇
https://www.paulox.net/2025/08/08/my-europython-2025/
#EuroPython #Python #Django #Community #YearInReview
CC @europython

Lernen, Üben, Wiederholen – QuizApp
https://3ar.io/blog/lernen-uben-wiederholen-quizapp/

Would you like to read a year (and a bit) of the "And now for something completely different" bits from the Python 3.14 release notes collected into a single page? Great, here you go!
https://hugovk.dev/blog/2025/and-now/
#Python #Python314 #pi #pie #π #AndNowForSomethingCompletelyDifferent
🧩 Hướng dẫn nhanh: Thêm bộ đếm "Số quỷ còn lại" trong game 2D Tkinter. Tạo biến `counter = TOTAL_DEMONS`, giảm khi người chơi click quỷ (`counter -= 1`). Trong `update()` vẽ counter lên canvas cùng tọa độ chuột. Mã đầy đủ có sprite, di chuyển, và hiển thị HUD. Thực hành ngay để thấy số quỷ còn lại trên màn hình!
#Tkinter #Python #GameDev #LậpTrình #2DGame #GameDevelopment #PythonVietnam