If you are new to neural networks and want to know more - this link is for you: http://adventuresinmachinelearning.com/neural-networks-tutorial/
Some details about new Amazon's AWS Cloud9 IDE that might be very interesting for you: https://thenextweb.com/apps/2017/12/01/amazons-new-aws-cloud9-lets-you-write-test-and-debug-code-in-your-browser/
The Next Web
Amazon’s AWS Cloud9 IDE lets you write, test, and debug code in your browser
Amazon just unveiled AWS Cloud9, a new web-based IDE that supports 40+ programming languages, as well as AWS integrations and collaboration tools.
Another good article on disassembling Python bytecode. It will take you approx. 15 minutes to read it:
http://www.goldsborough.me/python/low-level/2016/10/04/00-31-30-disassembling_python_bytecode/
http://www.goldsborough.me/python/low-level/2016/10/04/00-31-30-disassembling_python_bytecode/
Peter Goldsborough
Disassembling Python Bytecode
Insight into Python bytecode disassembly with the dis module.
If you like functional programming then you should keep in arms this library. A rich set of features from the functional paradigm:
http://toolz.readthedocs.io/en/latest/api.html
http://toolz.readthedocs.io/en/latest/api.html
Amazon has released new service that enables quickly and easily build, train, and deploy machine learning models at any scale.
https://aws.amazon.com/sagemaker/
https://aws.amazon.com/sagemaker/
Amazon
The center for all your data, analytics, and AI – Amazon SageMaker – AWS
The next generation of Amazon SageMaker is the center for all your data, analytics, and AI
What is GraphQL and how to use it with Python: http://nafiulis.me/graphql-in-the-python-world.html
Here are few questions that you definitely need to know the answers before the interview: http://devarea.com/10-python-interview-questions-you-need-to-know/
A cool presentation by Trey Hunner about the similarities between JavaScript and Python. We have had this long before! http://treyhunner.com/javascript-is-like-python/#/
Treyhunner
JS is Becoming Pythonic
With new ECMASript developments, JavaScript is becoming more like Python.
Introductory Machine Learning Algorithms in Python with scikit-learn, a course from well known egghead.io, is free for now: https://egghead.io/courses/introductory-machine-learning-algorithms-in-python-with-scikit-learn
egghead
Introductory Machine Learning Algorithms in Python with scikit-learn
Artificial intelligence. Machine learning. Bots. Computers learning and communicating with us to do our bidding. But, where do you start? How do you get a machine to even begin to understand what you speak or type at it? There are several common machine learning…
A nice and exciting introduction to regex:
https://dev.to/hawkinjs/dont-fear-the-regex-a-practical-introduction-to-regular-expressions
https://dev.to/hawkinjs/dont-fear-the-regex-a-practical-introduction-to-regular-expressions
DEV Community
(Don't Fear) The Regex: A Practical Introduction to Regular Expressions
Learn the answer to the question, "What are regular expressions, and why should I care?"
Do you write dumb code? If you do, you’re cool.
https://hackernoon.com/why-senior-devs-write-dumb-code-and-how-to-spot-a-junior-from-a-mile-away-27fa263b101a
https://hackernoon.com/why-senior-devs-write-dumb-code-and-how-to-spot-a-junior-from-a-mile-away-27fa263b101a
Hackernoon
Why Senior Devs Write Dumb Code and How to Spot a Junior From A Mile Away | HackerNoon
<span>O</span>ne of my all time favorite quotes is from Brian Goetz, a smart dude in the Java world who is one of the authors of <em>Java Concurrency in Practice</em>, among other things. The quote appears in an interview that Oracle published under the title…
Know your tools better. A short tutorial on distributing Python packages.
https://code.tutsplus.com/tutorials/how-to-write-package-and-distribute-a-library-in-python--cms-28693
https://code.tutsplus.com/tutorials/how-to-write-package-and-distribute-a-library-in-python--cms-28693
Code Envato Tuts+
How to Write, Package, and Distribute a Library in Python
In this tutorial you'll go through all the stages from an idea all the way to making your package available for anyone to install and use for fun and profit.
I wish I had this article years ago when I started using git, I would have got understanding of git rebase much faster: https://dev.to/maxwell_dev/the-git-rebase-introduction-i-wish-id-had
DEV Community
The Git Rebase Introduction I Wish I'd Had
If you don't know what rebasing in Git is, read this before it's too late. Especially if you love cupcakes!
The talk from Europython 2017 about how a traditional monolithic application written in Flask can be refactored into a modern distributed system based on microservices:
https://www.youtube.com/watch?v=1X3_gQwfabI
https://www.youtube.com/watch?v=1X3_gQwfabI
YouTube
BUILDING MICROSERVICES WITH PYTHON AND FLASK
In this talk, Miguel Grinberg shows how a traditional monolithic application written in Flask can be refactored into a modern distributed system based on mic...