Learn about upload, download files on google drive with python
Color Me Curious
untitled
"I'm Dorothy Gale from Kansas"

pixel skylines
almost home
Lint Roller? I Barely Know Her
EXPECTATIONS
cherry valley forever
Noah Kahan

tannertan36
Fieri Frames
occasionally subtle
Not today Justin

Jimmy Eat World

No title available
Claire Keane
PUT YOUR BEARD IN MY MOUTH
Cosmic Funnies

#extradirty
YOU ARE THE REASON
seen from Iraq

seen from Malaysia

seen from Kenya
seen from Colombia
seen from United States
seen from United States

seen from Canada
seen from United States

seen from Switzerland

seen from Vietnam
seen from Malaysia

seen from United Arab Emirates

seen from United States

seen from Ecuador
seen from Jamaica
seen from United States
seen from India

seen from United States

seen from United States
seen from Australia
@freezebrainspace-blog
Learn about upload, download files on google drive with python
Speech Recognition API from Naver
Works with python. Great library for Natural Language Processing.
Useful script to convert KML to CSV
A KML parser
Putting telegram on schedule
I need to insert multiple rows with one query (number of rows is not constant), so I need to execute query like this one: INSERT INTO t (a, b) VALUES (1, 2), (3, 4), (5, 6); The only way I know is
Said to be the heroku for deep learning
Detailed demo of how to parse xml through the tags
This article looks at how to use Python to interface with MongoDB along with an overview of SQL vs. NoSQL, PyMongo, and MongoEngine.
Working with Mongo. This shows the difference between using Mongoengine and Pymongo.
Can also use this though: map(str,input().split())
In this challenge, I thought about the case of a real life scenario like if I were to get some listings of places of interest, or a list of top 20 food recommendations, how do I go about doing it. Since I had already had some of the bits training
Challenge to access on Yelp API
Python script to send HTML email from command line
For stackoverflow http://stackoverflow.com/questions/16011049/google-drive-api-and-service-account small app
Using Google Service Account with Google Drive
Python Youtube channels to keep tab on for Python learning
The challenge will demonstrate to fetch data from OpenNotifier API which is programming interface for some of NASA’s data. For demo purpose, I am only trying to get the list of humans currently in space. This data will then be stored only a CSV file, with the use of
Challenge to access API data and writing/reading onto CSV
Mail sending is essential for report coming from automated tasks, activity confirmation and a wide variety of uses. I am going to try work on one too. I will make a simple mail sending plain text email to just get the feel of how this works out. I actually thought
Challenge to send email via python