Get started!
This is the home of the Python programming language on the Web: https://www.python.org/
This is the home of the Python programming language on the Web: https://www.python.org/
Python.org
Welcome to Python.org
The official home of the Python Programming Language
The new string format in Python was introduced in 2006 for version 3.0 with PEP 3101.
A beautiful page just to remind you of some awesome features it has: https://pyformat.info/
PEP 3101 link: https://www.python.org/dev/peps/pep-3101/
Documentation: https://docs.python.org/3/library/string.html#string-formatting
A beautiful page just to remind you of some awesome features it has: https://pyformat.info/
PEP 3101 link: https://www.python.org/dev/peps/pep-3101/
Documentation: https://docs.python.org/3/library/string.html#string-formatting
Dask is a Python library for parallel programming that leverages task scheduling for computational problems.
http://distributed.readthedocs.io/en/latest/о
http://distributed.readthedocs.io/en/latest/о
Have you ever built analytical web application without JavaScript? Dash is what you are looking for.
https://plot.ly/products/dash/
https://plot.ly/products/dash/
This is the antipattern #1:
Never ever do this.
try:
some_logic_goes_here()
except:
pass
Never ever do this.
Would you like to run thousands of background jobs like Spotify does? Please meet Luigi
https://luigi.readthedocs.io/en/stable/
https://luigi.readthedocs.io/en/stable/
If you need to run an http server with the web page that displays the contents of the current directory quickly, just run:
Your webpage is here:
Enjoy your weekend!
python -m SimpleHTTPServer
Your webpage is here:
http://$HOSTNAME:8000/
Enjoy your weekend!
Weekend reading: Python Hashes and Equality, video synthesizers, Panda 101, Python to Go, CPython Internals
http://importpython.com/blog/post/153-python-hashes-and-equality-video-synthesizers-panda-101-python-go-cpython-internals
http://importpython.com/blog/post/153-python-hashes-and-equality-video-synthesizers-panda-101-python-go-cpython-internals
ImportPython
#153: Python Hashes and Equality, video synthesizers, Panda 101, Python to Go, CPython Internals ... - ImportPython Weekly Blog
All Things Python.
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.

