Posts about programming
- Introducing napari: a fast n-dimensional image viewer in Python
- Why citations are not enough for open source software
- Why you should cite open source tools
- Summer school announcement: 2nd Advanced Scientific Programming in Python (ASPP) Asia Pacific!
- The road to scikit-image 1.0
- What do scientists know about open source?
- 1st ASPP Asia Pacific evaluation survey
- Summer School Announcement: ASPP Asia-Pacific 2018
- Prettier LowLevelCallables with Numba JIT and decorators
- SciPy's new LowLevelCallable is a game-changer
- Numba in the real world
- Why scientists should code in the open
- The cost of a Python function call
- My first use of Python 3's `yield from`!
- EuroSciPy 2015 debrief
- The SciPy ecosystem belongs to everyone
- Calling out SciPy on diversity (even though it hurts)
- Go to SciPy 2015
- Experiences porting a medium-sized library from Python 2 to 3
- Clarifications about our book, Elegant SciPy (and our call for code submissions)
- Call for code nominations for Elegant SciPy!
- Some things I learned while building a site on GitHub Pages
- Continuous integration in Python, 7: some helper tools and final thoughts
- Continuous integration in Python, 6: Show off your work
- Continuous integration in Python, 5: report test coverage using Coveralls
- Continuous integration in Python, 4: set up Travis-CI
- Continuous integration in Python 3: set up your test configuration files
- Continuous integration in Python, Volume 2: measuring test coverage
- Continuous integration in Python, Volume 1: automated tests with pytest
- Use pmset to restore your Mac's instant-wake after upgrading to Yosemite
- Read microscopy images to numpy arrays with python-bioformats
- SciPy 2014: an extremely useful conference with a diversity problem
- A clever use of SciPy's ndimage.generic_filter for n-dimensional image processing
- An update on mixing Java and Python with Fiji
- Get the best of both worlds with Fiji's Jython interpreter
- Best practices addendum: find and follow the conventions of your programming community
- Automatically resume interrupted downloads in OSX with curl
- h5cat: quickly preview HDF5 file contents from the command-line
- Design Patterns