Any Code Style You Like, So Long As It’s Black
Write clear and consistently indented Python code with zero effort.
Writing is a big part of my life. This is a collection of the essays and long-form post I have throughout the years.
I also keep a separate collection of my shorter posts and fleeting thoughts - I call that my Scratchpad.
Write clear and consistently indented Python code with zero effort.
Here is how to fix it.
Developing Python apps can be simplified with the use of .env files. These files help store sensitive information, such as API keys and passwords, in a secure and convenient way.
List and switch back and forth between multiple git branches with ease.
As modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.
The easy trick that will help you stay on top of your Twitter timeline.
A quick tip on securely setting up remote ElasticSearch instances.
Kotlin brings a touch of succinctness in places, where even programmers new to Java, may find code unnecessarily over-bloated.
Slack can is much more than just a tool for team collaboration - it can also be used as a personal knowledge hub. Create channels for different topics and use Slack’s integrations to automatically collect tweets, code changes, and more. Review your thoughts regularly to create well-written and organized notes.
Writing a great commit summary is like writing a great tweet, only shorter.
Whatever you are privately going through, your teammates (and, perhaps your superiors, to an even greater extent) are going through as well.