powerexploit / Awesome-Python-Scripts

A curated collection of some :heart_eyes: cool Python scripts.
https://ankitdobhal.github.io/Awesome-Python-Scripts/
GNU General Public License v3.0
225 stars 214 forks source link

Add more basic scripts #1

Closed powerexploit closed 4 years ago

sourabbr commented 5 years ago

I would like to Binary search script

sahilverma0696 commented 5 years ago

I would like to add a linear search script.

powerexploit commented 5 years ago

hey sahilverma0696 you can add linear search script ! but try to add some simple scripts specially for beginner's

powerexploit commented 5 years ago

sourabbr you can add BST

biswain2309 commented 5 years ago

Added script for Armstrong number PR #61. Please review.

powerexploit commented 5 years ago

Added script for Armstrong number PR #61. Please review.

I have reviewed your code biswain2309 & thanks for contribution

rogerresmini commented 5 years ago

Added script for building a GUI with TKinter. PR #62.

powerexploit commented 5 years ago

Added script for building a GUI with TKinter. PR #62.

checked

Prateek-Thakare commented 5 years ago

Hey @ankitdobhal can I add script of hangman game implementation in python?

powerexploit commented 5 years ago

Hey @ankitdobhal can I add script of hangman game implementation in python?

Yes @Prateek-Thakare You can add hangman game implementation script using python

lucassa3 commented 5 years ago

@ankitdobhal Just created a PR for a bubble sort algorithm. Would the addition of more, in depth, explained sorting algorithms be of any use?

Regards,

Lucas

powerexploit commented 5 years ago

@ankitdobhal Just created a PR for a bubble sort algorithm. Would the addition of more, in depth, explained sorting algorithms be of any use?

Regards,

Lucas

hey @lucassa3 this repo is basically for beginners if you want to explore the sorting algorithms in depth you can create a new folder inside this repo named that as 'Sorting-Algo' and contribute your codes. Thankyou

lucassa3 commented 5 years ago

@ankitdobhal Can I create a Sorting-Algo folder in the root of the repo with this algo?

lucassa3 commented 5 years ago

@ankitdobhal just updated the PR moving the sorting algo to a new Sorting-Algos folder. Is that what you are looking for?

Cheers!

powerexploit commented 4 years ago

@ankitdobhal Can I create a Sorting-Algo folder in the root of the repo with this algo?

yes

saumyadeshmukh commented 4 years ago

@ankitdobhal May i add tower of hanoi problem implementation in python?

powerexploit commented 4 years ago

@ankitdobhal May i add tower of hanoi problem implementation in python?

Yes sure

alkatrivedi commented 4 years ago

Can I work on this project? I wanted to add implementation of slicing in python list.

ritiksoni00 commented 4 years ago

Hello to all! i don't know how to contribute, I'm trying by watching youtube to contribute first and want to be in GSOC'21! can i work with this project?

powerexploit commented 4 years ago

Hello to all! i don't know how to contribute, I'm trying by watching youtube to contribute first and want to be in GSOC'21! can i work with this project?

Yes sure @ritiksoni00

dcs-soni commented 4 years ago

Hi. I want to contribute in this project. Would love to add Python scripts

PinkyWalia commented 4 years ago

Adding Sequentially Mergesort #299
@ankitdobhal Please review and merge