Daily Shaarli

All links of one day in a single page.

November 28, 2020

Intro to peewee

socks_db = SqliteDatabase('socks_i_own.db')

A Python Developer’s Guide to Powershell | seize the dev

$Table = @{"a" = "apple"; "b" = "ball"}

Essential Reads for Any Python Programmer – Notes By A Nerd

Ok this is probably a boring start to the list. It is perhaps not a hidden gem to anyone. But, I’ve seen too many people not following the coding style conventions. I know it is your code, but if you are planning to share it any time in future, you probably want others to like it and find it useful. I think one of the most important factors of an open source project is readability. And perhaps the very first step to having a readable is to follow the conventions and styles that people are used to. This is probably the only place that you don’t want to be super creative.

charles leifer | How to make a Flask blog in one hour or less

's create a virtualenv and install the packages we'll be using. If you're not familiar with virt

Two months with Powershell on a UNIX

When I wrote my zsh article my final question was whether you should change your default shell to Zsh over Bash. With my answer being an emphatic ‘yes!’. Once I had things working well, I tried to do this with Powershell, but it’s not possible. If you cat /etc/shells you can see what’s available on your system. For me, that’s: