![NLP: Twitter Sentiment Analysis Project](https://static.wixstatic.com/media/f5d020_c9d7275f16e24a239832f8b26640e0b0~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/f5d020_c9d7275f16e24a239832f8b26640e0b0~mv2.webp)
Fatma Ali
8 min read
NLP: Twitter Sentiment Analysis Project
We are living in a "data age" today. As the number of users on social media sites like Twitter grows rapidly, numerous opportunities and...
ukaegbu daniel
2 min read
WRITING A SIMPLE ARITHMETIC CALCULATOR PROGRAM WITH PYTHON
Python is a powerful programming language and there are facts to back that up. Yes of course! Another fact that may interest you is that...
![](https://static.wixstatic.com/media/e0a26d_c9db1e52606c41828c85112c99375720~mv2.jpg/v1/fill/w_235,h_235,fp_0.50_0.50,lg_1,q_30,blur_30,enc_auto/e0a26d_c9db1e52606c41828c85112c99375720~mv2.webp)
![Python apps: know your age](https://static.wixstatic.com/media/e0a26d_c9db1e52606c41828c85112c99375720~mv2.jpg/v1/fill/w_300,h_168,fp_0.50_0.50,q_90,enc_auto/e0a26d_c9db1e52606c41828c85112c99375720~mv2.webp)
Imene Maallem
2 min read
Python apps: know your age
These days, developers are highly likely to be working on a mobile or web application.Python is a rather universal programming language...
![The Anagram](https://static.wixstatic.com/media/90add5_1776e39de128427097c028626f30be7c~mv2.png/v1/fill/w_313,h_235,fp_0.50_0.50,q_95,enc_auto/90add5_1776e39de128427097c028626f30be7c~mv2.webp)
Mohamed Adel
2 min read
The Anagram
return true if string_1 is an anagram of string_2 An anagram is a situation where among the two given strings or numbers, one of them is...
Rashidat Sikiru
5 min read
Understanding Python Tuples
Tuples are a core data structure in Python. They let you store an ordered sequence of items. For example, a tuple may be used to store a...
fredy chimire
4 min read
Understanding of args and kwargs
args and kwargs allow you to pass multiple arguments or keyword arguments to a function. # Consider the following example. def my_sum(a,...
Aldwin Dave Conahap
2 min read
Exception-handling in Python
Have you encountered an error in the middle of the program runtime? Is the user input inputted incorrect data type as required? Does this...
![](https://static.wixstatic.com/media/5e1ecc_8957ba16165a4089b224fabbb60d1551~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,lg_1,q_30,blur_30,enc_auto/5e1ecc_8957ba16165a4089b224fabbb60d1551~mv2.webp)
![BMI Calculator using Python](https://static.wixstatic.com/media/5e1ecc_8957ba16165a4089b224fabbb60d1551~mv2.jpg/v1/fill/w_313,h_200,fp_0.50_0.50,q_90,enc_auto/5e1ecc_8957ba16165a4089b224fabbb60d1551~mv2.webp)
Kala Maya Sanyasi
2 min read
BMI Calculator using Python
Body mass index (BMI) is the measure of the body fats based on height and weight of a person. High BMI can indicate high body fatness and...