Навколо розробки
160 subscribers
47 photos
1 file
362 links
Привіт, мене звати Дмитро, колись я зробив цей канал щоб ділитися в ньому цікавинками та корисностями, частково це, сподіваюся, вдається
Download Telegram
Channel photo updated
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
Dask is a Python library for parallel programming that leverages task scheduling for computational problems.
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/
This is the antipattern #1:
try:
some_logic_goes_here()
except:
pass

Never ever do this.
Channel photo updated
Would you like to run thousands of background jobs like Spotify does? Please meet Luigi
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:
python -m SimpleHTTPServer

Your webpage is here:
http://$HOSTNAME:8000/

Enjoy your weekend!