Skip to content
  • About
  • Contact
    • Gracias un chingo

Python Marketer

Cross-Disciplinary Programming Explorations

Month: December 2019

Written by pythonmarketerDecember 26, 2019August 16, 2020

Comparing Text Editors on Ubuntu: Atom, Emacs, Sublime, Vim & VS Code

The text editor is a core tool for writing software. I’ve always used Atom. Lately, I’ve noticed my Atom text editor was bogging down on my Chromebook running Ubuntu 16.04. Keystrokes and mouse movements were lagging and slowing my coding down. I’m also getting low on disk space, which may be a related issue. You’ll […]

Written by pythonmarketerDecember 21, 2019January 17, 2021

Copying a pandas Dataframe to Google Sheets with pygsheets

Disclaimer: This endeavor was before I discovered AppScript, which may be an alternative solution to using pygsheets or other python libraries. pygsheets is interesting, but it could be a stretch to justify using it for something that could be done with AppScript. Both are ways to solve a problem by automating Google Sheet operations. This […]

Written by pythonmarketerDecember 5, 2019January 17, 2021

A Collection of Software Testing Opinions for Python and Beyond

I am a beginner to testing my code. I wanted to write about testing to better understand it. While shaping this link fest masquerading as an essay, I collected great ideas from people who are way more experienced than me. You’ll find a few of my thoughts, a Pytest example I use to monitor files, […]

Blog at WordPress.com.