Solve a puzzle at the Linux command line with nudoku
Dec19

Solve a puzzle at the Linux command line with nudoku

Welcome back to another installment in our 24-day-long Linux command-line toys advent calendar. If this is your first visit to the series, you might be asking yourself what a command-line toy even is. We’re figuring that out as we go, but generally, it could be a game, or any simple diversion that helps you have fun at the terminal. Some of you will have seen various selections from our calendar before, but...

Read More
An introduction to Python and containers: 6 conference talks you may have missed
Dec19

An introduction to Python and containers: 6 conference talks you may have missed

While there are a ton of tutorials, blog posts, documentation, and other content available to learn about Python and containers, there’s something special about learning a new skill from a conference talk. Speakers usually give a more personal perspective and use interesting or quirky metaphors to make their points memorable. read...

Read More
How to open source your Python library
Dec19

How to open source your Python library

You wrote a Python library. I’m sure it’s amazing! Wouldn’t it be neat if it was easy for people to use it? Here is a checklist of things to think about and concrete steps to take when open sourcing your Python library. 1. Source Put the code up on GitHub, where most open source projects happen and where it is easiest for people to submit pull requests. read...

Read More
10 books for your DevOps reading wishlist
Dec19

10 books for your DevOps reading wishlist

Looking for good DevOps books to read? Don’t know where to start? Follow this reading wishlist to find the best books on DevOps for practical thinkers. You’ll learn from authors who have addressed real-life problems and contributed to the innovation process. read...

Read More