1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-12 15:59:51 +02:00
Commit Graph

268 Commits

Author SHA1 Message Date
Satwik
d9e71224e2 Add minor example 2019-11-07 17:27:52 +05:30
Satwik
888c9e1261 Fix indenting, add a minor example, and update contributing message 2019-11-04 23:18:52 +05:30
Satwik
2cd7e3fccd Fix broken links 2019-11-03 00:54:04 +05:30
Satwik
321e7196d0 Some change of example orders 2019-11-02 23:02:47 +05:30
Satwik
a553ea0070 Some meta tags and corrections after running on Python 3.8 2019-10-31 23:50:23 +05:30
Satwik
7df49cd818 Change section name to Slippery Slopes and modify nan-reflexivity example 2019-10-31 00:51:48 +05:30
Satwik
af6d1799d9 Add more details to compile time optimisation snippets. 2019-10-30 23:24:07 +05:30
Satwik
5bf46f66af Bring compiler optimisation stuff back, and add minor updates. 2019-10-30 23:04:50 +05:30
Satwik
312c5d542c Add non reflexive class method and the matmul operator examples 2019-10-30 01:03:07 +05:30
Satwik
4af4f9debf Add more examples 2019-10-29 23:53:42 +05:30
Satwik
b10b3ad346 Add another needle-like example
Closes https://github.com/satwikkansal/wtfpython/issues/137
2019-10-29 22:31:58 +05:30
Satwik
133baac11c Add minor snippet related to output buffer flushing
Closes https://github.com/satwikkansal/wtfpython/issues/140
2019-10-29 22:31:58 +05:30
Satwik
34e97d53fb Add example related to the Walrus operator
Closes https://github.com/satwikkansal/wtfpython/issues/145
2019-10-29 01:07:28 +05:30
Satwik
bd798f2966 Update alignment 2019-10-28 22:51:03 +05:30
Satwik
ce8adb0417 Update TOC 2019-10-28 22:48:15 +05:30
Satwik
28bcbfd311 More changes to order and aesthetics 2019-10-28 22:40:32 +05:30
Satwik
82c37ccb32 Perhaps some editing 2019-10-28 22:17:26 +05:30
Satwik
43355e2498 Merge branch 'master' into 3.0 2019-10-28 19:34:20 +05:30
Satwik
45a2cb5ddd Merge remote-tracking branch 'origin/3.0' into 3.0 2019-10-28 19:30:53 +05:30
monujee
bef3f2a33d
Update README.md
Typo corrected.
2019-10-25 14:28:25 +05:30
Satwik Kansal
f8acf49d05
Update README.md 2019-10-09 18:48:41 +05:30
mitcom
d143f972b8 Add space-invader operator case 2019-10-06 13:12:35 +02:00
Satwik Kansal
6223715725 change order 2019-09-13 15:25:57 +05:30
Satwik Kansal
2a1c28ee4d Fix toc 2019-09-13 15:25:57 +05:30
Satwik Kansal
d6b735768c Remove asterisks and carets from titles 2019-09-13 15:24:43 +05:30
Satwik Kansal
e8fcce27c2 Fix uuid comments 2019-09-13 15:24:01 +05:30
Satwik Kansal
45638fa6b1 Add uuids to examples 2019-09-13 15:24:01 +05:30
Satwik Kansal
162458c88e Update TOC 2019-09-13 15:24:01 +05:30
Satwik Kansal
edeb98f406 Update the booleans example
Fix some technically incorrect terminologies and snippets.
2019-09-13 15:22:40 +05:30
Satwik Kansal
9939ff6a1f Add new example: Wild imports 2019-09-13 15:22:40 +05:30
Satwik Kansal
6934d94222 Some minor changes, and add assertion example 2019-09-13 15:22:01 +05:30
Satwik Kansal
7b22f84f97 Add new example: Disorder within order
Resolves https://github.com/satwikkansal/wtfpython/issues/77
2019-09-13 15:21:05 +05:30
Satwik Kansal
055bd0246d New example: Lossy zip of iterators
Resolves https://github.com/satwikkansal/wtfpython/issues/121
2019-09-13 15:21:05 +05:30
Satwik Kansal
330f7da1d3 String can be tricky: Remove outdated snippet
Related to https://github.com/satwikkansal/wtfpython/issues/120
2019-09-13 15:21:05 +05:30
Satwik Kansal
ae05101d70 Brace yourself: Add to explanation
Resolves https://github.com/satwikkansal/wtfpython/issues/114
2019-09-13 15:18:48 +05:30
Satwik Kansal
2295fb24b7 Let's make a giant string: Use %timeit for measuring time
Fixes https://github.com/satwikkansal/wtfpython/issues/106
2019-09-13 15:18:48 +05:30
Satwik Kansal
f365271df3 New example: The chicken-egg problem
Closes https://github.com/satwikkansal/wtfpython/issues/101
2019-09-13 15:18:48 +05:30
Satwik Kansal
9b3b367b45 Update example "is is not what it is"
Related to https://github.com/satwikkansal/wtfpython/issues/100
2019-09-13 15:18:48 +05:30
Satwik Kansal
5373d0f184 Add example: Ellipsis
Resolves https://github.com/satwikkansal/wtfpython/issues/96
2019-09-13 15:18:48 +05:30
Satwik Kansal
89c56c2366 Let's meet Friendly Language Uncle For Life: Add notes for non-interactive evn
Resolves https://github.com/satwikkansal/wtfpython/issues/94
2019-09-13 15:18:48 +05:30
Satwik Kansal
e3118ed4da Add new snippet: Splitsies
Resolves https://github.com/satwikkansal/wtfpython/issues/80
2019-09-13 15:18:48 +05:30
Satwik Kansal
f3b96e4d7f Expand strings and backslashes
Resolves https://github.com/satwikkansal/wtfpython/issues/69
2019-09-13 15:18:48 +05:30
Satwik Kansal
a0832c4459 Modifying a dictionary while iterating over it: Add note
Resolves https://github.com/satwikkansal/wtfpython/issues/53
2019-09-13 15:18:48 +05:30
Satwik Kansal
dbbabbe564 Update evaluation time discrepency example: Add another snippet
Resolves https://github.com/satwikkansal/wtfpython/issues/41
2019-09-13 15:18:48 +05:30
Satwik Kansal
810dbe1582 Some hideous typora corrections and a new snippets added
Also closes https://github.com/satwikkansal/wtfpython/issues/73
2019-09-13 15:18:47 +05:30
Satwik
c5665da81d Nitpicks in the new example 2019-09-13 15:01:45 +05:30
Kislov Dmitry
cedbfba829 New snippet: yielding from... return! 2019-09-13 12:03:27 +10:00
Nikita Sobolev
b0622a10ad
Fixes code highlight 2019-07-30 00:34:58 +03:00
Satwik Kansal
772a96c36f change order 2019-07-13 22:41:27 +05:30
Satwik Kansal
d3157d61a3 Fix toc 2019-07-08 22:24:37 +05:30
Satwik Kansal
4618bed5f6 Remove asterisks and carets from titles 2019-07-08 22:01:41 +05:30
Satwik Kansal
863e1f4512 Fix uuid comments 2019-07-08 03:00:33 +05:30
Satwik Kansal
98701351c6 Add uuids to examples 2019-07-08 02:54:49 +05:30
Satwik Kansal
c30e0d2ed6 Merge remote-tracking branch 'origin/master' into 3.0 2019-07-08 02:33:38 +05:30
Satwik Kansal
4d8e5795a3 Update TOC 2019-07-07 22:18:35 +05:30
Satwik Kansal
96455422ef Update the booleans example
Fix some technically incorrect terminologies and snippets.
2019-07-07 22:17:33 +05:30
zachkirsch
e611f24e7f
Change constant-folding max from <20 to <=20 2019-07-03 11:39:57 -04:00
Satwik Kansal
8b4bbb2196 Add new example: Wild imports 2019-06-11 00:43:32 +05:30
Satwik Kansal
c6e0d795ff Some minor changes, and add assertion example 2019-06-10 23:22:08 +05:30
Satwik Kansal
362447a5d2 Add new example: Disorder within order
Resolves https://github.com/satwikkansal/wtfpython/issues/77
2019-06-10 00:14:01 +05:30
Satwik Kansal
4d5a2f0d97 New example: Lossy zip of iterators
Resolves https://github.com/satwikkansal/wtfpython/issues/121
2019-06-09 19:45:13 +05:30
Satwik Kansal
bf967b0332 String can be tricky: Remove outdated snippet
Related to https://github.com/satwikkansal/wtfpython/issues/120
2019-06-09 17:56:36 +05:30
Satwik Kansal
80a969a556 Brace yourself: Add to explanation
Resolves https://github.com/satwikkansal/wtfpython/issues/114
2019-06-09 17:34:50 +05:30
Satwik Kansal
2bfa6d2e5b Let's make a giant string: Use %timeit for measuring time
Fixes https://github.com/satwikkansal/wtfpython/issues/106
2019-06-09 03:59:09 +05:30
Satwik Kansal
9ea7ab0c5a New example: The chicken-egg problem
Closes https://github.com/satwikkansal/wtfpython/issues/101
2019-06-09 00:07:02 +05:30
Satwik Kansal
72e39d3248 Update example "is is not what it is"
Related to https://github.com/satwikkansal/wtfpython/issues/100
2019-06-08 23:25:37 +05:30
Satwik Kansal
6164ce065d Merge remote-tracking branch 'origin/master' into 3.0 2019-06-08 22:41:05 +05:30
Satwik Kansal
85352fc45d Add example: Ellipsis
Resolves https://github.com/satwikkansal/wtfpython/issues/96
2019-06-08 16:30:53 +05:30
Satwik Kansal
a33f715b26 Let's meet Friendly Language Uncle For Life: Add notes for non-interactive evn
Resolves https://github.com/satwikkansal/wtfpython/issues/94
2019-06-08 14:49:59 +05:30
Satwik Kansal
c52919b9ec Add new snippet: Splitsies
Resolves https://github.com/satwikkansal/wtfpython/issues/80
2019-06-08 14:21:22 +05:30
Satwik Kansal
092dd096bf Expand strings and backslashes
Resolves https://github.com/satwikkansal/wtfpython/issues/69
2019-06-08 02:53:53 +05:30
Satwik Kansal
e0cb30bf3b Modifying a dictionary while iterating over it: Add note
Resolves https://github.com/satwikkansal/wtfpython/issues/53
2019-06-08 00:41:58 +05:30
Satwik Kansal
bc68ae0ff3 Update evaluation time discrepency example: Add another snippet
Resolves https://github.com/satwikkansal/wtfpython/issues/41
2019-06-08 00:23:57 +05:30
Satwik Kansal
f03f7dcad9 Some hideous typora corrections and a new snippets added
Also closes https://github.com/satwikkansal/wtfpython/issues/73
2019-06-07 23:59:06 +05:30
Satwik Kansal
b262f29756
Add reference to chinese translation 2018-12-16 16:23:39 +05:30
1f604
64b310953a fix typo (#107) 2018-12-07 00:24:45 +05:30
Hannes
9c5f26e758 match order of display to if/else order (#105)
I was WTFing for way too long until I realised that the results were displayed in opposite order of the if/else statement.
2018-12-06 01:20:17 +05:30
Hannes
b0e7a816ec make the function *call* more visible (#104)
It is easy to overlook the () in that appending operation, I propose adding a short comment.
2018-12-06 01:15:59 +05:30
Satwik Kansal
d7477885b8
Update broken link 2018-12-05 04:16:32 +05:30
Chris J
145a194c8b Update README.md (#95)
Fixed a small typo
2018-10-03 13:37:17 +05:30
Vibhu Agarwal
ac379c9c03 Fixed input-output of 4th example explanation code (#92)
Ref. example: Deep down, we're all the same
2018-08-28 14:24:54 +05:30
Satwik Kansal
5484680721 Fix incorrect output in "Mysterious key type conversion" example
Fixes https://github.com/satwikkansal/wtfpython/issues/84
2018-06-15 00:48:50 +05:30
Satwik Kansal
d2507c2ff3
Simplify explanation 2018-05-30 00:29:56 +05:30
BOOK
2188fa30cd Update README.md (#82)
Improve explanation for "Strings can be tricky sometimes"
2018-05-30 00:22:49 +05:30
Satwik Kansal
3df9152ec9
Update README.md 2018-05-28 18:05:21 +05:30
Satwik Kansal
518881c70e Correct the snippet in Tic-tac-toe explanation
Fixes https://github.com/satwikkansal/wtfpython/issues/81
2018-05-23 18:16:25 +05:30
Harmon
169fa2fb5e Fix grammatical error (#75) 2018-03-07 02:24:36 +05:30
Mélanie Chauvel
db35390786 Fix a syntax error and some spelling errors (#72) 2018-03-01 02:07:48 +05:30
Satwik Kansal
0c9acdcc8e Update TOC 2018-02-26 00:36:22 +05:30
Satwik Kansal
9608b2fcfc Merge examples 2018-02-26 00:34:22 +05:30
Sohaib Farooqi
70fe61737b Generator with Slice assignment trick 2018-02-26 00:18:56 +05:30
Satwik Kansal
240e216c51 Update explanation: Tic tac toe
Fixes https://github.com/satwikkansal/wtfpython/issues/68
2018-02-26 00:03:37 +05:30
Satwik Kansal
a0100a8b48 Update explanation: Strings can be tricky sometimes
Related to https://github.com/satwikkansal/wtfpython/issues/67
2018-02-25 23:31:46 +05:30
7664476e51 Fix typo 2018-01-29 22:37:52 +05:30
Tom Ritchford
a9e72e03f4 Fix code sample for "65539 local variables" example 2018-01-29 15:40:02 +05:30
Tom Swirly
54ed75f77d Format and grammar tweak
* Tweaked a line break so a section number was correctly formatted
* Tweaked grammar to be slightly more natural
2018-01-29 15:36:02 +05:30
Satwik Kansal
2fda1ef070 Fix missing statement
Fixes https://github.com/satwikkansal/wtfpython/issues/57
2018-01-26 11:22:50 +05:30
Satwik Kansal
fc262f2444 Fix broken TOC links 2018-01-26 11:22:50 +05:30
Satwik Kansal
98ef2dad4a Reorder the sections 2018-01-26 00:13:40 +05:30
Satwik Kansal
86462ed1e5
Update README.md 2018-01-25 21:13:04 +05:30