A Complete Program // Richard Mavis dot info
http://richardmavis.info/a-complete-program
http://richardmavis.info/a-complete-program
richardmavis.info
A Complete Program // Richard Mavis dot info
Or: how to expand one compound command into a 200-line script.
Stanislas Morbieu – Dense matrices implementation in Python
https://smorbieu.gitlab.io/dense-matrices-implementation-in-python/
https://smorbieu.gitlab.io/dense-matrices-implementation-in-python/
Stanislas Morbieu
Dense matrices implementation in Python
Machine learning algorithms often use matrices to store data and compute operations such as multiplications or singular value decomposition. The purpose of this article is to see how matrices are implemented in Python: how the data is stored and how much…
Simple dependent types in Python
https://sobolevn.me/2019/01/simple-dependent-types-in-python
https://sobolevn.me/2019/01/simple-dependent-types-in-python
GitHub - torfsen/python-systemd-tutorial: A tutorial for writing a systemd service in Python
https://github.com/torfsen/python-systemd-tutorial
https://github.com/torfsen/python-systemd-tutorial
GitHub
GitHub - torfsen/python-systemd-tutorial: A tutorial for writing a systemd service in Python
A tutorial for writing a systemd service in Python - torfsen/python-systemd-tutorial
Hashable Objects Must Be Immutable - The Invent with Python Blog
https://inventwithpython.com/blog/2019/02/01/hashable-objects-must-be-immutable/
https://inventwithpython.com/blog/2019/02/01/hashable-objects-must-be-immutable/
Inventwithpython
Hashable Objects Must Be Immutable
A recent post to Reddit sparked some comments, so I wanted to clarify: In Python, hashable objects must be immutable and mutable objects cannot be hashable. (With one exception.)
Linked Lists in Detail with Python Examples: Single Linked Lists
https://stackabuse.com/linked-lists-in-detail-with-python-examples-single-linked-lists/
https://stackabuse.com/linked-lists-in-detail-with-python-examples-single-linked-lists/
Stack Abuse
Linked Lists in Detail with Python Examples: Single Linked Lists
Linked lists are one of the most commonly used data structures in any programming language since they offer dynamic memory allocation that arrays often simply...
Incrementally migrating over one million lines of code from Python 2 to Python 3 | Dropbox Tech Blog
http://blogs.dropbox.com/tech/2019/02/incrementally-migrating-over-one-million-lines-of-code-from-python-2-to-python-3/
http://blogs.dropbox.com/tech/2019/02/incrementally-migrating-over-one-million-lines-of-code-from-python-2-to-python-3/
dropbox.tech
Incrementally migrating over one million lines of code from Python 2 to Python 3
Linked Lists in Detail with Python Examples: Single Linked Lists
https://stackabuse.com/linked-lists-in-detail-with-python-examples-single-linked-lists/
https://stackabuse.com/linked-lists-in-detail-with-python-examples-single-linked-lists/
Stack Abuse
Linked Lists in Detail with Python Examples: Single Linked Lists
Linked lists are one of the most commonly used data structures in any programming language since they offer dynamic memory allocation that arrays often simply...
Keras: Multiple Inputs and Mixed Data - PyImageSearch
https://www.pyimagesearch.com/2019/02/04/keras-multiple-inputs-and-mixed-data/
https://www.pyimagesearch.com/2019/02/04/keras-multiple-inputs-and-mixed-data/
PyImageSearch
Keras: Multiple Inputs and Mixed Data - PyImageSearch
In this tutorial you will learn how to use Keras for multi-inputs and mixed data. You will train a single end-to-end network capable of handling mixed data, including numerical, categorical, and image data.
Building a Jar of Memories IoT Button with Python, Twilio & AWS
https://medium.com/@jman4190/building-a-jar-of-memories-iot-button-with-python-twilio-aws-ca90a8159bc3
https://medium.com/@jman4190/building-a-jar-of-memories-iot-button-with-python-twilio-aws-ca90a8159bc3
Medium
Building a Jar of Memories IoT Button with Python, Twilio & AWS
How to send favorite photo memories via text with a click of a far away button
Using Virtual Environments in Jupyter Notebook and Python - Parametric Thoughts
http://janakiev.com/til/jupyter-virtual-envs/
http://janakiev.com/til/jupyter-virtual-envs/
Parametric Thoughts
Using Virtual Environments in Jupyter Notebook and Python
Are you working with Jupyter Notebook and Python? Do you also want to benefit from virtual environments? In this tutorial you will see how to do just that with Anaconda or Virtualenv/venv.
Beating OpenAI games with neuroevolution agents: pretty NEAT! – Declan's learnin' nook
http://declanoller.com/2019/01/25/beating-openai-games-with-neuroevolution-agents-pretty-neat/
http://declanoller.com/2019/01/25/beating-openai-games-with-neuroevolution-agents-pretty-neat/
Getting Started with JupyterLab | The Mouse Vs. The Python
https://www.blog.pythonlibrary.org/2019/02/05/getting-started-with-jupyterlab/
https://www.blog.pythonlibrary.org/2019/02/05/getting-started-with-jupyterlab/
Strategy and Command Design Patterns — Wizards and Sandwiches — Applications in Python
https://medium.com/@rrfd/strategy-and-command-design-patterns-wizards-and-sandwiches-applications-in-python-d1ee1c86e00f
https://medium.com/@rrfd/strategy-and-command-design-patterns-wizards-and-sandwiches-applications-in-python-d1ee1c86e00f
Medium
Strategy and Command Design Patterns — Wizards and Sandwiches — Applications in Python
Using a software design pattern (should) help in solving complex problems.
One Shot Learning with Siamese Networks using Keras
https://towardsdatascience.com/one-shot-learning-with-siamese-networks-using-keras-17f34e75bb3d
https://towardsdatascience.com/one-shot-learning-with-siamese-networks-using-keras-17f34e75bb3d
Medium
One Shot Learning with Siamese Networks using Keras
Table of Contents
GitHub - nosarthur/gita: Manage multiple git repos side by side for sanity
https://github.com/nosarthur/gita
https://github.com/nosarthur/gita
GitHub
GitHub - nosarthur/gita: Manage many git repos with sanity 从容管理多个git库
Manage many git repos with sanity 从容管理多个git库. Contribute to nosarthur/gita development by creating an account on GitHub.