Commit Graph

468 Commits

Author SHA1 Message Date
Satwik Kansal d6ba3a66a3
Merge pull request #256 from chrismilson/all-true-ation-readability
Update explanation for All-true-ation
2021-02-18 12:53:58 +00:00
Chris Milson f0bd1cb481 Update explanation for All-true-ation
#255
2021-02-18 19:05:40 +09:00
Satwik Kansal 70c03e9801
Merge pull request #254 from umutambyi-gad/master
📝 Fixed simple typos
2021-02-14 05:26:35 +00:00
Umutambyi Gad 9d0ad9ed98
📝 Fixed simple typos 2021-02-14 00:55:41 +01:00
Satwik Kansal 48256e1fe8
Merge pull request #247 from abdnh/patch-1
Fix typo
2021-02-03 07:24:33 +00:00
abdo de4b851c72
Fix typo
getclosurevals -> getclosurevars
2021-02-03 02:01:07 +03:00
Satwik 048a620502 Update notebook 2021-01-17 13:56:41 +05:30
Satwik 2bc1cd61c1 Update the sticy output example
Closes https://github.com/satwikkansal/wtfpython/issues/245
2021-01-17 13:55:35 +05:30
Satwik Kansal c954b71f67
Merge pull request #241 from Jongy/methods
Add section on methods equality and identity
2020-11-08 11:03:34 +05:30
Yonatan Goldschmidt 314de9a30b Merge "Non-reflexive class method" into new example 2020-11-08 01:41:59 +02:00
Yonatan Goldschmidt f13b98e6d5 Add section on methods equality and identity
Closes: #233
2020-11-05 01:11:18 +02:00
Satwik Kansal 902ca179eb
Merge pull request #235 from imba-tjd/patch-1
Change Py2 docs to 3
2020-10-27 13:54:16 +05:30
Satwik Kansal 9c42b920ad
Merge pull request #236 from imba-tjd/patch-2
Use https links
2020-10-27 13:53:30 +05:30
Satwik Kansal bb8ce63f68
Merge pull request #237 from imba-tjd/patch-3
fix indentation
2020-10-27 13:50:27 +05:30
谭九鼎 ac63a4fb3a
fix indentation 2020-10-27 12:19:37 +08:00
谭九鼎 c824ed7813
Update README.md 2020-10-27 11:10:44 +08:00
谭九鼎 e5b519149d
Use https links 2020-10-27 11:10:03 +08:00
谭九鼎 435fd5f49e
Change Py2 docs to 3 2020-10-27 11:07:47 +08:00
Satwik Kansal f082e9f22a
Update README.md 2020-10-24 21:57:35 +05:30
Satwik Kansal 33bcfa744a
Minor changes to nonlocal explanation
Closes https://github.com/satwikkansal/wtfpython/issues/193
2020-10-05 20:42:16 +05:30
Diptangsu Goswami 7525e800b8
#193 The out of scope variable, nonlocal (#228)
* fixed link to CONTRIBUTORS.md

* The out of scope variable, nonlocal, #193

* added myself to CONTRIBUTORS.md :D

* Update CONTRIBUTORS.md

* added entry in index

* merged nonlocal to `the out of scope variable` example

Also removed the extra entry from the main index.
2020-10-05 20:35:20 +05:30
Satwik Kansal 9b3f86958a
Merge pull request #227 from amitShindeGit/patch-1
Update README.md
2020-10-01 20:13:07 +05:30
AmitShinde d4ad5a0643
Update README.md 2020-10-01 19:41:25 +05:30
Satwik Kansal 9e28e00123
Update CONTRIBUTING.md 2020-10-01 16:56:40 +05:30
Satwik Kansal 27b66b4f31
Fix typo and minor changes 2020-09-17 17:02:56 +05:30
Satwik Kansal 19e6b7da57
Merge pull request #221 from cl0ne/patch-1
Add link to Python FAQ to "Mutating the immutable"
2020-09-17 07:39:11 +05:30
Vladislav Glinsky be2d537a05
Add link to Python FAQ to "Mutating the immutable" 2020-09-17 03:38:41 +03:00
Satwik 7d06e7b5c1 Add a meme 2020-08-27 00:47:08 +05:30
Satwik Kansal a3baf043bd
Add a note about the asterisks
Fixes https://github.com/satwikkansal/wtfpython/issues/219
2020-08-24 20:10:59 +05:30
Satwik Kansal 03a035a89d
Merge pull request #216 from Jongy/instance-dict-size
Add "bloating instance dicts" section
2020-08-01 17:54:21 +05:30
Yonatan Goldschmidt 87906b9b2f Fix anchor name of "slowing down dict lookups" 2020-07-31 12:34:12 +03:00
Yonatan Goldschmidt ee0696b676 Add "bloating instance dicts" section
Closes: #210
2020-07-31 12:34:12 +03:00
Satwik f72d7325fa Fix uuid and toc 2020-07-10 22:34:22 +05:30
Satwik ee70d52fe4 Add Jongy to the contributors list 2020-07-10 22:30:30 +05:30
Satwik f97cbdd919 Minor updates to slowinig down dict lookups example 2020-07-10 22:28:44 +05:30
Satwik Kansal 098d71f348
Merge pull request #209 from Jongy/dict-loopup-performance
Add "dict lookup performance" section
2020-07-10 22:17:41 +05:30
Yonatan Goldschmidt 0b74f9ba5d Add "dict lookup performance" section
Closes: #208
2020-07-04 18:45:45 +03:00
Satwik Kansal 7457ffb848
Update README.md 2020-06-25 16:28:58 +05:30
Satwik 3ba87fea65 Add link 2020-06-15 16:03:06 +05:30
Satwik 32f14a7e16 Add Vietnamese translation
Closes https://github.com/satwikkansal/wtfpython/issues/195
2020-06-14 10:40:30 +05:30
Satwik Kansal 14600fd19b
Merge pull request #204 from myrmica-habilis/master
Add two missing outputs in the walrus examples
2020-05-16 17:57:52 +05:30
Satwik Kansal 5edef33cae
Merge pull request #203 from secworks/master
'less than 21' is the correct expression.
2020-05-02 21:50:04 +05:30
Joachim Strömbergson 9ff40de544
'less than 21' is the correct expression. Could slso be 'less or equal to 20'. 2020-05-02 08:54:24 +02:00
Satwik Kansal 0684777fa3
Merge pull request #199 from LeafyLi/master
Replace http link with https
2020-04-26 23:38:43 +05:30
zenglifa@msu.edu f735fe3116 Replace http link with https 2020-04-25 15:37:50 -04:00
Satwik Kansal 669ff8c30e
Merge pull request #192 from Jongy/correctify-stubborn-del-explanation
Correctify explanation of "Stubborn `del` operation"
2020-03-25 22:40:42 +05:30
Yonatan Goldschmidt 67f743eddd Correctify explanation of Stubborn `del` operation 2020-03-24 23:12:47 +02:00
myrmica-habilis 78cb5f39f5 Update README.md
- assignment expressions are evaluated and printed by the REPL
2020-03-20 11:00:29 +01:00
Satwik Kansal e9b04d33f7
Merge pull request #181 from Haksell/correct-six-typos
Correct six typos
2020-02-16 02:31:40 +05:30
Satwik Kansal 733061f90d
Merge pull request #183 from Pradhvan/UpdatingDoc
README.md: Update Python version in 'Modifying a dictionary while ite…
2020-02-15 14:35:55 +05:30