Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 724 Bytes

File metadata and controls

25 lines (15 loc) · 724 Bytes

PythonWorkshop2025

Intro to Python Workshop

This workshop introduces Python for beginners using Marp to create slides. Marp lets you write presentations in Markdown, making it easy to structure and export them.


Getting Started with Marp

  1. Install Marp Extension:

    • In VS Code, search for Marp for VS Code in the Extensions tab and install it.
  2. Open in GitHub Codespaces:

    • Open this repo in GitHub Codespaces for a cloud-based editing experience.
  3. Export Slides:

    • After writing your presentation, use Marp to export to PDF, PowerPoint, or HTML.

Workshop Overview

  • Learn Python basics like syntax, variables, loops, and functions.