An open API service indexing awesome lists of open source software.

https://github.com/codenamewei/technical-posts

Centralized repository for resources of technical posts of substack site.
https://github.com/codenamewei/technical-posts

artificial-intelligence data-science machine-learning

Last synced: 6 months ago
JSON representation

Centralized repository for resources of technical posts of substack site.

Awesome Lists containing this project

README

          

## Technical Posts

Centralized repository for resources of technical posts.



project status: active

1. Part 1: Displaying Images in Jupyter Notebook  [Code](jupyter/post1_displaying-images-in-jupyter-notebook/readme.md)  [Post](https://open.substack.com/pub/codenamewei/p/part-1-displaying-images-in-jupyter?r=5jsqh&utm_campaign=post&utm_medium=web)
![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)![Markdown](https://img.shields.io/badge/-Markdown-05122A?style=flat&logo=markdown)
2. Part 2: Displaying Videos in Jupyter Notebook  [Code](jupyter/post2_displaying-videos-in-jupyter-notebook/readme.md)  [Post](https://open.substack.com/pub/codenamewei/p/part-2-displaying-videos-in-jupyter?r=5jsqh&utm_campaign=post&utm_medium=web)
![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)![Markdown](https://img.shields.io/badge/-Markdown-05122A?style=flat&logo=markdown)
3. Managing Lifespan Events in FastAPI with Redis Example  [Code](fastapi/event_handling/part1_lifespan_event_handling_with_redis/server.py) [Post](https://open.substack.com/pub/codenamewei/p/managing-lifespan-events-in-fastapi?r=5jsqh&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true)
![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)![FastAPI](https://img.shields.io/badge/-FastAPI-05122A?style=flat&logo=fastapi)
4. Performance Analysis: Read-In, Write-Out with Native IO, Pandas, Polars, and Modin  [Code](data/performance_analysis_readin_writeout/readme.md) [Post](https://open.substack.com/pub/codenamewei/p/performance-analysis-read-in-write?r=5jsqh&utm_campaign=post&utm_medium=web)
![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)![Pandas](https://img.shields.io/badge/-Pandas-05122A?style=flat&logo=pandas)![Polars](https://img.shields.io/badge/-Polars-05122A?style=flat&logo=polars)![Modin](https://img.shields.io/badge/-Modin-05122A?style=flat&logo=modin)
5. Error Handling Strategy with Streamlit and FastAPI Implementation  [Code](streamlit/error_handling) [Post](https://open.substack.com/pub/codenamewei/p/error-handling-strategy-with-streamlit?r=5jsqh&utm_campaign=post&utm_medium=web)
![Streamlit](https://img.shields.io/badge/-Streamlit-05122A?style=flat&logo=streamlit)![FastAPI](https://img.shields.io/badge/-FastAPI-05122A?style=flat&logo=fastapi)![Python](https://img.shields.io/badge/-Python-05122A?style=flat&logo=python)