-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
740c0fa
commit 3557d31
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |