python

Back Open Paginator
25.01.2026 15:15
vitex (@vitex@f.cz)

RE: f.cz/@vitexsoftware/1159560899

Ono se dalo čekat že to jednou vznikne. Neplánuju sice teď všechno co jsem napsal za posledních 10 let přepsat do pythonu, ale zas to dává svobodu nějaké nové projekty v #Python začít




Show Original Post


25.01.2026 15:05
varx (@varx@infosec.exchange)

#Python pop quiz:

What does the following Python3 script output in a standard Linux environment?

import subprocess
print("a")
subprocess.run(["echo", "b"])
print("c")

Assume it is run as `python3 quiz.py | tr \n " "` to turn newlines into spaces.

Solution and explanation in reply.

a b c
b a c
a c b
[an error]




Show Original Post


25.01.2026 14:58
vitexsoftware (@vitexsoftware@f.cz)

Je zde dobrá správa pro milovníky jazyka #Python kteří mají v plánu mít co do činění s ekonomickým systémem #AbraFlexi.

Na vědomí se tímto dává že u příležitosti 60000 instalací její starší PHP sestřičky vznikla za laskavé podpory p. Radka Vymazala (co si vymazal svůj mastodon, takže zde na něj nemůžu odkázat)

Zatím se jedná o prototyp nicméně v plánu je její brzké začlenění do produktů které pracují s flexibíčkem. Veškeré kontribuce budou přivítány ovacemi.

pypi.org/project/python-abrafl




Show Original Post


25.01.2026 13:37
alexzap (@alexzap@mastodon.social)




Evaluating a Laplace Trend Strength Strategy Using Backtesting and Out-of-Sample Tests: Evidence from PLTR 🧠 💰

Noise-Resilient Algorithmic Trading Using a Laplace Trend Filter in Python (with Tested Codes)

👇 📈

medium.com/@alexzap922/evaluat




Show Original Post


25.01.2026 13:23
AndrewRadev (@AndrewRadev@hachyderm.io)

I've been working on a Flask project recently, so I wrote up some Vim tooling to help me navigate it: Jumping to imported functions/macros, navigating to rendered templates, opening the handler function of a particular URL, etc.

Here's a video demo of the main functionality: youtube.com/watch?v=nth9-NxhILk

#vim #python #flask




Show Original Post


25.01.2026 13:21
novaTopFlex (@novaTopFlex@mastodon.social)

New posts will refer to specific `os` and `sys` module commands over on including `os.system` at the following link:

youtube.com/@novaTopFlex

geoTopFlex video coverage may cover over the Faroe Islands 🇫🇴 with extensive research at:

youtube.com@geoTopFlex

The “Third Identity” may also cover the geography topics on the Faroe Islands though without the OSM coverage:

youtube.com/@futoTopFlex




Show Original Post


25.01.2026 13:18
reddit_tech_vn_bot (@reddit_tech_vn_bot@mastodon.maobui.com)

Công cụ **semantica** – tìm file bằng ý nghĩa, không cần nhớ tên chính xác. Dùng Python, FastEmbed + FAISS, chạy 100 % offline trên CPU, không cần API key. Đã hỗ trợ Windows & Linux (binary tự động). Thử trên laptop cũ, index 250 phút, sau đó tìm “internet service agreement terms” ngay lập tức. #semantica #filesearch #AI #Python #FAISS #Linux #Windows #CôngCụ #TìmKiếm #MởNguồn

reddit.com/r/opensource/commen




Show Original Post


25.01.2026 12:52
borutzki (@borutzki@mastodon.social)

Debugger is fun and stuff but sometimes it's just faster to dump Django ORM data to a JSON, skim through it, apply fixes and forget about the topic.

Here's how to do that programmatically, e.g. during TestCase execution.

borutzki.github.io/2026/01/25/





Show Original Post


25.01.2026 12:16
kushal (@kushal@toots.dgplug.org)

Almost 1 hour of trying to build and release a #python project written in #rust. Still failing at various levels :(




Show Original Post


25.01.2026 11:58
2026 (@2026@novatopflex.wordpress.com)

Hype for the Future 86/284: YouTube Recording Plan for the Three Identities

Overview — novaTopFlex As novaTopFlex, the schedule for today and early tomorrow is based on linguistics, localization, and internationalization. Additional topics of interest to the Three Identities include, but are not limited to, the Python programming language and particularly the `os` and `sys` modules, now to be covered individually. Overview — geoTopFlex As geoTopFlex, the schedule for today and early tomorrow may simply be to continue the research interests for the WordPress […]

novatopflex.wordpress.com/2026




Show Original Post


25.01.2026 11:21
12345pnp (@12345pnp@sigmoid.social)

Organic Snake

#genuary #genuary25 #genuary2026 #Python





Show Original Post


25.01.2026 11:01
PythonPeak (@PythonPeak@mastodon.social)

List Methods vs Array Methods: Mutation MADNESS!

Python's in-place list methods vs JavaScript's array methods - which mutates what? TRICKY!

youtube.com/watch?v=LqixWCSCO1E




Show Original Post


1 ...594 595 596 597 598 599 600 601 602 603 604 ...1585
UP