Problem Solution
Category: Python 3
Calculating the nth term of a sequence – Python 3.9.5
Problem I decided to try and make a code that can calculate the n-th term of any sequence (any sequence […]
Sports quiz in Python
Problem I’m a complete beginner at python and I know I’m probably approaching this the wrong way but I’ve tried […]
Simple antivirus
Problem I wrote a simple antivirus in Python and would love feedback for additional ideas to implement, as well as […]
Cleaning up date strings in Python
Problem Working from a CSV of about 14.000 lines, I need to match dates in the CSV against some API. […]
Pygame program made to look like NohBoard
Problem This is something I made as an input display resembling NohBoard because I need to make a video for […]
Filter a list with given predicate – python [closed]
Problem Closed. This question is off-topic. It is not currently accepting answers. Questions containing broken code or asking for advice […]
Simple yet Hackable WhatsApp API [UNOFFICIAL]
Problem There is no official WhatsApp API. Here is a simple python class which satisfies the need. # SWAMI KARUPPASWAMI […]
class fizzbuzz():
Problem This is now an iterative review. The next iteration can be found here. Yep. Fizzbuzz in Python. I’ve been […]
Brute-force Hash Cracker
Problem I made a hash cracker in Python (for purely educational purposes), but it’s really slow (~120 seconds for a […]