Skip to content

Commit c6dfa45

Browse files
authored
Merge pull request #90 from SpokaneTech/2025-03-18
adding 2025-03-18 meetup
2 parents f866560 + ff64d9a commit c6dfa45

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

docs/img/2025-03-18.jpg

507 KB
Loading

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ hide:
3232
## Upcoming Meetups
3333

3434
{%
35-
include-markdown "meetups/2025-01-22.md"
35+
include-markdown "meetups/2025-03-18.md"
3636
heading-offset=2
3737
start="<!-- index: start -->"
3838
end="<!-- index: end -->"

docs/meetups/2025-03-18.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Join Us for a Special Python & Rust Meetup!"
3+
---
4+
5+
<!-- index: start -->
6+
7+
# [Join Us for a Special Python & Rust Meetup!](./2025-03-18.md)
8+
9+
_March 18th, 2025_ | [:fontawesome-brands-meetup: Meetup](https://www.meetup.com/python-spokane/events/306366620/?){target=_blank}
10+
11+
<img src="/img/2025-03-18.jpg">
12+
13+
Are you interested in starting your next project in Python or Rust but unsure where to begin? Whether you're new to coding or looking to explore a new language, this event is for you!
14+
15+
Join us for a collaborative meetup between Spokane Python and Spokane Rust, where we'll guide you through setting up your first projects in both Python and Rust.
16+
🔹 In the Python session, we'll walk through:
17+
18+
✅ Setting up your development environment
19+
✅ Managing dependencies with virtual environments
20+
✅ Structuring your project repository
21+
✅ Using essential third-party tools
22+
✅ Creating an example project from scratch
23+
24+
🔹 Meanwhile, our friends from Spokane Rust will cover the same foundational topics—this time in Rust!
25+
26+
This event is beginner-friendly, and no prior experience is required! While we’ll focus on helping newcomers, experienced developers are also welcome to join, share insights, and connect with the community.
27+
Come ready to learn, ask questions, and meet fellow Pythonistas and Rustaceans. We can't wait to see you there! 🚀🐍🦀
28+
29+
<!-- index: end -->

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ markdown_extensions:
6868
nav:
6969
- "Home": "index.md"
7070
- "Meetups":
71+
- "Join Us for a Special Python & Rust Meetup!": "meetups/2025-03-18.md"
7172
- "Show and Tell": "meetups/2025-01-22.md"
7273
- "2024 holiday Hangout": "meetups/2024-12-17.md"
7374
- "Building a CLI": "meetups/cli.md"

0 commit comments

Comments
 (0)