How to install Python Pip and Python packages for Linux and Mac OS X
How to install Python Pip and Python library/package/module for linux and Mac OS X: Pre-requisites: A terminal/command line Sudo privileges Python install In this tutorial there will be 3 simple steps: 1st - Check current python version 2nd - Install Python-Pip 3rd -...
test – markdown
Simple readme file Topic One and Two Topic Two Topic Three Topic Four Table of Contents Description. Usage tips. Sub Content. Sub-sub content list. Usage tips. Usage tips. Under Description. Power Usage tips. Here is dropdown [Description](#desc) + markdonw list 1 +...
Flask Basic
Basic Flask Table of Contents How to install Flask Setting virtual environment Installing Flask Sub-sub content list. Usage tips. Usage tips. Under Description. Power Usage tips. ## 1. How to install Flask Install is easy but before that you need to know your Python...
Using Markdown
Bold word: My name is John Doe. Source code: My name is **John Doe**. Italics word Her name is Jane Doe. Source code: Her name is _Jane Doe_. You try the first one. Get this second one here is sublist another sublist Step Two This a source code for Python: def...
Flask is awesome
[latexpage]At first, we sample $f(x)$ in the $N$ ($N$ is odd) equidistant points around $x^$:[ f_k = f(x_k),\: x_k = x^+kh,\: k=-\frac{N-1}{2},\dots,\frac{N-1}{2}]where $h$ is some step.Then we interpolate points ${(xk,fk)}$ by polynomial\begin{equation}...
Hello world!
How to install Flask Setting virtual environment Installing Flask Sub-sub content list. Usage tips. Usage tips. Under Description. Power Usage tips. Bold word: My name is John Doe. Source code: My name is **John Doe**. python3 --version $ apt install -y python3-venv...