Skip to content

Commit c89e3c7

Browse files
committed
updates
1 parent ba891e0 commit c89e3c7

16 files changed

+216
-177
lines changed

generatedfiles/books.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://jakevdp.github.io/WhirlwindTourOfPython/
11-
{octicon}`pencil;1em;caption-text` **A Whirlwind Tour of Python**
11+
{octicon}`stack;1em;caption-text` **A Whirlwind Tour of Python**
1212
^^^
1313
A Whirlwind Tour of Python is a fast-paced introduction to essential features of the Python language, aimed at researchers and developers who are already familiar with programming in another language.
1414
+++
@@ -18,7 +18,7 @@ A Whirlwind Tour of Python is a fast-paced introduction to essential features of
1818

1919
:::{grid-item-card}
2020
:link: https://www.thedigitalcatbooks.com/pycabook-introduction/
21-
{octicon}`eye;1em;caption-text` **Clean Architectures in Python**
21+
{octicon}`hubot;1em;caption-text` **Clean Architectures in Python**
2222
^^^
2323
This book is about a software design methodology. With lots of Python examples and a strong emphasis on TDD.
2424
+++
@@ -28,7 +28,7 @@ This book is about a software design methodology. With lots of Python examples a
2828

2929
:::{grid-item-card}
3030
:link: https://runestone.academy/ns/books/published/fopp/index.html
31-
{octicon}`check-circle;1em;caption-text` **Foundations of Python Programming**
31+
{octicon}`telescope;1em;caption-text` **Foundations of Python Programming**
3232
^^^
3333
This book is to teach you to understand and create computer programs in Python. With hands-on activities!
3434
+++
@@ -38,7 +38,7 @@ This book is to teach you to understand and create computer programs in Python.
3838

3939
:::{grid-item-card}
4040
:link: https://www.labri.fr/perso/nrougier/from-python-to-numpy/
41-
{octicon}`smiley;1em;caption-text` **From Python to Numpy**
41+
{octicon}`hubot;1em;caption-text` **From Python to Numpy**
4242
^^^
4343
The goal of this book is to explain advanced techniques for using Numpy.
4444
+++
@@ -48,7 +48,7 @@ The goal of this book is to explain advanced techniques for using Numpy.
4848

4949
:::{grid-item-card}
5050
:link: https://developers.google.com/edu/python
51-
{octicon}`eye;1em;caption-text` **Google's Python Class**
51+
{octicon}`book;1em;caption-text` **Google's Python Class**
5252
^^^
5353
Free online course book for people with a little bit of programming experience who want to learn Python
5454
+++
@@ -58,7 +58,7 @@ Free online course book for people with a little bit of programming experience w
5858

5959
:::{grid-item-card}
6060
:link: https://book.pythontips.com/en/latest/index.html
61-
{octicon}`heart;1em;caption-text` **Intermediate Python**
61+
{octicon}`megaphone;1em;caption-text` **Intermediate Python**
6262
^^^
6363
The topics which are discussed in this book open up your mind towards some nice corners of Python language.
6464
+++
@@ -68,7 +68,7 @@ The topics which are discussed in this book open up your mind towards some nice
6868

6969
:::{grid-item-card}
7070
:link: https://pythonbook.org/
71-
{octicon}`tag;1em;caption-text` **Professional Python Programming**
71+
{octicon}`telescope;1em;caption-text` **Professional Python Programming**
7272
^^^
7373
Open access book that covers topics that are important for a professional programmer.
7474
+++
@@ -78,7 +78,7 @@ Open access book that covers topics that are important for a professional progr
7878

7979
:::{grid-item-card}
8080
:link: https://www.labri.fr/perso/nrougier/python-opengl/
81-
{octicon}`package;1em;caption-text` **Python & OpenGL for Scientific Visualization**
81+
{octicon}`heart;1em;caption-text` **Python & OpenGL for Scientific Visualization**
8282
^^^
8383
he goal of this book is to reconciliate Python programmers with OpenGL, providing both an introduction to modern OpenGL and a set of basic and advanced techniques in order to achieve both fast, scalable & beautiful scientific visualizations.
8484
+++
@@ -98,7 +98,7 @@ A book about doing data science with Python.
9898

