@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #418 · 9 мар.
Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic
Hashtags
Пребарај: #database
@theBlockClub · Post #182 · 25.04.2023 г., 01:00
#database 在 Notion 数据库中设置自动 Slack 通知,你试过了吗? 异步工作🫱🏼🫲🏾同步通信 🧱@theBlockClub, all about Notion.
Hashtags
@theBlockClub · Post #181 · 23.04.2023 г., 00:49
#database 数据库批量编辑迎来微调: ① 属性显示增至6个,并取消了标题 ② 批量编辑菜单现在可以自适应窗口宽度,并可触发“仅图标”模式 🧱@theBlockClub, all about Notion.
Hashtags
@thedevs · Post #1966 · 06.01.2022 г., 13:03
A terrible schema from a clueless programmer. #article#database @thedevs https://kutt.it/3UFrLx
@thedevs · Post #1898 · 06.04.2021 г., 14:15
SQLite is not a toy database. #article#database @thedevs https://kutt.it/8TzDKe
@thedevs · Post #1818 · 03.10.2020 г., 12:45
Old, good database design. #article#database @thedevs https://kutt.it/bn9E1F
@thedevs · Post #1747 · 18.05.2020 г., 17:47
Things I wished more developers knew about databases. #article#database @thedevs https://kutt.it/1NBZAk
@theBlockClub · Post #144 · 30.06.2022 г., 00:45
#news#database 📰Notion 块讯 - 2022年6月30日 1⃣️ 同步数据库进入测试阶段。支持了Jira 和 GitHub 后,Google 日历还会远吗😜 (什么是 同步数据库 ?) 2⃣️ Notion 发布2.17 版本,敬请期待中译版更新日志(原文) 🧱@theBlockClub, all about Notion.
@thedevs · Post #1808 · 10.09.2020 г., 13:50
7 database paradigms. #video#database @thedevs https://kutt.it/2QDf0j
@repo_science · Post #4054 · 07.03.2024 г., 02:01
#database#sql 🙏 SQL and PostgreSQL: The Complete Developer's Guide ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3982 · 16.01.2024 г., 03:02
#database#SQL 💾 The Advanced SQL Server Masterclass For Data Analysis Take your SQL skills - and your career - to the next level ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3611 · 22.09.2023 г., 00:06
#database#SQL 😎 Hands-On Introduction: SQL Get the tools, techniques, and know-how to write SQL queries through hands-on lessons where youll code along with the instructor. 🗣 Deepa Maddala 📆 2022-11-09 ⏳ 1h 23m ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----
@repo_science · Post #3605 · 18.09.2023 г., 23:00
#database#SQL 📚 Grokking the SQL Interview (2023) ----- Main channel: @repo_science Coupons: @freecoupons_reposcience -----