Skip to content
  • About
  • Contact
    • Gracias un chingo

Python Marketer

Cross-Disciplinary Programming Explorations

Month: November 2019

Written by pythonmarketerNovember 30, 2019January 6, 2021

Inserting New Rows Into A Microsoft Access Database With Python and pyodbc

I recently automated the loading of data into a Microsoft Access database with pyodbc, a Python library for connecting to databases. ODBC stands for Open Database Connectivity. It can be used for a variety of Database Management Systems outside of Access also. First, install libraries with pip. Enter in terminal or command prompt: python -m […]

Blog at WordPress.com.