Tag: python project
-
A Step-by-Step Guide to Creating a Content Safety Detection Bot for Discord
In this article, we will learn how to program a Discord bot that can moderate the channel’s content for us. Content moderation is essential for public spaces where different kinds of people are connecting.View post to subscribe to site newsletter.
-
Image Manipulation in Python
In this post, I will show you how to edit an image using Python. This process editing an image is called Image Manipulation. You might be wondering why you need to do some manipulations on images before using them in your code. There are many reasons for this question, but couple main reasons can be…