Hierarchical Models
Posted on Mon 28 December 2020 in Statistics • Tagged with Python, R
Continue reading
Posted on Mon 28 December 2020 in Statistics • Tagged with Python, R
Posted on Sun 01 November 2020 in Python • Tagged with Python, Slack, Automation, tkinter
In this post I will share a simple implementation of an app to send automatic predefined messages to a channel or contact in Slack on a specific time and dates using Python.
The post is broken down into 3 sections:
- Pre-requisites. Shows how to create an app in Slack (to …
Posted on Sat 31 October 2020 in Other • Tagged with Github, Website
There are multiple web services providers that can be used to host a static website (blog). In this post I'll cover the simplest method I know that is via Github Pages.
First you need an account, if you don't …
Posted on Thu 29 October 2020 in Python • Tagged with Python, Website, pelican
I'm going to show you how to create a blog similar to this one using Python with low to zero knowledge of front end scripting languages.
First of all, this blog is "static", which means that there is no live database behind it -making it very easy to maintain!
I'm …
Posted on Thu 27 February 2020 in Python • Tagged with Python, tkinter
Tcl (Tool Command Language) is a simple open-source interpreted programming language that provides multiple common facilities such as variables, procedures, and control structures as well as many useful features that are not found in any other major language. Tcl runs on almost all modern operating systems such …