You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data types specify the different sizes and values that can be stored in the variable. For example, Python stores numbers, strings, and a list of values using different data types. Learn different types of Python data types along with their respective in-built functions and methods.
In this repository, I test and showcase my knowledge on loops and iterations, list comprehensions, and the use of list methods & functions. The goal of this project was to go through the lists of data that have been collected in the past couple of weeks and calculate important metrics for the shop.
A Python script that processes student grades from a CSV file, filters valid scores (0–100), assigns letter grades, calculates the average score of passing students, and writes results to a new CSV file. Uses list/dictionary comprehensions and reduce for efficient data processing.