GithubHelp home page GithubHelp logo

souravjain540 / basic-python-programs Goto Github PK

View Code? Open in Web Editor NEW
257.0 6.0 384.0 251 KB

This repository will contain basic python programming questions and their solutions.

Python 100.00%
good-first-issue good-first-pr good-first-project hacktoberfest python

basic-python-programs's Introduction

Basic-Python-Programs

This repository will contain basic python programming questions and their solutions.

Do give us a Star

Contributions

  • Add a new program which don't exist earlier
  • It should be in .py extenstion
  • Please run the program and check if there are no errors before making the PR
  • Review other PR's as well
  • No Spamming allowed, make sure to include all programs in one PR.

basic-python-programs's People

Contributors

16abhinavreddy avatar aaryantrivedi avatar accodes21 avatar akghosh111 avatar alwenpy avatar arjun-ms avatar bayotheman avatar biscuitcandy avatar brihad24 avatar dashing-dev avatar dayitachaudhuri avatar debobani avatar dev-shetty avatar eskayml avatar imrish4 avatar jolinator avatar kingofgnome avatar meenakshybs avatar programmer-offbeat avatar rafaeljsouza avatar rajat-se avatar ramvikrams avatar saurab1102 avatar saurabh-210299 avatar shivam-yogi avatar shriyansnaik avatar souravjain540 avatar thechangamunda avatar vasimak avatar viniviniantunes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

basic-python-programs's Issues

A software to synchronize your subtitles

Many subtitles are out of sync for the videos we are watching. This software will take the faulty subtitles and a shift as input and reconfigure the subs to match the video

# RocksPapersScissors

          # RocksPapersScissors

“Rock paper scissors” is a simple and interesting game. Many of us used to play it in a school to resolve disputes or just to spend some time.

RULES: The rules are very simple and probably you remember them from your childhood:

-> If you choose Rock, you will win against Scissors but lose against Paper.

-> If you choose Scissors, you will win against Paper but lose against Rock.

-> If you choose Paper, you will win against Rock but lose against Scissors.

Originally posted by @PavanCheruvupally in #448 (review)

Created Encrypt Decrypt Program

Hi, @souravjain540

I have created an Encrypt Decrypt Program that allows user to encrypt or decrypt the messages (string) by shifting the ascii value of each character to encrypt or decrypt it into new message (string). Pull Request (PR) #489.
Please have a look at it and merge my PR.

Thank you for giving chance to contribute.

python chat bot

Open Source Love

Python chat bot

A chatbot is a computer software able to interact with humans using a natural language. They usually rely on machine learning, especially on NLP.
with simple use of python 3.

Please assigned me for this

Add Tabulation in README.md

Hi myself @YuheshPandian. So I think these projects are awesome. But searching through the entire project just for one Program is not ideal. So adding a tabulation with links to them would increase the number of interested ones... I know it's not a simple task speaking with considering the no of programs but it would improve the repo a lot....

Thank you

Gobang_Game

Hi, I'm proficient in python and I think this community is a good starting point for my first involvement with open source projects.

I will contribute a new project(Gobang game) to this python community.

Gomoku Game

Gomoku, also known as Five in a Row, is a classic strategy board game.

Players take turns placing their stones on the intersections of the grid, aiming to create an unbroken line of five stones.

I would like to add a Gomoku Game program in Python.

Fun Turtle projects

I have mad some fun python turtle projects
these are:
making computer
star
windows logo
and a colorful tree

please assign this

Add code specification descriptions and code run detection tools

During the process of submitting a pull request to solve issue 332, I found that pong_game.py has many basic logical errors that make it almost impossible to run properly, and the code lacks basic explanations of game rules.
So, I suggest requiring all submitted code to add a specification description in the form of comments at the beginning of the code, explaining the purpose, standard usage, examples, etc. of the code AND adding a detection tool to check the code's standardization and whether it can run normally.

Let's categorize the scripts

Hey, I see that here in repo a lot of scripts, some of them are games, and some of them are just simple algorithms, maybe would be great if we would create some directories and push them to directories?

Tic Tac Toe Game in Python

I want to contribute a game build using python language.
Please assign me this issue under hacktober fest 2022.

Pong_Game.py

Issue:
line 95, in
ball_dx = ball_dx * -1
NameError: name 'ball_dx' is not defined

game crashes moments after starting. Paddle appears on left hand side but there is no paddle on the right hand side of the game

Open yt vid

you could add a program that would use the pywhatkit moduld to play a yt vid.

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.