Skip to content

Commit cf8a201

Browse files
Copilothuangsam
andcommitted
Update remaining README files (Hindi, Portuguese-Brazil, Chinese-Traditional)
Co-authored-by: huangsam <515617+huangsam@users.noreply.github.com>
1 parent b2d569b commit cf8a201

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.hi.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ print("Ultimate Python स्टडी गाइड")
6969
- कंडीशनल: [if | if-else | if-elif-else](ultimatepython/syntax/conditional.py) ( 🍰 )
7070
- लूप: [for-loop | while-loop](ultimatepython/syntax/loop.py) ( 🍰 )
7171
- फ़ंक्शन: [def | lambda](ultimatepython/syntax/function.py) ( 🍰 )
72+
- वॉलरस ऑपरेटर: [असाइनमेंट एक्सप्रेशन :=](ultimatepython/syntax/walrus_operator.py) ( 🤯 )
73+
- तर्क प्रवर्तन: [केवल स्थितीय / | केवल कीवर्ड *](ultimatepython/syntax/arg_enforcement.py) ( 🤯 )
7274
3. **डेटा संरचनाएँ**
7375
- लिसट: [लिसट ऑपरेशन्स](ultimatepython/data_structures/list.py) ( 🍰 )
7476
- ट्यूपल: [ट्यूपल ऑपरेशन्स](ultimatepython/data_structures/tuple.py)
7577
- सेट: [सेट ऑपरेशन्स](ultimatepython/data_structures/set.py)
7678
- डिक्ट: [डिक्शनरी ऑपरेशन्स](ultimatepython/data_structures/dict.py) ( 🍰 )
79+
- डिक्शनरी यूनियन: [डिक्शनरी मर्ज | और |=](ultimatepython/data_structures/dict_union.py) ( 🤯 )
7780
- संकलन: [लिसट | ट्यूपल | सेट | डिक्ट](ultimatepython/data_structures/comprehension.py)
7881
- स्ट्रिंग: [स्ट्रिंग ऑपरेशन्स](ultimatepython/data_structures/string.py) ( 🍰 )
7982
- डेक: [डेक](ultimatepython/data_structures/deque.py) ( 🤯 )
@@ -102,6 +105,8 @@ print("Ultimate Python स्टडी गाइड")
102105
- नियमित अभिव्यक्ति: [search | findall | match | fullmatch](ultimatepython/advanced/regex.py) ( 🤯 )
103106
- डेटा फ़ॉर्मेट: [json | xml | csv](ultimatepython/advanced/data_format.py) ( 🤯 )
104107
- दिनांक और समय: [datetime | timezone](ultimatepython/advanced/date_time.py) ( 🤯 )
108+
- पैटर्न मिलान: [match | case](ultimatepython/advanced/pattern_matching.py) ( 🤯 )
109+
- अपवाद समूह: [ExceptionGroup | except*](ultimatepython/advanced/exception_groups.py) ( 🤯 )
105110

106111

107112
## अतिरिक्त संसाधन

README.pt_br.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ Existem duas maneiras de rodar os módulos:
7575
- Condicional: [if | if-else | if-elif-else](ultimatepython/syntax/conditional.py) ( 🍰 )
7676
- Loop/Laço: [for-loop | while-loop](ultimatepython/syntax/loop.py) ( 🍰 )
7777
- Função: [def | lambda](ultimatepython/syntax/function.py) ( 🍰 )
78+
- Operador morsa: [Expressões de atribuição :=](ultimatepython/syntax/walrus_operator.py) ( 🤯 )
79+
- Aplicação de argumentos: [Somente posicional / | Somente palavra-chave *](ultimatepython/syntax/arg_enforcement.py) ( 🤯 )
7880
3. **Estrutura de dados**
7981
- Lista: [Operações de lista](ultimatepython/data_structures/list.py) ( 🍰 )
8082
- Tupla: [Operações de tuplas](ultimatepython/data_structures/tuple.py)
8183
- Conjunto: [Operações de conjuntos](ultimatepython/data_structures/set.py)
8284
- Dicionário: [Operações de dicionários](ultimatepython/data_structures/dict.py) ( 🍰 )
85+
- União de dicionários: [Fusão de dicionários | e |=](ultimatepython/data_structures/dict_union.py) ( 🤯 )
8386
- Comprehension: [list | tuple | set | dict](ultimatepython/data_structures/comprehension.py)
8487
- String: [Operações de String](ultimatepython/data_structures/string.py) ( 🍰 )
8588
- Deque: [deque](ultimatepython/data_structures/deque.py) ( 🤯 )
@@ -108,6 +111,8 @@ Existem duas maneiras de rodar os módulos:
108111
- Expressões regulares (regexp): [search | findall | match | fullmatch](ultimatepython/advanced/regex.py) ( 🤯 )
109112
- Formato de dados: [json | xml | csv](ultimatepython/advanced/data_format.py) ( 🤯 )
110113
- Datetime: [datetime | timezone](ultimatepython/advanced/date_time.py) ( 🤯 )
114+
- Correspondência de padrões: [match | case](ultimatepython/advanced/pattern_matching.py) ( 🤯 )
115+
- Grupos de exceções: [ExceptionGroup | except*](ultimatepython/advanced/exception_groups.py) ( 🤯 )
111116

112117
## Recursos adicionais
113118

README.zh_tw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,14 @@ print("Ultimate Python 學習大綱")
7272
- 條件運算式:[if | if-else | if-elif-else](ultimatepython/syntax/conditional.py) ( 🍰 )
7373
- 迴圈:[for迴圈 | while迴圈](ultimatepython/syntax/loop.py) ( 🍰 )
7474
- 定義函式:[def | lambda](ultimatepython/syntax/function.py) ( 🍰 )
75+
- 海象運算子:[賦值表達式 :=](ultimatepython/syntax/walrus_operator.py) ( 🤯 )
76+
- 參數強制:[僅位置 / | 僅關鍵字 *](ultimatepython/syntax/arg_enforcement.py) ( 🤯 )
7577
3. **資料結構**
7678
- 列表:[列表操作](ultimatepython/data_structures/list.py) ( 🍰 )
7779
- 元組:[元組操作](ultimatepython/data_structures/tuple.py)
7880
- 集合:[集合操作](ultimatepython/data_structures/set.py)
7981
- 字典:[字典操作](ultimatepython/data_structures/dict.py) ( 🍰 )
82+
- 字典聯合:[字典合併 | 和 |=](ultimatepython/data_structures/dict_union.py) ( 🤯 )
8083
- 綜合:[list | tuple | set | dict](ultimatepython/data_structures/comprehension.py)
8184
- 字串:[字串操作](ultimatepython/data_structures/string.py) ( 🍰 )
8285
- 雙端隊列:[deque](ultimatepython/data_structures/deque.py) ( 🤯 )
@@ -104,6 +107,8 @@ print("Ultimate Python 學習大綱")
104107
- 正規表示式:[search | findall | match | fullmatch](ultimatepython/advanced/regex.py) ( 🤯 )
105108
- 數據格式:[json | xml | csv](ultimatepython/advanced/data_format.py) ( 🤯 )
106109
- 日期時間: [datetime | timezone](ultimatepython/advanced/date_time.py) ( 🤯 )
110+
- 模式匹配:[match | case](ultimatepython/advanced/pattern_matching.py) ( 🤯 )
111+
- 例外群組:[ExceptionGroup | except*](ultimatepython/advanced/exception_groups.py) ( 🤯 )
107112

108113
## 額外資源
109114

0 commit comments

Comments
 (0)