Skip to content

Commit

Permalink
Add tutorial on efficient python.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored and vgvassilev committed Aug 19, 2024
1 parent 8c5e020 commit cf38bf1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _data/tutorialslist.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
- title: Efficient Python Programming
author: "Aaron Jomy (CERN); Vassil Vassilev (Princeton/CERN)"
abstract: |
url: "/tutorials/efficient-python-programming/"
date: 2024-08-20

- title: Building Programming Language Infrastructure With LLVM Components
author: "Sunho Kim (De Anza College, Cupertino); Lang Hames (Apple); Vassil Vassilev (Princeton/CERN)"
abstract: |
Expand Down
21 changes: 21 additions & 0 deletions _pages/tutorials/2024-08-19-efficient-python-program.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Efficient Python Programming"
layout: post
excerpt: "This tutorial introduces the talk and hands-on material from the 'Fast
and Efficient Python Programmming School' organized by the
ErUM-Data-Hub in Aachen, Germany"
sitemap: false
permalink: /tutorials/efficient-python-programming/
date: 20-08-2024
author: Aaron Jomy, Vassil Vassilev
---

*Tutorial level: Intro*

<!-- LANDING PAGE -->

# Course Materials

The prerequisites for the interactive tutorial session are available
[here](https://github.com/aaronj0/efficient-python-tutorials/)

0 comments on commit cf38bf1

Please sign in to comment.