TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #61 · 2 апр.

Ранее я уже упоминал о другой фишке из ˍˍ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

Резултати

Пронајдени 4 слични објави

Пребарај: #xmpp

当前筛选 #xmpp清除筛选

🔍חפשו בטלגרם יוסף אפליקציות 📱 #XMPP - Conversations ⚙ פרוטוקול צ'אט XMPP קוד פתוח קרא עוד... 🧿 גרסה רשמית מ FDroid 🧿 📤הועלה ע"י:@Yosef_help_bot 🆚גרסה: v2.10.2.1 🗓️ תאריך העלאה: 10/06/2022 🗝 תמיכה באנדרואיד 5 ומעלה 🔗@yosef_apk_transition

Hashtags

Libreware

@libreware · Post #1286 · 05.06.2024 г., 11:16

Cheogram [https://cheogram.com] Cheogram is a set of services that connect all open communication networks together, allowing you to reach all your contacts from a single app. The Cheogram Android app allows you to join a worldwide communication network. It especially focuses on features useful to users who want to contact those on other networks as well, such as SMS-enabled phone numbers. Based on the app Conversations, but with unique features: * Messages with both media and text, including animated media * Unobtrusive display of subject lines, where present * Links to known contacts are shown with their name * Show timestamps for calls * Integrates with gateways' add contact flows * When using a gateway to the phone network, integrate with the native Android Phone app * Address book integration * Tag contacts and channels and browse by tag * Command UI 📡@dcntr #email#sip#xmpp