An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with python-lists

A curated list of projects in awesome lists tagged with python-lists .

https://github.com/milaan9/02_python_datatypes

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.

list-comprehension list-comprehensions python-datatypes python-dictionary python-dictionary-methods python-list-methods python-lists python-sets python-sets-methods python-string-maupulation python-string-methods python-strings python-tuple-methods python-tuples python-tutorial-github python-tutorial-notebook python-tutorials python4datascience python4everybody tutor-milaan9

Last synced: 06 Apr 2025

https://github.com/turulomio/pydicts

Module to use dictionaries, list of dictionaries and other data structures

python-dictionaries python-lists python3

Last synced: 28 Dec 2024

https://github.com/moindalvs/learn_about_pandas_series

How to Install Pandas package into Jupyter Notebook or any of the other Python Packagesa and learn more about Series

dataframe dictionary import-csv pandas pandas-dataframe pandas-python pandas-series pandas-tutorial pandaslibrary pip-install python-lists series-objects

Last synced: 11 Mar 2025

https://github.com/candytale55/list-of-bases-times-list-of-exponents-py

exponents() takes two lists as parameters named bases and powers. It returns a new list containing every number in bases raised to every number in powers. For example with exponents([2, 3, 4], [1, 2, 3]) the result would be the list [2, 4, 8, 3, 9, 27, 4, 16, 64] because it would first include the three solutions for base 2 [(2**1), (2**2) and (2**3)], then for the next base (3) and so on.

codecademy exponent nested-loops python-lists

Last synced: 31 Mar 2025

https://github.com/candytale55/a_day_in_the_supermarket_py_2

Codecademy exercises and notes to learn about the data structures lists and dictionaries in Python 2.

code-examples codecademy python-dictionaries python-lists python2

Last synced: 31 Mar 2025

https://github.com/arvindk2025/python-practice-with-projects

Welcome to the Python Practice Code Repository! This repository is a collection of Python practice exercises and solutions aimed at helping my improvement and Python programming skills.

python-dictionary python-functions python-lambda python-lists python-strings python-tuples python3

Last synced: 31 Mar 2025

https://github.com/dfm18/python-data-structures

Implementing different collections in python

arrays collections grid lists python python-lists stacks

Last synced: 24 Mar 2025

https://github.com/sarahm44/python-gradebook

Uses Python lists to organise data related to a student's subjects and grades.

codecademy codecademy-courses codecademy-cs codecademy-pro python-lists python3

Last synced: 04 Apr 2025

https://github.com/sourceduty/python_list_lab

👨‍💻 Experimental Python GUI for performing various operations on a list.

concept experiment list listing lists py py-program python python-list python-lists python-programming

Last synced: 25 Mar 2025

https://github.com/piyush0663/playlist-downloader

📥 YouTube Playlist Downloader 📝 Easily download entire YouTube playlists with this Python script. Just paste the playlist link and let the script handle the rest, downloading all videos in various formats. Simple, efficient, and user-friendly!

playlist-downloader python python-lists python3 youtube youtube-downloader

Last synced: 01 Mar 2025

https://github.com/sarahm44/lens-slice

Uses Python lists to organise sales data for a pizza store.

codecademy codecademy-courses codecademy-cs codecademy-pro python-lists python3

Last synced: 26 Mar 2025

https://github.com/candytale55/list-comprehension-with-zip-challenges_python-3

Python-3 coding challenges involving list comprehension with two lists and zip().

codecademy coding-challenges list-comprehension list-comprehension-challenges python-lists

Last synced: 14 Jun 2025

https://github.com/aadewunmi/quiz-application

Python (multi-topic) quiz application for the terminal. | Tech Stack: Python 3, tomli, TOML

python python-data-structures python-dictionaries python-lists python3 quiz quiz-application

Last synced: 20 Mar 2025

https://github.com/03-bunny-06/cafe-management-system

Cafe Management System is a simple Python-based system for managing cafe orders. It allows customers to view a menu, place orders, and calculate the total bill effortlessly.

python python-functions python-list-methods python-lists python3

Last synced: 04 Apr 2025

https://github.com/03-bunny-06/banking-management-system

This Python script implements a basic console-based Banking System. Users can create accounts, log in and perform operations such as checking their balance, depositing, withdrawing, and logging out.

dictionaries python python-functions python-lists python3

Last synced: 04 Apr 2025

https://github.com/cescedes/medical-insurance-costs-with-python

Investigate how different factors affect the prediction of medical insurance costs by practicing many python concepts.

codecademy data-analysis python python-dictionaries python-functions python-lists python-loops python-strings

Last synced: 27 Mar 2025

https://github.com/03-bunny-06/quiz-application

A Python-based interactive Geopolitics Quiz that tests user's knowledge through 15 multiple-choice questions. It calculates the score, accuracy percentage, and offers a replay option.

python python-functions python-list-methods python-lists python3

Last synced: 04 Apr 2025

https://github.com/candytale55/same_values_py_3

same_values() takes two lists of numbers. The function should return a list where the values were equal in lst1 and lst2.

code-challenges codecademy python-lists python3

Last synced: 31 Mar 2025

https://github.com/candytale55/max_num_py_3

max_num() takes a list of numbers as a parameter and returns the largest number. Numbers can be negative.

coding-challenge max-num python-lists python3

Last synced: 31 Mar 2025