Red Hat : Python
24  décembre     08h00
Use Kebechet machine learning to perform source code operations
Christoph Gorn    One of the first tools we developed to help us with Project Thoth was Kebechet, which we named for the goddess of freshness and purification. As we separated our software into more and more repositories (each of our Python modules is in its own repository on GitHub), we needed help with releasing...
12  septembre     07h00
Develop with Flask and Python 3 in a container on Red Hat Enterprise Linux
Rob Terzi    In my previous article, Run Red Hat Enterprise Linux 8 in a container on RHEL 7, I showed how to start developing with the latest versions of languages, databases, and web servers available with Red Hat Enterprise Linux 8 even if you are still running RHEL 7. In this article, I’ll build on that...
11  septembre     07h01
Develop with Django 2 and Python 3 in a container with Red Hat Enterprise Linux
Rob Terzi    In my previous article, Run Red Hat Enterprise Linux 8 in a container on RHEL 7, I showed how to start developing with the latest versions of languages, databases, and web servers available with Red Hat Enterprise Linux 8 even if you are still running RHEL 7. In this article, I’ll build on that...
25  juillet     07h00
Controlling Red Hat OpenShift from an OpenShift pod
Rarm Nagalingam    This article explains how to configure a Python application running within an OpenShift pod to communicate with the Red Hat OpenShift cluster via openshift-restclient-python, the OpenShift Python client. tl;dr The code sample below is a sample application running within a pod, which connects to an...
03  juin     07h00
How to build a Raspberry Pi photo booth
Doug Tidwell    The Coderland booth at the recent Red Hat Summit was all about serverless computing as implemented in the Compile Driver. If you haven’t gone through that example (you really should), that code creates a souvenir photo by superimposing the Coderland logo, a date stamp, and a message on top of an...
14  mai     10h00
Use the Kubernetes Python client from your running Red Hat OpenShift pods
Shane Boulden    Red Hat OpenShift is part of the Cloud Native Computing Foundation (CNCF) Certified Program, ensuring portability and interoperability for your container workloads. This also allows you to use Kubernetes tools to interact with an OpenShift cluster, like kubectl, and you can rest assured that all...
07  mai     13h01
What, no Python in Red Hat Enterprise Linux 8?
Langdon White    TL;DR Of course we have Python You just need to specify whether you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 and or yum install python2 a try. Or, if you want to see what packages we recommend, use yum install python36 or yum install python27. Read on for...
    13h01
Red Hat Enterprise Linux 8 now generally available
Mike Guerette    I think Red Hat Enterprise Linux 8 is the most developer-friendly Red Hat Enterprise Linux that we’ve delivered, and I hope you agree. Let’s get down to business, or rather coding, so you can see for yourself. You can read the Red Hat corporate press release. For this article, I’ll quickly recap...
11  décembre     13h00
Processing CloudEvents with Eclipse Vert.x
Matthias Wessendorf    Our connected world is full of events that are triggered or received by different software services. One of the big issues is that event publishers tend to describe events differently and in ways that are mostly incompatible with each other. To address this, the Serverless Working Group from the...
27  novembre     15h00
What, No Python in RHEL 8 Beta?
Langdon White    TL;DR Of course we have Python You just need to specify if you want Python 3 or 2 as we didn’t want to set a default. Give yum install python3 and or yum install python2 a try. Or, if you want to see what we recommend you install yum install python36 or yum install python27. Read on [&] The post...