user

Inedo Blog


Navigation
CategoryPython
Featured

Python

How to Easily Create a Custom Python GUI

Posted on March 14th, 2022.

Auto-generated GUI's for your Python let your non-expert users run scripts and allow you to sleep soundly by restricting only specific servers for a job.

Featured

Python

Python Package Vulnerabilities: Where pip audit Falls Short and How to Manage Them

Posted on February 11th, 2022.

Every package from PyPI.org can become vulnerable: it's just a matter of time until it's detected. To protect yourself, use tools to routinely scan for vulnerabilities.

Featured

Python

Protect Yourself from Litigation due to Unexpected Python License Agreements

Posted on February 3rd, 2022.

Python package licenses can have huge consequences when not vetted and approved by stakeholders. Read about expanding your third-party software policy to include packages.

Featured

Python

5 Best Practices for Versioning Your Python Packages

Posted on February 1st, 2022.

Versioning in Python is tricky due to its range of complex versioning schemes. Follow these best practices to speed up the development process, keep things organized, and avoid future headaches. 

Featured

Python

How to Vet and Approve PyPI Packages

Posted 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

Python

Three Jobs Where Python is Vital

Posted 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

Python

Python Environment Management Best Practices

Posted on January 23rd, 2022.

There are a number of choices to make when cultivating the best environment for your Python project. This article will explain best practices to follow and common mistakes to avoid when cultivating your Python environment.

Featured

Python

Python Package Managers Explained

Posted 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.