Un par de cursos de Youtube sobre programación https://myblog.clonbg.es/un-par-de-cursos-de-youtube-sobre-programacion/ #Programación #VueJs #Python https://clonbg.es

Mastering Modern Time Series Forecasting by Valery Manokhin is on sale on Leanpub! Its suggested price is $54.95; get it for $42.46 with this coupon: https://leanpub.com/sh/BhXjxRf5 #ComputerScience #MachineLearning #Mathematics #Python #DataScience #DeepLearning #Education
Making a thing for the larp I go to (Empire) and it's getting me learning how to use a few new tools. It's a potion guide and substance identification manual. Cnc carved wood for the edge clamp (design in freecad). I used Affinity Photo to do the art trace of a photo of me in my character outfit. Book printed with aid of python and weasyprint. #cnc #python #larp #freecad #affinityphoto #weasyprint

お盆休みに「AIで議事録ツールをつくって。簡単なのでいいから」と言われたときのレシピ
https://qiita.com/R_28/items/dbcce690a69bf7964423?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
I'm writing a QAD MK-61 emulator in #Python, since I don't quite grok how it works., & I can't get my hands on an original. I'm using Cyrillic Class names, cause it's cool...
Supposedly, there is a company, in Russia, that can make small batches of RPN calculators for automation, &c. I looked up their address, and it's a garage complex, with a Youtuber, who does odd things with cars, like put one on the roof of his garage. But I don't think he makes calculators. I should make calculators.🤔
Well, I pushed through, here we are: Mastodon.py 2.1.0, with support for everything in Mastodon up to version 4.4.3, a bunch of new convenience methods, and some bugs fixed, is out! 🐍
Changelog: https://github.com/halcy/Mastodon.py/releases/tag/v2.1.0
Docs: https://mastodonpy.readthedocs.io/en/v2.1.0/
I have done it, posted my first app to test PyPI.
https://test.pypi.org/project/stdiceroller/
Try if you are interested. And any feedback, especially on the test PyPI package entry, is welcome and appreciated!
https://hachyderm.io/@snacktraces/115045389951794135
👨💻🐍Практичне програмування на #Python - курс від автора книги "Python Essential Reference"Девіда Бізлі.
https://dabeaz-course.github.io/practical-python/Notes/Contents.html
uv add rich
?!?!
Well now, thanks for making that easy for me.
(That is the uv command to add a dependency on your project, in this case the 'rich' library.)
New instance, so posting a new intro!
I've made it to my 40-something years old era and consider it a privilege.
I'm into slow fashion, human rights, crafting, cats, music, and cult horror and sci-fi movies. My latest obsession is with snails.
A few more of my interests:
#knitting #crochet #python #SlowFashion #folklore #snail #cats #sewing #candles #CozyGames #privacy #nature #introduction #NewHere
Today I am going to take that leap...
Posting my first app* to the test instance of PyPI. I love that this resource is available, thanks @ThePSF !
* - the app is of no real worth to put on the real PyPI, it just queries a web API for a dice roll and then displays the text to the user. I created this small app while learning UV.
Created while on this offer for helping others...
https://hachyderm.io/@snacktraces/115034991366391176
Any newbies want to follow along? Would be happy to pair with you. DM me.
I just published the first public version of my latest project:
https://github.com/neutrinoceros/runtime-introspect/
It is a (very) small #Python library that helps you diagnose what optional features the running interpreter has (think #free_threading, and #CPython's #JIT), what *state* they're in, and **why**.
I wanted something simple, yet portable and reusable to customize my pytest headers, so every session starts with a concise diagnostic.
Hopefully this is useful enough that others might want to try it out. Enjoy !