https://github.com/parzibyte/importar-archivos-python
Ejemplos para importar nuestros propios archivos, funciones o clases con import usando Python - https://parzibyte.me/blog
https://github.com/parzibyte/importar-archivos-python
good-practices import programming python
Last synced: 9 months ago
JSON representation
Ejemplos para importar nuestros propios archivos, funciones o clases con import usando Python - https://parzibyte.me/blog
- Host: GitHub
- URL: https://github.com/parzibyte/importar-archivos-python
- Owner: parzibyte
- License: mit
- Created: 2020-11-10T04:32:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T04:37:11.000Z (about 5 years ago)
- Last Synced: 2025-01-25T14:27:01.499Z (11 months ago)
- Topics: good-practices, import, programming, python
- Language: Python
- Homepage: https://parzibyte.me/blog/2020/11/09/importar-archivos-propios-python-import/
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# importar-archivos-python
Ejemplos para importar nuestros propios archivos, funciones o clases con import usando Python - https://parzibyte.me/blog
# Tutorial
https://parzibyte.me/blog/2020/11/09/importar-archivos-propios-python-import/