Skip to content

Commit

Permalink
Added Python section
Browse files Browse the repository at this point in the history
  • Loading branch information
halyph committed Oct 8, 2023
1 parent 6356581 commit 645ae63
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/wiki/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ order: asc
sort_type: natural
nav:
- index.md
- howtos
- Go
- Python
- ...
- tags.md
31 changes: 31 additions & 0 deletions docs/wiki/Python/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
tags:
- python
---

# Usesul links

<div class="note inline end"> <p><img alt="logo.png" src="index/python-logo.png"></p> </div>

## Official documentation

- [Built-in Functions](https://docs.python.org/3/library/functions.html)
- [Design and History FAQ](https://docs.python.org/3/faq/design.html)

## Sites/Repos

- [Real Python Tutorials](https://realpython.com) - best Python tutorials
- [What the f*ck Python!](https://github.com/satwikkansal/wtfpython) - Exploring and understanding Python through surprising snippets

## Posts

- [Understanding all of Python, through its builtins](https://tushar.lol/post/builtins/)
- [The Comprehensive Guide to mypy](https://tushar.lol/post/mypy-guide/)

## Books

- [The Little Book of Python Anti-Patterns](https://docs.quantifiedcode.com/python-anti-patterns/)

## Miscellanious

- [Why does Python use methods for some functionality (e.g. `list.index()`) but functions for other (e.g. `len(list)`)?](https://docs.python.org/3/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list)
Binary file added docs/wiki/Python/index/python-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 645ae63

Please sign in to comment.