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
Copy file name to clipboardExpand all lines: README.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
@@ -4,7 +4,7 @@ Having Python programming skills is essential for architects, engineers, and man
4
4
5
5
Finding professionals with deep programming knowledge and solid experience is already challenging and will only get harder as AI, like LLM prompts, makes it easier for anyone to create software. While LLMs can generate answers, code, and snippets, a basic understanding of Python programming remains crucial in today’s world.
6
6
7
-
I created this publication for myself. Despite the great open access books available, I missed a simple resources on Python that covers aspects behind the basics. Python is one of the tools in my toolbox for problem solving. Sharing is fun so maybe this publication is also of value for you. I advocate to avoid complexity when using Python to create solutions. But creating things simple takes a lot of effort.
7
+
I created this publication for myself. Despite great open access books available, I missed a simple resources on Python that covers aspects behind the basics for people who are familiar with programming. Python is one of the tools in my toolbox for problem solving. Sharing is fun so maybe this publication is also of value for you. I advocate to avoid complexity when using Python to create solutions. But creating things simple takes a lot of effort.
{octicon}`thumbsup;1em;caption-text`**Python & OpenGL for Scientific Visualization**
101
+
{octicon}`smiley;1em;caption-text`**Python & OpenGL for Scientific Visualization**
102
102
^^^
103
103
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.
104
104
+++
@@ -108,7 +108,7 @@ he goal of this book is to reconciliate Python programmers with OpenGL, providin
{octicon}`zap;1em;caption-text`**A Whirlwind Tour of Python**
121
+
{octicon}`book;1em;caption-text`**A Whirlwind Tour of Python**
122
122
^^^
123
123
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.
124
124
+++
@@ -128,7 +128,7 @@ A Whirlwind Tour of Python is a fast-paced introduction to essential features of
Free online course book for people with a little bit of programming experience who want to learn Python
144
144
+++
@@ -148,14 +148,24 @@ Free online course book for people with a little bit of programming experience w
148
148
149
149
:::{grid-item-card}
150
150
:link:https://goodresearch.dev/
151
-
{octicon}`book;1em;caption-text`**The Good Research Code Handbook**
151
+
{octicon}`heart;1em;caption-text`**The Good Research Code Handbook**
152
152
^^^
153
153
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.
154
154
+++
155
155
[Read more or use this reference »](https://goodresearch.dev/)
Copy file name to clipboardExpand all lines: generatedfiles/commercialcompanies.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
@@ -18,7 +18,7 @@ Next-gen Python tooling
18
18
19
19
:::{grid-item-card}
20
20
:link:https://www.anaconda.com/
21
-
{octicon}`checklist;1em;caption-text`**Anaconda**
21
+
{octicon}`thumbsup;1em;caption-text`**Anaconda**
22
22
^^^
23
23
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.
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.
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.
14
14
+++
@@ -18,7 +18,7 @@ PY4WEB is a web framework for the rapid development of efficient database driven
18
18
19
19
:::{grid-item-card}
20
20
:link:https://github.com/lona-web-org/lona
21
-
{octicon}`eye;1em;caption-text`**Lona**
21
+
{octicon}`tag;1em;caption-text`**Lona**
22
22
^^^
23
23
Write responsive web apps in full python
24
24
+++
@@ -28,7 +28,7 @@ Write responsive web apps in full python
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}`thumbsup;1em;caption-text`**urllib3**
11
+
{octicon}`zap;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:
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
64
+++
@@ -68,14 +68,24 @@ py-pkgs-cookiecutter is a cookiecutter template for creating a fully-featured Py
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.
74
74
+++
75
75
[Read more or use this reference »](https://nox.thea.codes/en/stable/index.html)
76
76
:::
77
77
78
78
79
+
:::{grid-item-card}
80
+
:link:https://black.readthedocs.io/en/stable/
81
+
{octicon}`heart;1em;caption-text`**Black**
82
+
^^^
83
+
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.
84
+
+++
85
+
[Read more or use this reference »](https://black.readthedocs.io/en/stable/)
86
+
:::
87
+
88
+
79
89
::::
80
90
% End of Grid
81
91
% 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.
0 commit comments