- Better way to handle duplicates than enumerate? https://docs.python.org/3/library/functions.html#enumerate 16 comments learnpython
- Is there a list of every Python function out there? https://docs.python.org/3/library/functions.html 9 comments learnpython
- What does the forward slash ('/') mean in `sum(iterable, /, start=0) ` in the Python official docs. https://docs.python.org/3/library/functions.html#sum 8 comments learnpython
- Why is base=10 the default for int()? https://docs.python.org/3/library/functions.html#int 15 comments learnpython
- A Perl Programmer in Python Land: 5 years later https://docs.python.org/3/library/functions.html#input 34 comments perl
Linking pages
- GitHub - satwikkansal/wtfpython: What the f*ck Python? 😱 https://github.com/satwikkansal/wtfpython 795 comments
- Python's âDisappointingâ Superpowers - lukeplant.me.uk https://lukeplant.me.uk/blog/posts/pythons-disappointing-superpowers/ 378 comments
- Python Is Not A Great Programming Language · GitHub https://gist.github.com/RobertAKARobin/a1cba47d62c009a378121398cc5477ea 227 comments
- Python behind the scenes #11: how the Python import system works https://tenthousandmeters.com/blog/python-behind-the-scenes-11-how-the-python-import-system-works/ 215 comments
- Python built-in functions to know https://treyhunner.com/2019/05/python-builtins-worth-learning/ 199 comments
- Python Asyncio: The Complete Guide https://superfastpython.com/python-asyncio/ 194 comments
- The 35 Words You Need to Python | yawpitchroll https://yawpitchroll.com/posts/the-35-words-you-need-to-python/ 159 comments
- Python Standard Library changes in recent years https://antonz.org/python-stdlib-changes/ 140 comments
- GitHub - naftaliharris/tauthon: Fork of Python 2.7 with new syntax, builtins, and libraries backported from Python 3. https://github.com/naftaliharris/tauthon 138 comments
- GitHub - joncatanio/cannoli: Cannoli Programming Language https://github.com/joncatanio/cannoli 94 comments
- Comprehensions in Python the Jedi way · GitHub https://gist.github.com/bearfrieze/a746c6f12d8bada03589 85 comments
- Doing Python Configuration Right – Michael Whalen – whalesalad.com https://whalesalad.com/blog/doing-python-configuration-right 83 comments
- pyasmtool/bytecode_disasm.md at master · MoserMichael/pyasmtool · GitHub https://github.com/MoserMichael/pyasmtool/blob/master/bytecode_disasm.md 55 comments
- How to Merge Dictionaries in Python https://treyhunner.com/2016/02/how-to-merge-dictionaries-in-python/ 48 comments
- swift/DesignOverview.md at main · tensorflow/swift · GitHub https://github.com/tensorflow/swift/blob/master/docs/DesignOverview.md 45 comments
- GitHub - kellyjonbrazil/jc: CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts. https://github.com/kellyjonbrazil/jc 38 comments
- sqlglot/sql_diff.md at main · tobymao/sqlglot · GitHub https://github.com/tobymao/sqlglot/blob/main/posts/sql_diff.md 35 comments
- Tips for debugging with print() - Adam Johnson https://adamj.eu/tech/2021/10/08/tips-for-debugging-with-print/ 34 comments
- Python behind the scenes #12: how async/await works in Python https://tenthousandmeters.com/blog/python-behind-the-scenes-12-how-asyncawait-works-in-python/ 32 comments
- Communicate Through Code - Blog by Roman Glushko https://www.romaglushko.com/blog/communicate-through-code/ 24 comments
Would you like to stay up to date with Python? Checkout Python Weekly.
Related searches:
Search whole site: site:docs.python.org
Search title: Built-in Functions — Python 3.11.2 documentation
See how to search.