/Python-for-beginner

This repository conatin a simple example of python for helping the beginner to learn python

MIT LicenseMIT

python

Python is an object-oriented programming language created by Guido Rossum in 1989. It is ideally designed for rapid prototyping of complex applications. It has interfaces to many OS system calls and libraries and is extensible to C or C++. Many large companies use the Python programming language include NASA, Google, YouTube, BitTorrent, etc. Python is widely used in Artificial Intelligence, Natural Language Generation, Neural Networks and other advanced fields of Computer Science. Python had deep focus on code readability & this class will teach you python from basics.

Python-for-beginner

This repostory contain a simple example, codes in python. It will help to beginner to learn python from begining.

  1. hello world
  2. Get input in python
  3. How to print in python

How to Contribute

  • claim issue whichever you want.
  • search a example or code in ruby who better solution for that issue
  • create file filename should be title of the issue and paste a code, example of that issue
  • create a pull request

Help

  • go to this link it will help to you for contribution

https://www.pythonforbeginners.com/

https://www.programiz.com/python-programming

https://www.guru99.com/python-tutorials.html

Github tutorial

https://guides.github.com/activities/hello-world/