How To Fix Conda Executable Is Not Found When Add Anaconda Virtual Environment In PyCharm

After successfully configure the virtual environment in Anaconda, you need to add the virtual environment to PyCharm. However, sometimes the conda executable is not found error occurs when selecting conda virtual environment. In this article, I will tell you how to fix this error.

How To Fix Conda Executable Is Not Found When Add Anaconda Virtual Environment In PyCharm Read More »

How To Control Your Mobile Camera To Take Photos And Automatically Send Them To Your Mailbox In Python

In this article, I will tell you how to control your mobile phone’s camera to take photos, and then send the photos to your mailbox by email in python. To implement this, you should use 3 python libraries, they are opencv, email, and smtplib. You can call the camera to take pictures and save the

How To Control Your Mobile Camera To Take Photos And Automatically Send Them To Your Mailbox In Python Read More »