Git Product home page Git Product logo

Comments (31)

nirbhay12345 avatar nirbhay12345 commented on May 28, 2024 1

Okay Thank you @prathimacode-hub .

from awesome_python_scripts.

rashmi-ranjan-das avatar rashmi-ranjan-das commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

sonaliBedade avatar sonaliBedade commented on May 28, 2024

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?

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

Yes, Go ahead @sonaliBedade

from awesome_python_scripts.

Krishna841 avatar Krishna841 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

Krishna841 avatar Krishna841 commented on May 28, 2024

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)

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

Krishna841 avatar Krishna841 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

Sure @Krishna841

from awesome_python_scripts.

Krishna841 avatar Krishna841 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

Krishna841 avatar Krishna841 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

neelshah2409 avatar neelshah2409 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

pratimakush10 avatar pratimakush10 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

pratimakush10 avatar pratimakush10 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

pratimakush10 avatar pratimakush10 commented on May 28, 2024

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

from awesome_python_scripts.

sumitsoni0907 avatar sumitsoni0907 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

sumitsoni0907 avatar sumitsoni0907 commented on May 28, 2024

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.

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

sumitsoni0907 avatar sumitsoni0907 commented on May 28, 2024

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

from awesome_python_scripts.

sumitsoni0907 avatar sumitsoni0907 commented on May 28, 2024

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?

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

nirbhay12345 avatar nirbhay12345 commented on May 28, 2024

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

from awesome_python_scripts.

prathimacode-hub avatar prathimacode-hub commented on May 28, 2024

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

from awesome_python_scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.