SELECT PROJECT
๐ Project 1: Real-time Data App
PROJECT GOAL (เคเฅเคฏเคพ เคฌเคจเคพเคจเคพ เคนเฅ)
Create a Word & Character Counter application in Python that processes an array of text strings
to analyze linguistic metrics.
Requirements
1. Inside the application, implement built-in string methodologies to parse raw text streams accurately.
2. The application will accept a list (text_inputs) containing sentences or large paragraphs to evaluate.
3. Run a for loop to iterate through each paragraph item and track cumulative text structural data.
4. Validation Logic :
Requirements
1. Inside the application, implement built-in string methodologies to parse raw text streams accurately.
2. The application will accept a list (text_inputs) containing sentences or large paragraphs to evaluate.
3. Run a for loop to iterate through each paragraph item and track cumulative text structural data.
4. Validation Logic :
1. Count total characters including space elements, and track space-excluded
character metrics separately.
2. Use the split() operation to divide strings into standalone word elements and capture
true word counts.
3. Check for empty inputs or multi-space formatting anomalies to deliver an accurate
baseline count of zero.
CHECKLIST
main.py
OUTPUT
โถ Pyodide Console v0.26.0 Ready...
โถ Click the 'Run' button above to execute your Python code.
โถ Your program output or errors will appear here.
โถ Click the 'Run' button above to execute your Python code.
โถ Your program output or errors will appear here.