Declaration of VAR
60 subscribers
67 photos
173 links
Спутниковый канал моего блоха: https://decovar.dev
Download Telegram
How to set-up Atom for Python development.

#blog #development #python
Some tiny creations I've come up with recently:

1. A Mac OS service for getting media information about streams in a video file, mostly in order to find out whether it has subtitles;
2. An Alfred workflow that shortens URLs using TinyURL.

#blog #macos #python #applescript
Jupyter Notebook on your website:

- Jupyter instance behind NGINX reverse proxy with HTTPS on a subdomain
- querying MySQL database
- working with notebooks from Visual Studio Code

#blog #web #linux #python
There are some weird issues with matplotlib animation backend on Mac OS, while on Windows and Linux it just works out of the box.

#blog #python #macos
There are astronomy databases that store information about space objects such as stars and planets. Quite often they allow to query their data via TAP interface using ADQL, which many astronomers / planetary scientists do.

#blog #science #python
If your company uses Office 365 and Azure AD, and in turn you rely on SAML SSO login on your websites/resources, then for the purpose of analyzing your visitors you can query some useful data from Microsoft Graph and make some charts out of it.

#blog #azure #web #python