Giter VIP home page Giter VIP logo

headstartpython's Introduction

HeadstartPython

Learn Python Fast With Jupiter Notebook

Table of content

1.Variables

2.Print Statement

3.Data Structure

4.String

5.Control Flow Statements

6.Functions

7.Classes

8.Regex by Rex Dwyer

Kick-off

Python is a modern, robust, high level programming language. It is very easy to pick up even if you are completely new to programming.

We would be using Jupyter Notebook, sometimes also refered as IPython. IPython is the Python backend to the Jupyter Notebook, which is also known as the kernel, which is an interactive Python shell.

Installation

Mac OS X and Linux comes pre installed with python. Windows users can download python from https://www.python.org/downloads/ .

To install IPython run,

$ pip install ipython[all]

This will install all the necessary dependencies for the notebook, qtconsole, tests etc.

Installation from unofficial distributions

Installing all the necessary libraries might prove troublesome. Anaconda and Canopy comes pre packaged with all the necessary python libraries and also IPython.

Anaconda

Download Anaconda from here

Anaconda is completely free and includes more than 300 python packages. Both python 2.7 and 3.4 options are available. We would be utilizing the Jupiter Notebook for our learning purpose.

To Launch Jupiter From the terminal

The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.

jupyter notebook

This is a customized and improved version of orignal series of Repo https://github.com/rajathkumarmp

headstartpython's People

Contributors

ajaytech 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.