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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #60 · 31 мар.

Вторая по частоте future-функция, которую я использовал, это абсолютный импорт from __future__ import absolute_import Что она делает? Изменения, которые вносит эта инъекция описаны в PEP328 Покажу простой пример. Допустим, есть такой пакет: /my_package /__init__.py /main.py /string.py Смотрим код в my_package/main.py # main.py import string Простой пример готов) Вопрос в том, какой модуль импортируется в данном случае? Есть два варианта: 1. модуль в моём пакете my_package.string 2. стандартный модуль string И вот тут вступает в дело приоритет импортов. В Python2 порядок следующий: помимо иных источников, раньше ищется модуль внутри текущего пакета, а потом в стандартных библиотеках. Таким образом мы импортнём my_package.string. Но в Python3 это поведение изменилось. Если мы указываем просто имя пакета, то ищется именно такой модуль, игнорируя имена в текущем пакете. Если мы хотим импортнуть именно подмодуль из нашего пакета то, мы должны теперь явно это указывать. from my_package import string или относительный импорт, но с указанием пути относительно текущего модуля main from . import string Еще одной неоднозначностью меньше 😎 Подробней про импорты здесь: https://docs.python.org/3/tutorial/modules.html #2to3#pep#basic

Резултати

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

Пребарај: #peertube

当前筛选 #peertube清除筛选
Libreware

@libreware · Post #1459 · 07.05.2025 г., 03:54

PeerTube Mobile App v1 Is Out | Linuxiac The PeerTube mobile app has reached version 1, allowing users to easily edit playlists, comment on videos, and switch between accounts Sortie de la v1 de l'application mobile ! | JoinPeerTube PeerTube | F-Droid - Free and Open Source Android App Repository Go to the git page to get version 1.0 the F-Droid link is 0.6 https://framagit.org/framasoft/peertube/mobile-application/-/releases Via @linuxgram #PeerTube

Hashtags

Libreware

@libreware · Post #1265 · 29.03.2024 г., 01:21

P2Play - Peertube client (Unofficial client for Peertube) P2Play is an Android application for Peertube. The features are as follows: - Show list of recent, popular and local videos. - Play videos (very simple) - Log in and register in your instance - Refresh View downloaded videos - Subscribe to accounts - View videos from your subscriptions - Rate videos https://f-droid.org/packages/org.libre.agosto.p2play/ https://instances.joinpeertube.org/instances #PeerTube

Hashtags

Libreware

@libreware · Post #1462 · 04.06.2025 г., 19:45

PeerTube v7.2.0 => https://joinpeertube.org/ PeerTube is a free, decentralized and federated video platform developed as an alternative to other platforms that centralize our data and attention, such as YouTube, Dailymotion or Vimeo. 🎬 Changelog: => https://github.com/Chocobozzz/PeerTube/releases/tag/v7.2.0 Via @dcntr #PeerTube#ActivityPub

Libreware

@libreware · Post #1440 · 21.03.2025 г., 18:20

PeerTube 7.1 brings Podcast 2.0 support, enhanced identification and Mastodon verification | AlternativeTo PeerTubePeerTube has launched version 7.1 of its open-source, decentralized video-sharing platform, introducing a range of new features and improvements. A key update is enhanced platform identification, which now highlights the hosting platform's address for each video. Users can click on this address to learn more about the video's origin and explore all videos hosted on the remote instance. Version 7.1 also advances its support for #Podcast 2.0, enabling users to subscribe to channels and play video audio streams through traditional podcast applications like #AntennaPod and #Podverse. Additionally, the podcast feed is now compatible with Apple Podcast, broadening accessibility PeerTube v7.1 is out! | JoinPeerTube https://joinpeertube.org/news/release-7.1 #PeerTube

GitHub Trends

@githubtrending · Post #15452 · 29.01.2026 г., 19:00

#java#4k#android#bandcamp#download_videos#newpipe#peertube#soundcloud#translation#video#watch#youtube_video NewPipe is a free, open-source Android app for ad-free streaming and downloading videos/audio from YouTube, SoundCloud, PeerTube and more, with background play, pop-up mode, subscriptions without accounts, and no Google tracking for full privacy. The team is rewriting the code for a modern, stable version—download nightly builds to try new features early. This benefits you by saving data/battery, enabling offline/multitasking use, and protecting your data on any device. https://github.com/TeamNewPipe/NewPipe