tasnim assali
1 min read
Count character occurrences
In this post, I aim to represent how to get the number of occurrences of a character in a given word, phrase, or sentence using Python....
Hamza Khalid
1 min read
Email Splitter for Separating Username from Domain Name
This is my task # 01 for the first assignment from the task list uploaded in Google Classroom. My Code Description: - First the user will...
abdelrahman.shaban7000
2 min read
Counting Character Occurrences in a Phrase or Sentence using Python
In this post we will deal with strings and character specifically we will count certain character occurrences in a given word or sentence...
Aayushma Pant
2 min read
Strong Password Generator using Python
Generating a strong password is very much important in today's world. It is peculiar to secure our digital privacy from hackers and being...
Abdelrhman Gaber
1 min read
Median of sorted Array using python
in this application we pass to our function unsorted list and it will return the median of the list steps: 1 - First we save the length...
Espoir Gaglo
3 min read
Parkinson Prediction Model: why am I shaking, Doctor ?
https://www.frontiersin.org/research-topics/7681/the-role-of-lipids-in-the-pathogenesis-of-parkinsons-disease
adipurnamk
3 min read
XGBoost Predicting Parkinson Diseases
Introduction Neurodegenerative diseases are a heterogeneous group of disorders that are characterized by the progressive degeneration of...
UTHMAN SSOZI
3 min read
Predicting the presence of Neurodegenerative diseases. A case study of Parkinson's disease.
Parkinson's disease (PD), or simply Parkinson's, is a long-term degenerative disorder of the central nervous system that mainly affects...
EMMANUEL ANEBI
4 min read
Data Analysis and Prediction of Neurodegenerative Diseases - Parkinson's Disease
Explore a dataset from speech experiments & predict the presence of Parkinson's disease, a neurodegenerative disease using an XGBoost model
adipurnamk
3 min read
Exploratory Data Analysis for Covid-19 USA States Dataset
1. Introduction Coronavirus disease 2019, abbreviated as COVID-19, has caused coronavirus pandemic in 2019-2020. It's spread around the...