A safe & welcoming space for everyone 🤝
Our Code of Conduct helps us keep PyCon DE & PyData open, respectful & kind.
https://pioneershub.github.io/pyconde-conference/code-of-conduct/
That’s how collaboration begins 💛
#PyConDE #PyData #Python #AI #Community

Hey Pythonistas! You could win a prize for filling out the 2026 Python Developers Survey 🎁 Take a few minutes to fill the survey and you'll have a chance to win #python #pythondevsurvey
https://surveys.jetbrains.com/s3/python-developers-survey-2026
New release of https://pypi.org/project/django-simple-analytics/!
#Python #Django #SimpleAnalytics
【.NET 10】C#がスクリプト言語になった? `dotnet run script.cs` で NuGet パッケージごと即実行できる新機能を試してみた
https://qiita.com/syaryn/items/334edee6b2c2811a99b2?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #C #NET #nuget #pep723
Я дал 100 AI-агентам равный бюджет — они изобрели кредиты под 15%
Дал 100 AI-агентам по 1000 токенов и одну цель — набрать максимум очков. Не программировал ни торговлю, ни кредиты, ни специализацию. Через двое суток агент №23 попросил у агента №91 займ под 15%. К 72-му часу — три банкира, 12 банкротов и коэффициент Джини 0.71. Внутри — код на Python, логи, распределение ресурсов. И честный разбор того в чем я до сих пор не уверен.
https://habr.com/ru/articles/1001646/
#AIагенты #мультиагентные_системы #emergent_behavior #LLM #Claude #экономическая_симуляция #Python #эмерджентность #кредитная_система
Python Combo That Nails Demo Set Membership Loop
Python Combo That Nails Demo Set Membership Loop 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.
https://www.youtube.com/watch?v=fErlrqRWRcs
“財源がないから” と教育を削るとなぜ国が貧しくなるのか ― 教育投資の二重効果を数式で見る : Pythonで学ぶ マクロ経済学入門 (44)
https://qiita.com/maskot1977/items/e4e2ced9791311fabbec?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #ChatGPT #ChatGPTに聞いてみた #マクロ経済学
Первые мысли питониста о Си на примере игры «камень-ножницы-бумага»
Привет, Хабр! Недавно я задумался: Python — не единственный инструмент, которым я хочу оперировать в своих инструментах. Python, понятно, легко освоить и он применяется везде, но язык-то не идеальный! Ресурсов требует много, да и время выполнения не ахти, а учитывая нынешние темные времена... Мне нужно что-то получше. В общем, тут я вздумал попробовать Си.
https://habr.com/ru/articles/1002612/
#рандом #си #python #питон #новичкам #история_it #каменьножницыбумага
【眺めるメモ帳】情報を浴びれるwebアプリを開発しました。
https://qiita.com/nakau0605/items/d6c9735ce0f7426a4fc6?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
#qiita #Python #JavaScript #初心者 #FindyTeamPlus_AI_2025
リトにブックマークを登録しました
リトで参照する #python #scraper #rito.blue
GitHub - D4Vinci/Scrapling: 🕷️...
venv?conda? Python周りの面倒な環境管理を一元化するVS Code拡張機能が登場/1年のプレビュー期間を経てMicrosoftが「Python Environments」を一般公開
https://forest.watch.impress.co.jp/docs/news/2087199.html
#forest_watch_impress #Python #Visual_Studio_Code #Python_Environments #プログラミング #Windows #Mac #Linux
Le framework d'API web #FastAPI a sorti une version 0.131.0 qui délègue à #Pydantic la sérialisation JSON de la réponse lorsqu'on utilise une annotation pour typer la réponse renvoyée par la route d'API plutôt que de définir une classe dans le décorateur qui définit la route (dans ce cas, c'est FastAPI qui gère la sérialisation). La sérialisation par FastAPI se fait alors plus rapidement, car elle est implémentée en #rust.
https://fastapi.tiangolo.com/advanced/custom-response/#json-performance
#Python #framework #web #rustification