PinnedThe Python Code@ThePythonCode1Jan 31, 2020Real-Time YOLO Object Detection in Python using OpenCV & PyTorch ! thepythoncode.com/article/yolo-o… #python #PyTorch #OpenCV #ObjectDetection #YOLO28
The Python Code@ThePythonCode1May 13, 2020Converting Text to Speech in Python ! thepythoncode.com/article/conver… #python #TTS #TextToSpeech #pyttsx3 #GoogleTextToSpeech7
The Python Code@ThePythonCode1May 11, 2020Download & Upload Files in FTP Server using Python ! thepythoncode.com/article/downlo… #ftp #PythonProgramming #python #Python36
The Python Code@ThePythonCode1Apr 19, 2020Reading Emails in Python ! thepythoncode.com/article/readin… #python #IMAP #imaplib #emailthepythoncode.comHow to Read Emails in Python - The Python CodeLearn how you can use IMAP protocol to extract, parse and read emails from outlook, aol, office 365 and other email providers as well as downloading attachments using imaplib module in Python.5
The Python Code@ThePythonCode1Apr 8, 2020Using Github API in Python ! thepythoncode.com/article/using-… #python #Github #API #requeststhepythoncode.comHow to Use Github API in Python - The Python CodeUsing Github Application Programming Interface v3 to search for repositories, users, making a commit, deleting a file, and more in Python using requests and PyGithub libraries.37