Category: python

python Technology Tools

Best way to export everything from Notion to Apple Notes?

I have been using notions for over a year. I have only been using the basic functions of notions. With recent updates from Apple Notes, I am experimenting the possibilities of replacing notion with Apple Notes. I am having trouble exporting everything that I have from notion to Apple note. I exported my notes in […]

python Technology

Basic Anaconda command prompt commands for various common tasks

Commands for managing virtual python environment Use the following commands via mac’s terminal application. Function Command Description Display % conda info To display information about the current anaconda installation List % conda env list To list all python environment setup in your computer. * sign refers to the default environment Create % conda create –name […]

python Technology tensorflow

tensorflow with Pycharm

I was trying to execute the sample code from Google tensorflow quick start for beginner on my Mac and I run into the ssl.SSLCertVerificationError. My Pycharm was setup to run all code in venv with Python 3.8 and the necessary tensorflow library setup. Error Message: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local […]

Back To Top