I am so frustrated that I don't know all the tricks. In attempt to learn more I try to list some that worked and it felt magic.
I omit some that I already get used to.
I donwnloaded installer from EDB and followed instructions from PostgreSQL Setup Wizard.
Wizard suggest to install some additional applications (pgAdmin etc.), let you choose directory, suggest the port number to listen 5432 or to use something else for security or if you are running multiple PostgreSQL services on …
I once read a great article about JavaScript on realpython.com
While learning JS you often think about how this portion of JS code could be written in Python. So I decided to white chunks …
python -m pdb
or
breakpoint()
when older python
import pdb; pdb.set_trace()
Basic commands
l (ll) list lines around breakpoint
p (pp) pretty print
n (ext) statement
c (ontinue) program
s (tep) into a function
i (nteract) enter REPL
!command (e.g. !help)
I have pelican powered static site and world can acces it at my github pages : thisAKcode.github.io.
What if I want to be a fancy and get my own custom domain name and assign it to my GitHub Pages website …
html5-dopetrope is theme I like.
To choose theme for your blog add cloned theme repo to your pelican installation...
\venv\Lib\site-packages\pelican\themes
bash
cd \pelican themes
cp html5-dopetrope C:\blog_depend\venv\Lib\site-packages\pelican\themes