Featured
Posted by
Crista Perlton on August 28th, 2026.
As organizations build more internal tools and shared libraries, distributing Python packages through public repositories or manual file sharing can quickly become difficult to manage. Hosting packages in a private repository gives teams a centralized way to securely publish, version, and share reusable code across projects and...
Featured
Posted by
Crista Perlton on April 16th, 2026.
Having uncontrolled package dependencies can lead to some unintended consequences, like version conflict and even malicious and vulnerable packages. Let’s see what happens when you let those dependency trees go unchecked.
Featured
Posted by
Crista Perlton on September 16th, 2022.
Can you spot the difference between colorama and colourama? Sure, one is American English, and the other is aimed at British-English users. One of these is a malicious Python package designed to trick users and the other is legitimate. Chances are that you’ve heard about vulnerable...
Featured
Posted by
Crista Perlton on January 24th, 2022.
Python fluency is sought in multiple non-tech industries. It's useful skill, especially as a Data Scientist, Web Developer, or Network Engineer. Read More.
Featured
Posted by
Crista Perlton on January 22nd, 2022.
Python has become one of the most popular programming languages, thanks to its ease of use and extreme versatility. In this article, I'll explain where all these great packages can be found, how Python's standard package manager works, and some challenges and solutions you'll encounter when using Python.