Blog

Thoughts, tutorials, and insights on web development

Development
How to Generate a requirements.txt File for an Existing Python Project
2024-06-215

Learn two effective methods to create a requirements.txt file for your Python project: using virtual environments with pip freeze and scanning imports with pipreqs.

Python
Dependencies
pip
Virtual Environment
Development
LangChain. What is it for? Alternatives?
2023-10-287

A deep dive into LangChain, exploring its purpose, functionality, and potential alternatives for AI development.

LangChain
AI
Machine Learning
Development