Frank Ocean Bot 2 years ago 1 min read projectpython For those that know me (and those that don’t) you know that I LOVE listening to the music of Frank Ocean. So much so, that I created a twitter bot to tweet
Connecting to DB2 on MacOS with Python (Intel and M1) 2 years ago 3 min read blogpython Solving the 'Library not loaded: libdb2.dylib' and 'symbol not found in flat namespace '_SQLAllocHandle' error in Python
Avoiding pip freeze for creating requirements 2 years ago 6 min read blogpython Why using pip freeze > requirements.txt might not be the best idea