Skip to content

Instantly share code, notes, and snippets.

View gmelgar1's full-sized avatar

Guillermo gmelgar1

  • Oaxaca, Mexico
View GitHub Profile
@gmelgar1
gmelgar1 / zen_python.md
Created October 29, 2019 11:18 — forked from pyjavo/zen_python.md
El zen de Python: Explicado y con ejemplos

El Zen de Python

Si alguna vez abren la consola de python y escriben import this verán que les aparecerán las líneas con el famoso Zen de Python:

  1. Beautiful is better than ugly.
  2. Explicit is better than implicit.
  3. Simple is better than complex.
  4. Complex is better than complicated.
  5. Flat is better than nested.
  6. Sparse is better than dense.
@gmelgar1
gmelgar1 / YouTube_Markdown.txt
Created February 8, 2019 11:54 — forked from AlanSimpsonMe/YouTube_Markdown.txt
Markdown code for a YouTube video
[![ALT TEXT](https://img.youtube.com/vi/YOUTUBEID/0.jpg)](https://youtu.be/YOUTUBEID "TOOLTIP TEXT")
@gmelgar1
gmelgar1 / Responsive_Google_Map
Created February 8, 2019 11:53 — forked from AlanSimpsonMe/Responsive_Google_Map
Embed a Responsive Google Map in a Web Page
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Alan Simpson">
<meta name="description" content="Embed a Responsive Google Map in your Web Page">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">