All Projects → jakevdp → Whirlwindtourofpython

jakevdp / Whirlwindtourofpython

Licence: cc0-1.0
The Jupyter Notebooks behind my OReilly report, "A Whirlwind Tour of Python"

Programming Languages

Jupyter Notebook
11667 projects
CSS
56736 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Whirlwindtourofpython

Nodebook
Repeatable analysis plugin for Jupyter notebook
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Mixup Generator
An implementation of "mixup: Beyond Empirical Risk Minimization"
Stars: ✭ 250 (-91.67%)
Mutual labels:  jupyter-notebook
Pytorch Exercise
Practical Exercise Codes for PyTorch
Stars: ✭ 250 (-91.67%)
Mutual labels:  jupyter-notebook
Stanford Cs231
Resources for students in the Udacity's Machine Learning Engineer Nanodegree to work through Stanford's Convolutional Neural Networks for Visual Recognition course (CS231n).
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Pytorch modelsize
Estimates the size of a PyTorch model in memory
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Pysolar
Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Epipolar Transformers
Epipolar Transformers (CVPR 2020)
Stars: ✭ 245 (-91.84%)
Mutual labels:  jupyter-notebook
Deep Learning Book
Repository for "Introduction to Artificial Neural Networks and Deep Learning: A Practical Guide with Applications in Python"
Stars: ✭ 2,705 (-9.89%)
Mutual labels:  jupyter-notebook
Drowsiness detection
Stars: ✭ 250 (-91.67%)
Mutual labels:  jupyter-notebook
Ml Foundation And Ml Techniques
台大机器学习课程作业详解
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Naucse.python.cz
Website with learning materials / Stránka s učebními materiály
Stars: ✭ 248 (-91.74%)
Mutual labels:  jupyter-notebook
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-92.01%)
Mutual labels:  jupyter-notebook
Pointrend Pytorch
A PyTorch implementation of PointRend: Image Segmentation as Rendering
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Mixture Density Networks For Distribution And Uncertainty Estimation
A generic Mixture Density Networks (MDN) implementation for distribution and uncertainty estimation by using Keras (TensorFlow)
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Ai Projects
Artificial Intelligence projects, documentation and code.
Stars: ✭ 250 (-91.67%)
Mutual labels:  jupyter-notebook
Solt
Streaming over lightweight data transformations
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Coursework
summer school coursework
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook
Nbdev
Create delightful python projects using Jupyter Notebooks
Stars: ✭ 3,061 (+1.97%)
Mutual labels:  jupyter-notebook
Effective python notebook
Stars: ✭ 251 (-91.64%)
Mutual labels:  jupyter-notebook
Ml sagemaker studies
Case studies, examples, and exercises for learning to deploy ML models using AWS SageMaker.
Stars: ✭ 249 (-91.71%)
Mutual labels:  jupyter-notebook

A Whirlwind Tour of Python

Jake VanderPlas, Summer 2016

This repository contains the Jupyter Notebooks behind my O'Reilly report, A Whirlwind Tour of Python (free 100-page pdf).

A Whirlwind Tour of Python is a fast-paced introduction to essential components of the Python language for researchers and developers who are already familiar with programming in another language.

The material is particularly aimed at those who wish to use Python for data science and/or scientific programming, and in this capacity serves as an introduction to The Python Data Science Handbook (also with notebooks on github). These materials are adapted from courses and workshops I've given on these topics at University of Washington and at various conferences, meetings, and workshops around the world.

This material was written and tested using Python 3.5, and should work for any Python 3.X version. I have done my best to note places where the syntax of Python 2.X will differ.

Index

(Note: sometimes GitHub's notebook rendering can be slow or finicky. If you're having trouble with the following links, try viewing the material on nbviewer)

Notebook Index

  1. Introduction
  2. How to Run Python Code
  3. Basic Python Syntax
  4. Python Semantics: Variables
  5. Python Semantics: Operators
  6. Built-In Scalar Types
  7. Built-In Data Structures
  8. Control Flow Statements
  9. Defining Functions
  10. Errors and Exceptions
  11. Iterators
  12. List Comprehensions
  13. Generators and Generator Expressions
  14. Modules and Packages
  15. Strings and Regular Expressions
  16. Preview of Data Science Tools
  17. Resources for Further Learning
  18. Appendix: Code To Reproduce Figures

License and Citation

This material is released under the "No Rights Reserved" CC0 license, and thus you are free to re-use, modify, build-on, and enhance this material for any purpose. Read more about CC0 here.

If you do use this material, I would appreciate attribution. An attribution usually includes the title, author, publisher, and ISBN. For example:

A Whirlwind Tour of Python by Jake VanderPlas (O’Reilly). Copyright 2016 O’Reilly Media, Inc., 978-1-491-96465-1.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].