Skip to content

Instantly share code, notes, and snippets.

@somahargitai
Last active April 14, 2023 16:32
Show Gist options
  • Save somahargitai/555588b311d85df07b0e6d69aaca93c7 to your computer and use it in GitHub Desktop.
Save somahargitai/555588b311d85df07b0e6d69aaca93c7 to your computer and use it in GitHub Desktop.
Pyhon Cheat Sheet

cheatsheet list

Python Tips and Tricks

code format with black

pip install black
black .
black path/to/your/file.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment