Journal
Sun 26 June 2022
2022-06-26
Python-VLANG Data Tool
In this example, I have used a simple VLANG script and a Python script to display a …
Journal
Wed 23 March 2022
2022-03-23
Machine Learning without Pandas
Pandas is an amazing library but not irreplaceable as it seems, thanks to Python's vast ecosystem …
Journal
Wed 19 January 2022
2022-01-19
Miscellaneous
Dispatch.vim
Dispatch.vim is one of my favorite extensions for (g)Vim, it works equally well inside the …
Journal
Tue 07 December 2021
2021-12-07
A Simple Python Code-Runner in VIM
A Vim filter is a program that accepts text at standard input, changes it …
Journal
Sat 20 November 2021
2021-11-20
CYTHON-GSL
Python extension modules can be written in Cython a compiled language rather similar to Python itself, and capable to …
Journal
Sat 21 August 2021
2021-08-21
A Python Compiler - NUITKA
Nuitka is a compiler that produces binary executables from source code written in Python. It generates …