Category index

Cyber Security

4276 articles

4276 ARTICLES

How to contribute to open source projects
CYBERSECURITY

How to contribute to open source projects

As a developer, you probably rely on open source every day. But have you considered going a step further and contributing to open source projects as well? This post will cover the major reasons why you might choose to contribute to — instead of simply using — open source projects.

1 MIN READ arrow_forward
Implementing TLS/SSL in Python
CYBERSECURITY

Implementing TLS/SSL in Python

In this article, we’ll explore TLS and how to use Python to check for a website’s TLS certificate validity. Then, we’ll walk through the steps for adding TLS to your Python application on Linux.

1 MIN READ arrow_forward
Improving code quality with linting in Python
CYBERSECURITY

Improving code quality with linting in Python

In this hands-on article, we’ll explore how fast and easy it is to perform quick linting checks in Python using Pylint — one of the most popular linting tools. We’ll also see how linting code can help us adhere to the PEP8 code style guide.

1 MIN READ arrow_forward