top of page
learn_data_science.jpg

Data Scientist Program

 

Free Online Data Science Training for Complete Beginners.
 


No prior coding knowledge required!

Count character occurrences in a given word, phrase or sentence

Updated: Sep 18, 2021

Count Character occurrence project is application that can count total characters of input word, sentence,and text file. It can also count total number of individual characters and can visualize in matplot graph. This project include Character Analysis Class, Count Visualization Function and result production function.


Character Analysis Class This class create object that count the numbers of individual character from 'a' to 'z', from '0' to '9'. This class doesn't consider special characters, signs, etc. This class also count the total number of character.


Visualization Function

Result Production Function

OUTPUT

Request Input

The app requests two type of input

Result

Choosing Input Type



If user types 'A' or 'a', he must insert text form text file.

If user types 'B' or 'B', he must insert text form keyboard.

Other input type will be invalid.


Final Result







3 Comments


Aina Adekunle
Aina Adekunle
Sep 07, 2021

Limiting your code to 79 char per line as recommended in pep8 is a good idea. https://www.python.org/dev/peps/pep-0008/

Like
Aina Adekunle
Aina Adekunle
Sep 08, 2021
Replying to

Nice application of python by the way.

Like

COURSES, PROGRAMS & CERTIFICATIONS

 

Advanced Business Analytics Specialization

Applied Data Science with Python (University of Michigan)

Data Analyst Professional Certificate (IBM)

Data Science Professional Certificate (IBM)

Data Science Specialization (John Hopkins University)

Data Science with Python Certification Training 

Data Scientist Career Path

Data Scientist Nano Degree Program

Data Scientist Program

Deep Learning Specialization

Machine Learning Course (Andrew Ng @ Stanford)

Machine Learning, Data Science and Deep Learning

Machine Learning Specialization (University of Washington)

Master Python for Data Science

Mathematics for Machine Learning (Imperial College London)

Programming with Python

Python for Everybody Specialization (University of Michigan)

Python Machine Learning Certification Training

Reinforcement Learning Specialization (University of Alberta)

Join our mailing list

Data Insight participates in affiliate programs and may sometimes get a commission through purchases made through our links without any additional cost to our visitors.

bottom of page