9999
:::{grid-item-card}
100100
:link: https://py-pkgs.org/welcome
101-
{octicon}`thumbsup;1em;caption-text` **Python Packages**
101+
{octicon}`note;1em;caption-text` **Python Packages**
102102
^^^
103103
Python Packages is an open source book that describes modern and efficient workflows for creating Python packages.
104104
+++
@@ -118,7 +118,7 @@ Covers everything you need to know to start using Python for data science.
118118

119119
:::{grid-item-card}
120120
:link: https://python-programming.quantecon.org/intro.html
121-
{octicon}`thumbsup;1em;caption-text` **Python Programming for Economics and Finance**
121+
{octicon}`file;1em;caption-text` **Python Programming for Economics and Finance**
122122
^^^
123123
Python for scientific computing, with a focus on economics and finance.
124124
+++
@@ -128,7 +128,7 @@ Python for scientific computing, with a focus on economics and finance.
128128

129129
:::{grid-item-card}
130130
:link: https://wesmckinney.com/book/
131-
{octicon}`checklist;1em;caption-text` **Python for Data Analysis, 3E**
131+
{octicon}`heart;1em;caption-text` **Python for Data Analysis, 3E**
132132
^^^
133133
This book is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python.
134134
+++
@@ -138,7 +138,7 @@ This book is concerned with the nuts and bolts of manipulating, processing, clea
138138

139139
:::{grid-item-card}
140140
:link: https://goodresearch.dev/
141-
{octicon}`check-circle;1em;caption-text` **The Good Research Code Handbook**
141+
{octicon}`thumbsup;1em;caption-text` **The Good Research Code Handbook**
142142
^^^
143143
Handbook is for all who do a lot of programming as part of their research. It will teach you, in a practical manner, how to organize your code so that it is easy to understand and works reliably.
144144
+++
@@ -148,7 +148,7 @@ Handbook is for all who do a lot of programming as part of their research. It wi
148148

149149
:::{grid-item-card}
150150
:link: https://docs.python-guide.org/
151-
{octicon}`report;1em;caption-text` **The Hitchhiker’s Guide to Python**
151+
{octicon}`file;1em;caption-text` **The Hitchhiker’s Guide to Python**
152152
^^^
153153
Python Best Practices Guidebook.
154154
+++
@@ -158,7 +158,7 @@ Python Best Practices Guidebook.
158158

159159
:::{grid-item-card}
160160
:link: https://www.pyopensci.org/python-package-guide/index.html
161-
{octicon}`briefcase;1em;caption-text` **pyOpenSci Python Package Guide**
161+
{octicon}`package;1em;caption-text` **pyOpenSci Python Package Guide**
162162
^^^
163163
Learn how to create a Python package from start to finish. Also great tutorials for writing test, documentation and more!
164164
+++

generatedfiles/commercialcompanies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://www.anaconda.com/
11-
{octicon}`stack;1em;caption-text` **Anaconda**
11+
{octicon}`megaphone;1em;caption-text` **Anaconda**
1212
^^^
1313
Anaconda sits at the center of the AI revolution. We provide data science tools, MLOps, and data & model management to empower our customers and community with AI capabilities to propel their projects forward.
1414
+++
@@ -18,7 +18,7 @@ Anaconda sits at the center of the AI revolution. We provide data science tools,
1818

1919
:::{grid-item-card}
2020
:link: https://astral.sh/
21-
{octicon}`project;1em;caption-text` **Astral**
21+
{octicon}`eye;1em;caption-text` **Astral**
2222
^^^
2323
Next-gen Python tooling
2424
+++

generatedfiles/communities.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://conda.org/
11-
{octicon}`tools;1em;caption-text` **Conda Community**
11+
{octicon}`check-circle;1em;caption-text` **Conda Community**
1212
^^^
1313
A community supporting a language-agnostic, multi-platform package management ecosystem for projects of any size and complexity.
1414
+++
@@ -18,7 +18,7 @@ A community supporting a language-agnostic, multi-platform package management ec
1818

1919
:::{grid-item-card}
2020
:link: https://jazzband.co/
21-
{octicon}`project;1em;caption-text` **Jazzband**
21+
{octicon}`briefcase;1em;caption-text` **Jazzband**
2222
^^^
2323
Jazzband is a collaborative community to share the responsibility of maintaining Python-based projects.
2424
+++
@@ -28,7 +28,7 @@ Jazzband is a collaborative community to share the responsibility of maintaining
2828

