The Wayback Machine - https://web.archive.org/web/20220618171252/https://github.com/topics/pythonic
Skip to content
#

pythonic

Here are 108 public repositories matching this topic...

sqllex
v1a0
v1a0 commented Nov 19, 2021

Add to docs few linked like this (shadow) examples with inline href right in code. I think it looks cool 🔥

Example

db: SQLite3x = ...

db.select(
            db["users"],
            [self.db["users"]['id'], 'user_id', 'first_name', 'user_status.name'],
            WHERE=self.db["users"]["user_id"] == user_id</a>,
   
docs feature help wanted good first issue

Improve this page

Add a description, image, and links to the pythonic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pythonic topic, visit your repo's landing page and select "manage topics."

Learn more