Giter Club home page Giter Club logo

beginner's Introduction

Basic GitHub project

A simple palindrome checker in Python

Usage

  • Cloning the repository

First, you need to install Git on your computer. This can be done in many different ways, but here's a link to figure out the best way on your operating system: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Next, open your computer's terminal and run the following command:

git clone https://github.com/superswan/beginner.git

This will download the project onto your system, allowing you to run it later.

You can run a similar command to install any GitHub repository onto your computer, you just need to click the green 'Code' button on the repository page and copy the link, then insert it in front of git clone in the command.

  • Installing Python

Firstly, you'll need to determine which version of Python you want to install. For instance, if you want to install Python 3.9, visit the official Python website and navigate to the Downloads section. From there, you can download the appropriate installer for your operating system. Once you have downloaded the installer, run it and follow the prompts to install Python. Depending on your operating system, the process may vary, but it should be straightforward.

  • Change directory

Then, run the following command in order to change your terminal's directory into the project directory. This will allow you to run commands that interact with the project files that you downloaded.

cd beginner
  • Executes code

Now, you can run the program using your Python installation and the files you downloaded from GitHub:

python palindrome.py

Congratulations! You have run your first Python project. Here is an explanation of what a palindrome is, if you didn't know: https://en.wikipedia.org/wiki/Palindrome

Screenshots

screenshot

beginner's People

Contributors

acmer77 avatar beltemorth avatar computer-geek64 avatar craterkamath avatar djsam113 avatar draazxp avatar ebeyabraham avatar enzo04 avatar gargi22100 avatar gurpreet24112004 avatar naclcaleb avatar nightwarriorftw avatar nikhil713 avatar nonyereeta avatar omprakashhpawar avatar philip-edekobi avatar sarmadna avatar shehzad02 avatar snoogans775 avatar superswan avatar utkrix avatar yswikcramatantri avatar zerru14 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

Watchers

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

beginner's Issues

Project organization

The project should be better organized with directories created for each program.

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.