Forwarded from Находки в опенсорсе
Simple real time visualisation of the execution of a #python program: https://github.com/alexmojaki/heartrate
Forwarded from Записки админа
📊 Тут вот человек набросал скрипт, для визуализации данных, собранных vmstat. https://tuxstash.de/gist/2019/08/16/vmstatvis-py.html
#vmstat #напочитать #python
#vmstat #напочитать #python
Forwarded from L̶u̵m̶i̵n̷o̴u̶s̶m̶e̵n̵B̶l̵o̵g̵
A series of articles about the internal structure of .pyc files. The author’s goal is to create a programming language compatible with the Python interpreter. http://blog.braulio.me/2018/06/28/internal-structure-pyc-files.html
#python
#python
Type-Level Memes
Targeting The Python Virtual Machine I: The Internal Structure of .pyc Files
When the cpython python interpreter imports a module, it has to compile your code into an internal representation called bytecode. That bytecode is then executed by the cpython virtual machine. In order to avoid performing that compilation step every time…
Forwarded from Sysadmin Tools 🇺🇦
Специально для DevOps инженеров
https://deepsource.io/blog/new-python-web-frameworks/
#python #framework
https://deepsource.io/blog/new-python-web-frameworks/
#python #framework
Forwarded from Находки в опенсорсе
You can start a full AWS-ish copy locally with just a single command:
Not sure about why would you need to do it, though.
https://github.com/localstack/localstack
#python #java
docker-compose up Not sure about why would you need to do it, though.
https://github.com/localstack/localstack
#python #java
GitHub
GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline - localstack/localstack
Forwarded from Пятничный деплой
Ну и давно не было ничего про python - хорошая статья, которая будет полезна начинающим питонистам
https://towardsdatascience.com/a-guide-to-unicode-utf-8-and-strings-in-python-757a232db95c
#python #string #unicode
https://towardsdatascience.com/a-guide-to-unicode-utf-8-and-strings-in-python-757a232db95c
#python #string #unicode
Medium
A Guide to Unicode, UTF-8 and Strings in Python
Strings are one of the most common data types in Python. This guide will help you master Unicode, UTF-8 and strings in general.