2929
:::{grid-item-card}
3030
:link: https://palletsprojects.com/
31-
{octicon}`smiley;1em;caption-text` **Pallets**
31+
{octicon}`zap;1em;caption-text` **Pallets**
3232
^^^
3333
Pallets is the open source community organization that develops and supports popular Python frameworks.
3434
+++
@@ -38,17 +38,27 @@ Pallets is the open source community organization that develops and supports pop
3838

3939
:::{grid-item-card}
4040
:link: https://pydata.org/
41-
{octicon}`bookmark;1em;caption-text` **PyData**
41+
{octicon}`book;1em;caption-text` **PyData**
4242
^^^
4343
PyData is an educational program of NumFOCUS, a 501(c)(3) nonprofit charity.
4444
+++
4545
[Read more or use this reference »](https://pydata.org/)
4646
:::
4747

4848

49+
:::{grid-item-card}
50+
:link: https://docs-community.readthedocs.io/index.html
51+
{octicon}`book;1em;caption-text` **Python Documentation Community**
52+
^^^
53+
The Documentation Team will be contributors to documentation who participate regularly to CPython documentation and monthly meetings (synchronously or asynchronously). A goal of this team will be to build a global community around CPython documentation.
54+
+++
55+
[Read more or use this reference »](https://docs-community.readthedocs.io/index.html)
56+
:::
57+
58+
4959
:::{grid-item-card}
5060
:link: https://scientific-python.org
51-
{octicon}`briefcase;1em;caption-text` **The Scientific Python project**
61+
{octicon}`eye;1em;caption-text` **The Scientific Python project**
5262
^^^
5363
The scientific Python ecosystem is a loose federation of community-developed and -owned Python projects widely used in scientific research, technical computing, and data science.
5464
+++

generatedfiles/foundations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://numfocus.org/
11-
{octicon}`briefcase;1em;caption-text` **NumFOCUS**
11+
{octicon}`telescope;1em;caption-text` **NumFOCUS**
1212
^^^
1313
NumFOCUS is to promote open practices in research, data, and scientific computing
1414
+++
@@ -18,7 +18,7 @@ NumFOCUS is to promote open practices in research, data, and scientific computin
1818

1919
:::{grid-item-card}
2020
:link: https://www.pyopensci.org/python-package-guide/index.html
21-
{octicon}`light-bulb;1em;caption-text` **pyOpenSci**
21+
{octicon}`book;1em;caption-text` **pyOpenSci**
2222
^^^
2323
Community that supports free and open Python tools for processing scientific data.
2424
+++

generatedfiles/guiframeworks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://github.com/lona-web-org/lona
11-
{octicon}`telescope;1em;caption-text` **Lona**
11+
{octicon}`file;1em;caption-text` **Lona**
1212
^^^
1313
Write responsive web apps in full python
1414
+++
@@ -18,7 +18,7 @@ Write responsive web apps in full python
1818

1919
:::{grid-item-card}
2020
:link: https://github.com/web2py/py4web
21-
{octicon}`eye;1em;caption-text` **PY4WEB**
21+
{octicon}`thumbsup;1em;caption-text` **PY4WEB**
2222
^^^
2323
PY4WEB is a web framework for the rapid development of efficient database driven web applications. It is an evolution of the popular web2py framework but much faster and slicker.
2424
+++
@@ -28,7 +28,7 @@ PY4WEB is a web framework for the rapid development of efficient database driven
2828

2929
:::{grid-item-card}
3030
:link: https://github.com/posit-dev/py-shiny/
31-
{octicon}`bookmark;1em;caption-text` **Shiny**
31+
{octicon}`briefcase;1em;caption-text` **Shiny**
3232
^^^
3333
Build fast, beautiful web applications in Python.
3434
+++

generatedfiles/httpprogramming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://github.com/urllib3/urllib3
11-
{octicon}`megaphone;1em;caption-text` **urllib3**
11+
{octicon}`checklist;1em;caption-text` **urllib3**
1212
^^^
1313
urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries:
1414
+++

generatedfiles/manuals.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
% This file is GENERATED. Check the tools on https://nocomplexity.com/ or my github.com/nocomplexity to use it too! Its FOSS.
44

5-
::::{grid} 2
5+
::::{grid} 3
66
:class-container: text-center
77
:gutter: 2
88

99
:::{grid-item-card}
1010
:link: https://black.readthedocs.io/en/stable/
11-
{octicon}`light-bulb;1em;caption-text` **Black**
11+
{octicon}`verified;1em;caption-text` **Black**
1212
^^^
1313
Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. Defacto standard formatter for many projects.
1414
+++
@@ -18,7 +18,7 @@ Black is the uncompromising Python code formatter. By using it, you agree to ced
1818

1919
:::{grid-item-card}
2020
:link: https://docs.conda.io/projects/conda/en/stable/
21-
{octicon}`report;1em;caption-text` **Conda Documentation**
21+
{octicon}`pencil;1em;caption-text` **Conda Documentation**
2222
^^^
2323
Conda's documentation! Conda provides package, dependency, and environment management for any language.
2424
+++
@@ -28,7 +28,7 @@ Conda's documentation! Conda provides package, dependency, and environment manag
2828

2929
:::{grid-item-card}
3030
:link: https://hatch.pypa.io/latest/
31-
{octicon}`thumbsup;1em;caption-text` **Hatch**
31+
{octicon}`light-bulb;1em;caption-text` **Hatch**
3232
^^^
3333
Hatch is a modern, extensible Python project manager.
3434
+++
@@ -38,7 +38,7 @@ Hatch is a modern, extensible Python project manager.
3838

3939
:::{grid-item-card}
4040
:link: https://mamba.readthedocs.io/en/latest/
41-
{octicon}`check-circle;1em;caption-text` **Mamba’s documentation**
41+
{octicon}`megaphone;1em;caption-text` **Mamba’s documentation**
4242
^^^
4343
Mamba is a fast, robust, and cross-platform package manage
4444
+++
@@ -48,7 +48,7 @@ Mamba is a fast, robust, and cross-platform package manage
4848

4949
:::{grid-item-card}
5050
:link: https://nox.thea.codes/en/stable/index.html
51-
{octicon}`thumbsup;1em;caption-text` **Nox**
51+
{octicon}`tools;1em;caption-text` **Nox**
5252
^^^
5353
nox is a command-line tool that automates testing in multiple Python environments, similar to tox. Unlike tox, Nox uses a standard Python file for configuration.
5454
+++
@@ -58,17 +58,27 @@ nox is a command-line tool that automates testing in multiple Python environment
5858

5959
:::{grid-item-card}
6060
:link: https://py-pkgs-cookiecutter.readthedocs.io/en/latest/
61-
{octicon}`zap;1em;caption-text` **Py-Pkgs-Cookiecutter**
61+
{octicon}`package;1em;caption-text` **Py-Pkgs-Cookiecutter**
6262
^^^
6363
py-pkgs-cookiecutter is a cookiecutter template for creating a fully-featured Python package using poetry. It supplements the Python Packages book by Tomas Beuzen and Tiffany Timbers but can be used independently.
6464
+++
6565
[Read more or use this reference »](https://py-pkgs-cookiecutter.readthedocs.io/en/latest/)
6666
:::
6767

6868

69+
:::{grid-item-card}
70+
:link: https://docs.pypi.org/
71+
{octicon}`zap;1em;caption-text` **PyPI User Documentation**
72+
^^^
73+
PyPI is the official repository of packages for Python. This user documentation is aimed at users who use the PyPI website.
74+
+++
75+
[Read more or use this reference »](https://docs.pypi.org/)
76+
:::
77+
78+
6979
:::{grid-item-card}
7080
:link: https://setuptools.pypa.io/en/latest/userguide/
71-
{octicon}`book;1em;caption-text` **Setuptools**
81+
{octicon}`light-bulb;1em;caption-text` **Setuptools**
7282
^^^
7383
Building and Distributing Packages with Setuptools. If you are not (yet) using Hatch, this is a good manual for using setup tools.
7484
+++
@@ -78,7 +88,7 @@ Building and Distributing Packages with Setuptools. If you are not (yet) using H
7888

7989
:::{grid-item-card}
8090
:link: https://docs.pex-tool.org/
81-
{octicon}`briefcase;1em;caption-text` **pex**
91+
{octicon}`thumbsup;1em;caption-text` **pex**
8292
^^^
8393
A tool for generating .pex (Python EXecutable) files, lock files and venvs.
8494
+++

0 commit comments

Comments
 (0)