Всё начиналось с библиотеки six, что означает цифру 6 и является результатом умножения 2*3 (напомню что six это библиотека для написания кода одновременно совместимого для Python 2 и 3).
Но как обычно всегда найдется тот, кому не всё понравится и он напишет свой вариант) В итоге получаем небольшой ряд "числовых" библиотек примерно для одного и того же
https://pypi.org/project/six/
https://pypi.org/project/eight/
https://pypi.org/project/nine/
Выглядит забавно. Я решил проверить, есть ли другие библиотеки с числом в названии, хотя бы до 20. И вот что нашлось:
https://pypi.org/project/one/
https://pypi.org/project/two/
https://pypi.org/project/three/
four - свободно
https://pypi.org/project/five/
https://pypi.org/project/six/
https://pypi.org/project/seven/
https://pypi.org/project/eight/
https://pypi.org/project/nine/
ten - свободно
https://pypi.org/project/eleven/
https://pypi.org/project/twelve/
thirteen - свободно
fourteen - свободно
fifteen - свободно
https://pypi.org/project/sixteen/
seventeen - свободно
nineteen - свободно
twenty - свободно
Назначения у этих проектов, конечно, разные. Есть и заброшенные и популярные. Но места еще есть 😊 Занимаем пока свободно!
PS.
Всех уделал Em Fresh со своей линейкой Python-альбомов😁 (жмакнуть show more)
PPS. Всех читательниц моего канала поздравляю с праздником 🌼🥳💐
#offtop#libs#2to3
Inspired by engines, Snøhetta’s competition proposal for the Shanghai Industrial Museum honours the city's rich industrial heritage, while pushing the boundaries of both design and engineering.
Architecture: Snohetta
Visualization: mir.no& Proloog
#snøhetta#architecture#museum#shanghai#museum#proposal#modular#industrial#arch_shovel
🚀 Velora DAO Approves Wind-Down and Treasury Transfer to Laita Labs
Velora DAO has approved a proposal to wind down its operations, transferring approximately $415,000 from its treasury to Laita Labs. According to NS3.AI, this decision will shift protocol operations and future revenue to the development company. The proposal also includes ending the DAO's 20% fee routing, retiring staking with immediate withdrawals, and designating VLR as a governance-only token. The vote passed with 65.8% support.
#VeloraDAO#WindDown#TreasuryTransfer#LaitaLabs#NS3AI#DAO#GovernanceToken#VLR#Proposal#Cryptocurrency
#javascript#ecmascript_proposals#es2015#es2019#es6#es7#esnext#javascript#js#polyfill#ponyfill#promise#proposal#proposals#shim#symbol#weakmap
core-js is a modular JavaScript library that provides polyfills for modern ECMAScript features up to 2024, including promises, symbols, collections, iterators, typed arrays, and many web standards like URL and structuredClone. It lets you use new JavaScript features in older browsers by loading only the needed parts without polluting the global namespace. It integrates well with tools like Babel and swc for optimized polyfilling. This helps you write modern, compatible code that runs smoothly across different environments, improving development efficiency and user experience. You can customize polyfill usage and even build your own tailored version for your project.
https://github.com/zloirock/core-js