Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"python"


Igor Ljubuncic
26 November 2021

Craft Parts – Reusable code, Snapcraft style

Ubuntu Article

Throughout the ages, humans have always used simpler tools and materials to create more complex ones. Wood and stone for smelting bronze and iron; iron to create steel; vacuum tubes to create logical gates; logical gates to create advanced arithmetic engines, and so on. Modern software is no different. With Snapcraft in particular, the sn ...


Robin Winslow
18 February 2021

Regex basics

Design Design

An overview of regex and how to use it, from a few different angles. Including appropriate warnings like ‘avoid regex’. ...


Ted Kern
14 September 2020

An Introduction to Testing Robot Code

Robotics Article

The myriad of different fields that make up robotics makes QA practices difficult to settle on. Field testing is the go-to, since a functioning robot is often proof enough that a system is working. But online tests are slow. The physical environment must be set up. The entire system has to be in a workable ...


Kyle Fazzari
28 October 2019

PSA for ROS users: Some things to know as Python 2 approaches EOL

Robotics Article

We recently got an interesting question from a customer, and I think the answer might be helpful to a wider audience. Python 2 will reach end of life in two months. This shouldn’t be news to anyone who hasn’t been living under a rock, and plans are in place to use Python 3 in Noetic ...


Igor Ljubuncic
23 May 2019

Snapcraft parts & plugins

Desktop Article

Last week, we published Introduction to snapcraft, a tutorial that provided a detailed overview of the snap build process. We touched on the concepts like snap ecosystem components, snapcraft command line, snapcraft.yaml syntax, and more. We’d like to expand on the first lesson, and today, we are going to talk about parts and plugins, use ...


Kyle Fazzari
21 January 2018

Your first robot: Introduction to the Robot Operating System [2/5]

Desktop Article

This is the second blog post in this series about creating your first robot with ROS and Ubuntu Core. In the previous post we walked through all the hardware necessary to follow this series, and introduced Ubuntu Core, the operating system for IoT devices. We installed it on our Raspberry Pi, and used it to ...


Dustin Kirkland
9 August 2016

Howdy, Windows! A Six-part Series about Ubuntu-on-Windows for Linux.com

Cloud and server Article

I hope you’ll enjoy a shiny new 6-part blog series I recently published at Linux.com.The first article is a bit of back story, perhaps a behind-the-scenes look at the motivations, timelines, and some of the work performed between Microsoft and Canonica ...


Robin Winslow
7 October 2015

Keynotes from my first PyCon – friendly and inspiring

Ubuntu Featured

Last weekend I went to my first Pycon, my second conference in a fortnight. The conference runs from Friday to Monday, with 3 days of talks followed by one day of “sprints”, which is basically a hack day. PyCon has a code of conduct to discourage any form of othering: Happily, PyCon UK is a ...


Robin Winslow
7 October 2015

Python learnings from PyCon

Ubuntu Featured

The weekend before last, I went to PyCon UK 2015. I already wrote about the keynotes, which were more abstract. Here I’m going to talk about the other talks I saw, which were generally more technical or at least had more to do with Python. Summary The talks I saw covered a whole range of ...


Canonical
3 June 2015

So You Want to Write a Snappy App?

Cloud and server Article

Introduction If you are anything like me, you love to write apps for Ubuntu. Like the Ubuntu phone two years ago, snappy is a bit of a green field in terms of IoT related apps. If you are like me and have a Beagle Bone and a Raspberry Pi 2 and several old netbooks and ...