Coder Social home page Coder Social logo

madhur02 / python-tutorial Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 79 KB

Learn Python programming from scratch with Exercises.

Jupyter Notebook 100.00%
python-decorators python-exceptions python-files python-lambda python-objects python-sys python3

python-tutorial's Introduction

Python programming tutorial for beginners

This is a concise Python 3 programming tutorial for people who think that reading is boring. I try to show everything with simple code examples; there are no long and complicated explanations with fancy words. If you have never programmed before click here to find out what programming is like and get started.

This tutorial is aimed at people with no programming experience at all or very little programming experience. If you have programmed a lot in the past using some other language you may want to read the official tutorial instead.

You can use Python 3.5 or any newer Python with this tutorial. Don't use Python 2 because it's no longer supported.

List of contents

The tutorial consists of Jupyter Notebook where i have used simple commands to explain python concepts.

Basics Python Notebooks

This section will get you started with using Python and you'll be able to learn more about whatever you want after studying it.

  1. Python Data Types - i) Numbers ii) String iii) List iv) Boolean v) Set
    vi) Dictionary
  2. Logical Operations & Comparision Operations .if-elif, else Statements.
  3. File Operations : Python has a built-in open function that allows us to open and play with basic file types. First we will need a file though. We're going to use some IPython magic to create a text file!.
  4. OS Commands: The OS module in Python provides functions for creating and removing a directory (folder), fetching its contents, changing and identifying the current directory, etc.
  5. Errors & Exception Handling :
  6. Object Oriented Programming : For this lesson we will construct our knowledge of OOP in Python by building on the following topics:
    • Objects
    • Using the class keyword
    • Creating class attributes
    • Creating methods in a class
    • Learning about Inheritance
    • Learning about Polymorphism
    • Learning about Special Methods for classes

python-tutorial's People

Contributors

madhur02 avatar

Watchers

 avatar  avatar

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.