Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
- Python aberraciones
- Python argparse
- Python Bokeh
- Conda (gestor paquetes miniconda - python)
- Python curiosidades
- python datetime
- Python decoradores
- Python: Entornos virtuales
- Python excepciones
- Python librerias
- __init__.py
- Python iterables
- Python Pandas
- Python pip
- Python PycURL
- Python pyodbc
- PYTHON
- Python strings
- think python
- Python Type Hinting
Resultats de text complet:
- Python PycURL
- = Python PycURL /via: [[https://www.rapidseedbox.com/blog/python-curl]] * requests: [[info:cursos:pue:python-pcpp1:m4:1.6|]] == setup * PycURL es un intefaz python para interactuar con cURL (más completa/compleja
- PYTHON
- = PYTHON {{tag>development python}} == doc * [[info:cursos:pue:python-pcpp1|]] * [[info:cursos:pue:python|]] * [[info:cursos:udemy:python-mega-course]] == install ===
- Python argparse
- = Python argparse * [[https://ellibrodepython.com/python-argparse]] == argparse * o = argparse.ArgumentParser: * description: se muestra en la ayuda del programa * prefix
- Conda (gestor paquetes miniconda - python)
- = Conda (gestor paquetes miniconda - python) * gestión de paquetes * entornos virtuales == comandos * <code bash>conda info</code> * <code bash>conda --version</cod
- think python
- = think python {{tag>python}} == cadenas * inmutables * ''<string>[char]'' * -1 : last * -2 : pre-last ... oin(<lista>)'': junta los elementos de la lista, poniendo en medio el delimitador (!!) * ''len(strin... eferencia al mismo objeto) * OJO al usar **funciones** o **métodos** al trabajar con listas, (refere
- Python: Entornos virtuales
- = Python: Entornos virtuales {{tag>python}} * [[development:python:entornos-virtuales#venv|venv]] * [[development:python:entornos-virtuales#virtualenv|virtualenv]] * [[
- Python Pandas
- = Python Pandas * <code bash>pip3 install pandas</code> * soporte para excel: <code bash>pip3.9 in... .html#ug-styling-plots]] * datos: [[https://pythonhow.com/media/data/supermarkets.json]] = varios == importar en dataframe * ''pandas.read_csv('data.txt',header=None)'' * ''pandas.read_json('data.json')'' == colu
- Python decoradores
- = Python decoradores /via: [[https://medium.com/@LuisMBaezCo/decoradores-con-clases-y-funciones-en-python-2fafb22dba43]] * [[https://codigofacilito.com/articulos/decoradores-python]] == Decorad
- Python iterables
- = Python iterables {{tag>python}} * [[https://kinsta.com/es/blog/iterables-de-python/]] * [[https://ellibrodepython.com/iterator-python]] == iterables <code python>even_list = [2, 4,
- Python strings
- = Python strings {{tag>python}} == comp * Exact match (equality comparison): ==, != * Partial match: in, not in * Forward/bac... match: startswith(), endswith() * Order comparison: <, <=, >, >= * Case-insensitive comparison: up
- __init__.py
- = __init__.py /via: [[https://realpython.com/python-init-py/]] == general * este fichero marca un directorio como un paquete regular * permite importar todo de golpe o un modulo concreto * permite la importación de módulos * el contenido de ese fichero se ejecuta automaticamente c
- Python aberraciones
- = Python aberraciones * operador ternario:<code python> variable = "valor" if condicion_cierta() else "otro_valor" </code> * reducciones:<code python>my_n
- Python pip
- === Python pip {{tag>python}} * [[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: [[htt
- Python librerias
- = Python librerias {{tag>python}} == collections <code python>from collections import defaultdict var = defaultdict(int) var2 = defautldict(set)</cod
- Python Bokeh
- = Python Bokeh * <code bash>pip3 install bokeh</code> == bokeh ejemplos más ejemplos en [[development:python:pandas|]] <code python> from bokeh.plotting import figure, output_file, show p=figure(width=500,hei... ool Data" p.title.text_color="Gray" p.title.text_font="times" p.title.text_font_style="bold" p.xaxis.m