Jan 8, 2021 | Uncategorized
Jan 4, 2021 | Uncategorized
In this Python tutorial, I will walk you thorugh how to build a geocode converter desktop app from scratch using Python. I will be using PyQt5 framework to build the GUI, and Google Maps API to perform the address to geocode and geocode to address conversion. If you...
Oct 6, 2020 | Uncategorized
To Install Google Python Client Library pip install –upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib google_apis.py Source Code Last Updated: 01/19/2023 import os import datetime from collections import namedtuple from...
Jun 26, 2020 | Uncategorized
Below table is a list of most commonly used MIME types. Extension Kind of document MIME Type .aac AAC audio audio/aac .abw AbiWord document application/x-abiword .arc Archive document (multiple files embedded) application/x-freearc .avi AVI: Audio Video Interleave...
Jun 4, 2019 | Uncategorized
1. taskkill The taskkill command kills a program or task by either the program name or process ID. The Taskkill command is one command I visit always everyday. You can kill a process by either using the command taskkill -im (image name) followed by the program title...