├── README.md ├── index.html ├── parse.js ├── pdf ├── Acrobat │ ├── Chapter_1.xml │ ├── bottom_line.xml │ ├── chapter_2.xml │ ├── chapter_3.xml │ ├── chapter_4.xml │ ├── chapter_5.xml │ ├── chapter_6.xml │ ├── chapter_7.xml │ ├── chapter_8.xml │ ├── even_pages.xml │ └── odd_pages.xml ├── README.md ├── create_index.py ├── descripitive_image_final-01.png ├── descripitive_image_final.png ├── index_for_pdf.html ├── index_for_pdf_print.html ├── popup.html └── remove_links.py └── web ├── OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1 ├── @font-face │ ├── 9f94dc20bb2a09c15241d3a880b7ad01-ss2.woff │ ├── 9f94dc20bb2a09c15241d3a880b7ad01.eot │ ├── 9f94dc20bb2a09c15241d3a880b7ad01.svg │ ├── 9f94dc20bb2a09c15241d3a880b7ad01.ttf │ ├── 9f94dc20bb2a09c15241d3a880b7ad01.woff │ ├── 9f94dc20bb2a09c15241d3a880b7ad01.woff2 │ └── Demo.html ├── License.txt ├── Menlo Regular │ ├── Menlo Regular.eot │ ├── Menlo Regular.svg │ ├── Menlo Regular.ttf │ ├── Menlo Regular.woff │ └── Menlo Regular.woff2 └── Online_Web_Fonts.url ├── OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88 ├── License.txt ├── Menlo Bold │ ├── @font-face │ │ ├── Demo.html │ │ ├── a6ffc5d72a96b65159e710ea6d258ba4.eot │ │ ├── a6ffc5d72a96b65159e710ea6d258ba4.svg │ │ ├── a6ffc5d72a96b65159e710ea6d258ba4.ttf │ │ ├── a6ffc5d72a96b65159e710ea6d258ba4.woff │ │ └── a6ffc5d72a96b65159e710ea6d258ba4.woff2 │ ├── Menlo Bold.eot │ ├── Menlo Bold.svg │ ├── Menlo Bold.ttf │ ├── Menlo Bold.woff │ └── Menlo Bold.woff2 └── Online_Web_Fonts.url ├── continents.csv ├── convert_table.py ├── covid_cases.js ├── covid_cases.png ├── covid_deaths.js ├── covid_deaths.png ├── default.min.css ├── default_dark.min.css ├── default_dark1.min.css ├── default_dark2.min.css ├── default_dark3.min.css ├── empty_script.py ├── faq.html ├── favicon.png ├── fonts └── EJRSQgYoZZY2vCFuvAnt66qSVys.woff2 ├── highlight.min.js ├── image_720.jpeg ├── image_888.jpeg ├── image_960.jpeg ├── image_orig.jpeg ├── image_orig_blue6.png ├── image_social.jpeg ├── image_social_2.png ├── image_social_3.png ├── image_social_4.png ├── image_social_bckp.png ├── image_twitter_card.jpeg ├── image_twitter_card_2.jpeg ├── jquery-3.4.0.min.js ├── jquery-3.4.0.slim.min.js ├── mario_bros.png ├── plotly.min.js ├── script_2.js ├── showdown.min.js ├── style.css ├── style_dark.css ├── style_dark1.css ├── style_dark2.css ├── style_dark3.css ├── template.html ├── twitter_card_large.jpeg ├── twitter_card_large_bckp.jpeg └── update_plots.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/index.html -------------------------------------------------------------------------------- /parse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/parse.js -------------------------------------------------------------------------------- /pdf/Acrobat/Chapter_1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/Chapter_1.xml -------------------------------------------------------------------------------- /pdf/Acrobat/bottom_line.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/bottom_line.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_2.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_3.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_4.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_5.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_6.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_7.xml -------------------------------------------------------------------------------- /pdf/Acrobat/chapter_8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/chapter_8.xml -------------------------------------------------------------------------------- /pdf/Acrobat/even_pages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/even_pages.xml -------------------------------------------------------------------------------- /pdf/Acrobat/odd_pages.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/Acrobat/odd_pages.xml -------------------------------------------------------------------------------- /pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/README.md -------------------------------------------------------------------------------- /pdf/create_index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/create_index.py -------------------------------------------------------------------------------- /pdf/descripitive_image_final-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/descripitive_image_final-01.png -------------------------------------------------------------------------------- /pdf/descripitive_image_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/descripitive_image_final.png -------------------------------------------------------------------------------- /pdf/index_for_pdf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/index_for_pdf.html -------------------------------------------------------------------------------- /pdf/index_for_pdf_print.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/index_for_pdf_print.html -------------------------------------------------------------------------------- /pdf/popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/popup.html -------------------------------------------------------------------------------- /pdf/remove_links.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/pdf/remove_links.py -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01-ss2.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01-ss2.woff -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.eot -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.svg -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.ttf -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.woff -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/9f94dc20bb2a09c15241d3a880b7ad01.woff2 -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/Demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/@font-face/Demo.html -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/License.txt -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.eot -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.svg -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.ttf -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.woff -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Menlo Regular/Menlo Regular.woff2 -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Online_Web_Fonts.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_cb7eb796ae7de7195a34c485cacebad1/Online_Web_Fonts.url -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/License.txt -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/Demo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/Demo.html -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.eot -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.svg -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.ttf -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.woff -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/@font-face/a6ffc5d72a96b65159e710ea6d258ba4.woff2 -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.eot -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.svg -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.ttf -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.woff -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Menlo Bold/Menlo Bold.woff2 -------------------------------------------------------------------------------- /web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Online_Web_Fonts.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/OnlineWebFonts_COM_d6ba633f6ea4cafe1a39ab736fe55e88/Online_Web_Fonts.url -------------------------------------------------------------------------------- /web/continents.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/continents.csv -------------------------------------------------------------------------------- /web/convert_table.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/convert_table.py -------------------------------------------------------------------------------- /web/covid_cases.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/covid_cases.js -------------------------------------------------------------------------------- /web/covid_cases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/covid_cases.png -------------------------------------------------------------------------------- /web/covid_deaths.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/covid_deaths.js -------------------------------------------------------------------------------- /web/covid_deaths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/covid_deaths.png -------------------------------------------------------------------------------- /web/default.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/default.min.css -------------------------------------------------------------------------------- /web/default_dark.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/default_dark.min.css -------------------------------------------------------------------------------- /web/default_dark1.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/default_dark1.min.css -------------------------------------------------------------------------------- /web/default_dark2.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/default_dark2.min.css -------------------------------------------------------------------------------- /web/default_dark3.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/default_dark3.min.css -------------------------------------------------------------------------------- /web/empty_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/empty_script.py -------------------------------------------------------------------------------- /web/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/faq.html -------------------------------------------------------------------------------- /web/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/favicon.png -------------------------------------------------------------------------------- /web/fonts/EJRSQgYoZZY2vCFuvAnt66qSVys.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/fonts/EJRSQgYoZZY2vCFuvAnt66qSVys.woff2 -------------------------------------------------------------------------------- /web/highlight.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/highlight.min.js -------------------------------------------------------------------------------- /web/image_720.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_720.jpeg -------------------------------------------------------------------------------- /web/image_888.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_888.jpeg -------------------------------------------------------------------------------- /web/image_960.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_960.jpeg -------------------------------------------------------------------------------- /web/image_orig.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_orig.jpeg -------------------------------------------------------------------------------- /web/image_orig_blue6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_orig_blue6.png -------------------------------------------------------------------------------- /web/image_social.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_social.jpeg -------------------------------------------------------------------------------- /web/image_social_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_social_2.png -------------------------------------------------------------------------------- /web/image_social_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_social_3.png -------------------------------------------------------------------------------- /web/image_social_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_social_4.png -------------------------------------------------------------------------------- /web/image_social_bckp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_social_bckp.png -------------------------------------------------------------------------------- /web/image_twitter_card.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_twitter_card.jpeg -------------------------------------------------------------------------------- /web/image_twitter_card_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/image_twitter_card_2.jpeg -------------------------------------------------------------------------------- /web/jquery-3.4.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/jquery-3.4.0.min.js -------------------------------------------------------------------------------- /web/jquery-3.4.0.slim.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/jquery-3.4.0.slim.min.js -------------------------------------------------------------------------------- /web/mario_bros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/mario_bros.png -------------------------------------------------------------------------------- /web/plotly.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/plotly.min.js -------------------------------------------------------------------------------- /web/script_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/script_2.js -------------------------------------------------------------------------------- /web/showdown.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/showdown.min.js -------------------------------------------------------------------------------- /web/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/style.css -------------------------------------------------------------------------------- /web/style_dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/style_dark.css -------------------------------------------------------------------------------- /web/style_dark1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/style_dark1.css -------------------------------------------------------------------------------- /web/style_dark2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/style_dark2.css -------------------------------------------------------------------------------- /web/style_dark3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/style_dark3.css -------------------------------------------------------------------------------- /web/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/template.html -------------------------------------------------------------------------------- /web/twitter_card_large.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/twitter_card_large.jpeg -------------------------------------------------------------------------------- /web/twitter_card_large_bckp.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/twitter_card_large_bckp.jpeg -------------------------------------------------------------------------------- /web/update_plots.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gto76/python-cheatsheet/HEAD/web/update_plots.py --------------------------------------------------------------------------------