This is an archive of the resources available for each Python Ireland event.
If you are an attendee and are interested in finding out more about a talk, you can find relevant information here.
Here is a direct link to PyCon 2025:
Here is a direct link to PyCon 2024:
If you are a speaker you can add a list of relevant resources to the resources.csv in each "pycon" folder.
The resources.csv files are located in this repo -> year -> resources.csv
So: python_ireland_event_resources -> 2025 -> resources.csv
Useful resources could be; slides location, repo location, a video of this talk, your contact information. For videos - you may have presented this talk at another conference, feel free to publish presentations previous of the same talk here. You may update the video link when the PyCon Ireland videos become available.
If your talk details are:
Presenter name: "Paul Atreides"
Presentation name: "The Butlerian Jihad - AI and it's impact."
Presentation type: "keynote"
Room number: 1
Repo location: https://github.com/PythonIreland/python_ireland_event_resources
Slides location: # None available, leave blank.
Videos: https://www.youtube.com/watch?v=jepd7EVK-wA
Contact: mywebsite.com/socials
Then add them to the resources.csv like this:
| Presenter name: | Presentation name: | Presentation type: | Day | Room number: | Repo location: | Slides location | videos: | contact |
|---|---|---|---|---|---|---|---|---|
| "Paul Atreides" | "The Butlerian Jihad - AI and it's impact." | "keynote" | Saturday | 1 | https://github.com/PythonIreland/python_ireland_event_resources | https://www.youtube.com/watch?v=jepd7EVK-wA | mywebsite.com/socials |
This is a list of resources speakers can connect to their talk, such as location of slides, repos, or videos of past talks.
If you'd like to submit data for a previous PyCon but the folder isn't there - create it 🙂
You'll need to create a branch and Pull Request to have your changes included. If you're not familiar the steps are as follows:
git checkout -b your-branch-name
git add . git commit -m "Your descriptive commit message"
git push origin your-branch-name
- Go follow the URL to GitHub.
- Click "Compare & pull request" for your newly pushed branch.
- Fill in the PR details and submit.