• HOME
Search ...
Search ...

Tag: python

Tags

linux python | 2020-01-19

SMTP Debugging Server in Python

Python’s built-in smtpd was a simple and usable mail server for testing purposes ...

Lothar Braun
2 min read
emacs python | 2016-03-01

ELPY Cheat Sheet

ELPY is a python programming environment. The features are documented here. The following table summarises the default key bindings for the functions of version 1.11.0: Key Binding Function C-down Forward one indentation block C-up Backward one indentation block C-left Backward one indentation level C-right ...

Lothar Braun
3 min read
python mac os x | 2015-11-29

Python PIP Package Updates on Mac OS X

Updating all python packages that are installed via pip is often referred to as running something like the commands pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -UHowever, some problems can occur on Mac OS X, as certain default packages are included into the base python installation. Packages tha ...

Lothar Braun
2 min read
linux python vim | 2015-11-16

PEP8 for vim using flake8

In order to auto format your python code according to the guidelines defined by PEP8, you can use some sane default for editing python files and flake8 to check and fix possible errors in your scripts. Default indentation rules for python filesThe default indentation rules do not comply with PEP8. In order to change them for python files, ...

Lothar Braun
3 min read
— blog.lobraun.de —

Recent Posts

  • JavaFX DPI Scaling Factor on Ubuntu (20.04)
  • Block Google Cookie Consent with uBlock
  • Scaling JabRef for High DPI
MORE →

Tag Cloud

Linux Ubuntu emacs fritz!box gentoo ghost linux mac os x nginx nvidia proxmox python raspberry pi ubuntu vim virtualbox
blog.lobraun.de
blog.lobraun.de © 2021