From d6ecba59feb32d7598e257913d622f9ea5296d3b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Sep 2018 22:06:24 +0200 Subject: content update --- learn/python-0001.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 learn/python-0001.md (limited to 'learn') diff --git a/learn/python-0001.md b/learn/python-0001.md new file mode 100644 index 0000000..6ff91c9 --- /dev/null +++ b/learn/python-0001.md @@ -0,0 +1,53 @@ +--- +layout: page +title: Learn Python by working on a project +description: Couple of observations regarding project management. +--- + +Application will fetch and cache Flickr feed and in the second phase display these images on a webpage. + +Categories: Python, Bottlepy, SQLite3, RSS + +**Table of contents** + +- [Prepare environment](#prepare-environment) +- [sdfsd](#sdfsd) + +#### Prepare environment + +Over the years I had privilege to work on some very. + +```go +package main + +func dummy_benchmark() { + fmt.Println("sencond set ...") + for i := 0; i < 9182312232; i++ { + i *= 2 + i /= 2 + } +} +``` +#### sdfsd + +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. + +```css +body { + text-align: center; +} +``` +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. + + + -- cgit v1.2.3