Commit Graph

479 Commits

Author SHA1 Message Date
Satwik Kansal a5e7cd7cf8 Add todos 2019-09-13 15:18:47 +05:30
Satwik Kansal efdac8f9ca Get the generator in a working state 2019-09-13 15:18:47 +05:30
Satwik Kansal 3479b2befb Use absolute path for the pager.
Fixes https://github.com/satwikkansal/wtfpython/issues/119
2019-09-13 15:18:47 +05:30
Satwik Kansal 290921fe12 Add json generator 2019-09-13 15:16:18 +05:30
Satwik 03719dea45 Add few pointers for contributing well 2019-09-13 15:15:31 +05:30
Satwik c5665da81d Nitpicks in the new example 2019-09-13 15:01:45 +05:30
Satwik Kansal 0fa3067e5f
Merge pull request #138 from scidam/master
New snippet: yielding from... return!
2019-09-13 14:33:20 +05:30
Kislov Dmitry cedbfba829 New snippet: yielding from... return! 2019-09-13 12:03:27 +10:00
Satwik Kansal 9f5dbbe4e9
Merge pull request #134 from sobolevn/patch-1
Fixes code highlight
2019-08-04 12:56:24 +05:30
Nikita Sobolev b0622a10ad
Fixes code highlight 2019-07-30 00:34:58 +03:00
Satwik Kansal ffe6438576 Commit insert_ids script 2019-07-21 18:57:01 +05:30
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
Satwik Kansal e6eac17ef5
Merge pull request #126 from cclauss/patch-2
Use ==/!= to compare str, bytes, and int literals
2019-07-06 13:34:28 +05:30
Satwik Kansal 151d0ec93a
Merge pull request #127 from zachkirsch/patch-1
Fix typos in README.md, CONTRIBUTORS.md
2019-07-03 22:29:39 +05:30
Zach Kirsch 12a1ac10cb Fix github URL typos in CONTRIBUTORS.md 2019-07-03 11:46:31 -04:00
zachkirsch e611f24e7f
Change constant-folding max from <20 to <=20 2019-07-03 11:39:57 -04:00
cclauss a4776a6b67
Use ==/!= to compare str, bytes, and int literals
Identity is not the same thing as equality in Python.

$ __[flake8](http://flake8.pycqa.org)  . --count --select=E9,F63,F7,F82 --show-source --statistics__
```
    if resp.status_code is 200:
       ^
1     F632 use ==/!= to compare str, bytes, and int literals
1
```
2019-07-02 15:36:23 +02:00
Satwik Kansal a83349d0cc
Merge pull request #124 from cclauss/patch-1
Add automated testing using Travis CI
2019-07-02 17:45:11 +05:30
cclauss 14e03a3766
Add automated testing using Travis CI
The repo switch would need to be turned on at https://travis-ci.com/satwikkansal/wtfpython to enable free automated testing of all code changes.
2019-06-28 07:03:12 +02: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 3806284f78 Update content.md 2019-06-07 23:59:19 +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
hippie 31dcd9b062 add encoding (#122)
if not set encoding attr,there maybe have some exceptions when open reading.
2019-06-06 23:45:34 +05:30
Satwik Kansal 45bec627d1 Add todos 2019-05-06 23:49:57 +05:30
Satwik Kansal 5c8c4c5843 Get the generator in a working state 2019-05-06 23:47:24 +05:30
Satwik Kansal c475cbfe82 Use absolute path for the pager.
Fixes https://github.com/satwikkansal/wtfpython/issues/119
2019-05-01 19:55:46 +05:30
Satwik Kansal 596186d81c Add json generator 2019-05-01 19:12:17 +05:30
Satwik Kansal 54883f5134
Use http instead of https
This will avoid CERTIFICATE_VERIFY_FAILED errors due to SSL.
2019-03-31 19:08:19 +05:30