I’m happy to announce two new exciting “non-credit” courses that are being offered this Fall through Clark College that I wanted you to know about! Develop Web Pages Using HTML & CSS Level 1 – The first section of this course starts on October 12, 2020, and runs for 3 weeks. Classes are on ZoomContinue reading “Announcing Two New Non-Credit Classes at Clark College”
Category Archives: Python
IBM Bluemix Weather Company API with Python
Here is a simple example of calling the IBM Weather Company REST API using Python. The program asks for a US ZIP code and then displays some of the data. A perfect program for an intro to programming class. Also, on GitHub.
Learn to Program with Python
MongoDB and Python: A Simple Example
The code below demonstrates how to use Python to connect to a MongoDB database. I chose to use a cloud based instance of MongoDB provided free of charge by MongoLab.com. The script demonstrates how to: Use the PyMongo library to connect to a Mongo database Insert documents into a collection Display all of the documentsContinue reading “MongoDB and Python: A Simple Example”