Python Intermediate topics
-
Updated
Feb 11, 2024
Python Intermediate topics
Practice list, dic & sets comprehensions in Python with many examples
This project demonstrates the use of Python's GUI capabilities to create an interactive and entertaining application. It combines basic string manipulation, mathematical logic, and GUI design to deliver a simple yet engaging user experience.
Python practice on list comprehensions, dict comprehensions, iterables, files, packages, modules, csv and graphing
This code automatically sends a birthday email to your loved ones! #100DaysOfCode #Day032
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.
This program asks for the user's name and returns to them the nato alphabetical spelling of their name. I made it to practice dictionary comprehension accessing a .csv file.
Using the pandas dataframe in python, and csv files, we can ask the user to enter word, and the alphanumeric version of each letter will be the output in the form of a list.
🐍 Comprehensions, Lambdas and Error Handling
Repository of Project assessement from the Scientific Computing with Python course by FreeCodeCamp done by Reality Stevens
Add a description, image, and links to the dictionary-comprehension topic page so that developers can more easily learn about it.
To associate your repository with the dictionary-comprehension topic, visit your repo's landing page and select "manage topics."