diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-17 21:53:36 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-02-17 21:53:36 +0100 |
| commit | 8e9ef5ba62b8bee028428384ad5666e245eb854c (patch) | |
| tree | b382c5b40f122b2a152da2226006abab34abe105 /learn | |
| parent | ad974810d43e1d5f70bca269665c25230e6a3221 (diff) | |
| download | mitjafelicijan.com-8e9ef5ba62b8bee028428384ad5666e245eb854c.tar.gz | |
content update
Diffstat (limited to 'learn')
| -rw-r--r-- | learn/python-0001.md | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/learn/python-0001.md b/learn/python-0001.md deleted file mode 100644 index 43ad167..0000000 --- a/learn/python-0001.md +++ /dev/null | |||
| @@ -1,55 +0,0 @@ | |||
| 1 | --- | ||
| 2 | layout: page | ||
| 3 | title: Learn Python by working on a project | ||
| 4 | description: Couple of observations regarding project management. | ||
| 5 | --- | ||
| 6 | |||
| 7 | Application will fetch and cache Flickr feed and in the second phase display these images on a webpage. | ||
| 8 | |||
| 9 | ``$ y=\sum_{i=1}^n g(x_i) $`` | ||
| 10 | |||
| 11 | Categories: Python, Bottlepy, SQLite3, RSS | ||
| 12 | |||
| 13 | **Table of contents** | ||
| 14 | |||
| 15 | - [Prepare environment](#prepare-environment) | ||
| 16 | - [sdfsd](#sdfsd) | ||
| 17 | |||
| 18 | #### Prepare environment | ||
| 19 | |||
| 20 | Over the years I had privilege to work on some very. | ||
| 21 | |||
| 22 | ```go | ||
| 23 | package main | ||
| 24 | |||
| 25 | func dummy_benchmark() { | ||
| 26 | fmt.Println("sencond set ...") | ||
| 27 | for i := 0; i < 9182312232; i++ { | ||
| 28 | i *= 2 | ||
| 29 | i /= 2 | ||
| 30 | } | ||
| 31 | } | ||
| 32 | ``` | ||
| 33 | #### sdfsd | ||
| 34 | |||
| 35 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mollis tempus sodales. Nulla sit amet laoreet ligula. Quisque fermentum auctor congue. Nulla dignissim enim neque, efficitur commodo enim condimentum iaculis. | ||
| 36 | |||
| 37 | ```css | ||
| 38 | body { | ||
| 39 | text-align: center; | ||
| 40 | } | ||
| 41 | ``` | ||
| 42 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi mollis tempus sodales. Nulla sit amet laoreet ligula. Quisque fermentum auctor congue. Nulla dignissim enim neque, efficitur commodo enim condimentum iaculis. | ||
| 43 | |||
| 44 | |||
| 45 | <script> | ||
| 46 | // auto encloses all code blocks into details in case of tutorials | ||
| 47 | /*document.querySelectorAll('*[class^="language-"]').forEach(function(snippet, idx) { | ||
| 48 | let details = document.createElement('details'); | ||
| 49 | let summary = document.createElement('summary'); | ||
| 50 | summary.innerText = 'Show solution'; | ||
| 51 | details.appendChild(summary); | ||
| 52 | details.appendChild(snippet.cloneNode(true)); | ||
| 53 | snippet.parentNode.replaceChild(details, snippet); | ||
| 54 | });*/ | ||
| 55 | </script> | ||
