Skip to content
  • about

PyMarketer

>>> from pymarketer import blog, projects

Tag: productivity

Written by pymarketerApril 6, 2021January 20, 2022

Aggregating A Python Error Summary from Log Files

Follow these steps to maintain more reliable scripts and catch more of your traceback errors: automate your scripts to run daily, weekly, monthly, etc. Log all your traceback errors with the logging module. I like dumping all of my logs into a single folder. automate aggregating the logs and parsing tracebacks start a feedback loop […]

Written by pymarketerNovember 30, 2019January 15, 2022

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.
  • Follow Following
    • PyMarketer
    • Join 82 other followers
    • Already have a WordPress.com account? Log in now.
    • PyMarketer
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar