Find Leetcode ranking by country, username.
LeetCode Ranking is a user-friendly tool designed for those who want to track their performance and the performance of others on LeetCode by country and username. With the inability to filter rankings on the LeetCode platform, this tool fills a significant gap, offering an intuitive way to analyze ranking data from around the globe. Given the growing popularity of competitive programming, having access to region-specific rankings enhances the motivational aspect of the platform.
The tool is built with a Python backend that efficiently crawls LeetCode’s global ranking data, making it quick to retrieve rankings. It encourages community engagement by allowing users to see both their personal standing and the standing of peers in their country, potentially fostering a healthy competitive spirit. While the frontend is still a work in progress, the core functionality is already quite promising.
Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.