You are here because you’re using: Windows OS version 10+ Python version 3.3+ Anaconda3 And you’d wish to edit your PYTHONPATH permanently. TL;DR Go to C:\Users\\your_username\Lib\site-packages Create a file python37.pth…
python
5 Articles
5
You are here because: You are using Windows OS version 10+ You would wish to use multiple Python versions on an equivalent computer You are uninterested in the web telling…
My last task at BigPanda was to upgrade an existing service that was using Elasticsearch version 1.7 to a more moderen Elasticsearch version, 6.8.1. In this post, i will be…
It is generally good practice for you to not mix tabs and spaces when coding in Python. Doing this will possibly cause a TabError, and your program will crash. Be…
I have a touch of a love and hate relationship with bash. I spend tons of your time within the terminal, and bash is my default “programming language“. Sometimes I…