stevenmaude.co.uk
  • About
  • Archives

PyCon 2021: Secure software supply chains

Published 2021-10-15 Tags PyCon / Python

A summary of a talk by Dustin Ingram at PyCon 2021.


A look at Pipenv

Published 2018-08-26 Modified 2020-06-19 Tags Pipenv / Python

A quick look at Pipenv, a tool to manage Python packages.


Solve your problem with sloppy Python

Published 2018-05-20 Tags PyCon / Python

A summary of a talk by Larry Hastings at PyCon 2018.


Installing pip, virtualenv and virtualenvwrapper tidily in Linux

Published 2016-12-30 Tags Linux / Ubuntu / Python / pip / virtualenv / virtualenvwrapper

Don't want to clutter up your system's Python install? Install what you need for Python development cleanly.


PyPI: releasing frustration

Published 2016-05-15 Tags Python / PyPI

My first attempt at publishing a Python package on PyPI.


Arduous lessons in Python: why main() is useful

Published 2014-07-05 Modified 2014-07-05 Tags foolishness / name / main / Python / fix

Why if __name__ == '__main__' is a sensible check in code you're reusing.


How to use mock in Python to mock methods on objects

Published 2014-05-10 Modified 2014-05-10 Tags mock / testing / test / unit / Python

Using mocks in Python to mock methods on objects.


Beware Python's pyc files

Published 2014-05-09 Modified 2014-05-09 Tags Python / pyc

When Python's pyc files cause errors, it's time to remove them.


US PyCon 2014 talks

Published 2014-04-19 Modified 2014-04-19 Tags scraping / lxml / BeautifulSoup / regular / testing / Python / expressions

Rundown of some great US PyCon talks I recently watched.


Installing Bokeh on Ubuntu 12.04 LTS

Published 2013-11-27 Modified 2015-05-22 Tags plot / Python / Bokeh

Fixing a problem with installing Bokeh on Ubuntu.


  • ← Newer
  • Older →

© 2021 Steven Maude · Built with Pelican and custom pelican-bootstrap3.

Top