Skip to content

Commit

Permalink
add new block post
Browse files Browse the repository at this point in the history
  • Loading branch information
christyheaton committed Oct 18, 2023
1 parent 740c0fa commit 3557d31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _posts/2023-10-18-webmapping-with-pyscript.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Web Mapping with PyScript"
date: 2023-10-18
categories:
- blog
---

PyScript allows you to run Python code in a browser, much like JavaScript! It even sets up a virtual environment for you which will eliminate a lot of pain points when getting started with Python.

For my first web map using PyScript, I made a map of 5 random hikes in the State of Washington, based on data from the Washington Trails Association. [Check it out](https://cheaton.pyscriptapps.com/5-random-hikes-in-washington-state/latest/)!

<iframe src="https://cheaton.pyscriptapps.com/5-random-hikes-in-washington-state/latest/" title="my_map"></iframe>

0 comments on commit 3557d31

Please sign in to comment.