Skip to content

Instantly share code, notes, and snippets.

View marcusparsons's full-sized avatar
💭
Stay coding my friends

Marcus Parsons marcusparsons

💭
Stay coding my friends
View GitHub Profile
@marcusparsons
marcusparsons / parseGeojson.py
Last active September 6, 2021 01:41
Parse GeoJSON with Python
# import native json library
import json
# pip install mysql-connector-python
import mysql.connector
# define the start of the program
def parseGeojson():
# Initialize the MySQL DB connection
mydb = mysql.connector.connect(
host="YOUR-SERVER-HERE",

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post