1
public/weblinks/Python.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2024-09-26 23:22:42 +02:00
#Python
[Creating a daemon the Python way](http://code.activestate.com/recipes/278731/)
[Creating daemon process Python](https://franklingu.github.io/programming/2016/03/01/creating-daemon-process-python-example-explanation/)
[Download Python](https://www.python.org/downloads/)
[Einführung in Python](https://www.rna.uni-jena.de/wp-content/uploads/2019/01/Einf%C3%BChrung-in-Python-9.pdf)
[Einführung in Python Teil I - Grundlagen](https://www.itp.tu-berlin.de/fileadmin/a3233/upload/SS10/nlin/python1.pdf)
[Forking background processes in Python](https://sigterm.sh/2012/08/22/forking-background-processes-in-python/)
[PEP 20 - The Zen of Python](https://www.python.org/dev/peps/pep-0020/)
[Programmieren in Python](http://www.math.uni-leipzig.de/~hellmund/Vorlesung/pres.pdf)
[PyGObject](https://pygobject.readthedocs.io/en/latest/)
[Pyinstaller](https://datatofish.com/executable-pyinstaller/)
[Python GTK+ 3 Tutorial | Read the Docs](https://readthedocs.org/projects/python-gtk-3-tutorial/downloads/)
[Python Subprocess - Python Tutorial](https://pythonspot.com/python-subprocess/)
[Python subprocess management](https://docs.python.org/3/library/subprocess.html#module-subprocess)
[Thonny](https://thonny.org/)
[Using PyInstaller](https://pyinstaller.readthedocs.io/en/stable/usage.html)