aboutsummaryrefslogtreecommitdiff
path: root/learn/python-0001.md
diff options
context:
space:
mode:
Diffstat (limited to 'learn/python-0001.md')
-rw-r--r--learn/python-0001.md55
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---
2layout: page
3title: Learn Python by working on a project
4description: Couple of observations regarding project management.
5---
6
7Application 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
11Categories: Python, Bottlepy, SQLite3, RSS
12
13**Table of contents**
14
15- [Prepare environment](#prepare-environment)
16- [sdfsd](#sdfsd)
17
18#### Prepare environment
19
20Over the years I had privilege to work on some very.
21
22```go
23package main
24
25func 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
35Lorem 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
38body {
39 text-align: center;
40}
41```
42Lorem 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>