@thedevs · Post #1945 · 13.09.2021 г., 13:43
React Native's many platform vision. #article#reactnative @thedevs https://kutt.it/lwbask
Hashtags
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
Пребарај: #reactnative
@thedevs · Post #1945 · 13.09.2021 г., 13:43
React Native's many platform vision. #article#reactnative @thedevs https://kutt.it/lwbask
Hashtags
@thedevs · Post #1679 · 05.02.2020 г., 17:47
React Native is the future of mobile at Shopify. #article#js#reactnative @thedevs https://kutt.it/9qzLL2
Hashtags
@thedevs · Post #1153 · 20.06.2018 г., 17:26
React Native at Airbnb. #article#reactnative#react#js @thedevs https://kutt.it/TpaUfA
Hashtags
@thedevs · Post #1797 · 16.08.2020 г., 16:08
Flutter and React Native performance overview. #article#reactnative#flutter @thedevs https://kutt.it/KKKnli
Hashtags
@thedevs · Post #1227 · 17.09.2018 г., 08:14
Awesome React Native UI components updated weekly. #resources#list#design#ui#js#reactnative @thedevs https://kutt.it/YJRIP5
@githubtrending · Post #14728 · 20.05.2025 г., 13:00
#typescript#android#appwrite#backend#backend_as_a_service#docker#firebase#flutter#hacktoberfest#hosting#ios#javascript#nextjs#react#react_native#reactnative#self_hosted#selfhosted#serverless#swift#web Appwrite is a backend platform that helps you build web, mobile, and Flutter apps quickly and easily. It handles complex tasks like user authentication, database management, file storage, and more, so you don’t have to build these from scratch. Appwrite is open source, secure, and works with many programming languages and frameworks. You can use it in the cloud or host it yourself using Docker. The main benefit is that it saves you time and effort, letting you focus on creating great features for your app instead of worrying about backend setup and maintenance[3][5][1]. https://github.com/appwrite/appwrite