Recommendation-Software
"Pizza Radar: A practice project to locate pizzerias in Panama City by district. Using LinkedList data structures, it organizes districts and their pizzerias for efficient searches. Note: Some pizzeria data is fictional for testing purposes." (by thecoder507)
Awesome-Python-Scripts
A curated collection of some :heart_eyes: cool Python scripts. (by ankitdobhal)
Recommendation-Software | Awesome-Python-Scripts | |
---|---|---|
1 | 1 | |
0 | 169 | |
- | - | |
3.4 | 4.3 | |
5 months ago | about 4 years ago | |
Python | Python | |
- | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Recommendation-Software
Posts with mentions or reviews of Recommendation-Software.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Pizza Radar๐: Finding Pizzerias in Panama City with LinkedLists
Pizza Radar is a practice project I created as a beginner in programming, with the help of the CS course on Codecademy. Its goal is to organize and search for pizzerias in Panama City by district using linked lists. Each district is a node that contains its own list of pizzerias. This project helped me understand how to manage data dynamically and apply key programming concepts in a practical and fun way. https://github.com/thecoder507/Recommendation-Software
Awesome-Python-Scripts
Posts with mentions or reviews of Awesome-Python-Scripts.
We have used some of these posts to build our list of alternatives
and similar projects.
-
My first OpenSource Contribution Experience
Merge Sort in both sequential and parallel way in python https://github.com/ankitdobhal/Awesome-Python-Scripts/pull/299 Maximum Sum SubArray https://github.com/rituburman/hacktoberfest2020/pull/140 Smallest SubArray with given Sum https://github.com/itsakshayv/Hacktoberfest2020-contribution/pull/53 Merge Interval https://github.com/rituburman/hacktoberfest2020/pull/161
What are some alternatives?
When comparing Recommendation-Software and Awesome-Python-Scripts you can also consider the following projects:
100-Days-of-Code - Officially committing to 100 Days of code challenge.
awesome-dj - List of reasons why django is awesome for web development & django bootstrap boilerplate
Machine-Learning-with-Python - Small scale machine learning projects to understand the core concepts . Give a Star ๐If it helps you. BONUS: Interview Bank coming up..!
Clickery - A Software designed to help implement AutoGUI without much coding.
text-adventure-game - A game where the player is given decisions that will affect the outcome of their story. Minigames are included to enhance the experience.
mad-libs-generator - A fun and simple python Mad Libs Generator.