Awesome_Python_Scripts icon indicating copy to clipboard operation
Awesome_Python_Scripts copied to clipboard

Add Basic Python Scripts

Open prathimacode-hub opened this issue 3 years ago • 31 comments

This issue is specifically created for those who are new to python and open source and want to explore basic scripts to start your programming journey.

This repository would have basic python scripts which are useful to get started with programming before you dive into real time projects.

Add basic python scripts in 'BasicPythonScripts' folder.

Repository : BasicPythonScripts (Beginner Friendly) Level : Easy

  • Do check if the code you want to contribute is available in this repository
  • If you find any issues that you are willing to contribute, you can comment on that issue and how you would make things work to get it assigned.
  • If you want to work on your own issue, check through README if it perfectly fits this repo motto
  • Raise a new issue, discuss about the project you are contribute, kindly wait until the issue is assigned to you.
  • You can get started working once it's assigned and make sure it works properly before you add the project.
  • Add your code to 'BasicPythonScripts' repository using the contribution guidelines and template mentioned
  • Create a Pull Request and be patient
  • I'll review your code and if all works perfectly fine, PR will be merged.
  • If anything else needed from you, I'll get back with the response
  • Make good PR and clean code.

Any queries, drop me a private message or just mention me over here!. I'll be happy to support and mentor you. Best of luck everyone ❤️

Happy Contribution!

prathimacode-hub avatar Apr 12 '21 06:04 prathimacode-hub

Hello mam. I want to contribute to this. Shall I begin with basic python programs?

rashmi-ranjan-das avatar Apr 12 '21 22:04 rashmi-ranjan-das

Yes, you can. You don't have to ask. Hope you have seen the contributing guidelines and template to follow. Mention the Python script you are contributing and what it does here. That's all it needs. And you are ready to go. @WebDesign4New

prathimacode-hub avatar Apr 13 '21 03:04 prathimacode-hub

Python script name: Jumping number (Takes input from the user and determines whether the number entered is a Jumping number or not). Ma'am can I start working on this one?

sonaliBedade avatar Apr 16 '21 13:04 sonaliBedade

Yes, Go ahead @sonaliBedade

prathimacode-hub avatar Apr 16 '21 15:04 prathimacode-hub

Hey, @prathimacode-hub !!! I wish to contribute. Is there any specific project you would like?

Krishna841 avatar May 11 '21 03:05 Krishna841

That's a wonderful initiative. Sure, you're free to contribute. Anything that's useful for beginners and as well that would serve some purpose out of it. @Krishna841

prathimacode-hub avatar May 11 '21 07:05 prathimacode-hub

Okay, can I add the script to do a binary search?(it will perform binary search on either randomly generated array or through user input array)

Krishna841 avatar May 11 '21 09:05 Krishna841

That wouldn't justify this issue, as it is on algorithms and data structures. I will create issue on it in near future. But for now do prefer basic programs like calculator, alarmclock, temperatureconverter, urlshortener, typingspeed, musicplayer, screenshot taker, password generator, dictionary, ascii art generator, youtube downloader, portscanner, birthday wisher etc. @Krishna841

prathimacode-hub avatar May 11 '21 09:05 prathimacode-hub

Ohh okay, let me think of something and I'll get back to you..

Krishna841 avatar May 11 '21 18:05 Krishna841

Sure @Krishna841

prathimacode-hub avatar May 12 '21 04:05 prathimacode-hub

Hey, @prathimacode-hub !!! I'll be making a chatbot that can do some basic conversations. Sounds good?

Krishna841 avatar May 17 '21 05:05 Krishna841

That sounds awesome. It's a wonderful project. Go for it. 👍 Once you're done, share me the link so that I can think of on where it can be placed. Based on that, I will suggest the repository and you can create a PR. There are number of ways chatbot can be implemented. Are you using any GUI or automating the chatbot? @Krishna841

prathimacode-hub avatar May 17 '21 06:05 prathimacode-hub

Umm... mostly I'm thinking of using python libraries. This is just a sample which would be the most basic one.

