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.