Skip to content

mrfoxie/Python-for-beginners

Repository files navigation


Logo

🐍Python for Beginners

We will be learning Python from beginning with examples and tutorials.

Explore the docs »

View Demo . Report Bug . Request Feature

Downloads Contributors Issues License Google Colab

I'M WORKING ON JUPYTER NOTEBOOK FOR MORE EASIER WAY TO WORK.

Table Of Contents

About The Project

Screen Shot

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:

  1. [Python 3.xx.x](Download Python | Python.org) (for Windows, Mac or Linux)

  2. [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

  1. [Python 3.xx.x](Download Python | Python.org) (for Windows, Mac or Linux)

  2. [Pycharm](Download PyCharm: Python IDE for Professional Developers by JetBrains) (select Communication version for Windows, Mac or Linux)

Usage

  1. After installing both the software open up.

  2. 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
  1. Now cd to Python-Tutorials and then to Codes to execute the file.
cd ~/Python-Tutorials/Codes
ls -1

it will give you list of all codes which are being executable.

List of codes

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

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

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b mrfoxie/Python-for-beginners)
  3. Commit your Changes (git commit -m 'Add some Comment')
  4. Push to the Branch (git push origin mrfoxie/Python-for-beginners)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

Acknowledgements