All Projects → iArunava → Python Thenotheoryguide

iArunava / Python Thenotheoryguide

Licence: mit
Jupyter NoteBooks to get you boosted with the basics of python with hands-on-practice.

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Python Thenotheoryguide

Earthengine Py Notebooks
A collection of 360+ Jupyter Python notebook examples for using Google Earth Engine with interactive mapping
Stars: ✭ 807 (+749.47%)
Mutual labels:  jupyter-notebook, notebook
Vietnamese Accent Model
A simple deep learning model to add accent to Vietnamese text.
Stars: ✭ 38 (-60%)
Mutual labels:  jupyter-notebook, notebook
Lambdaschooldatascience
Completed assignments and coding challenges from the Lambda School Data Science program.
Stars: ✭ 22 (-76.84%)
Mutual labels:  jupyter-notebook, notebook
Digital Signal Processing Lecture
Digital Signal Processing - Theory and Computational Examples
Stars: ✭ 532 (+460%)
Mutual labels:  jupyter-notebook, notebook
Nbconflux
nbconflux converts Jupyter Notebooks to Atlassian Confluence pages
Stars: ✭ 82 (-13.68%)
Mutual labels:  jupyter-notebook, notebook
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+5913.68%)
Mutual labels:  jupyter-notebook, notebook
Machine Learning Notebooks
Assorted exercises and proof-of-concepts to understand and study machine learning and statistical learning theory
Stars: ✭ 33 (-65.26%)
Mutual labels:  jupyter-notebook, notebook
Pytorch Ntm
Neural Turing Machines (NTM) - PyTorch Implementation
Stars: ✭ 453 (+376.84%)
Mutual labels:  jupyter-notebook, notebook
Allstate capstone
Allstate Kaggle Competition ML Capstone Project
Stars: ✭ 72 (-24.21%)
Mutual labels:  jupyter-notebook, notebook
Avgn
A generative network for animal vocalizations. For dimensionality reduction, sequencing, clustering, corpus-building, and generating novel 'stimulus spaces'. All with notebook examples using freely available datasets.
Stars: ✭ 50 (-47.37%)
Mutual labels:  jupyter-notebook, notebook
Data Science Your Way
Ways of doing Data Science Engineering and Machine Learning in R and Python
Stars: ✭ 530 (+457.89%)
Mutual labels:  jupyter-notebook, notebook
Starcraft2 Replay Analysis
A jupyter notebook that provides analysis for StarCraft 2 replays
Stars: ✭ 90 (-5.26%)
Mutual labels:  jupyter-notebook, notebook
Sklearn Classification
Data Science Notebook on a Classification Task, using sklearn and Tensorflow.
Stars: ✭ 518 (+445.26%)
Mutual labels:  jupyter-notebook, notebook
Jupyterlab Lsp
Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using Language Server Protocol
Stars: ✭ 796 (+737.89%)
Mutual labels:  jupyter-notebook, notebook
Bayesian Analysis Recipes
A collection of Bayesian data analysis recipes using PyMC3
Stars: ✭ 479 (+404.21%)
Mutual labels:  jupyter-notebook, notebook
Sparkmagic
Jupyter magics and kernels for working with remote Spark clusters
Stars: ✭ 954 (+904.21%)
Mutual labels:  jupyter-notebook, notebook
Human Activity Recognition Using Cnn
Convolutional Neural Network for Human Activity Recognition in Tensorflow
Stars: ✭ 382 (+302.11%)
Mutual labels:  jupyter-notebook, notebook
Hands On Nltk Tutorial
The hands-on NLTK tutorial for NLP in Python
Stars: ✭ 419 (+341.05%)
Mutual labels:  jupyter-notebook, notebook
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-55.79%)
Mutual labels:  jupyter-notebook, notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (-10.53%)
Mutual labels:  jupyter-notebook, notebook

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.

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