1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-01 19:08:04 +02:00
Commit Graph

336 Commits

Author SHA1 Message Date
Satwik
888c9e1261 Fix indenting, add a minor example, and update contributing message 2019-11-04 23:18:52 +05:30
Satwik
e18e56eba3 Working experimental notebook generator 2019-11-03 00:54:27 +05:30
Satwik
2cd7e3fccd Fix broken links 2019-11-03 00:54:04 +05:30
Satwik
2161c48e8e Parse nested examples 2019-11-02 23:25:58 +05:30
Satwik
321e7196d0 Some change of example orders 2019-11-02 23:02:47 +05:30
Satwik
08302ba0c8 Ignore environment and checkpoint files 2019-10-31 23:51:47 +05:30
Satwik
2160dad717 Use dynamic path instead of fixed one 2019-10-31 23:50:50 +05:30
Satwik
a553ea0070 Some meta tags and corrections after running on Python 3.8 2019-10-31 23:50:23 +05:30
Satwik
d4021862f0 Add no longer working note. 2019-10-31 01:07:04 +05:30
Satwik
1d467287ef Move stuff to obsolete package.
Not deleting it for quick future reference for contributors and myself.
2019-10-31 01:05:23 +05:30
Satwik
0160d5019b Remove un-necessary file 2019-10-31 01:01:45 +05:30
Satwik
a5593c42e0 Update comments 2019-10-31 00:59:57 +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
Satwik
d823aa9220 Ignore DS_Store 2019-10-28 19:23:06 +05:30
Satwik Kansal
8135cbb99c
README.md Fix typos 2019-10-25 19:52:52 +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
Satwik Kansal
88ccda2bcd
Merge pull request #141 from mitcom/space-invader-operator
Add space-invader operator case
2019-10-09 18:43:28 +05:30
mitcom
d143f972b8 Add space-invader operator case 2019-10-06 13:12:35 +02:00
Satwik Kansal
fc491c5dd6 Commit insert_ids script 2019-09-13 15:25:57 +05:30
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