Skip to content

Commit 48e329e

Browse files
committed
Add tutorial on efficient python.
1 parent 8c5e020 commit 48e329e

File tree

5 files changed

+64
-0
lines changed

5 files changed

+64
-0
lines changed

_data/tutorialslist.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
- title: Efficient Python Programming
2+
author: "Aaron Jomy (CERN); Vassil Vassilev (Princeton/CERN)"
3+
abstract: |
4+
5+
artifacts: |
6+
[Link to Slides](/assets/presentations/Aaron_J-Efficient-Python-Programming.pdf)
7+
8+
url: "/tutorials/efficient-python-programming/"
9+
date: 2024-08-20
10+
111
- title: Building Programming Language Infrastructure With LLVM Components
212
author: "Sunho Kim (De Anza College, Cupertino); Lang Hames (Apple); Vassil Vassilev (Princeton/CERN)"
313
abstract: |

_pages/tutorials.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ permalink: /tutorials/
3232
{{pubinfo}} ({{tutorial.date}}).
3333
{% if tutorial.abstract.size > 7 %}
3434
* {{ tutorial.abstract | markdownify }}
35+
{{ tutorial.artifacts | markdownify | remove: '<p>' | remove: '</p>' | strip_newlines }}
3536
{% endif %}
3637
{% endfor %}
3738
</div>
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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+
22+
23+
<!-- <img src="/images/pubpic/AaronJ-Efficient-Python-Programming.gif" style="border-radius:2px; width: 100%;"/> -->
24+
25+
26+
<!-- <embed src="/assets/presentations/Aaron_J-Efficient-Python-Programming." type="application/pdf" height="700px" width="500"> -->
27+
28+
<!-- <style>
29+
.presentation-info {
30+
margin-top: 2rem;
31+
border-top: 1px solid #ddd;
32+
padding-top: 1rem;
33+
}
34+
.presentation-info h3 {
35+
margin-bottom: 1rem;
36+
}
37+
.presentation-info p {
38+
margin-bottom: 0.5rem;
39+
}
40+
</style> -->
41+
42+
<div class="presentation-info">
43+
<h3>Presentation</h3>
44+
<div style="display: block; position: relative">
45+
<a href="/assets/presentations/Aaron_J-Efficient-Python-Programming.pdf">
46+
<img src="/images/pubpic/AaronJ-Efficient-Python-Programming.png"
47+
style="border-radius:2px; width: 100%;"/>
48+
</a>
49+
</div>
50+
<p><strong>Speaker:</strong> Aaron Jomy</p>
51+
<p><strong>Location:</strong> Aachen, Germany</p>
52+
<p><strong>Date:</strong> 20.08.2024</p>
53+
</div>
Binary file not shown.
Loading

0 commit comments

Comments
 (0)