Skip to content

Commit 9feafa1

Browse files
committed
Reinstate front page; add brief information about Python Lessons to
front page
1 parent 0d6073f commit 9feafa1

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

intro.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The 2026 Python in Chemistry Meeting will take place on at Manchester Metropolit
99

1010
The goal of the meeting is to share different approaches to Python teaching adopted in different institutions, and to support educators who are looking to introduce or expand Python-based teaching in their departments. More details are available [here](https://pythoninchemistry.org/2026-meeting.html).
1111

12+
### Python Lessons
13+
14+
At the 2025 Python in Chemistry Meeting, participants developed a series of lessons introducing different aspects of Python. These have been further developed by Miguel Rivera, Tarabella Middleton, and Michael Parkes of UCL into the form currently on the website.
15+
16+
1217
### Get Involved
1318

1419
The easiest way to get involved in the Python in Chemistry community is to join the [discussions on Github](https://github.com/orgs/pythoninchemistry/discussions).

myst.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ project:
1313
output: exports/book.pdf
1414
jupyter: true
1515
toc:
16-
- file: lessons/lessons_intro.md
16+
- file: intro.md
1717
- title: Python Lessons
18+
- file: lessons/lessons_intro.md
1819
children:
1920
- file: lessons/first_steps/landing.md
2021
children:

0 commit comments

Comments
 (0)