python

Articles with this tag

programming

litpd easier to install with simplified tangling

I made two releases of litpd yesterday, the first focused on moving away from lua/shell for orchestration to python and the second one simplified the tangling process and packaged litpd for deployment on PyPI.

litpd is a tool for literate programming with Pandoc: write a program and its explanation in one Markdown document, then generate both documentation and source files. Learn more at the litpd site.

litpd itself is written as a literate program in pandoc markdown, and its documentation and code are generated using litpd itself via a bootstrapping process

The latest release is v0.3.1b0

PyPI …

deeplearning

Learning Deep Learning (Again)

Earlier this month, I've started learning from a couple of Deep Learning tutorials/courses/books. I had been thinking of picking up Deep Learning again for some time, but could not push it into my schedule. I do have a background in Machine Learning and Data Science, but I have never used Deep Learning methods in production applications yet. I have studied them in the past. Now that the space has moved quite fast, and Deep Learning now dominates over rest of the methods in ML, I feel the need to bring myself up to speed with the whole field …

HowTo

Import Substack Newsletter/Blog Posts into Pelican Posts Folder

Getting Substack Newsletter Posts into a Pelican Site

A few weeks ago I started writing a newsletter at substack.com (which is an excellent platform btw, and I'm loving it). My newsletter is called ArtNoob. Now, substack allows you to export of all the posts on a newsletter, which is a very handy way to grab all the posts and host it on another site. And that's exactly what I wanted to do.

This is a static website https://abhishekmishra.in generated using Pelican. So all I wanted to do was to grab the exported posts and convert them into …