GitHub topics: listcomprehensions
Kinetics20/B_A_P_D
This repository contains Python projects from my CodersLab course, demonstrating key programming concepts and libraries.
Language: Python - Size: 554 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Anurag1101/List_Command_Operations
"A Python-based command-line tool that performs dynamic list operations such as inserting, removing, appending, sorting, and reversing elements. Users can interactively input commands to manipulate a list, making it a practical utility for learning Python list manipulation."
Language: Python - Size: 36.1 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

GakuruAlex/vanity_plates
A python program solving CS50's Intro to Programming with Python, Loops Problem set on vanity plates
Language: Python - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dirkschumacher/listcomp
List comprehensions in R
Language: R - Size: 97.7 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 0

Rahul24qwerty/Web_scraping_github_bytopics_from_scratch
In this project , Dataframe is created by web scraping the github topics. With each topics URL, further scraping has been done for the individual topics and finally the data has been converted to csv format. This repository contains two notebooks (1)scraping_github_repos.ipynb" (2) "Final_code.ipynb":
Language: Jupyter Notebook - Size: 115 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Jimmymugendi/LuxDev-week-4-boot-camp
This repo focuses on operations performed in python. Interview questions that data entusiast and practitoners should be aware of.
Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

felipenufisnor/python-advancing-language
Python: advancing in the language
Language: Python - Size: 6.84 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lamia-datalover/Exploratory-Data-Analysis-EDA-
This repository contains EDA projects. The code for each project is provided, and the explanations can be found in the ReadMe.md file of each project !
Language: Jupyter Notebook - Size: 18.9 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

LucasAMiranda/day-4
imersao-tecnicas-de-invasao(Bruno-Fraga)
Language: Python - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

EngrDhee/automatic_credit_debit_operations
The Credit and Debit Operations script automates crediting and debiting of main and bonus balances for subscriber lines, simplifying operations, enhancing output readability, and logging for troubleshooting. It combines all operations into a single script and offers clear usage instructions for both command-line and file input methods.
Language: Python - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Grosario2/API_Mini-Project
Mini project in which the following topics were implemented: data import using API and Python Built-in functions
Language: Jupyter Notebook - Size: 373 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Jaya272000/JiraProject
Jira_Project(madgical tech dom)
Language: Python - Size: 63.9 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

JesterXL/luafp
Functional Programming and list comprehension helper functions for Lua.
Language: Lua - Size: 88.9 KB - Last synced at: 17 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

Mohamed-Taha-Essa/HackerRankProblems
Hacker rank solution using python programming language with simple code.
Language: Python - Size: 23.4 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

t-sin/lisc
LISP as a python's LISt Comprehension
Language: Python - Size: 409 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 24 - Forks: 2

parulnith/Elements-of-Functional-Programming-in-Python
Learn how to how to use the lambda, map, filter and reduce functions in Python to transform data structures.
Language: Jupyter Notebook - Size: 4.26 MB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 15 - Forks: 6

pritaaa/Python-part-2
List Of Contents : Break, Continue, While Loops, List Comprehension, Functions
Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jokerjam-s/MAIN_PYTHON_GB_HW_003
Погружение в Python. Коллекции
Language: Python - Size: 125 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Anello92/organization_visualization_python
Python organization and visualization, Python ggplot graphics, Seaborn statistical charts, Matplotlib Dashboard and Linear Regression, advanced configuration and customization in Matplotlib
Language: Jupyter Notebook - Size: 3 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 10

rampal-punia/python-tutorials
A complete walk through tutorial of Python basics and fundamental. Learn python data-types, conditions, loops, functions classes and other built-in functions and methods.
Language: Python - Size: 211 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 1

Deepali-14/Tic-Tac-Toe_Game
It is a traditional Tic-Tac-Toe game which is made using only python language.
Language: Python - Size: 3.91 KB - Last synced at: about 17 hours ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

CircArgs/Rusty-Comprehensions
A simple list comprehension macro in the spirits of python and haskell
Language: Rust - Size: 103 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

Rajat4445/Rotten-Tomatoes-Web-Scraping-
Rotten Tomatoes is a popular movie review website and suggests movies in different categories. We want the information such as Movie title, year of release, rating, cast and other details of the top 140 action movies to watch now.
Language: HTML - Size: 3.18 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DanielCarmonaPhantom/Easy-Python-Exercises
Estos ejercicios están hechos para que puedas practicar tu conocimiento sobre strings, ciclos y listas. Cantidad de ejercicios: 10 Dificultad: Fácil
Language: Jupyter Notebook - Size: 2.36 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 19

nasreen-ahmed/PythonPractice4DataScience
Data cleaning, EDA, Data Wrangling, Numpy, Pandas
Language: Jupyter Notebook - Size: 233 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

javieramayapat/hangman-game
🎮 Development of the Hangman game, created by the console, using ASCII code to draw each scenario and put into practice the knowledge acquired in Python.
Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

swati-gwc/Python-programs
Collections of python programs
Language: Jupyter Notebook - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

gjimenexv/curso-python
I learned how to create virtual enviroments in python. Handleing and creating projects dependencies. What is a lambda function and its order functions. Handling errors with try catch, asserts and debugging. Read and Write Files.
Language: Python - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

randleon/Analytics-Programming
assignments and projects for Yeshiva University's Katz School Analytics Programming course, fall 2019
Language: Jupyter Notebook - Size: 44.2 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

ADv0rnik/Data-analysis-for-JER
Data analysis for JER using Python Tools for data manipulation. The wildfire statistics in Gomel region was used as a source.
Language: Jupyter Notebook - Size: 40.5 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Promeos/Python_Exercises
Exercises to develop Python Programming skills for Data Science.
Language: Python - Size: 140 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

blairjames/claymore
Lightweight file integrity based - Host Intrusion Detection System (HIDS) built in pure Python3. Recursively enumerates directories, stores hashes of files, detects and logs file modifications.
Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0
