Skip to content

edtechlabs/online-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Python

A simple online Python playground. Try it now!

Developing

Pyodide caveat

The Pyodide release at public/pyodide_0.26.1 exactly matches the official 0.261.1 release except for the following:

  1. python_flint-0.6.0-cp312-cp312-pyodide_2024_0_wasm32.whl.metadata is missing
  2. python_flint-0.6.0-cp312-cp312-pyodide_2024_0_wasm32.whl is missing

I removed the Python FLINT .whl file because it exceeded GitHub's file size limits. Then, I removed the .whl.metadata file, since it didn't make sense to keep it without the accompanying .whl file.

This shouldn't affect you, unless for some reason you are expecting the Pyodide release to exactly match the official release.

Attribution

  1. Settings icon by Icons8.
  2. Close icon by Icons8.

About

A simple online Python playground.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 41.8%
  • JavaScript 33.3%
  • HTML 13.2%
  • Shell 6.5%
  • CSS 5.2%