Krishna841 avatar May 17 '21 18:05 Krishna841

Ok, cool. All the best. Can't wait to see ur program working. @Krishna841

prathimacode-hub avatar May 18 '21 09:05 prathimacode-hub

Mam I had made password generator and typing speed test ,may I contribute it here. And please guide me for that.

neelshah2409 avatar Jun 04 '21 12:06 neelshah2409

Sure, you can. Please go ahead. First raise a separate issue for each project you are going to contribute. Before you start, go through README of the project and contributing guidelines given for smooth flow of PR. Once you raise an issue, I shall assign the project to you and would provide a guidance as well. @neelshah2409

prathimacode-hub avatar Jun 04 '21 14:06 prathimacode-hub

Ma'am I want to contribute in Basic Python Scripts #1 I had made simple alarm clock by importing datetime module please guide me as its my first open source contribution

pratimakush10 avatar Jun 09 '21 07:06 pratimakush10

Sure, I shall guide you. Tomorrow, after 10AM raise an issue using the template given in README and get it asigned to you. Are you aware of Github workflow? @pratimakush10

prathimacode-hub avatar Jun 09 '21 07:06 prathimacode-hub

yes mam ,I know the BASIC Github workflow of git fork and git clone.

pratimakush10 avatar Jun 09 '21 08:06 pratimakush10

That's cool. The main thing being follow the README and CONTRIBUTING GUIDELINES mentioned and you are good to go. Raise a new issue of the project you are interested to work on after the stipulated time tomorrow using the template. I shall guide you. Any queries, don't hesitate to ask. @pratimakush10

prathimacode-hub avatar Jun 09 '21 08:06 prathimacode-hub

yes mam, I will follow the README and CONTRIBUTING GUIDELINES and surely I will ask query if faces any problem.

pratimakush10 avatar Jun 09 '21 09:06 pratimakush10

Hello mam I want to contribute in basic python script. please give the idea which type of script I want to contribute.

sumitsoni0907 avatar Jul 13 '21 01:07 sumitsoni0907

Select the script you're comfortable working on. There are wide range of repositories. Choose any of it and come up with an idea. If you need specific idea, you would know better yourself. Be unique and creative. Also make sure, the script is not available in the repo. @sumitsoni0907

prathimacode-hub avatar Jul 13 '21 18:07 prathimacode-hub

I am working on string anagram or not. anagram string means second string is rearrangement of first string like 'race' and 'care'. It is valid for contributing. its my first contribution. I have another idea number is Peterson or not. Peterson number means sum of factorials of each digit is equal to number itself like 145 = 1!+4!+5!=1+24+120=145. give me the answer both valid or not for contributing.

sumitsoni0907 avatar Jul 14 '21 13:07 sumitsoni0907

Create a new issue using the template given and get it assigned. @sumitsoni0907

prathimacode-hub avatar Jul 14 '21 13:07 prathimacode-hub

hello mam I create new issue for anagram string please assign me

sumitsoni0907 avatar Jul 14 '21 16:07 sumitsoni0907

I have another idea number is Peterson or not. Peterson number means sum of factorials of each digit is equal to number itself like 145 = 1!+4!+5!=1+24+120=145. I will create new script for peterson number. Is it valid?

sumitsoni0907 avatar Jul 24 '21 05:07 sumitsoni0907

Yes, its valid. Once you complete earlier issue, you can create a new issue for this script. @sumitsoni0907

prathimacode-hub avatar Jul 26 '21 12:07 prathimacode-hub

I wish to contribute. does a 'image to text' convertor meets the requirements of the repo?

nirbhay12345 avatar Dec 24 '21 06:12 nirbhay12345

Yes, sure. You are free to do so. First create an issue using issue template and express your interest to get it assigned. @nirbhay12345

prathimacode-hub avatar Dec 24 '21 14:12 prathimacode-hub

Okay Thank you @prathimacode-hub .

nirbhay12345 avatar Dec 24 '21 15:12 nirbhay12345