1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-08 14:17:48 +02:00
Commit Graph

545 Commits

Author SHA1 Message Date
Vadim Nifadev
7ce56da1d8 Translate Beware of default mutable arguments example 2024-04-23 11:39:15 +03:00
Vadim Nifadev
473e4229f2 Translate Loop variables leaking out example 2024-04-23 11:23:47 +03:00
Vadim Nifadev
3df9d0e4e3 Translate Lossy zip of iterators example 2024-04-23 11:07:40 +03:00
Vadim Nifadev
e8cd593e62 Translate Deleting list item while iterating over it example 2024-04-23 10:58:11 +03:00
Vadim Nifadev
2aa7b37540 Translate The out of scope varibale example 2024-04-23 09:02:25 +03:00
Vadim Nifadev
b1a8aadd70 Translate Stubborn operation example 2024-04-23 08:53:40 +03:00
Vadim Nifadev
eccd68a4bd Translate Modifying dictionary while iterating over it example 2024-04-22 15:37:59 +03:00
Vadim Nifadev
3fc9e9e028 Translate Exceeds the linit for integer string conversion example 2024-04-22 15:24:31 +03:00
Vadim Nifadev
c125f25fb5 Translate Let's see if you can guess this? example 2024-04-22 15:19:58 +03:00
Vadim Nifadev
f96f5117c5 Translate The mysterious key type conversion example 2024-04-22 15:08:54 +03:00
Vadim Nifadev
58de881f93 Translate The dissapearing variable from outer scope example 2024-04-22 14:51:49 +03:00
Vadim Nifadev
f2b1d7e8c2 Translate Mutating the immutable! example 2024-04-22 14:33:23 +03:00
Vadim Nifadev
495c840254 Translate Nan-reflexivity example 2024-04-22 14:21:35 +03:00
Vadim Nifadev
51d13b87cf Translate Yielding from... return example 2024-04-22 14:13:11 +03:00
Vadim Nifadev
ecaab6dca1 Translate Yielding None example 2024-04-22 14:05:53 +03:00
Vadim Nifadev
972d1334fb Translate Class attributes and instance atributes example 2024-04-22 14:03:16 +03:00
Vadim Nifadev
a0069d842e Translate What's wrong with booleans? example 2024-04-22 13:58:11 +03:00
Vadim Nifadev
8a1536986f Translate Half triple-quoted strings example 2024-04-22 12:19:28 +03:00
Vadim Nifadev
5eeb1053aa Translate Not knot example 2024-04-22 12:13:13 +03:00
Vadim Nifadev
293575b7c4 Translate String and backslashes example 2024-04-22 12:08:53 +03:00
Vadim Nifadev
191ea8343b Translate The surprising comma example 2024-04-22 12:02:32 +03:00
Vadim Nifadev
6e246d1487 Translate Methods equality and identity example 2024-04-21 10:57:44 +03:00
Vadim Nifadev
a32eaca58f Translate Sublass relationships example 2024-04-21 10:41:17 +03:00
Vadim Nifadev
446a3a09bb Translate Chicken egg problem example 2024-04-21 10:32:21 +03:00
Vadim Nifadev
4576463fcc Translate Schrödinger's variable * example 2024-04-19 15:02:10 +03:00
Vadim Nifadev
361ac5f49b Translate A tic-tac-toe where X wins in the first attempt! example 2024-04-19 14:41:30 +03:00
Vadim Nifadev
497b9de72b Translate is not ...is (not ...) example 2024-04-19 14:31:02 +03:00
Vadim Nifadev
259fb23c7b Translate Evaluation time discrepancy example 2024-04-19 14:27:26 +03:00
Vadim Nifadev
654da92e88 Translate For what? example 2024-04-19 12:43:52 +03:00
Vadim Nifadev
83bdff8e33 Translate Keep trying example 2024-04-19 12:36:33 +03:00
Vadim Nifadev
47fa96c31a Translate Disorder within order example 2024-04-19 12:28:37 +03:00
Vadim Nifadev
2840050acb Translate Hash brownies and Deep down, we're all the same examples 2024-04-19 12:10:22 +03:00
Vadim Nifadev
a7985b9edc Translate How not to use is operator example 2024-04-18 15:08:23 +03:00
Vadim Nifadev
e2d6ee66cc Translate Be careful with chained operations example 2024-04-18 14:45:13 +03:00
Vadim Nifadev
c91a6073fb Translate Strings can be tricky sometimes example to russian 2024-01-30 21:33:44 +03:00
Vadim Nifadev
86140390ad Translate First things first! example to russian 2024-01-25 17:01:26 +03:00
Vadim Nifadev
b5b8b83c0a Translate usage to russian 2024-01-25 16:43:04 +03:00
Vadim Nifadev
489ccb18a7 Translate Structure of the Examples to russian 2024-01-25 16:34:40 +03:00
Vadim Nifadev
57987cc9d5 Translate header to russian
- As discussed with maintainer, create folder for storing translations
It will give more control, everything will be stored in 1 repository
and it eliminates possible deletion or making translation private
2024-01-25 11:19:34 +03:00
Satwik Kansal
86e78697fb
Merge pull request #320 from Sea-n/master
Invert logo color for dark theme
2023-10-08 01:25:20 +05:30
Sean
1b1b9d4b70 Invert logo color for dark theme 2023-10-05 16:20:26 +08:00
Satwik Kansal
19d4b07515
Merge pull request #314 from raigorx/patch-1
fix: Hashable import
2023-09-01 16:06:23 +05:30
Raigorx Hellscream
ab82f9647c
Update README.md
https://docs.python.org/3/library/collections.abc.html#collections.abc.Hashable
2023-08-31 17:49:04 -04:00
Satwik Kansal
f32e9d36e3
Merge pull request #312 from franciscouzo/master
Fix typo
2023-08-28 01:24:50 +05:30
Satwik Kansal
6010b97d90
Add link to Germany translation 2023-08-28 01:24:20 +05:30
Francisco Couzo
acfcfa8808 Fix typo 2023-08-27 14:32:48 +00:00
Satwik Kansal
ccf5be1a6f
Update README.md 2023-04-28 12:34:28 +05:30
Satwik Kansal
a50839656c
Update README.md 2023-02-26 12:14:52 +05:30
Satwik Kansal
f5f5208b12
Merge pull request #243 from vitorsrg/change/no-char-datatype
Improve string indexing result explanation
2022-12-05 09:17:50 +05:30
Satwik Kansal
ea1e228407
Merge pull request #300 from frontdevops/patch-2
Update README.md
2022-11-01 14:51:09 +05:30