Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- PYTHON
- hon:pip]] * instalar varias versiones python: [[https://medium.com/@julgq/instalando-m%C3%BAltiples-ver... ow to use Python’s **py** launcher for Windows: [[https://www.infoworld.com/article/3617292/how-to-use-py... ry'' for package management: <code bash>curl -sSL https://install.python-poetry.org | python3 -</code> =... the standard .gitignore is set curl -o .gitignore https://raw.githubusercontent.com/github/gitignore/main
- Python PycURL
- = Python PycURL /via: [[https://www.rapidseedbox.com/blog/python-curl]] * requests: [[info:cursos:pue:p... ts import requests get_response = requests.get('https://sampleurl.com') print(get_response.text) </code... {'param': 'value'} post_response = requests.post('https://sampleurl.com', data=payload) print(post_respon... mport requests try: get_response = requests.get('https://example.com') get_response.raise_for_status() p
- Python strings
- () * Regex: re.search(), re.fullmatch() /via: [[https://note.nkmk.me/en/python-str-compare/]] == string formatting * string formating[[https://realpython.com/python-string-formatting/]] ... print(f"newline: {newline}") </code> /+info: [[https://www.python.org/dev/peps/pep-0498/]] /via: [[https://www.geeksforgeeks.org/formatted-string-literals-f-
- Python: Entornos virtuales
- desactivar rm -rf venv # eliminar </code> /via: [[https://help.dreamhost.com/hc/es/articles/115000695551-... te # desactivar deactivate </code> == venv * [[https://docs.python.org/es/3/tutorial/venv.html]] === ... yenv === instalación * install: <code bash>curl https://pyenv.run | bash</code> * configuración: <cod... ode bash>pyenv local ecomerce</code> /via: * [[https://roylans.dev/entorno-virtual-en-python-pyenv]]
- Python Pandas
- oad Excel old .xls files) </code> * Estilos: [[https://docs.bokeh.org/en/latest/docs/user_guide/styling/plots.html#ug-styling-plots]] * datos: [[https://pythonhow.com/media/data/supermarkets.json]] =... put_file, show import pandas df=pandas.read_csv("https://pythonizing.github.io/data/bachelors.csv") x=d... figure, output_file, show df=pandas.read_excel("https://github.com/pythonizing/data/blob/master/verlege
- Python pip
- === Python pip * [[https://pypi.org/]] * [[https://pip.pypa.io/en/stable/installing/]] * instalando módulos en python: [[https://docs.python.org/es/3/installing/index.html#installing-index]] * compartir modulos: [[https://packaging.python.org/en/latest/tutorials/packag
- Conda (gestor paquetes miniconda - python)
- * pyLance * (ipykernel) == doc * [[https://elpythonista.com/anaconda]] * [[https://www.campusmvp.es/recursos/post/como-instalar-python-machine-learning.aspx]] * [[https://www.campusmvp.es/recursos/post/como-gestionar-d
- python datetime
- ''datetime.timedelta(minutes=5)'' == more * [[https://j2logo.com/operaciones-con-fechas-en-python/]] * [[https://oregoom.com/python/fechas-y-horas/]] * [[https://www.programiz.com/python-programming/datetime/strpt
- Python Type Hinting
- = Python Type Hinting {{tag>python}} * [[https://dagster.io/blog/python-type-hinting]] * [[https://docs.python.org/3/library/typing.html]] * [[https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.ht
- Python aberraciones
- la variable y después evaluar la variable * [[https://es.stackoverflow.com/questions/386750/qu%C3%A9-... ignifica-en-python]] * preprocesador para meter { } : [[https://pydong.org/posts/PythonsPreprocessor/]]
- Python decoradores
- = Python decoradores /via: [[https://medium.com/@LuisMBaezCo/decoradores-con-clases-y-funciones-en-python-2fafb22dba43]] * [[https://codigofacilito.com/articulos/decoradores-python
- Python iterables
- = Python iterables {{tag>python}} * [[https://kinsta.com/es/blog/iterables-de-python/]] * [[https://ellibrodepython.com/iterator-python]]
- Python excepciones
- = Python excepciones * [[https://docs.python.org/3/library/exceptions.html#exception-hierarchy]]
- Python pyodbc
- = Python pyodbc * cursor: [[https://github.com/mkleehammer/pyodbc/wiki/Cursor#description]]
- think python
- %d palabras' % ('tiene',5) * más info: [[https://docs.python.org/2/library/stdtypes.html#string-