Podcasts//UCL for Code in Research
UCL for Code in Research

UCL for Code in Research

À propos

In this last episode of this course, I talk to Itamar Turner-Trauring who created the website PythonSpeed and spent a considerable time on finding ways to make Python code faster and more efficient. Python and its ecosystem also have great tools how you can measure performance. Links: https://pythonspeed.com a set of articles and recommendations on how to improve your performancehttps://blog.sentry.io/python-performance-testing-a-comprehensive-guide/ a general blog post on performance testing...
20
Épisodes
English
Langue
0
Abonnés
0
Écoutes
Épisodes20
9/9 Research Software Engineering with Python (COMP233) - Performance

9/9 Research Software Engineering with Python (COMP233) - Performance

Dec 10, 2025·

In this last episode of this course, I talk to Itamar Turner-Trauring who created the website PythonSpeed and spent a considerable time on finding ways to make Python code faster and more efficient. Python and its...

8/9 Research Software Engineering with Python (COMP233) - Design and Patterns

8/9 Research Software Engineering with Python (COMP233) - Design and Patterns

Dec 3, 2025·

In this episode I talk to Jeremiah Miller - a software engineer - and Max Albert - a research software engineer in the research software group at the University of Southampton about refactoring and design patterns. book...

7/9 Research Software Engineering with Python (COMP233) - Project Management

7/9 Research Software Engineering with Python (COMP233) - Project Management

Nov 26, 2025·

In this episode I talk to Monika Byrne Svata, Agile Delivery Manager at UCL about project management and in particular Scrum and Kanban. GitHub has features, like Issues and Projects that can help you stay on top of...

6/9 Research Software Engineering with Python (COMP233) - Documentation

6/9 Research Software Engineering with Python (COMP233) - Documentation

Nov 12, 2025·

Documentating software is part of the life of software engineers. But what kind of documentation do we need? In this episode I take you through three levels of documentation: the basic README and LICENSE files everyone...

5/9 Research Software Engineering with Python (COMP233) - Testing with Python

5/9 Research Software Engineering with Python (COMP233) - Testing with Python

Oct 29, 2025·

Testing your software is part of development. In this episode I talk about different types of testing, automated tests, legacy code etc. My guest is Stef Piatek from UCL who tells us how he approaches testing in his...

4/9 Research Software Engineering with Python (COMP233) - Data Formats

4/9 Research Software Engineering with Python (COMP233) - Data Formats

Oct 22, 2025·

In this episode I'll be discussing data formats such as CSV, JSON and YAML. My guest is Nick Radcliffe from Stochastic Solutions and the Uni. Edinburgh. Nick's expertise is in data science and he has a lot to share...

3/9 Research Software Engineering with Python (Comp233) - Introduction to Python

3/9 Research Software Engineering with Python (Comp233) - Introduction to Python

Oct 16, 2025·

Python is one of the most widely used programming languages in research and science. How did it come to that. And what makes Python special? It's something I discuss with my guest in this episode, Robin Wilson, who also...

2/9 Research Software Engineering with Python (COMP233) - Git Part 2

2/9 Research Software Engineering with Python (COMP233) - Git Part 2

Oct 8, 2025·

In this episode we look into more essential Git commands, such as branching and merging. Branching and merging are key concepts that help you develop code or even text documents in a team. They help you maintain...

1/9 Research Software Engineering with Python (COMP233) - Git Part 1

1/9 Research Software Engineering with Python (COMP233) - Git Part 1

Oct 1, 2025·

Peter Schmidt - the host of this podcast - interviews Sam Harrison, an environmental modeller at the UK Centre for ecology and hydrology. Is it version control important for his research? what tool does he use? How he...

10/10 C++: Wrapping it up

10/10 C++: Wrapping it up

Mar 30, 2025·

In this last episode of the companion podcast for the C++ course at UCL, I invited both Klaus Iglberger and Marc Hartung ( Dive, Berlin) to go through some aspects of parallel computing. But also to look a little bit...

9/10 - Distributed Memory and Parallel Computing

9/10 - Distributed Memory and Parallel Computing

Mar 25, 2025·

Marc Hartung and I will discuss distributed memory in parallel computing in this episode, with tools like OpenMPI. We also discuss some of the hardware aspects around HPC systems and how shared and distributed memory...

8/10 When things happen all ... in parallel

8/10 When things happen all ... in parallel

Mar 18, 2025·

Parallel programming is a huge, exciting and evolving field. Together with my guest Marc Hartung from Dive in Berlin, Germany, we try to cover some aspects of it: including OpenMP, how to synchronise data etc. Links...

7/10 Oh please, make it faster...performance in C++

7/10 Oh please, make it faster...performance in C++

Mar 11, 2025·

How can we measure the performance (run-time, memory usage etc) of our C++ code? And what does performance mean, anyway. These and other questions are the topic of this episode - with my guest Klaus Iglberger, C++...

6/10 The code you're looking for is in ... the library

6/10 The code you're looking for is in ... the library

Mar 4, 2025·

Software libraries play a crucial role in software development, and C++ is no exception. Klaus and I walk through the different aspects of building, using and selecting libraries. Links: CMake tool write up on software...

5/10 Classes and Design

5/10 Classes and Design

Feb 18, 2025·

Here we touch on some ways to build classes in C++ and how class design such as class hierarchies can help to make code more readable, more maintainable and less error prone (amongst other things). Klaus Iglberger and I...

4/10 On Polymorphism

4/10 On Polymorphism

Feb 11, 2025·

Inheritance, templates, function overloading - they all fall into the category of polymorphism in programming. My guest Klaus Iglberger and I discuss the different aspects of how this could be done with C++. Links...

3/10 Throw, try, catch...test

3/10 Throw, try, catch...test

Feb 4, 2025·

Exceptions are essentials, as are error codes. Writes Bjarnes Stroustrup. And so on our 3rd stop through C++ I talk about what you could do when things go wrong. And what you can do to prevent errors - with testing. My...

2/10 Data Types and the world of (smart) pointers

2/10 Data Types and the world of (smart) pointers

Jan 28, 2025·

In the beginnings were...data and data types. Which is where we begin our journey through C++. The language provides for a range of interesting, fundamental, complex and custom types - one of which is a set of pointer...

1/10 C++ - An Introduction

1/10 C++ - An Introduction

Jan 21, 2025·

This first episode is about introducing C++, where it started, how it evolved. You will hear from 2 practitioners: Klaus Iglberger (C++ coach/trainer) and Marc Hartung (tech lead at Dive in Berlin). Here are a few links...

TEASER: Research Computing with C++

TEASER: Research Computing with C++

Dec 14, 2024·

Welcome to the new podcast from the Advanced Research Computing Centre of the University College London, UK. A companion podcast for courses on Research Computing at UCL. In this first season we'll be presenting the...

Vous aimerez aussi