We continue our bot building series with a lesson on variables. What a better way to learn variables than to engage in a little gambling.
Tag: Challenge
We continue our Python learning through Discord bots series with a guide to using the Discord webhook object.
Python can be taught in a lot of ways, but have you tried to learn it by programming a Discord bot. Let's dive in with a Hello World example.
Yet another How to Python article. This on covers the process of emptying a list.
Have you ever wondered how Python's power function works internally? Well, I took a stab at it!
The minimum function is pretty handy in Python, but do you know what goes into implementing it? Let's take a crack at it.