kobe24shou / Python-Type-Challenges

Master Python typing (type hints) with interactive online exercises!

Home Page:https://python-type-challenges.zeabur.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Type Challenges

Master Python typing (type hints) with interactive online exercises!

🌟🌟 Click HERE to start 🌟🌟

Happy typing!

How to Run Locally

The project isDeployed on Zeabur, but you can also run it locally.

It's recommended to use PDM to manage dependencies. After installing PDM, you can run this project locally based on the following steps:

pdm plugin add pdm-autoexport
pdm install
pdm dev  # This will run a local Flask server

Alternatively, you can install dependencies just using pip:

pip install -r requirements.txt
flask run

How to Contribute

  • Add new challenges

    Adding a new challenge is pretty simple: you only need to create a new folder, add a question.py and a solution.py, and that's it. See here for a detailed guidance.

  • New features & bug fixes

    If you want to fix a bug or add a new feature, follow the guidance.

Got Questions?

For general questions, you can post them in Discussions.

If you met issues or want to suggest a new feature/improvement, feel free to open a new issue.

Credits

This project is inspired Type Exercise in Rust by @skyzh, and type-challenges by @antfu.

Social graph images come from Christin Hume.

About

Master Python typing (type hints) with interactive online exercises!

https://python-type-challenges.zeabur.app

License:MIT License


Languages

Language:Python 59.3%Language:HTML 29.4%Language:JavaScript 11.3%