You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{octicon}`stack;1em;caption-text`**A Whirlwind Tour of Python**
11
+
{octicon}`heart;1em;caption-text`**A Whirlwind Tour of Python**
12
12
^^^
13
13
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.
14
14
+++
@@ -18,7 +18,7 @@ A Whirlwind Tour of Python is a fast-paced introduction to essential features of
{octicon}`heart;1em;caption-text`**Python & OpenGL for Scientific Visualization**
81
+
{octicon}`stack;1em;caption-text`**Python & OpenGL for Scientific Visualization**
82
82
^^^
83
83
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.
84
84
+++
@@ -88,7 +88,7 @@ he goal of this book is to reconciliate Python programmers with OpenGL, providin
{octicon}`file;1em;caption-text`**Python Programming for Economics and Finance**
121
+
{octicon}`project;1em;caption-text`**Python Programming for Economics and Finance**
122
122
^^^
123
123
Python for scientific computing, with a focus on economics and finance.
124
124
+++
@@ -128,7 +128,7 @@ Python for scientific computing, with a focus on economics and finance.
128
128
129
129
:::{grid-item-card}
130
130
:link:https://wesmckinney.com/book/
131
-
{octicon}`heart;1em;caption-text`**Python for Data Analysis, 3E**
131
+
{octicon}`thumbsup;1em;caption-text`**Python for Data Analysis, 3E**
132
132
^^^
133
133
This book is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python.
134
134
+++
@@ -138,7 +138,7 @@ This book is concerned with the nuts and bolts of manipulating, processing, clea
138
138
139
139
:::{grid-item-card}
140
140
:link:https://goodresearch.dev/
141
-
{octicon}`thumbsup;1em;caption-text`**The Good Research Code Handbook**
141
+
{octicon}`book;1em;caption-text`**The Good Research Code Handbook**
142
142
^^^
143
143
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.
144
144
+++
@@ -148,7 +148,7 @@ Handbook is for all who do a lot of programming as part of their research. It wi
148
148
149
149
:::{grid-item-card}
150
150
:link:https://docs.python-guide.org/
151
-
{octicon}`file;1em;caption-text`**The Hitchhiker’s Guide to Python**
151
+
{octicon}`checklist;1em;caption-text`**The Hitchhiker’s Guide to Python**
152
152
^^^
153
153
Python Best Practices Guidebook.
154
154
+++
@@ -158,7 +158,7 @@ Python Best Practices Guidebook.
Copy file name to clipboardExpand all lines: generatedfiles/commercialcompanies.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
:::{grid-item-card}
10
10
:link:https://www.anaconda.com/
11
-
{octicon}`megaphone;1em;caption-text`**Anaconda**
11
+
{octicon}`note;1em;caption-text`**Anaconda**
12
12
^^^
13
13
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.
14
14
+++
@@ -18,7 +18,7 @@ Anaconda sits at the center of the AI revolution. We provide data science tools,
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
54
+++
@@ -58,7 +58,7 @@ The Documentation Team will be contributors to documentation who participate reg
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.
WheelNext is an open-source initiative (https://github.com/wheelnext & https://wheelnext.dev/) aiming to improve the user experience in the Python packaging ecosystem, specifically around the scientific computing and machine/deep learning space. We also anticipate benefits in other domains that heavily rely on performance of compiled Python extension modules - the benefit of utilizing one's hardware more optimally is not exclusive to any single domain.
23
+
+++
24
+
[Read more or use this reference »](https://wheelnext.dev/)
Copy file name to clipboardExpand all lines: generatedfiles/guiframeworks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
:::{grid-item-card}
10
10
:link:https://github.com/lona-web-org/lona
11
-
{octicon}`file;1em;caption-text`**Lona**
11
+
{octicon}`light-bulb;1em;caption-text`**Lona**
12
12
^^^
13
13
Write responsive web apps in full python
14
14
+++
@@ -18,7 +18,7 @@ Write responsive web apps in full python
18
18
19
19
:::{grid-item-card}
20
20
:link:https://github.com/web2py/py4web
21
-
{octicon}`thumbsup;1em;caption-text`**PY4WEB**
21
+
{octicon}`note;1em;caption-text`**PY4WEB**
22
22
^^^
23
23
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.
24
24
+++
@@ -28,7 +28,7 @@ PY4WEB is a web framework for the rapid development of efficient database driven
Copy file name to clipboardExpand all lines: generatedfiles/httpprogramming.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
:::{grid-item-card}
10
10
:link:https://github.com/urllib3/urllib3
11
-
{octicon}`checklist;1em;caption-text`**urllib3**
11
+
{octicon}`hubot;1em;caption-text`**urllib3**
12
12
^^^
13
13
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:
Copy file name to clipboardExpand all lines: generatedfiles/manuals.md
+39-9Lines changed: 39 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
:::{grid-item-card}
10
10
:link:https://black.readthedocs.io/en/stable/
11
-
{octicon}`verified;1em;caption-text`**Black**
11
+
{octicon}`book;1em;caption-text`**Black**
12
12
^^^
13
13
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.
14
14
+++
@@ -18,17 +18,27 @@ Black is the uncompromising Python code formatter. By using it, you agree to ced
{octicon}`checklist;1em;caption-text`**Green Tree Snakes - the missing Python AST docs**
32
+
^^^
33
+
Abstract Syntax Trees, ASTs, are a powerful feature of Python. You can write programs that inspect and modify Python code, after the syntax has been parsed, but before it gets compiled to byte code. That opens up a world of possibilities for introspection, testing, and mischief.
34
+
+++
35
+
[Read more or use this reference »](https://greentreesnakes.readthedocs.io/en/latest/)
36
+
:::
37
+
38
+
29
39
:::{grid-item-card}
30
40
:link:https://hatch.pypa.io/latest/
31
-
{octicon}`light-bulb;1em;caption-text`**Hatch**
41
+
{octicon}`check-circle;1em;caption-text`**Hatch**
32
42
^^^
33
43
Hatch is a modern, extensible Python project manager.
34
44
+++
@@ -38,7 +48,7 @@ Hatch is a modern, extensible Python project manager.
Mamba is a fast, robust, and cross-platform package manage
44
54
+++
@@ -48,7 +58,7 @@ Mamba is a fast, robust, and cross-platform package manage
48
58
49
59
:::{grid-item-card}
50
60
:link:https://nox.thea.codes/en/stable/index.html
51
-
{octicon}`tools;1em;caption-text`**Nox**
61
+
{octicon}`book;1em;caption-text`**Nox**
52
62
^^^
53
63
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.
54
64
+++
@@ -58,7 +68,7 @@ nox is a command-line tool that automates testing in multiple Python environment
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.
64
74
+++
@@ -68,27 +78,47 @@ py-pkgs-cookiecutter is a cookiecutter template for creating a fully-featured Py
68
78
69
79
:::{grid-item-card}
70
80
:link:https://docs.pypi.org/
71
-
{octicon}`zap;1em;caption-text`**PyPI User Documentation**
81
+
{octicon}`tag;1em;caption-text`**PyPI User Documentation**
72
82
^^^
73
83
PyPI is the official repository of packages for Python. This user documentation is aimed at users who use the PyPI website.
74
84
+++
75
85
[Read more or use this reference »](https://docs.pypi.org/)
76
86
:::
77
87
78
88
89
+
:::{grid-item-card}
90
+
:link:https://docs.pydantic.dev/latest/
91
+
{octicon}`verified;1em;caption-text`**Pydantic**
92
+
^^^
93
+
Data validation using Python type hints. Fast and extensible, Pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.9+;
94
+
+++
95
+
[Read more or use this reference »](https://docs.pydantic.dev/latest/)
0 commit comments