Python for Beginners
We will be learning Python from beginning with examples and tutorials.
Explore the docs Β»
View Demo
.
Report Bug
.
Contribute
1 | I'M WORKING ON JUPYTER NOTEBOOK FOR MORE EASIER WAY TO WORK. |
Table Of Contents
- Table Of Contents
- About the Project
- Built With
- Getting Started
- Usage (Offline usage)
- Roadmap
- Contributing
- Creating A Pull Request
- License
- Authors
- Acknowledgements
About the Project
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small- and large-scale projects.
It can be used to build apps, website, automation and much more. It is a user-friendly script which can be used by anyone around the world π. The main use of python is being used for AI, Machine Learning, Automation, etc. which help us to do our work easily.
Built With
We will be needing little software which will help you to build script and also your program.
Getting Started
What we will be needing little software to getting started with:
- [Python 3.xx.x](Download Python | Python.org) (for Windows, Mac or Linux)
- [Pycharm](Download PyCharm: Python IDE for Professional Developers by JetBrains) (select Communication version for Windows, Mac or Linux)
Prerequisites
We will be either needing any kind of devices no matter if youβre an IOS user or android user.
Installation (Offline usage)
- [Python 3.xx.x](Download Python | Python.org) (for Windows, Mac or Linux)
- [Pycharm](Download PyCharm: Python IDE for Professional Developers by JetBrains) (select Communication version for Windows, Mac or Linux)
Usage (Offline usage)
- After installing both the software open up.
- First we will be creating new project with whatever name you want or just clone this repo into any directory and open it up into Pycharm.
1 | cd ~/ |
- Now cd to
Python-Tutorials
and then toJupyter_Notebook
to execute the file.
1 | cd ~/Python-Tutorials/Jupyter_Notebook |
it will give you list of all codes which are being executable.
1 | . |
Roadmap
See the open issues for a list of proposed features (and known issues)
Contributing
Contributions are what make the open source community such an amazing place to be learnt, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Please also read through the Code Of Conduct before posting your first idea as well.
Creating A Pull Request
- Fork the Project
- Create your Feature Branch (
git checkout -b mrfoxie/Python-for-beginners
) - Commit your Changes (
git commit -m 'Add some Comment'
) - Push to the Branch (
git push origin mrfoxie/Python-for-beginners
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Authors
- Mistry Siddh - MrBlogger