CythonでPythonの計算速度を最適化
https://qiita.com/kotai2003/items/102b3268d65f60d14429?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
長文なので要約すると、
・日本のPythonカンファレンスが2023年にアジア圏へ拡大開催
・代表理事、および関係者が自社の登壇予稿を贔屓で評価
・それ以外の登壇予稿についても不十分な評価プロセス
・問題を指摘したメンバーを晒し上げ、口頭恐喝
みたいなことがあったらしい
>PyCon JPの技術に対する不正の告発、及びに技術者と大衆に対しての警鐘 #Python - Qiita
https://qiita.com/python_bokume2/items/7aa80b73010919007581
So many cool @datasette applications today at #pybay ! most recently: @pypodcats used it to analyze the percentage of women on #Python podcasts and found that it's about 17% ! Thanks for sharing, @mariatta !
The afternoon @blackpythondevs presentations have just kicked off and are streaming live on their YouTube channel this afternoon. #python
http://blackpythondevs.com/leadership-summit-2024/
Even when I skip the CFP, I still land on screen. Thanks for the shoutout, Peter Wang! #pybay #python
My slide "Python-Type-Challenges" for @pybay 2024 (happening today!) is live:
https://docs.google.com/presentation/d/1GVPJI8MVKLQ_XTXUG07hdayjtw49QgFQunuV6ns0Dpk
I will talk about why I made Python-Type-Challenges, and how it works under the hood.
@pamelafox running source-heavy #python apps in #Windows sucks because of NTFS deficiencies and Defender. I can often get results from az in WSL in the time it takes for az on Windows to send the request. Exempting the site-packages folder helps but is too risky. Compiling(?) to .pyc files also seems to help, so maybe more apps can do that. az does but there are still many - at least one for each subcommand.
Counting Sheeps with Contracts in Python
https://colorsofcode.ghost.io/counting-sheeps-with-contracts-in-python/
Discussions: https://discu.eu/q/https://colorsofcode.ghost.io/counting-sheeps-with-contracts-in-python/
Lyon: RAG & LLMs, Le jeudi 26 septembre 2024 de 19h00 à 21h00. https://www.agendadulibre.org/events/30800 #python #github #rag #llms
Mi primer CRUD con Python https://myblog.clonbg.es/mi-primer-crud-con-python/ #Programación #Python #PyQT https://clonbg.es
https://simoncrowe.hashnode.dev/python-testing-part-2-dependency-inversion-with-service-functions
Setting up my dev environment on a few install of my OS. I have to say that this happens nearly instantly even if Python is not available on my system is a delight. What a difference #uv makes. Thanks @charliermarsh #python