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

467 Commits

Author SHA1 Message Date
Satwik
d59db75b4c Add link to other modes 2019-12-21 22:11:55 +05:30
Satwik
734360ff59 Add team trees 2019-12-21 20:38:18 +05:30
Satwik
2fb14be424 Update the notebook 2019-12-21 20:06:48 +05:30
Satwik
483496d97a Aesthetical changes 2019-12-21 20:00:21 +05:30
Satwik
f914194a87 Add instructions 2019-12-21 19:39:49 +05:30
Satwik
12b2fc008e Fix TOC and links 2019-12-21 19:39:28 +05:30
Satwik
1b1a5bc10d Add generated notebook 2019-12-21 00:16:34 +05:30
Satwik
49ed35e099 Add hosted notebook instructions 2019-12-21 00:16:19 +05:30
Satwik
56c0347dd1 Minor correction 2019-12-20 23:56:35 +05:30
Satwik
7006084c12 Fix URLs 2019-12-20 23:39:10 +05:30
Satwik
a9cbcdd95a Rename json_generator to notebook_generator 2019-12-20 23:27:25 +05:30
Satwik
9fb381c4f3 Fix soo many typos, sigh. 2019-12-20 02:05:53 +05:30
Satwik
264b93a633 Remove every existence of npm 2019-12-20 01:28:49 +05:30
Satwik
a7471ca737 Merge branch 'master' into 3.0 2019-12-20 01:26:14 +05:30
Satwik
6e5278e30a More cleanup and another version bump 2019-12-20 01:25:00 +05:30
Satwik
8e798af4fc Ignore IDE files and Bump npm version 2019-12-20 01:25:00 +05:30
Satwik
176bcc8a25 Bump npm version 2019-12-20 01:25:00 +05:30
Satwik
44e885a09c Ignore unnecessary stuff in npm package 2019-12-20 01:25:00 +05:30
Satwik
dd3c62d49d Remove npm related stuff 2019-12-20 01:14:09 +05:30
Satwik
68904d3f6f Remove mention of npm package 2019-12-20 01:13:18 +05:30
Satwik
f30181a54e Merge remote-tracking branch 'origin/master' into 3.0 2019-12-20 00:52:52 +05:30
Satwik
0c461ee66a Ignore IDE files 2019-12-20 00:36:19 +05:30
Satwik
b96e2fb6a9 Respect the read_only rule 2019-12-20 00:31:42 +05:30
Satwik Kansal
2f383f8dc0
Merge pull request #152 from sobolevn/patch-2
Adds wemake-python-styleguide
2019-12-20 00:29:59 +05:30
Satwik
ef68d1b482 Add markers for new content 2019-12-20 00:27:21 +05:30
Satwik
8522964105 Read only meta tag, and minor fixes 2019-12-19 21:47:20 +05:30
Satwik
f3c7afebd7 Minor corrections 2019-12-19 15:49:52 +05:30
Satwik
d7c8b73731 Remove lobby link 2019-12-19 15:49:40 +05:30
Nikita Sobolev
e899e38553
Adds wemake-python-styleguide
Link: https://github.com/wemake-services/wemake-python-styleguide
Docs: https://wemake-python-stylegui.de/en/latest/
2019-12-01 15:51:18 +03:00
Satwik
d9e71224e2 Add minor example 2019-11-07 17:27:52 +05:30
Satwik
65c8a9ef8c Update contributors list. 2019-11-04 23:19:13 +05:30
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