Skip to content

Commit 4c37114

Browse files
committed
Add: event to events page
1 parent 64edaf9 commit 4c37114

File tree

3 files changed

+11
-24
lines changed

3 files changed

+11
-24
lines changed

_pages/events.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ header:
1010
author_profile: false
1111
---
1212

13-
## Recent pyOpenSci Posts
13+
## pyOpenSci Events
14+
1415
<!--
1516
{% comment %}
1617
{% include base_path %}

_posts/code-to-module/2024-06-25-code-to-module.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

_posts/2024-06-25-create-your-first-python-package-scipy-2024.md renamed to _posts/events/2024-06-25-create-your-first-python-package-scipy-2024.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
layout: single
33
title: "Workshop: pyOpenSci @ SciPy 2024 -- Create Your First Python Package"
4-
excerpt: "pyOpenSci will be running our `Create Your First Python Package: Make Your Python Code Easier to Share and Use
5-
` workshop at SciPy 2024. Read on to learn more!"
4+
excerpt: "Python packaging can be tricky to navigate. pyOpenSci will lead a workshop on creating your first Python package at SciPy 2024. The goal of this workshop is to help scientists learn how to package and make code installable and shareable. Read on to learn more!"
65
author:
7-
permalink: /events/code-to-module-python-package-scipy-2024.html
6+
permalink: /events/create-first-python-package-scipy-2024.html
87
header:
98
overlay_image: images/headers/scipy-2024-workshop.png
109
overlay_filter: rgba(20, 13, 36, 0.8)
@@ -14,10 +13,11 @@ classes: wide
1413
toc: true
1514
comments: true
1615
---
16+
1717
## Create Your First Python Package: Make Your Python Code Easier to Share and Use
1818

1919
* **What:** A hands-on workshop, titled: [Create Your First Python Package: Make Your Python Code Easier to Share and Use](https://cfp.scipy.org/2024/talk/QT9GBY/)
20-
* **Where:** [SciPy 2024](https://www.scipy2024.scipy.org/), Room 316
20+
* **Where:** [SciPy 2024](https://www.scipy2024.scipy.org/), Ballroom B/C
2121
* **When:** Tuesday, July 9th, 2024, from 13:30--17:30 Pacific
2222
* **Workshop GitHub repository:** [https://github.com/pyOpenSci/code-to-module-workshop/](https://github.com/pyOpenSci/code-to-module-workshop/)
2323
* **pyOpenSci demo package:** [https://github.com/pyOpenSci/pyosPackage](https://github.com/pyOpenSci/pyosPackage)
@@ -32,17 +32,20 @@ You will leave this tutorial understanding how to:
3232
* Use [Hatch](https://hatch.pypa.io/latest/) as a workflow tool, making setup and installation of your code easier
3333
* Use Hatch to publish your package to the test version of [PyPI](https://pypi.org/)
3434

35-
## What you need to know
35+
## Pre-requisites: What you need to know
3636

3737
* Basic Python programming
3838
* How to write functions in Python
3939
* How to use a Python environment manager of your choosing
4040

41-
## What you need installed
41+
## What you should have installed on your computer prior to the workshop
4242

4343
* Python
4444
* An environment manager
4545
* Hatch
46+
* Shell (e.g. terminal on MAC or GitBash on Windows)
47+
48+
[<i class="fas fa-hand-point-right"></i> Click here for setup instructions.](https://github.com/pyOpenSci/code-to-module-workshop/tree/cf9e7d9937c10bde9ee03075ebe78eb7a605f549){: .btn .btn--info .btn--large}
4649

4750
## Workshop agenda
4851

0 commit comments

Comments
 (0)