laowantong / paroxython

Tag and recommend Python exercises based on algorithmic features

Home Page:https://laowantong.github.io/paroxython/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

futurecoder

alexmojaki opened this issue · comments

I just wanted to share a project I thought you'd be interested in: https://futurecoder.io/

It's a free open source online interactive Python course where users run code and solve exercises. It uses quite a lot of magic and metaprogramming, often involving the AST.

I'm looking for contributors to build it further and it's pretty obvious you'd be a great fit and could help a lot. But even if you're not interested, I think you'll find it intriguing and may be able to find some useful ideas or have some of your own to share.

I will probably use paroxython at some point to help find exercises and write more course material, but I haven't had the chance yet.