Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления.
from __future__ import division
Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда.
Например:
int/int => int
int/float => float
В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float.
Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float.
12/float(5) => float
Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//".
>>> 3/2
1.5
>>> 3//2
1
То есть теперь деление int на int даёт float если результат не целое число.
В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами.
Данный переход описан в PEP238.
#pep#2to3#basic
UndeadWallpaper
UndeadWallpaper is a free, balls-to-the-wall Android app that brings your screen to life... or, well, un-death by letting you slap any of your favorite videos on it as a seamless, stutter-free live wallpaper.
🔗 Links:
- Download
- Screenshots
- Features
- Source code
Developer: まおう
🫂 Special thanks to ᴅᴜxᴛᴀᴍɪ for recommending!
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Android#Customization
Hey everyone, happy Sunday! 🌞 Here's the #wallpaper many of you requested after my last reel. I've also made some tweaks to give more space for your home screen widgets. Hope you enjoy it! 📱✨#homescreen#customization"
Fossify Launcher
Fast, personalized, and privacy-first home screen experience. No ads, no bloat – just a smooth, efficient launcher designed to fit your unique style and preferences.
🔗 Links:
- Download from: Github or IzzySoft
- Screenshots
- Features
- Source Code
🌐@popmodsnetwork
🎁Donate to our admins
🏷 Tags: #Android#Customization#Fossify#Launcher
Channel: Icon Pacls and Wallpapers for Android and iOS
Members: ~3.2K
💢 Username: @pizzapp_design
Description:
Icon Packs & Wallpapers Customize with ️ and Social Links https://linktr.ee/pizzappdesign Customizers Community Group https://t.me/customizerscommunity
🏷 Tags: #art_design
#iconpack#wallpapers#android#ios#customization
https://telegramchannels.me/channels/pizzapp_design