python-list
There are 18 repositories under python-list topic.
mkrd/PathDict
Easily query and modify Python dicts!
cheginit/river_delineation
A curated list of GIS tools and resources for river delineation
Singhak/MLPortfolio
This is collection of My Data Analysis and Python Leaning
aliartiza75/python-list-comparison
A python module to compare two lists that have complex data in it like list, dictionary etc
akumathedyn123/python_country_code
Country codes as python listing format.
thirdygayares/Python-List-Manipulation
This project demonstrates how to work with and modify lists in Python, including common list operations and functions.
cristinasprogrammingadventure/Data_structures
Python data structures such as : lists, random lists, nested dictionaries and methods to access data
kevinneutrino/Excel-to-Python-List
I needed to turn a column of an Excel sheet into a python list for a project. Here is a python file that will turn any column in excel into a python list
MelindaD589/TV-Halftime-Shows-and-the-Big-Game
data manipulation - data visualization - importing and cleaning data
TeoJJss/inventory_system
Assignment for Python Programming Module (Diploma Semester 3)
candytale55/over_nine_thousand_Py_3
over_nine_thousand() takes a list of numbers named lst as a parameter. It sums the elements of the list until the sum is greater than 9000. When this happens, the function should return the sum. If the sum of all of the elements is never greater than 9000, the function should return total sum of all the elements. If the list is empty, the function should return 0. For example, if lst was [8000, 900, 120, 5000], then the function should return 9020.
karlpothast/python-tictactoe-results
Determine the winner of a tic tac toe game by traversing a 2D array.
sichkar-valentyn/Lists_inside_Dictionary_in_Python
Calculating the scores of sports team by using Lists inside Dictionary