20 Apr 25
A single Python script that prepares reports on environments and reports the differences between two environments.
13 Apr 25
A feature-rich Python text case conversion library. Features:
- Text case conversion: Convert strings between various text cases (e.g., snake_case, kebab-case, camelCase, etc.).
- Extensible Design: Easily extend the library with custom cases and boundaries.
- Acronym Handling: Properly detects and formats acronyms in strings (as in HTTPRequest).
- Non-ASCII Support: Handles non-ASCII characters seamlessly (no inferences on the input language itself is made).
- 100% Test Coverage: Comprehensive tests ensure reliability and correctness.
- Well-Documented: Clean documentation with usage examples for easy understanding.
- Performant: Efficient implementation without the use of regular expressions.
- Zero Dependencies: The library has no external dependencies, making it lightweight and easy to integrate.
09 Apr 25
A course by Andrej Karpathy on building neural networks, from scratch, in code.
This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation.
31 Mar 25
28 Mar 25
27 Mar 25
24 Mar 25
I have encountered that there are mainly three types of blogs/videos/tutorials talking about transformers
21 Mar 25
12 Mar 25
a scalable data profiler. Contribute to manzt/quak development by creating an account on GitHub.
28 Feb 25
Managing the timing differences between script execution and the varying speeds at which web pages load is crucial.In this Selenium guide, we focus on the nuanced strategies of waiting for pages or elements to load.