All Projects → coodict → Python3 In One Pic

coodict / Python3 In One Pic

Licence: mit
Learn python3 in one picture.

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Python3 In One Pic

N2
TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Stars: ✭ 457 (-89.88%)
Mutual labels:  jupyter-notebook
Artificial Intelligence For Trading
Content for Udacity's AI in Trading NanoDegree.
Stars: ✭ 459 (-89.83%)
Mutual labels:  jupyter-notebook
Scene Graph Benchmark.pytorch
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
Stars: ✭ 462 (-89.77%)
Mutual labels:  jupyter-notebook
Urban Sound Classification
Urban sound classification using Deep Learning
Stars: ✭ 456 (-89.9%)
Mutual labels:  jupyter-notebook
Memeproject
Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the Show and Tell image captioning network
Stars: ✭ 459 (-89.83%)
Mutual labels:  jupyter-notebook
Generative Adversarial Network Tutorial
Tutorial on creating your own GAN in Tensorflow
Stars: ✭ 461 (-89.79%)
Mutual labels:  jupyter-notebook
Jupyter Dash
Develop Dash apps in the Jupyter Notebook and JupyterLab
Stars: ✭ 453 (-89.96%)
Mutual labels:  jupyter-notebook
Graph Neural Networks
Stars: ✭ 464 (-89.72%)
Mutual labels:  jupyter-notebook
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (-89.79%)
Mutual labels:  jupyter-notebook
Neural Turing Machines
Attempt at implementing system described in "Neural Turing Machines." by Graves, Alex, Greg Wayne, and Ivo Danihelka. (http://arxiv.org/abs/1410.5401)
Stars: ✭ 462 (-89.77%)
Mutual labels:  jupyter-notebook
Hyperparameter Optimization
Implementation of Bayesian Hyperparameter Optimization of Machine Learning Algorithms
Stars: ✭ 457 (-89.88%)
Mutual labels:  jupyter-notebook
Fastquant
fastquant — Backtest and optimize your trading strategies with only 3 lines of code!
Stars: ✭ 457 (-89.88%)
Mutual labels:  jupyter-notebook
Instcolorization
Stars: ✭ 461 (-89.79%)
Mutual labels:  jupyter-notebook
Deep Learning Traffic Lights
Code and files of the deep learning model used to win the Nexar Traffic Light Recognition challenge
Stars: ✭ 457 (-89.88%)
Mutual labels:  jupyter-notebook
Udacity Deep Learning
Udacity Deep Learning MOOC assignments
Stars: ✭ 463 (-89.74%)
Mutual labels:  jupyter-notebook
Covidify
Covidify - corona virus report and dataset generator for python 📈
Stars: ✭ 456 (-89.9%)
Mutual labels:  jupyter-notebook
Gantts
PyTorch implementation of GAN-based text-to-speech synthesis and voice conversion (VC)
Stars: ✭ 460 (-89.81%)
Mutual labels:  jupyter-notebook
Additive Margin Softmax
This is the implementation of paper <Additive Margin Softmax for Face Verification>
Stars: ✭ 464 (-89.72%)
Mutual labels:  jupyter-notebook
Rl Book
Source codes for the book "Reinforcement Learning: Theory and Python Implementation"
Stars: ✭ 464 (-89.72%)
Mutual labels:  jupyter-notebook
Timeseries seq2seq
This repo aims to be a useful collection of notebooks/code for understanding and implementing seq2seq neural networks for time series forecasting. Networks are constructed with keras/tensorflow.
Stars: ✭ 462 (-89.77%)
Mutual labels:  jupyter-notebook

Python3 in one pic

[ Languages: English ]

Gitter chat button BitCoin donate button

Online Version

https://git.io/Coo-py3

Notebook

IPython Notebook Version

Preview

py3 in one pic

Releated projects

TODO

  • Use IPython notebook, it's really very cool!

  • import this

  • Basic Syntax

  • Native Datatypes

    • Number
    • String
    • Boolean
    • None
    • Byte
    • List
    • Tuple
    • Set
    • Dict
  • Operators & Casting

  • Flow Control

    • if/elif/else
    • for...in...
    • while
    • break & continue
    • Iterators & Generators
    • Comprehensions
  • Function

    • Definition
    • Arguments
    • Lambda
    • Documentation
    • @decorator
  • Class(OOP)

    • class
    • __init__() & self
    • Instance
    • Inheritance
    • Override
  • Module

    • import
    • Search Path
    • Package
  • Pythonic

  • Standard Libraries

    • os, sys
    • datetime

Donation

If you find this project helpful, please consider making a donation with bitcoin or other way 🍻

References

  1. Python 3.4.3 documentation
  2. Dive Into Python 3
  3. Writing Idiomatic Python 3.3
  4. Google Python Style Guide
  5. 廖雪峰的Python教程

License

See the LICENSE file for license rights and limitations (MIT).

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