Disable pip Outside of Virtual Environments
How to stop pip from running outside of a virtual environment and messing up your dependencies?
I write about Python, productivity for developers (dotfiles, CLI tools, etc.), micro-entrepreneurship (i.e. side projects that I built), and whatever else interested me at this time.
How to stop pip from running outside of a virtual environment and messing up your dependencies?
Earlier this year, I passed the CAPM exam with a very good score. This is how I prepared for it.
Python 3 is great! But not every Python 2 project has to be migrated. There are different ways how you can prepare for the upcoming Python 2 End of Life.
What are IPython extensions, how to install them, and how to write and publish your own extension?
Tired of having to reload a module each time you change it? %autoreload to the rescue!
Slides for my talk "It's 2019 and I'm still using Python 2. Should I be worried?"
Slides for my talk "Wait, IPython can do that?!"
In this last part of the magic functions series, we will create a Magics class.
Continue the magic functions journey and create a cell magic function that checks type hints in IPython.
Learn how to make your own magic functions in IPython by creating a line magic function.
How to easily remember the difference between __str__ and __repr__ functions in Python?
Git aliases can be far more advanced than just a simple "l = log". Check out those seven examples of what else you can do.
What can you find inside the .gitconfig file and how can you make git look much nicer with a few simple settings there?
How you can automatically run Python scripts when starting IPython and why this can be useful?