Ранее я уже упоминал о другой фишке из ˍˍ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
🔥 MODDED APK | Unlocked Premium Features | No Watermark
🔹 App Name: KineMaster
🔹 Version: 7.5.18.3415
🔹 Architecture: arm64-v8a
🔹 Mod Type: Premium Unlocked
🚀 Features:
✅ Premium Unlocked
✅ No Watermark
✅ No Ads
✅ Full Export Support
✅ High-Quality Video Editing
👨💻 Modders Info:
💡 Special Thanks & Credits :
🔸 AbhiTheM0dder
🔸 AlexLiza
🔸 GolderBot
🔸 Guess Me
⚠ Warning: This modded version is for educational purposes only. Please use the official version from the Google Play Store for professional work and to support the developers.
📥 Official Play Store Link:
[🔗 Get KineMaster from Google Play]
#KineMaster#VideoEditing#PremiumMod#APK#AlexLiza#AbhiTheM0dder#GolderBot#GuessMe
Допилил нашу прогулку по Парижу. Сильно не накидываете. Но критика одобряется.
#Париж#Путешествие#Видеограф#Монтаж#Paris#Travel#EiffelTower#VideoEditing#Filmmaking
Top 5 Insights from Trendoscope Lab
1️⃣ a16z's new report reveals top B2C AI apps by traffic differ from revenue leaders like photo and video editors. Read more
2️⃣ Google launches AI Mode with Gemini, initially for Google One subscribers, enhancing AI SEO relevance. Details here
3️⃣ Short drama apps surge with 221% annual growth in downloads, affecting traditional streamers like Netflix and Disney+ that declined by 35%. Insight found here
4️⃣ Google and Meta enable developers to access cameras on XR devices, easing previous privacy restrictions. More info and here
5️⃣ Google enhances Android widget visibility with new filters and dedicated pages. Learn more
#AI#Google#Tech#Streaming#XR#Investments#B2C#Apps#VideoEditing#Photos#Dramas#SEO#Privacy#Android#Widgets#Investing#VC#a16z#Trends#Innovation
AI Video Editor Raises $500K
Diffusion Studio has secured $500K in funding as of December 4, 2024. Their AI Video Editor simplifies video editing with advanced features such as Magic Cut, Text-Based Editing, and Instant Auto-Captioning, catering to creators and businesses aiming to enhance their video production efficiency.
#AI#VideoEditing#Funding#Technology#Creators#Influencers#Business#Automation#Software#Innovation#EditingTools#VideoProduction#TextBasedEditing#AutoCaptioning#Workflow#Engagement#Professional#ContentCreation#Creativity#Efficiency