Un buen tutorial para iniciar en Kaggle
Links:
What is the difference between pip and pip3?
Links:
Obtener los valores del teclado con javascript key board value
<!DOCTYPE html> <html> <body> <p>Ingrese algún valor</p> <input onkeypress="miFuncion(event)"> <p id="ejemplo"></p> <script> function miFuncion(e) { var x = e.which || e.keyCode; document.getElementById("ejemplo").innerHTML = "El valor es: " + x; } </script> </body> </html>
Usar atajos de teclado en Jupyter Notebook
Uno de los atajos es pasar del modo
code
al modo Markdown
, y eso se logra presionando Esc y luego m para pasar al modo Markdown
y presionando Esc y luego y para pasar al modo Code
Links:
¿Cuál es la diferencia entre pip y pip3?
Estos comandos nos ayudan a ordenarnos un poco, ya que si tenemos instalado más de una instancia de
python
se hace confuso el manejo. Por ejemplo en Ubuntu 14.04 pip esta vinculado con Python2 y pip3 con Python3 [1]
También te puede interesar:
- Escribir y leer un archivo en python
- Preguntas frecuentes en python
- ¿Cómo eliminar tildes de stringen python?
Referencias¶
How to cite and reference with the Vancouver style?
General schemes for references
For a book
Author/s Title of the book. Edition. Place of publication: Editorial; year.Links:
¿Cómo agregar entradas relacionadas mi blog en blogger?
Links:
- http://www.iniciablog.com/2014/04/entradas-relacionadas-en-blogger-miniaturas.html
- https://www.thelittlecoccinelle.com/2014/11/instalar-gadget-post-recomendado-linkwithin.html
- https://www.lifestylealcuadrado.com/monetizar-blog/
- https://www.bloggerpasoapaso.com/2016/08/como-personalizar-gadget-linkwithin-entradas-relacionadas.html
- http://www.tublogfacil.com/como-poner-enlaces-a-entradas-relacionadas-en-blogger-blogspot/
¿Cómo mostrar código fuente con Bootstrap?
Un ejemplo
<html> <body> <h1>Hola Mundo</h1> </body> </html>
Otro ejemplo
import time
print ('Hola Mundo')
Funciones en python
def imprimir(texto): print(texto)
Identar con tab
def imprimir2(texto): print(texto)Mas
def imprimir(texto):
print(texto)
p {
color: red
}
Links
- http://lineadecodigo.com/bootstrap/mostrar-codigo-fuente-en-bootstrap/
¿Cómo llenar automáticamente un formulario de Google?
- Cambiar el final del link del formulario de
viewform
aformResponse
https://docs.google.com/forms/d/e/identificadorDelFormularioCambiarEsto/viewform https://docs.google.com/forms/d/e/identificadorDelFormularioCambiarEsto/formResponse
- Identificar los elementos necesario, tienen la forma de
entry.9823479
, estos son los name - Recordar que se usan
text/xml
comoContent-Type
en elHeaders
Aprender a usar Google Analytics
Recuperar el código de seguimiento
Acceder a la
Administrar
, en propiedad elegir la web del cual se quiere recuperar el codigo, clic en Información de seguimiento
y finalmente Código de seguimiento
Links
¿Cómo iterar sobre diccionarios con Python?
El siguiente es un ejemplo en
python3
d = {'uno':1,'dos':2,'tres':3} for x,y in d.items(): print (str(x)+':'+str(y)) for x in d.items(): print (x)La salida es:
uno:1 dos:2 tres:3 ('uno', 1) ('dos', 2) ('tres', 3)Links:
¿Cómo hacer una lista de referencias bibliográficas APA ?
¿Cómo citar y referenciar libro con normas APA?
Se sigue la siguiente estructuraFormato APA
ApellidoAutor, PrimeraInicial. (Año). TítuloDelLibro (Edición). Ciudad, País/Estado: Editorial.
Links:
- https://www.scribbr.es/normas-apa/hacer-una-lista-de-referencias-segun-las-normas-apa/
- http://normasapa.com/como-hacer-referencias-bibliografia-en-normas-apa/
- http://normasapa.com/como-citar-referenciar-libros-con-normas-apa/
- https://www.ull.es/view/institucional/bbtk/Referencias_normas_APA/es
- https://biblioguias.uam.es/citar/estilo_apa
Pequeño ranking de páginas según mustat
Sitio | Visitas diarias | Categoría | Fecha |
---|---|---|---|
https://www.google.com/ | 160 439 571 | 9 | 2018 06 21 |
https://www.youtube.com/ | 103 246 297 | 9 | 2018 06 21 |
https://www.facebook.com/ | 103 246 297 | 9 | 2018 06 21 |
https://www.wikipedia.org/ | 66 441 201 | 8 | 2018 06 21 |
https://www.amazon.com/ | 53 298 989 | 8 | 2018 06 21 |
https://www.aliexpress.com/ | 6 170 206 | 7 | 2018 06 21 |
https://www.netflix.com/ | 3 540 948 | 7 | 2018 06 21 |
https://www.blogger.com/ | 3 508 520 | 7 | 2018 06 21 |
https://stackoverflow.com/ | 3 500 460 | 7 | 2018 06 21 |
https://www.blogspot.com/ | 3 452 485 | 7 | 2018 06 21 |
https://github.com/ | 3 200 139 | 7 | 2018 06 21 |
https://www.w3schools.com/ | 2 566 118 | 7 | 2018 06 21 |
https://www.udemy.com/ | 939 619 | 6 | 2018 06 21 |
https://www.coursera.org/ | 566 258 | 6 | 2018 06 21 |
https://www.geeksforgeeks.org/ | 401 824 | 6 | 2018 06 21 |
https://prezi.com/ | 401 689 | 6 | 2018 06 21 |
http://www.forosdelweb.com/ | 281 564 | 6 | 2018 06 29 |
https://www.javacodegeeks.com/ | 116 339 | 6 | 2018 06 26 |
https://arxiv.org/ | 63 670 | 5 | 2018 06 21 |
https://www.kaggle.com/ | 51 415 | 5 | 2018 06 21 |
https://www.forex.com/en/ | 42 176 | 5 | 2018 06 21 |
https://www.ejemplode.com/ | 38 853 | 5 | 2018 06 29 |
http://codeforces.com/ | 27 089 | 5 | 2018 06 21 |
https://geekytheory.com/ | 3 925 | 4 | 2018 06 21 |
https://modestomontoya.me/ | 1 308 | 4 | 2018 06 27 |
https://www.uma.edu/ | 901 | 3 | 2018 06 21 |
https://wp.josh.com/ | 888 | 3 | 2018 06 21 |
https://enchufado.com/ | 162 | 3 | 2018 06 21 |
http://www.bizzia.com/ | 148 | 3 | 2018 06 21 |
http://qandas.com/ | 117 | 3 | 2018 06 21 |
http://www.velotema.com/ | 101 | 3 | 2018 06 21 |
http://www.bleach7.com/ | 99 | 2 | 2018 06 21 |
http://house-energy.com/ | 95 | 2 | 2018 06 21 |
https://www.when.com/ | 58 | 2 | 2018 06 21 |
http://www.valseek.com/ | 19 | 2 | 2018 06 21 |
http://emarketmakers.com/ | 16 | 2 | 2018 06 21 |
http://planet-waves.com/ | 9 | 1 | 2018 06 21 |
https://www.patricia.com/ | 9 | 1 | 2018 06 21 |
https://recursospython.com | 0 | 0 | 2018 06 21 |
https://goo.gl/ | 0 | 0 | 2018 06 21 |
¿Cómo buscar en un sitio específico con Google?
Solo es necesario agregar site:
mas el sitio web donde queremos buscar note-code.blogspot.com
Por ejemplo
ejemplo con python site:note-code.blogspot.com
¿Cómo indexar tu web o blog en google y otros buscadores?
Links:
- https://www.emprenderalia.com/como-indexar-un-sitio-web-o-blog-en-google-rapidamente/
- https://support.google.com/webmasters/answer/93710?hl=es
- https://www.uncommunitymanager.es/alta-una-web-en-los-principales-buscadores/
- http://www.haiku-media.com/blog/2014/como-bloquear-la-indexaci%C3%B3n-de-tu-pagina-web-en-google/
¿Cómo obtener un elemento HTML conociendo su NAME?
getElementsByName
de document
<!DOCTYPE html> <html> <body> <p>Puedes cambiar el texto</p> <input name="nombre1" type="text" value="hola"><br> <p>Click para mostar los valores.</p> <button onclick="miFuncion()">Click</button> <p id="salida"></p> <script> function miFuncion() { var x = document.getElementsByName("nombre1")[0]; document.getElementById("salida").innerHTML = x.value; } </script> </body> </html>
¿Cómo crear una encuesta con Google?
- Ingresar a https://docs.google.com/forms/u/0/
- Click en el icono blanco
+
- Editar el formulario
- Click en el botón superior
ENVIAR
Links
Instalar opencv en Python
Para instalar opencv en python solo tenemos que ejecutar pip install opencv-python
, pero acostumbro a usar un entorno virtual cuando estoy trabajando con nuevos modulos de python.
Instalar (si aún no se tiene virtualenv)
sudo apt-get install virtualenv
crear una carpeta donde estarán todos los módulos del entorno virtual
virtualenv -p python3 env
env
es el nombre de la carpeta
Iniciamos nuestro entorno virtual
source env/bin/activate
Ahora si ya podemos instalar todos los módulos que deseamos, en este caso opencv
pip install opencv-python
Re dimensionar una imagen usando opencv python
Ejecutar una función después de un tiempo en javascript
setTimeout
:<!DOCTYPE html> <html> <body> <p>Ejemplo de setTimeout</p> <button onclick="miFuncion()">Esperar</button> <script> function miFuncion() { setTimeout(function(){ alert("Hola"); }, 3000); } </script> </body> </html>
Mi laptop asus dejo de tener sonido en ubuntu
Mi laptop asus funcionaba bien, pero luego de hacer algunos cambios que aparentemente no afecta al sonido este dejo de funcionar, la solución que me funciono fue primero corregir las instalaciones que anteriormente no me funcionaron:
sudo apt-get install -f
Luego actualicé el sistema
sudo apt-get update
Un detalle fue que cuando reinicie el equipo el problema seguía, pero cuando apagué y encendí mi laptop manualmente se corrigió el problema.
Ejecutar una función en javascript al cargar la página
addEventListener
:
window.addEventListener('load', miFuncion, false); function miFuncion() { console.log("codigo"); }Links:
¿Cómo mostrar el estilo de tecla con bootstrap?
<kbd>
<kbd> ctrl </kbd>La salida es : ctrl
Enfocar un div con javascript
tabindex="0"
<div id="idDeDiv" tabindex="0"></div>
document.getElementById('idDeDiv').focus();Links:
¿Cómo inspeccionar un elemento con Google-Chrome?
inspeccionar
También podemos usa la combinacion de teclas ctrl + Mayús + I
¿Dónde conseguir imágenes sin copyright?
Google nos ofre la posibilidad de mostrar solo imágenes sin derechos de autor.
Links:
¿Cómo remplazar h3 en el título del post con h1 ?
Ingresando a
Tema
, Editar html
buscar
<b:includable id='post' var='post'> ... <h3 class='post-title entry-title' itemprop='name'> <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'> <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </h3>Y cambiar el h3 por h1
<b:includable id='post' var='post'> ... <h1 class='post-title entry-title' itemprop='name'> <b:if cond='data:post.link or (data:post.url and data:blog.url != data:post.url)'> <a expr:href='data:post.link ? data:post.link : data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </h1>Links:
Editar plantilla de Blogger usando Bootstrap
Link