We will be learning Python from beginning with examples and tutorials.
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
I'M WORKING ON JUPYTER NOTEBOOK FOR MORE EASIER WAY TO WORK.
- Table Of Contents
- About The Project
- Built With
- Getting Started
- Usage
- List of codes
- Roadmap
- Contributing
- License
- Authors
- Acknowledgements
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.
We will be needing little software which will help you to build script and also your program.
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)
We will be either needing any kind of devices no matter if you're an IOS user or android user.
-
[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)
-
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.
cd ~/
git clone https://github.com/mrfoxie/Python-for-begineers.git Python-Tutorials
- Now cd to
Python-Tutorials
and then toCodes
to execute the file.
cd ~/Python-Tutorials/Codes
ls -1
it will give you list of all codes which are being executable.
Codes
├── 01. HelloWorld.py
├── 02. Variables.py
├── 03. Example 01 Ans.py
├── 03. Example 01.py
├── 04. Input.py
├── 05. Example 02 Ans.py
├── 05. Example 02.py
├── 06. Fun Time.py
├── 07. Example 03 Ans.py
├── 07. Example 03.py
├── 08. Strings.py
└── 09. Characteristics of String.py
0 directories, 12 files
See the open issues for a list of proposed features (and known issues).
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.
- 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
Distributed under the MIT License. See LICENSE for more information.
- Mistry Siddh - MrBlogger