1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-24 03:54:25 +01:00

Commit Graph

  • ac4fbec92e Merge branch 'master' of https://github.com/diptangsu/wtfpython diptangsu 2020-10-03 01:05:54 +0530
  • b0d176be74 added entry in index diptangsu 2020-10-03 01:05:38 +0530
  • 717d7ea8f3
    Merge branch 'master' into master Diptangsu Goswami 2020-10-02 19:33:34 +0530
  • 4cef17bff2
    Update CONTRIBUTORS.md Diptangsu Goswami 2020-10-02 19:25:02 +0530
  • 04a4dc15fc added myself to CONTRIBUTORS.md :D diptangsu 2020-10-02 19:21:24 +0530
  • dc7b16c0f3 The out of scope variable, nonlocal, #193 diptangsu 2020-10-02 19:19:10 +0530
  • ab7530f7fd fixed link to CONTRIBUTORS.md diptangsu 2020-10-02 18:59:18 +0530
  • 9b3f86958a
    Merge pull request #227 from amitShindeGit/patch-1 Satwik Kansal 2020-10-01 20:13:07 +0530
  • d4ad5a0643
    Update README.md AmitShinde 2020-10-01 19:41:25 +0530
  • 9e28e00123
    Update CONTRIBUTING.md Satwik Kansal 2020-10-01 16:56:40 +0530
  • ec9f4444a3
    Update README.md Abhinav sharma 2020-10-01 14:02:44 +0530
  • 3709c10cd4 added new example KoustavCode 2020-09-30 23:28:02 +0530
  • 27b66b4f31
    Fix typo and minor changes Satwik Kansal 2020-09-17 17:02:56 +0530
  • 19e6b7da57
    Merge pull request #221 from cl0ne/patch-1 Satwik Kansal 2020-09-17 07:39:11 +0530
  • be2d537a05
    Add link to Python FAQ to "Mutating the immutable" Vladislav Glinsky 2020-09-17 03:38:41 +0300
  • 7d06e7b5c1 Add a meme Satwik 2020-08-27 00:47:08 +0530
  • a3baf043bd
    Add a note about the asterisks Satwik Kansal 2020-08-24 20:10:59 +0530
  • 03a035a89d
    Merge pull request #216 from Jongy/instance-dict-size Satwik Kansal 2020-08-01 17:54:21 +0530
  • 87906b9b2f Fix anchor name of "slowing down dict lookups" Yonatan Goldschmidt 2020-07-31 12:05:08 +0300
  • ee0696b676 Add "bloating instance dicts" section Yonatan Goldschmidt 2020-07-31 12:05:04 +0300
  • 035bde72ef
    Create else_without_if.txt Yukti Khosla 2020-07-21 20:03:45 +0530
  • f72d7325fa Fix uuid and toc Satwik 2020-07-10 22:34:22 +0530
  • ee70d52fe4 Add Jongy to the contributors list Satwik 2020-07-10 22:30:30 +0530
  • f97cbdd919 Minor updates to slowinig down dict lookups example Satwik 2020-07-10 22:28:44 +0530
  • 098d71f348
    Merge pull request #209 from Jongy/dict-loopup-performance Satwik Kansal 2020-07-10 22:17:41 +0530
  • 0b74f9ba5d Add "dict lookup performance" section Yonatan Goldschmidt 2020-07-04 18:36:27 +0300
  • 7457ffb848
    Update README.md Satwik Kansal 2020-06-25 16:28:58 +0530
  • 3ba87fea65 Add link Satwik 2020-06-15 16:03:06 +0530
  • 32f14a7e16 Add Vietnamese translation Satwik 2020-06-14 10:40:30 +0530
  • a7bab58408
    Create ex.txt Yukti-09 2020-06-12 17:10:51 +0530
  • 14600fd19b
    Merge pull request #204 from myrmica-habilis/master Satwik Kansal 2020-05-16 17:57:52 +0530
  • 5edef33cae
    Merge pull request #203 from secworks/master Satwik Kansal 2020-05-02 21:50:04 +0530
  • 9ff40de544
    'less than 21' is the correct expression. Could slso be 'less or equal to 20'. Joachim Strömbergson 2020-05-02 08:54:24 +0200
  • 0684777fa3
    Merge pull request #199 from LeafyLi/master Satwik Kansal 2020-04-26 23:38:43 +0530
  • f735fe3116 Replace http link with https zenglifa@msu.edu 2020-04-25 15:37:50 -0400
  • dd037e3634 Add expample with unpack and subscr Steffen Weber 2020-04-22 14:00:28 +0200
  • 669ff8c30e
    Merge pull request #192 from Jongy/correctify-stubborn-del-explanation Satwik Kansal 2020-03-25 22:40:42 +0530
  • 67f743eddd Correctify explanation of Stubborn del operation Yonatan Goldschmidt 2020-03-24 22:22:34 +0200
  • 78cb5f39f5 Update README.md - assignment expressions are evaluated and printed by the REPL myrmica-habilis 2020-03-20 11:00:29 +0100
  • e9b04d33f7
    Merge pull request #181 from Haksell/correct-six-typos Satwik Kansal 2020-02-16 02:31:40 +0530
  • 733061f90d
    Merge pull request #183 from Pradhvan/UpdatingDoc Satwik Kansal 2020-02-15 14:35:55 +0530
  • 184df9f99d README.md: Update Python version in 'Modifying a dictionary while iterating over it' example Pradhvan 2020-02-15 14:30:05 +0530
  • a4af8a4e0c Correct six typos Haksell 2020-02-15 09:04:24 +0100
  • 50265e91fc Correct six typos Haksell 2020-02-15 09:03:08 +0100
  • 6cebc952c3
    Fix minor typo in the "is not" example Satwik Kansal 2020-01-20 14:23:20 +0530
  • bd7cd4334c
    Merge pull request #175 from larsks/fix/is-not Satwik Kansal 2020-01-20 14:20:57 +0530
  • 97c10e6fda
    Merge pull request #177 from larsks/fix/quotes Satwik Kansal 2020-01-20 14:20:22 +0530
  • 8e6c850f30
    Merge pull request #178 from larsks/fix/bad-logic Satwik Kansal 2020-01-20 14:18:41 +0530
  • e74ccb79d0
    Merge pull request #176 from larsks/fix/grammar Satwik Kansal 2020-01-20 14:17:48 +0530
  • daf156abf5
    Merge pull request #174 from larsks/spelling Satwik Kansal 2020-01-20 14:13:23 +0530
  • 16c90f9b24 Fixed logic error in "Beware of default mutable arguments!" Lars Kellogg-Stedman 2020-01-19 12:03:30 -0500
  • 3e99005ae4 Clarify for quoting examples Lars Kellogg-Stedman 2020-01-19 10:19:17 -0500
  • 8370f3a3b9 A minor grammar correction Lars Kellogg-Stedman 2020-01-19 10:16:47 -0500
  • f20be4cfc4 Extend the explanation of the "is not ..." section Lars Kellogg-Stedman 2020-01-19 10:13:50 -0500
  • 00a1228ca3 Fix spelling (found -> find) Lars Kellogg-Stedman 2020-01-19 10:04:41 -0500
  • de113d2491
    Merge pull request #170 from art049/master Satwik Kansal 2020-01-12 00:34:12 +0530
  • ffb1599458
    Merge pull request #171 from entwanne/needles-haystack-example-6 Satwik Kansal 2020-01-12 00:33:30 +0530
  • 5f8067df42 Fix explanation for 6th example of "Needles in a Haystack" Antoine Rozo 2020-01-10 14:39:29 +0100
  • 30a6623ccd
    Wild imports typo Arthur Pastel 2020-01-10 12:43:16 +0100
  • 83cac75f41
    Merge pull request #169 from kerolloz/master Satwik Kansal 2020-01-10 14:40:07 +0530
  • d1a4144143
    Fix issue creating link Kerollos Magdy 2020-01-09 13:12:14 +0200
  • 3e98cf1ceb
    Merge pull request #168 from chrisguox/update-docs Satwik Kansal 2020-01-09 14:50:47 +0530
  • 43679ebd1e fix: fix example input error Chris Guo 2020-01-08 00:09:25 +0800
  • 0d65c00bb6
    Merge pull request #166 from louisguitton/patch-1 Satwik Kansal 2020-01-06 19:39:21 +0530
  • 255b9a574b
    Merge pull request #167 from OdinTech3/patch-1 Satwik Kansal 2020-01-06 19:38:49 +0530
  • 68f6e0217c
    Fixed mispelling Nick Muoh 2020-01-04 19:49:32 -0500
  • 3d64252310
    Fix typo in 'Strings can be tricky sometimes' Louis Guitton 2020-01-04 17:16:09 +0100
  • 185d60c1b6 Update hash brownies explanation and the logical order of few examples. Satwik 2019-12-31 16:09:41 +0530
  • 1b3b2e6c71
    Fix typo Satwik Kansal 2019-12-30 19:20:31 +0530
  • f98bd4363f
    Fix typo Satwik Kansal 2019-12-30 13:05:38 +0530
  • 2cd029f87c
    Merge branch 'master' into patch-1 NashMiao 2019-12-30 15:32:31 +0800
  • 2c910351b7 Fix relevant typos detected by codespell Satwik 2019-12-27 20:04:34 +0530
  • 9a2718ae3a Fix typo Satwik 2019-12-27 20:00:59 +0530
  • 183e0d9ee5
    Merge pull request #160 from vrthra/patch-1 Satwik Kansal 2019-12-25 19:21:24 +0530
  • 2f2fcf87bc
    Make sure that default_arg is not passed rather than checking for falsity Rahul Gopinath 2019-12-25 10:10:53 +0100
  • 99280f57a0
    Merge pull request #159 from boppreh/patch-1 Satwik Kansal 2019-12-25 01:23:18 +0530
  • 7c85a73442 Move discussion thread links to the links section Satwik 2019-12-25 00:09:55 +0530
  • e4f340281c
    Update README.md BoppreH 2019-12-24 14:02:22 -0300
  • 6c0ed6e7c5 Add discussion links Satwik 2019-12-24 21:47:59 +0530
  • dcc2e6a3d8 Update links Satwik 2019-12-24 20:09:12 +0530
  • a1b4f8d521 Put the pdf link back on demand Satwik 2019-12-23 23:13:08 +0530
  • 328168c86f
    Merge pull request #158 from rscircus/patch-1 Satwik Kansal 2019-12-23 21:25:38 +0530
  • 73a1248d04
    Fix typo in dictionary section puɐloɹ ʇɹǝqƃǝᴉs 2019-12-23 16:31:44 +0100
  • a39792bd4b Remove kofi link Satwik 2019-12-23 16:27:27 +0530
  • bd45175405 Point colab notebook to the master Satwik 2019-12-23 15:59:59 +0530
  • 438f52c3e9 Update notebook with recent changes Satwik 2019-12-23 15:58:49 +0530
  • b3387c9dc7 Add indent to the dump for better diff Satwik 2019-12-23 15:58:25 +0530
  • ad39ef8625
    Merge pull request #155 from yaph/patch-1 Satwik Kansal 2019-12-23 15:33:22 +0530
  • df8baf9941
    Merge pull request #157 from saveriomiroddi/sav-correct_typos Satwik Kansal 2019-12-23 15:32:32 +0530
  • e35642ed05 Correct some typos Saverio Miroddi 2019-12-23 10:31:40 +0100
  • f8aa17c8ba
    Make hashtags in Twitter link work Ramiro Gómez 2019-12-22 21:11:25 +0100
  • b8e4cd1693
    Merge pull request #154 from satwikkansal/3.0 v3.0.0 Satwik Kansal 2019-12-21 22:38:00 +0530
  • 76d98d9138 Fix line break Satwik 2019-12-21 22:12:56 +0530
  • d59db75b4c Add link to other modes Satwik 2019-12-21 22:11:55 +0530
  • 734360ff59 Add team trees Satwik 2019-12-21 20:38:18 +0530
  • 2fb14be424 Update the notebook Satwik 2019-12-21 20:06:48 +0530
  • 483496d97a Aesthetical changes Satwik 2019-12-21 20:00:21 +0530
  • f914194a87 Add instructions Satwik 2019-12-21 19:39:49 +0530
  • 12b2fc008e Fix TOC and links Satwik 2019-12-21 19:39:28 +0530
  • 1b1a5bc10d Add generated notebook Satwik 2019-12-21 00:16:34 +0530