Tag: python
- How to use code snippets in Vim like a cowboy 🤠️ (14 Feb 2021)
A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim for Go, Python, Bash & Markdown - Prettifying JSON using Vim, Python & Bash (22 Dec 2020)
How to format JSON files in Linux. Combining the power of Bash, Python and Vim to prettify JSON files without any external plugins - The unholy way of using virtual environments (24 Nov 2020)
A look down at different ways you can setup a python virtual environment in 2020 (spoiler-there are 3 ways) - Find all python virtual environments in your system (10 Jun 2020)
Find all python virtual environments in your system, lsvirtualenv command not found, list all virtual environments python - Memer Action - GitHub action for programmer memes (11 Apr 2020)
A GitHub Action for Programmer Memes, greet contributors with some programmer humor ;) - defe - All your tech updates at one place (04 Apr 2020)
defe is a Tech Feed Aggregator for developers & Tech Enthusiasts - I spent a week offline here is how I stayed productive (01 Apr 2020)
I was offline 🙈 for a week, in this post I logged what new I learned this time. - Publishing a Python package on PyPI (31 Oct 2019)
Write functional code in python - tutorialdb - search engine 🔍 for programming tutorials (06 Oct 2019)
A Search engine for programming and dev tutorials. - Functional Programming in Python 🐍 (03 Jul 2019)
Write functional code in python - Fastest Python First, Tips and Tricks 🏃 (27 Jun 2019)
Tips and tricks to write faster python code - PEP8 - the fashion 💃 police of Python (22 Jun 2019)
Learn how to use PEP8 in your python applications - A Simple Scheduler in Python (03 Apr 2019)
Making a scheduler in python - pipreqs (04 Feb 2019)
Automatically generate python dependencies