The Lanterns
#Python
3 notes carrying this tag
- 6 min read
I Built a Harness That Makes Videos: Research, Script, Design, Sound, Publish
A pipeline of agents and written rules that takes a story from the open internet to a finished video, and why the interesting part is not the generation but everything that decides what is worth making.
- 2 min read
Simplifying Job Applications with Automated Resume & Cover Letter Generation
Streamline your job search process with a Python-based tool that generates customized resumes and cover letters, keeping you organized and efficient in your application journey.
- 4 min read
Counting Prime Numbers
Counting prime numbers is a common problem in computer science. In this post, we'll explore different approaches to count prime numbers and compare their performance.