Today I Learned

Short TIL posts

1864 posts latest post 2026-06-04 simple view
Publishing rhythm
May 2026 | 29 posts
The work on write-pythonic-code-demos [1] by mikeckennedy [2]. Write Pythonic Code Like a Seasoned Developer video course demo materials. References: [1]: https://github.com/mikeckennedy/write-pythonic-code-demos [2]: https://github.com/mikeckennedy
I came across dlgroup [1] from rajshah4 [2], and it’s packed with great features and ideas. Deep Learning Group References: [1]: https://github.com/rajshah4/dlgroup [2]: https://github.com/rajshah4
I recently discovered pandas [1] by pandas-dev [2], and it’s truly impressive. Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more References: [1]: https://github.com/pandas-dev/pandas [2]: https://github.com/pandas-dev