Published

All published posts

2667 posts latest post 2026-09-24 simple view
Publishing rhythm
Sep 2026 | 29 posts

Vim Notes

vim notes nvim lua # norcalli/neovim-plugin nvim lsp # python-lsp/python-lsp-server Using c to change text # I have gone quite awhile without using and instead using. The reason that I started using is because it automatically places you into insert mode. This not only saves me one keystroke for commands such as is now, but it also works with the repeat command!!! This is huge. When refactoring a document I had been creating a macro to change one word to another, using instead of allows the use of the rather than needing to create a macro. Case for vim # Sublime/VSCode cannot edit a macro register register quickfix gF autocomplete # repeats previously typed text z-commands # Fold none: reset ‘foldenable’. All folds will be open.
2 min read

gratitude

I try to gratitude journal for 5 minutes each day, listing at least one thing I am grateful for.
I’m impressed by awesome-python-talks from jhermann. 🎬 🎓 An opinionated list of awesome videos related to Python, with a focus on training and gaining hands-on experience.
Looking for inspiration? datacamp_facebook_live_titanic by datacamp. DataCamp Facebook Live Code Along Session 2: Learn how to complete a Kaggle competition using exploratory data analysis, data munging, data cleaning and machine leaning. Enjoy.
I recently discovered tqdm by tqdm, and it’s truly impressive. ⚡ A Fast, Extensible Progress Bar for Python and CLI
I’m really excited about cmder, an amazing project by cmderdev. It’s worth exploring! Lovely console emulator package for Windows
If you’re into interesting projects, don’t miss out on iplotter, created by niloch. JavaScript charting in ipython/jupyter notebooks -
Just starred apistar by encode. It’s an exciting project with a lot to offer. The Web API toolkit. 🛠
If you’re into interesting projects, don’t miss out on pandas-highcharts, created by gtnx. Beautiful charting of pandas.DataFrame with Highcharts
Just starred cookiecutter by cookiecutter. It’s an exciting project with a lot to offer. A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.