Giter VIP home page Giter VIP logo

python-thenotheoryguide's Introduction

Python Logo

Python Status npm

Python - TheNoTheoryGuide

This is TheNoTheoryGuide to Python.

The guide is built using jupyter notebook. Thus, one can just clone the repo and start practising right away.

The guide starts from the very basics of Python and moves into the advanced topics.

Contents

Basics | [View on Github] | [Collab NoteBook]

Conditionals | [View on Github] | [Collab NoteBook]

Loops | [View on Github] | [Collab NoteBook]

Strings | [View on Github] | [Collab NoteBook]

Lists | [View on Github] | [Collab NoteBook]

Tuples | [View on Github] | [Collab NoteBook]

Dictionaries | [View on Github] | [Collab NoteBook]

Functions | [View on Github] | [Collab NoteBook]

Classes | [View on Github] | [Collab NoteBook]

Files | [View on Github] | [Collab NoteBook]

Exceptions | [View on Github] | [Collab NoteBook]

Importing Datasets | [View on Github] | [Collab NoteBook]

Preview

                                  python

Things to keep in mind while using this guide

Use this guide along side a book if you are not already familiar with concepts of Python or basics of Programming.

If you are revising the concepts of Python, then you can just clone the repo and get started with it in no second.

Dependencies

  1. Jupyter

    How to install jupyter

    If you have Python3 installed

    python3 -m pip install --upgrade pip
    python3 -m pip install jupyter
    

    If you have Python2 installed

    python -m pip install --upgrade pip
    python -m pip install jupyter
    

How to use this guide

  1. Clone the repo
git clone https://github.com/iArunava/Python-TheNoTheoryGuide.git
  1. Move to the cloned directory
cd Python-TheNoTheoryGuide/
  1. Start jupyter from the directory where that directory
jupyter notebook
  1. Navigate to the notebook you like to practice :)

screenshot

LICENSE

The project is distributed under the MIT License.

python-thenotheoryguide's People

Contributors

iarunava avatar ash11sh 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.