Commit Graph

711 Commits

Author SHA1 Message Date
Asabeneh
f1aa2b940b
Merge pull request #805 from yuzaiakira/master
Add full Persian (Farsi) translation for days 1–30
2026-04-04 20:56:32 +03:00
Asabeneh
97790c5676
Merge pull request #799 from daveyoung/master
Fix Chinese version of 11_Day_Functions
2026-04-04 20:55:53 +03:00
Akira
7dd1c3fc8b Refactor and enhance clarity in the readme.md for the 30 Days of Python challenge by improving language structure, updating explanations about Python's usability, and refining instructions for using the Python shell. 2026-04-04 20:24:21 +03:30
Akira
54ad026602 Add missing import statement for os module in Day 29 - Building API to ensure proper functionality and enhance code clarity in the 30 Days of Python challenge. 2026-03-29 19:41:28 +03:30
Akira
8f0e828b2f Update numpy array examples in Day 24 - Statistics by correcting the initialization of a three-dimensional array and adding a two-dimensional array example to enhance clarity in the 30 Days of Python challenge. 2026-03-29 19:41:19 +03:30
Akira
257c4133e7 Fix syntax error in print statement and update exercise description for PersonAccount class in Day 21 - Classes and Objects to enhance clarity in the 30 Days of Python challenge. 2026-03-29 19:41:13 +03:30
Akira
c86e262b13 Update exercises in Day 19 - File Handling by renumbering tasks for consistency and adding a line count output example to enhance clarity in the 30 Days of Python challenge. 2026-03-29 19:41:05 +03:30
Akira
27b55f8d3e Refactor print statements and clean up string formatting in Day 18 - Regular Expressions to enhance clarity and readability in the 30 Days of Python challenge. 2026-03-29 19:25:19 +03:30
Akira
f741622924 Update print statements in Day 17 - Exception Handling to enhance clarity by changing output messages to English and correcting index references in the 30 Days of Python challenge. 2026-03-29 19:25:13 +03:30
Akira
b3decc3da7 Enhance clarity in Day 16 - Python Datetime by adding output comments to print statements, improving readability and understanding of datetime formatting examples in the 30 Days of Python challenge. 2026-03-29 19:17:37 +03:30
Akira
0124a5dcd7 Correct variable name from PI to pi in Day 15 - Python Type Errors to resolve AttributeError and enhance clarity in the 30 Days of Python challenge. 2026-03-29 19:12:17 +03:30
Akira
1ce0b848dc Refactor code examples in Day 14 - Higher Order Functions by correcting print statement outputs, enhancing clarity in function definitions, and improving overall readability in the 30 Days of Python challenge. 2026-03-29 18:59:31 +03:30
Akira
284f2059bf Refactor code examples in Day 13 - List Comprehension by correcting lambda function syntax, updating list structure for clarity, and enhancing overall readability in the 30 Days of Python challenge. 2026-03-29 18:56:44 +03:30
Akira
a1578fd9f3 Refactor code examples in Day 12 - Modules by removing unnecessary semicolons, correcting print statement syntax, and enhancing clarity in the 30 Days of Python challenge. 2026-03-29 18:49:28 +03:30
Akira
1e8422e087 Refactor function return statements and enhance clarity in Day 11 - Functions by updating examples, correcting print statements, and introducing dictionary unpacking in the 30 Days of Python challenge. 2026-03-29 18:45:54 +03:30
Akira
625e4c30f5 Update Persian readme for the 30 Days of Python challenge by removing outdated promotional content, adding a sponsorship section, and refining navigation links for improved clarity and accessibility. 2026-03-29 03:50:05 +03:30
Akira
7987777de1 Refactor navigation links in multiple files to use consistent formatting and improve clarity in the 30 Days of Python challenge documentation. 2026-03-29 03:37:02 +03:30
Akira
f65c59f808 Update navigation links in multiple files to use relative paths for improved consistency in the 30 Days of Python challenge documentation. 2026-03-29 03:10:17 +03:30
Akira
883c2e4540 Refine Persian translations and improve clarity in Day 10 - Loops by updating syntax explanations and examples for loops, break, and continue statements in 30 Days of Python challenge 2026-03-29 02:48:37 +03:30
Akira
df6058a030 Update grading scale and clarify seasonal input instructions in Day 9 - Conditionals of 30 Days of Python challenge 2026-03-29 02:39:19 +03:30
Akira
5983207274 Update skills list in the person dictionary example in Day 8 - Dictionaries of 30 Days of Python challenge 2026-03-29 02:33:27 +03:30
Akira
e128354cd8 Update Persian translations in Day 7 - Sets by clarifying set creation, union, intersection, difference methods, and adding symbolic representations for better understanding in 30 Days of Python challenge 2026-03-29 02:32:21 +03:30
Akira
9ae712f5a4 Fix typo in index variable and correct item list references in Day 6 - Tuples of 30 Days of Python challenge 2026-03-29 02:21:29 +03:30
Akira
062e65202b Enhance example in Day 5 - Lists by adding output comment to list1.extend() in 30 Days of Python challenge 2026-03-29 02:17:37 +03:30
Akira
1abcf7e620 Correct the order of variables in the formatted string and fix the output of the isdigit() method in Day 4 - Strings of 30 Days of Python challenge 2026-03-29 02:15:48 +03:30
Akira
c65d0e583d Enhance Persian translations in Day 3 - Operators by adding units to density and correcting 'not in' example in 30 Days of Python challenge 2026-03-29 02:08:57 +03:30
Akira
7c549f3927 Fix Persian translation for built-in functions and update documentation link in Day 2 - Variables and Built-in Functions of 30 Days of Python challenge 2026-03-29 02:03:50 +03:30
Akira
ce74b063ee
Merge branch 'Asabeneh:master' into master 2026-03-29 01:36:19 +03:30
Akira
3f3179c2d0 Update Persian translations and structure for Days 14 to 30 in 30 Days of Python challenge 2026-03-28 02:08:06 +03:30
Akira
7d9daedfd0 Update Persian translations and structure for Days 2 to 15 in 30 Days of Python challenge 2026-03-28 02:01:00 +03:30
Akira
e2864437c0 Update Persian translations and structure for Day 6 - Tuples in 30 Days of Python challenge 2026-03-28 01:48:57 +03:30
Akira
9a1d4a1c52 Update Persian translations and structure for Day 5 - Lists in 30 Days of Python challenge 2026-03-28 01:48:17 +03:30
Akira
f8fad948af Update Persian translations and structure for Day 4 - Strings in 30 Days of Python challenge 2026-03-28 01:43:20 +03:30
Akira
b3df248c39 Update Persian translations and structure for Day 3 - Operators in 30 Days of Python challenge 2026-03-28 01:41:43 +03:30
Akira
756af210df Update Persian translations and structure for Day 2 - Variables and Built-in Functions in 30 Days of Python challenge 2026-03-28 01:32:42 +03:30
Akira
ca9a5bc4d4 Update Persian translations and structure for Day 30 - Conclusions in 30 Days of Python challenge 2026-03-28 01:23:36 +03:30
Akira
c16dc69655 Update Persian translations and structure for Day 29 - Building an API in 30 Days of Python challenge 2026-03-28 01:23:29 +03:30
Akira
0478ef0276 Update Persian translations and structure for Day 28 - API in 30 Days of Python challenge 2026-03-28 01:23:17 +03:30
Akira
dd121abe07 Update Persian translations and structure for Day 27 - Python with MongoDB in 30 Days of Python challenge 2026-03-28 01:22:53 +03:30
Akira
2211742f41 Update Persian translations and structure for Day 26 - Python for Web in 30 Days of Python challenge 2026-03-28 01:22:46 +03:30
Akira
455bd5cc78 Update Persian translations and structure for Day 25 - Pandas in 30 Days of Python challenge 2026-03-28 01:22:38 +03:30
Akira
b52940247f Update Persian translations and structure for Day 24 - Statistics in 30 Days of Python challenge 2026-03-28 01:22:26 +03:30
Akira
9ad656c5f6 Update Persian translations and structure for Day 23 - Virtual Environment in 30 Days of Python challenge 2026-03-28 01:22:14 +03:30
Akira
af3a3b3f3d Update Persian translations and structure for Day 22 - Web Scraping in 30 Days of Python challenge 2026-03-28 01:22:05 +03:30
Akira
f883f038cd Update Persian translations and structure for Day 21 - Classes and Objects in 30 Days of Python challenge 2026-03-28 01:21:52 +03:30
Akira
0461c0301d Update Persian translations and structure for Day 20 - PIP in 30 Days of Python challenge 2026-03-28 01:21:39 +03:30
Akira
a0257bcd26 Update Persian translations and structure for Day 19 - File Handling in 30 Days of Python challenge 2026-03-28 01:21:33 +03:30
Akira
9ebb1fc595 Update Persian translations and structure for Day 18 - Regular Expressions in 30 Days of Python challenge 2026-03-28 01:21:27 +03:30
Akira
12c745f8c5 Update Persian translations and structure for Day 17 - Exception Handling in 30 Days of Python challenge 2026-03-28 01:21:19 +03:30
Akira
15695a1195 Update Persian translations and structure for Day 16 - Python Date Time in 30 Days of Python challenge 2026-03-28 01:20:55 +03:30