Skip to content

Latest commit

 

History

History
130 lines (103 loc) · 3.64 KB

File metadata and controls

130 lines (103 loc) · 3.64 KB

Professional programming

::::{grid} 2 :class-container: text-center :gutter: 2

:::{grid-item-card} :link: https://pandas.pydata.org/docs/development/contributing_docstring.html#pandas-docstring-guide {octicon}bookmark;1em;caption-text pandas docstring guide ^^^ The pandas guide for documenting code. Solid reference. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://google.github.io/styleguide/pyguide.html {octicon}thumbsup;1em;caption-text Google Python Style Guide ^^^ Python is the main dynamic language used at Google. This style guide is a list of dos and don’ts for Python programs. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://peps.python.org/ {octicon}heart;1em;caption-text Python Enhancement Proposals ^^^ This PEP contains the index of all Python Enhancement Proposals (PEPs) +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://pythonbook.org/ {octicon}hubot;1em;caption-text Professional Python Programming ^^^ Open access book that covers topics that are important for a professional programmer. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://pypistats.org/ {octicon}thumbsup;1em;caption-text PyPI Stats ^^^ The best FOSS tool for PyPI statistics. It offers per package the PyPI downloads with analytics dashboard. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://docs.astral.sh/uv/ {octicon}smiley;1em;caption-text uv ^^^ An fast Python package and project manager, written in Rust. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://packaging.python.org/en/latest/ {octicon}bookmark;1em;caption-text Python Packaging User Guide ^^^ A collection of tutorials and references to help you distribute and install Python packages with modern tools. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://pip.pypa.io/en/stable/ {octicon}cross-reference;1em;caption-text pip ^^^ pip is the package installer for Python. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://hatch.pypa.io/latest/ {octicon}checklist;1em;caption-text Hatch ^^^ Hatch is a modern, extensible Python project manager. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://pipx.pypa.io/stable/ {octicon}cross-reference;1em;caption-text pipx ^^^ Install and Run Python Applications in Isolated Environments +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://docs.pex-tool.org/ {octicon}check-circle;1em;caption-text pex ^^^ A tool for generating .pex (Python EXecutable) files, lock files and venvs. +++ Read more or use this reference » :::

:::{grid-item-card} :link: https://www.mypy-lang.org/ {octicon}heart;1em;caption-text mypy ^^^ Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing. +++ Read more or use this reference » :::

:::: % End of Grid % This file is GENERATED using a simple tool. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.