#Python 🐍- Working with Environment Variables and python-dotnenv

Hi ! The Microsoft Cloud Advocates team is great and, hey everyday I learn something new. A couple of days ago we were talking about working with Environment Variables and Virtual Environments. I wrote several times about working with Virtual Envs, like WindowsTerminal and Anaconda, start an Anaconda Virtual EnvironmentHow to List and Remove Virtual…… Continue reading #Python 🐍- Working with Environment Variables and python-dotnenv

#AzureFunctions ⚑- Pip and TLS/SSL error on Debugging with #Python πŸ

Hi! There is something wrong with my current development environment. I have an Azure Function with these dependencies: azure-functions requests Pillow numpy flask tensorflow opencv-python And I got this error when I press F5 / Run the project in local mode. > Executing task: .venv\Scripts\python -m pip install -r requirements.txt < WARNING: pip is configured…… Continue reading #AzureFunctions ⚑- Pip and TLS/SSL error on Debugging with #Python πŸ

#Anaconda – How to List and Remove Virtual Environments (get back some disk space!)

Hi ! I already shared how to create Virtual Environments using Anaconda, and also how to create shortcuts to use them directly in Windows Terminal (see references). This task is easy an amazing, however, at some point you may want to clean your environment. That’s an easy task. I’m currently using Anaconda version 4.8.3. You…… Continue reading #Anaconda – How to List and Remove Virtual Environments (get back some disk space!)

#Windows10- #WindowsTerminal and Anaconda, bonus: start an Anaconda Virtual Environment

Hi ! Windows Terminal (WT) is one of the coolest tools I’ve using in the last couple of years. I’m not an expert, and not even a fan of CLIs, however I assume working with WT is super cool. Bonus: If you speak Spanish, I shared my own thoughts about this with Juan and Eduard…… Continue reading #Windows10- #WindowsTerminal and Anaconda, bonus: start an Anaconda Virtual Environment

#RaspberryPi – Install Virtual Environments

Hi! Virtual Environments are a great way to isolate our dev tests, and after been using this in Windows also, work with them in the Raspberry Pi makes a lot of sense. I’ll leave here the necessary steps to do this, however the full credit is based on some posts from Adrian Rosebrock and his…… Continue reading #RaspberryPi – Install Virtual Environments

#RaspberryPi – Install OpenCV

Hi! After some posts about how to setup a Raspberry Pi, today I’ll share the steps I follow to install OpenCV. Disclaimer: if you are looking for a detailed step by step on how to install or even build OpenCV in a Raspberry Pi, I strongly recommend to read the post “Install OpenCV on Raspberry…… Continue reading #RaspberryPi – Install OpenCV

#Anaconda – My steps to install a virtual environment with #TensorFlow, #Keras and more

Hi! So today post is not a post, just a selfish reminder of the steps I do when I setup a new dev machine Install Anaconda (see references). I use the default settings, and important: I don’t add Anaconda to Windows PATH. Open Anaconda command prompt as administrator Need to be open as Admin in…… Continue reading #Anaconda – My steps to install a virtual environment with #TensorFlow, #Keras and more

#Anaconda – How to create a custom #Python virtual environment and use it in #Jupyter notebooks (a kernel!)

Hi! In yesterday post, I created a new virtual environment named [devtf] and in this environment I’ve installed a lot of tools that I need. Then I tried to launch a jupyter notebook from this environment, to use this tools and, of course, it didn’t work. It was time to read and learn how this…… Continue reading #Anaconda – How to create a custom #Python virtual environment and use it in #Jupyter notebooks (a kernel!)

#Python – How to create a Virtual Environment in #Windows10 (Easy one, and brain backup!)

Hi! Quick post today, and mostly a reminder on how to create a Virtual Environment in Python in Windows 10. I’ve been doing this mostly in my Mac and my Raspberry Pi, and I always forget how to do this on Windows, so … I’ll write this post to have this Install Python3. Download the…… Continue reading #Python – How to create a Virtual Environment in #Windows10 (Easy one, and brain backup!)