PinnedGenerate API references for your python 馃悕 projects !What is pdoc3? Pdoc3 is a powerful documentation generation tool specifically designed for Python. It automatically generates clean and readable HTML documentation from docstrings in your code. With pdoc3, you can effortlessly create professional-loo...Jun 7, 2023路3 min read
Embed "GITHUB DISCUSSION" Anywhere !Ever wondered how useful it could be if we could embed GitHub Discussions to our blogs, documentation or anywhere we like Well I Found an application that does this seamlessly, In this blog we'll learn to use Gicus! Introduction A comments system pow...Jun 12, 2023路2 min read
Debug and Visualize Your Python Code with PythonTutor.comDebug and Visualize Your Python Code with PythonTutor.com As a beginner Python developer, understanding how your code executes and identifying bugs can be challenging. This is where PythonTutor.com comes to the rescue. PythonTutor.com is a free onlin...Jun 3, 2023路2 min read
Discovering Open Source Opportunities with Quine.shIntroduction: Open source development is an exciting and rewarding journey, but it can often be challenging for beginners to find suitable projects to contribute to. Thankfully, there's a powerful tool that can make this process easier and more acces...Jun 1, 2023路3 min read
Simplify Your Documentation Workflow with MkDocs: A Markdown-based Alternative to SphinxIntroduction Documentation is an essential aspect of software development, enabling developers to communicate effectively with users and fellow developers. Sphinx and MkDocs are two popular documentation generators in the Python ecosystem. While Sphi...May 27, 2023路3 min read