PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Structuring your Infrastructure as Code

The author proposes a layered approach to IaC, with each layer representing a different aspect of your infrastructure. This approach makes it easy to isolate changes to different parts of your infrastructure, and to reuse code across different environments.

https://leebriggs.co.uk/blog/2023/08/17/structuring-iac
A Comprehensive Guide to Python Logging with Structlog

Structlog is an open-source logging tool for Python known for its simple API, performance, and quality of life features. This tutorial explores the essential aspects of Structlog.

https://betterstack.com/community/guides/logging/structlog/
AttackGen

AttackGen is a cybersecurity incident response testing tool that leverages the power of large language models and the comprehensive MITRE ATT&CK framework. The tool generates tailored incident response scenarios based on user-selected threat actor groups and your organization's details.

https://github.com/mrwadams/attackgen
OpenCopilot

Build and embed open-source AI Copilots into your product with ease.

https://github.com/opencopilotdev/opencopilot
Git log customization

The Git log command can be customized to display the information you want to see. This article shows you how to customize the Git log command using different formatting options.

https://www.justinjoyce.dev/customizing-git-log-format/
Scheduling Jupyter Notebooks at Meta

The article discusses Facebook's approach to scheduling Jupyter notebooks for automated data analysis and security auditing, emphasizing the challenges faced and the system's architecture to ensure efficiency and security in their workflow automation.

https://engineering.fb.com/2023/08/29/security/scheduling-jupyter-notebooks-meta/