-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpython.html
More file actions
32 lines (27 loc) · 994 Bytes
/
Copy pathpython.html
File metadata and controls
32 lines (27 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: Python Workshops - D-Lab
---
<div class="container" style="margin-top: 70px;">
<div class="row mb-4">
<div class="col-12">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active" aria-current="page">Python Workshops</li>
</ol>
</nav>
</div>
</div>
<div class="row mb-4">
<div class="col-12 text-center">
<div>
<i class="fab fa-python mb-3" style="font-size: 2.5rem; color: #3776ab;"></i>
<h1 class="mb-2">Python Workshops</h1>
<p class="text-muted mb-0">Learn Python programming for data science and research</p>
</div>
</div>
</div>
{% include workshop-list-unified.html category="python" show_pathways=true pathway_url="python_path.html" pathway_title="View Python Learning Pathways" %}
{% include category-menu.html current_category="python" %}
</div>