Category: Python
Python tutorials
Week 2 — Success of AI Writers
We briefly discussed our project and objectives last week. Visit the link below to read it. This week we will talk about plagiarism and the dataset we will use.
Read moreProtocols in Python
If you have heard about the Abstract classes, you will be a quick grabber. Protocols are the best way to make the methods, functions, or classes follow a set of rules (introduced in the 3.8 version of python).
Read moreData Story: NLP Extract words from the bible
The goal of this study is to quantify and analyze words from the bible. I will not enter into all the coding details, but, the full code is available on my github.
Read more