Git Product home page Git Product logo

intropythonfords's Introduction

THIS LINE HAS CHANGED!!!!

Intro to Python For Data Science

#bla

Intro in English

This big repo contains the teaching material for the Introduction to Python (and useful libraries) masterclass at the Data Science Retreat, it does not cover Pandas.

Intro in Finnish

Tämä repo sisältää Suomalaisen version....This big repo contains the teaching material for the Introduction to Python (and useful libraries) masterclass at the Data Science Retreat, it does not cover Pandas.

some other change that will cause conflicts

here it is

new change

blablabla

Intro in italian

Questo repository contiene il materiale originale del corso di Python per DSR, ora esperimenti su git.

Intro in Cherokee

ᎯᎠ ᎡᏆ ᎣᏍᏓ ᎨᏒ, ᎬᏂᎨᏒ ᎢᏧᏩᏁᏗᏱ ᎬᏂᎨᏒ ᏅᏓᏍᎩᏴᏁᎵ.

Table of contents

About me

Slides for this section can be found here.

The Python Programming Language

Complete slides here, inclusive of exercises.

Extra links:

Practice those examples using alternatively python files, the IPython interpreter and an IPython Notebook.

To practice:

Python 2 vs. Python 3

Note: as explained in the lesson you should now just go with Python 3. These links are from more than 2 years ago but still useful if you need to use old libraries.

A great notebook covering the main differences has been written by Sebastian Raschka.

To keep your code compatible with both Python 2 and Python 3, you might also want to use this Cheat Sheet.

Installing Python and all useful packages

Slides on this topic start here

Tools for writing Python Code (from Kristian)

Python shell

The most basic interactive Python command line, where each line starts with a >>>.

IDLE

Standard editor in Python distributions, easy to use but very basic.

###ADD-ME added add me

IPython

A more sophisticated interactive Python command line. It incorporates tab-completion, interactive help and regular shell commands. Also look up the %-magic commands.

Spyder

Spyder is part of the Anaconda Python distribution. It is a small IDE mostly for data analysis, similar to RStudio. It automatically highlights Syntax errors, contains a variable explorer, debugging functionality and other useful things.

Jupyter Notebooks

Interactive environment for the web browser. A Jupyter notebook contains Python code, text, images and any output from your program (including plots!). It is a great tool for exploratory data analysis.

Sublime2

A general-purpose text editor that works on all systems. There are many plugins for Python available. There are a free and a commercial version available.

Visual Studio Code

The Open Source cousin of Sublime2, similar to Atom.

PyCharm

PyCharm is probably the most luxurious IDE for Python. It contains tons of functions that are a superset of all the above. PyCharm is a great choice for bigger Python projects. Free for non-commercial use.

Notepad++

If you must use a text editor on Windows to edit Python code, refuse to use anything worse than Notepad++.

Vim

I know people who are successfully using Vim to write Python code and are happy with it.

Emacs

I know people who are successfully using Emacs to write Python code, but haven't asked them how happy they are.

Running the IPython interpreter and a python file

Slides on this topic start here

Jupyter Notebook

A live demo will be given during the masterclass. Here just a warning note

Experiment further with the IPython Notebook environment with this Jupyter Notebook. Try to clone or download it, before opening it, running and modifying its cells.

Many more Jupyter features in this blog post.

And of course, be aware of the fact Jupyter is NOT an IDE and can bite you in various ways: See this presentation

Git

Slides are here

What is machine learning

A brief introduction/recap of ML its terminology. Slides here

NumPy and Matplotlib

NumPy

Start with the official NumPy Tutorial. Note: if this link returns an error, move to the PDF version.

Move on to these exercises.

Matplotlib

Learn the basics and some more advanced plotting tricks in Matplotlib with this hands-on tutorial.

It's also very useful to look at the gallery to find examples of every possible chart you may want.

Scikit-learn and your first ML case

Slides are here

Scikit-learn

SciPy

SciPy is a collection of mathematical algorithms and convenience functions built on the Numpy extension of Python. Here is a hands-on overview of this collection, together with practical exercises and more advanced problems.

For those willing to go further on the statistical aspects of SciPy, I recommend having a look at these IPython Notebooks on Effect Size, Random Sampling and Hypothesis Testing.

License

This repository contains a variety of content: some developed by Amélie Anglade, some derived from or largely inspired by third-parties' work, and some entirely from third-parties.
The third-party content is distributed under the license provided by those parties. Any derivative work respects the original licenses, and credits its initial authors.

Original content developed by Amélie Anglade is distributed under the MIT license.

stupid things

intropythonfords's People

Contributors

jacopofar avatar utstikkar avatar soyasis avatar geomich avatar misnaej avatar johannaviktor avatar michlun avatar simonalexandermarkus avatar tautme avatar rswm avatar arosenswie avatar abintbabu93 avatar a-schuller avatar aneifer avatar anvar07 avatar bahar-rezaei avatar edithdenim avatar genomz avatar hanifds avatar hahahazel avatar quesada avatar luisestrathe avatar macozu avatar malkhazp avatar michaelgerloff avatar msalehsaudi avatar graumannm avatar semi-2-ai-ml-journey avatar oklaja avatar 3ito 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.