Kushal Das: Using sops with Ansible for vars encryption
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Link: https://kushaldas.in/posts/using-sops-with-ansible-for-vars-encryption.html
Sops is a secret management tool from Mozilla. According to the official
Github page, it is defined as:
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats an
Kushal Das: Adding directory to path in csh on FreeBSD
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
Link: https://kushaldas.in/posts/adding-directory-to-path-in-csh-on-freebsd.html
While I was trying to install rust on a FreeBSD
box, I figured that I will have to update the path on the system with
directory path of the ~/.cargo/bin. I added the following line in the
~/.cshrc fi
TechBeamers Python: Append Vs. Extend in Python List
Link: https://www.techbeamers.com/python-difference-between-append-and-extend/
In this tutorial, you’ll explore the difference between append and extend methods of Python List. Both these methods are used to manipulate the lists in their specific way. The append method adds a si
Link: https://www.techbeamers.com/python-difference-between-append-and-extend/
In this tutorial, you’ll explore the difference between append and extend methods of Python List. Both these methods are used to manipulate the lists in their specific way. The append method adds a si
Learn Programming and Software Testing
Difference Between Append and Extend | Python List
This tutorial explains the difference between Append and Extend methods of Python List. One appends single element while second can add many.
Continuum Analytics Blog: Accessing Remote Data with a Generalized File System
Link: https://www.anaconda.com/accessing-remote-data-generalized-file-system/
Originally created for the needs of Dask, we have spun out a general file system implementation and specification, to provide all users with simple access to many local, cluster, and remote storage me
Link: https://www.anaconda.com/accessing-remote-data-generalized-file-system/
Originally created for the needs of Dask, we have spun out a general file system implementation and specification, to provide all users with simple access to many local, cluster, and remote storage me
Anaconda
Accessing Remote Data with a Generalized File System - Anaconda
Originally created for the needs of Dask, we have spun out a general file system implementation and specification, to provide all users with simple access to many local, cluster, and remote storage media.
Malthe Borch: Using built-in transparent compression on MacOS
Link: https://maltheborch.com/2019/08/using-built-in-transparent-compression-on-macos.html
Ever since DriveSpace on MS-DOS (or really, Stacker), we've had transparent file compression, with varying degrees of automation; in fact, while the DriveSpace-compression on MS-DOS was a fully automa
Link: https://maltheborch.com/2019/08/using-built-in-transparent-compression-on-macos.html
Ever since DriveSpace on MS-DOS (or really, Stacker), we've had transparent file compression, with varying degrees of automation; in fact, while the DriveSpace-compression on MS-DOS was a fully automa
Curtis Miller: Learn Python Statistics and Machine Learning with My New Book: Training Systems using Python Statistical Modeling
Link:
Packt Publishing has turned another one of my video courses, Training Your Systems with Python Statistical Modeling, into a book! This book is now available for purchase. It is a tutorial book for Pyt
Link:
Packt Publishing has turned another one of my video courses, Training Your Systems with Python Statistical Modeling, into a book! This book is now available for purchase. It is a tutorial book for Pyt
Kushal Das: git checkout to previous branch
Link: https://kushaldas.in/posts/git-checkout-to-previous-branch.html
We regularly move between git branches while working on projects. I always
used to type in the full branch name, say to go back to develop branch and
then come back to the feature branch. This genera
Link: https://kushaldas.in/posts/git-checkout-to-previous-branch.html
We regularly move between git branches while working on projects. I always
used to type in the full branch name, say to go back to develop branch and
then come back to the feature branch. This genera
Continuum Analytics Blog: 4 Machine Learning Use Cases in the Automotive Sector
Link: https://www.anaconda.com/4-machine-learning-use-cases-automotive/
From parts suppliers to vehicle manufacturers, service providers to rental car companies, the automotive and related mobility industries stand to gain significantly from implementing machine learning
Link: https://www.anaconda.com/4-machine-learning-use-cases-automotive/
From parts suppliers to vehicle manufacturers, service providers to rental car companies, the automotive and related mobility industries stand to gain significantly from implementing machine learning
Anaconda
4 Machine Learning Use Cases in the Automotive Sector - Anaconda
There are huge opportunities for machine learning to improve both processes and products all along the automotive value chain. Here are 4 ML use cases that aren't just one-and-done applications.
Python Insider: Inspect PyPI event logs to audit your account's and project's security
Link: http://feedproxy.google.com/~r/PythonInsider/~3/mUJyrUk_9C8/inspect-pypi-event-logs-audit-security.html
To help you check for security problems, PyPI is adding an advanced audit log of user actions beyond the current (existing) journal. This will, for instance, allow publishers to track all actions take
Link: http://feedproxy.google.com/~r/PythonInsider/~3/mUJyrUk_9C8/inspect-pypi-event-logs-audit-security.html
To help you check for security problems, PyPI is adding an advanced audit log of user actions beyond the current (existing) journal. This will, for instance, allow publishers to track all actions take
Blogspot
Python Insider: Inspect PyPI event logs to audit your account's and project's security
Twisted Matrix Labs: Twisted 19.7.0 Released
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/y-7LwEIN0ms/twisted-1970-released.html
On behalf of Twisted Matrix Laboratories and our long-suffering release manager Amber Brown, I am honored to announce1 the release of Twisted 19.7.0!The highlights of this release include:A full descr
Link: http://feedproxy.google.com/~r/TwistedMatrixLaboratories/~3/y-7LwEIN0ms/twisted-1970-released.html
On behalf of Twisted Matrix Laboratories and our long-suffering release manager Amber Brown, I am honored to announce1 the release of Twisted 19.7.0!The highlights of this release include:A full descr
Twistedmatrix
Twisted 19.7.0 Released
On behalf of Twisted Matrix Laboratories and our long-suffering release manager Amber Brown, I am honored to announce 1 the release of Twis...
Test and Code: 83: PyBites Code Challenges behind the scenes - Bob Belderbos
Link: https://testandcode.com/83
Bob Belderbos and Julian Sequeira started PyBites a few years ago.
They started doing code challanges along with people around the world and writing about it.
Then came the codechalleng.es platform,
Link: https://testandcode.com/83
Bob Belderbos and Julian Sequeira started PyBites a few years ago.
They started doing code challanges along with people around the world and writing about it.
Then came the codechalleng.es platform,
Test & Code in Python
Test & Code in Python 83: PyBites Code Challenges behind the scenes - Bob Belderbos
What's the tech stack behind the PyBites Code Challenges platform?
PyCharm: PyCharm 2019.2.1 RC
Link: http://feedproxy.google.com/~r/Pycharm/~3/ctptlWipWO0/
PyCharm 2019.2.1 release candidate is available now!
Fixed in this Version
An issue that caused debugger functions like “Step into” to not work properly in our latest release was solved.
AltGr keymap
Link: http://feedproxy.google.com/~r/Pycharm/~3/ctptlWipWO0/
PyCharm 2019.2.1 release candidate is available now!
Fixed in this Version
An issue that caused debugger functions like “Step into” to not work properly in our latest release was solved.
AltGr keymap
PyCharm Blog
PyCharm 2019.2.1 RC
PyCharm 2019.2.1 release candidate is available now! Fixed in this Version An issue that caused debugger functions like “Step into” to not work properly in our latest release was solved…
Stack Abuse: Basics of Memory Management in Python
Link: https://stackabuse.com/basics-of-memory-management-in-python/
Introduction
Memory management is the process of efficiently allocating, de-allocating, and coordinating memory so that all the different processes run smoothly and can optimally access different syst
Link: https://stackabuse.com/basics-of-memory-management-in-python/
Introduction
Memory management is the process of efficiently allocating, de-allocating, and coordinating memory so that all the different processes run smoothly and can optimally access different syst
Stack Abuse
Basics of Memory Management in Python
Memory management is the process of efficiently allocating, de-allocating, and coordinating memory so that all the different processes run smoothly and can opt...
Vinta Software: PyBay 2019: Talking about Python in SF
Link: https://www.vinta.com.br/blog/2019/pybay-2019/
We are back to San Francisco! Our team will be joining PyBay's conference, one of the biggest Python events in the Bay Area. For this year, we'll be giving the talk: Building effective Django queries
Link: https://www.vinta.com.br/blog/2019/pybay-2019/
We are back to San Francisco! Our team will be joining PyBay's conference, one of the biggest Python events in the Bay Area. For this year, we'll be giving the talk: Building effective Django queries
www.vinta.com.br
PyBay 2019: Talking about Python in SF – Vinta Software
Vinta is one of the most relevant Python web development companies in Latin America. Being an open-source company from day zero. We specialize in Django and React. Among the companies that benefit from our software are some well-established tech giants, like…
Quansight Labs Blog: Spyder 4.0 beta4: Kite integration is here
Link: https://labs.quansight.org/blog/2019/08/spyder-40-beta4-kite-integration-is-here/
Kite is sponsoring the work discussed in this blog post, and in addition supports Spyder 4.0 development through a Quansight Labs Community Work Order.
As part of our next release, we are proud to ann
Link: https://labs.quansight.org/blog/2019/08/spyder-40-beta4-kite-integration-is-here/
Kite is sponsoring the work discussed in this blog post, and in addition supports Spyder 4.0 development through a Quansight Labs Community Work Order.
As part of our next release, we are proud to ann
Quansight Labs
Spyder 4.0 beta4: Kite integration is here
Kite is sponsoring the work discussed in this blog post, and in addition supports Spyder 4.0 development through a Quansight Labs Community Work Order.
As part of our next release, we are proud to ann
As part of our next release, we are proud to ann
Brett Cannon: How do you verify that PyPI can be trusted?
Link: https://snarky.ca/how-do-you-verify-pypi-can-be-trusted/
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do.Best technical talk that I've seen in a long ti
Link: https://snarky.ca/how-do-you-verify-pypi-can-be-trusted/
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do.Best technical talk that I've seen in a long ti
Tall, Snarky Canadian
How do you verify that PyPI can be trusted?
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do. Best technical talk that I've seen in a long time: @katie_hockman on Go Module Proxy. Motivating the…
Codementor: Creating a Docker Swarm Stack with Terraform (Terrascript Python), Persistent Volumes and Dynamic HAProxy.
Link: https://www.codementor.io/byjg/creating-a-docker-swarm-stack-with-terraform-terrascript-python-persistent-volumes-and-dynamic-haproxy-x57fmbvhq
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
Link: https://www.codementor.io/byjg/creating-a-docker-swarm-stack-with-terraform-terrascript-python-persistent-volumes-and-dynamic-haproxy-x57fmbvhq
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
www.codementor.io
Creating a Docker Swarm Stack with Terraform (Terrascript Python), Persistent Volumes and Dynamic HAProxy. | Codementor
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
TechBeamers Python: Python Filter()
Link: https://www.techbeamers.com/python-filter-function/
Python filter() function applies another function on a given iterable (List/String/Dictionary, etc.) to test which of its item to keep or discard. In simple words, it filters the ones that don’t pass
Link: https://www.techbeamers.com/python-filter-function/
Python filter() function applies another function on a given iterable (List/String/Dictionary, etc.) to test which of its item to keep or discard. In simple words, it filters the ones that don’t pass
Learn Programming and Software Testing
Python Filter()
Python filter() function is used to call a test function on a given iterable (list). It returns an iterable with elements that passed the test.
Python Sweetness: Mitogen v0.2.8 released
Link: https://sweetness.hmmz.org/2019-08-18-mitogen-v0-2-8.html
Mitogen for
Ansible
v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes
with a supercharged replacement fetch module, and includes roughly
85% of what is needed to implememen
Link: https://sweetness.hmmz.org/2019-08-18-mitogen-v0-2-8.html
Mitogen for
Ansible
v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes
with a supercharged replacement fetch module, and includes roughly
85% of what is needed to implememen
sweetness.hmmz.org
sweetness.hmmz.org — Mitogen v0.2.8 released
Mitogen for Ansible v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes with a supercharged replacement fetch module, and includes roughly 85% of what is needed to implemement fully asynchronous connect. As usual a huge slew...
William Minchin: Image Process Plugin 1.2.0 for Pelican Released
Link: https://blog.minchin.ca/2019/08/image-process-120.html
Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their
class attribute. Use this plugin to minimize th
Link: https://blog.minchin.ca/2019/08/image-process-120.html
Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their
class attribute. Use this plugin to minimize th
blog.minchin.ca
Image Process Plugin 1.2.0 for Pelican Released
Version 1.2.0 of the plugin has been released and posted PyPI. The biggest change this version brings is support for Pelican version 4. Thanks to Nick Perkins for reporting the issue, and to Therry van Neerven for providing a Pull Request I could crib a solution from.