Próxima revisión | Revisión previa |
prog_python:python [2023/03/23 21:09] – creado - editor externo 127.0.0.1 | prog_python:python [2025/05/08 23:04] (actual) – [Web] rolf |
---|
https://www.python.org/ \\ | https://www.python.org/ \\ |
https://pypi.org/ \\ | https://pypi.org/ \\ |
\\ | https://www.geeksforgeeks.org/python-tkinter-tutorial/\\ |
http://python-para-impacientes.blogspot.com \\ | http://python-para-impacientes.blogspot.com \\ |
https://docs.python-guide.org/ \\ | https://docs.python-guide.org/ \\ |
https://learnxinyminutes.com/docs/es-es/python-es/ \\ | https://learnxinyminutes.com/docs/es-es/python-es/ \\ |
| |
| [[https://tkinter-docs.readthedocs.io/en/latest/widgets/canvas.html#|dibujar con canvas]] \\ |
[[https://ricardogeek.com/python-vs-json-guia-para-serializar-y-deserializar/|JSON serializar y deserializar]] \\ | [[https://ricardogeek.com/python-vs-json-guia-para-serializar-y-deserializar/|JSON serializar y deserializar]] \\ |
[[http://www.jmgaguilera.com/inmersionenpython3html/node11.html|Serialización con pickle]] \\ | [[http://www.jmgaguilera.com/inmersionenpython3html/node11.html|Serialización con pickle]] \\ |
| |
===== Web ===== | ===== Web ===== |
| https://cherrypy.dev/ python en servidor web \\ |
| |
| http://www.brython.info ejecutar codigo python, en paginas web (lado cliente) \\ |
| https://pyscript.net/ python en navegador del cliente \\ |
| |
https://www.tutorialspoint.com/python3/python_cgi_programming.htm \\ | https://www.tutorialspoint.com/python3/python_cgi_programming.htm \\ |
http://cgi.tutorial.codepoint.net/session \\ | http://cgi.tutorial.codepoint.net/session \\ |
https://bottlepy.org/docs/dev/index.html crear paginas web con python (lado servidor) \\ | https://bottlepy.org/docs/dev/index.html crear paginas web con python (lado servidor) \\ |
| |
http://www.brython.info ejecutar codigo python, en paginas web (lado cliente) \\ | |
https://www.escuelapython.com/usa-python-en-el-navegador-con-transcrypt/ \\ | https://www.escuelapython.com/usa-python-en-el-navegador-con-transcrypt/ \\ |
https://pythontips.com/2019/05/22/running-python-in-the-browser/ \\ | https://pythontips.com/2019/05/22/running-python-in-the-browser/ \\ |
\\ | \\ |
[[https://diego.com.es/headers-del-protocolo-http|headers del protocolo http]] | [[https://diego.com.es/headers-del-protocolo-http|headers del protocolo http]] |
<html> </html> | https://requests.readthedocs.io/es/latest/# \\ |
https://requests.readthedocs.io/es/latest/# \\ | |
\\ | \\ |
| |
| |
| [[https://proyectobeta.xyz/python-telegram-mensajes/|Enviar mensajes a mi **Telegram** usando un bot y Python]] \\ |
| \\ |
| |
===== IPC (Inter-Process Communication) ===== | ===== IPC (Inter-Process Communication) ===== |
===== GUI ===== | ===== GUI ===== |
[[https://wiki.python.org/moin/TkInter|tkinter]] \\ | [[https://wiki.python.org/moin/TkInter|tkinter]] \\ |
[[https://wiki.wxpython.org|wxPython]] \\ | [[https://wxpython.org/|wxPython]] \\ |
[[https://kivy.org|kivy]] //tambien para Android// \\ | [[https://kivy.org|kivy]] //tambien para Android// \\ |
pyQt \\ | pyQt \\ |
rtu.close() # liberar puerto serial | rtu.close() # liberar puerto serial |
| |
| |
| https://pypi.org/project/pyModSlave/ \\ |
| https://github.com/zxlin/Modbus-PLC-Simulator \\ |
| https://sourceforge.net/projects/pymodslave/ \\ |
| https://sourceforge.net/projects/qmodmaster/ \\ |
| |
| Python Shelve Module |
| https://www.pythoncheatsheet.org/modules/shelve-module |
| https://rico-schmidt.name/pymotw-3/shelve/index.html |
| |
| ________________________________ |
| TinyDB https://tinydb.readthedocs.io/en/latest/# |
| |
| _________________________________ |
| pickleDB https://pypi.org/project/pickleDB/ |
| |
| _________________________________ |
| ZODB |
| |
| |
| |