Skip to content

Commit cf38bf1

Browse files
aaronj0vgvassilev
authored andcommitted
Add tutorial on efficient python.
1 parent 8c5e020 commit cf38bf1

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

_data/tutorialslist.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
- title: Efficient Python Programming
2+
author: "Aaron Jomy (CERN); Vassil Vassilev (Princeton/CERN)"
3+
abstract: |
4+
5+
url: "/tutorials/efficient-python-programming/"
6+
date: 2024-08-20
7+
18
- title: Building Programming Language Infrastructure With LLVM Components
29
author: "Sunho Kim (De Anza College, Cupertino); Lang Hames (Apple); Vassil Vassilev (Princeton/CERN)"
310
abstract: |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Efficient Python Programming"
3+
layout: post
4+
excerpt: "This tutorial introduces the talk and hands-on material from the 'Fast
5+
and Efficient Python Programmming School' organized by the
6+
ErUM-Data-Hub in Aachen, Germany"
7+
sitemap: false
8+
permalink: /tutorials/efficient-python-programming/
9+
date: 20-08-2024
10+
author: Aaron Jomy, Vassil Vassilev
11+
---
12+
13+
*Tutorial level: Intro*
14+
15+
<!-- LANDING PAGE -->
16+
17+
# Course Materials
18+
19+
The prerequisites for the interactive tutorial session are available
20+
[here](https://github.com/aaronj0/efficient-python-tutorials/)
21+

0 commit comments

Comments
 (0)