Featured
Posted by
Crista Perlton on May 3rd, 2022.
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 January 25th, 2022.
Creating a package approval pipeline is your codebase’s biggest defense against vulnerabilities, unacceptable licenses, and low-quality PyPI packages.
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.