Skip to content

Commit b6adc60

Browse files
authored
Merge pull request #86 from SpokaneTech/spug-2024-11-19
adding nov 2024 meetup
2 parents f768b6b + 85dcd40 commit b6adc60

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

docs/img/cli.jpeg

235 KB
Loading

docs/meetups/cli.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Building Your First Command Line Interface (CLI) in Python - Code-Along Workshop
3+
---
4+
5+
<!-- index: start -->
6+
7+
# [Building Your First Command Line Interface (CLI) in Python - Code-Along Workshop](cli.md)
8+
9+
10+
_Nov 19, 2024_ | [:fontawesome-brands-meetup: Meetup](https://www.meetup.com/python-spokane/events/303074555/){target=_blank}
11+
12+
<img src="/img/cli.jpeg" width="600" height="337.5">
13+
14+
<!-- <description> -->
15+
**Building Your First Command Line Interface (CLI) in Python - Code-Along Workshop**
16+
17+
<!-- index: end -->
18+
19+
<!--
20+
## About
21+
-->
22+
**Description:**
23+
24+
Join us for an engaging and hands-on double-down session with the Python User Group and our Rustaceans friends from the Spokane Rust group as we dive into building a Command Line Interface (CLI) from scratch! This meetup is perfect for Python enthusiasts of all levels who want to learn about creating CLIs, an essential tool for automating workflows, data processing, and simplifying daily tasks.
25+
We'll build a cool CLI in Python, and again in Rust to get a flavor of both languages.
26+
27+
**What to Expect:**
28+
29+
Authoring a CLI: Step-by-step guidance on designing and implementing a basic CLI tool in Python.
30+
Interactive Code-Along: We’ll walk through the coding step by step, so you can build the CLI alongside other participants.
31+
Insightful Tips: Learn best practices, modular design, and helpful libraries to make your CLI effective and user-friendly.
32+
Q&A: Get your questions answered and discuss use cases with fellow Python enthusiasts.
33+
Who Should Attend: Anyone interested in learning about CLI development in Python, from beginners to advanced developers. Familiarity with Python basics is recommended but not required.
34+
35+
**What to Bring:**
36+
37+
A laptop with Python 3.x installed.
38+
An enthusiasm to learn, connect, and code along with the group.
39+
Come for the code, stay for the community! We look forward to seeing you at this collaborative coding event.

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+
- "Building a CLI": "meetups/cli.md"
7172
- "Django Background Workers": "meetups/dep-0014.md"
7273
- "f(s): Svelte": "meetups/svelte.md"
7374
- "Exploring Django's ORM": "meetups/exploring-django-orm.md"

0 commit comments

Comments
 (0)