I’ve collected a list of useful links on various topics. These are links I have thoroughly read, not just those I’m interested in or have bookmarked to read later. I’m posting this here for my own future reference and to give you a side glimpse into what I have been doing! Enjoy!
Developing
Quarto
- This blog website is created by this. Very useful and recommended if you need to create a blog or personal page to display something.
Python Packaging User Guide
- An official and very comprehensive guide if you are confused about concepts of packages, applications, softwares developed with Python.
- I developed a Python package CLArena, and this guide was an all-in-one solution for publishing my package.
Pdoc
- A documentation generator I’ve been using for my Python package CLArena.
- It turns the docstrings in the codes into displayable HTML pages.
OpenAI News
- OpenAI’s official news page. A great place to keep up with the latest developments and announcements from OpenAI.
- I feel this is quite inspiring and helpful for me to understand the trends of AI. I regularly check this page.