PyCon Lithuania, 2025

Each year, I try to experience a new PyCon. 2025, PyCon Lithuania was added to my PyCon calendar. Day before the conference What makes this PyCon, is that we were traveling there as a family and the conference days coincided with the Easter holidays. We utilized that to explore the…

How to upload a package in PyPI using twine ?

While I was working on my project on software licensing, I noticed that there are several packages in PyPI [https://pypi.python.org/pypi] which do not have a requirements.txt file (the file mentioning the dependencies). License files, though not a rare species but surely an endangered one in…