Real Python: Lists and Tuples in Python
Link: https://realpython.com/courses/lists-tuples-python/
In this course, you’ll learn about working with lists and tuples. Lists and tuples are arguably Python’s most versatile, useful data types. You’ll find them in virtually every non-trivial Python progr
Link: https://realpython.com/courses/lists-tuples-python/
In this course, you’ll learn about working with lists and tuples. Lists and tuples are arguably Python’s most versatile, useful data types. You’ll find them in virtually every non-trivial Python progr
Realpython
Lists and Tuples in Python – Real Python
In this course, you'll cover the important characteristics of lists and tuples in Python 3. You'll learn how to define them and how to manipulate them. When you're finished, you'll have a good feel for when and how to use these object types in a Python program.
Red Hat Developers: Using the STOMP Protocol with Apache ActiveMQ Artemis Broker
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Link: https://developers.redhat.com/blog/2018/06/14/stomp-with-activemq-artemis-python/
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP pro
Red Hat Developer
Using the STOMP Protocol with Apache ActiveMQ Artemis Broker | Red Hat Developer
In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP
Red Hat Developers: Use the Kubernetes Python client from your running Red Hat OpenShift pods
Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/
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 Kuberne
Link: https://developers.redhat.com/blog/2019/05/14/use-the-kubernetes-python-client-from-your-running-red-hat-openshift-pods/
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 Kuberne
Red Hat Developer
Use the Kubernetes Python client from your running Red Hat OpenShift pods - Red Hat Developer
Learn how to create a Flask application running on OpenShift, which will use the Kubernetes Python client to interact with the OpenShift API.
Red Hat Developers: Controlling Red Hat OpenShift from an OpenShift pod
Link: https://developers.redhat.com/blog/2019/07/25/controlling-red-hat-openshift-from-an-openshift-pod/
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 clie
Link: https://developers.redhat.com/blog/2019/07/25/controlling-red-hat-openshift-from-an-openshift-pod/
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 clie
Red Hat Developer
Controlling Red Hat OpenShift from an OpenShift pod - Red Hat Developer
How to configure a Python application running within Red Hat OpenShift to communicate with the OpenShift cluster via the openshift-restclient-python.
PyCoder’s Weekly: Issue #384 (Sept. 3, 2019)
Link: https://pycoders.com/issues/384
#384 – SEPTEMBER 3, 2019 View in Browser » CPython Release 3.8.0b4 This is the last beta before 3.8 RC1. PYTHON.ORG Natural Language Processing With spaCy in Python In this step-by-step tuto
Link: https://pycoders.com/issues/384
#384 – SEPTEMBER 3, 2019 View in Browser » CPython Release 3.8.0b4 This is the last beta before 3.8 RC1. PYTHON.ORG Natural Language Processing With spaCy in Python In this step-by-step tuto
Pycoders
PyCoder’s Weekly | Issue #384
Issue #384 of the PyCoder’s Weekly newsletter, published Sept. 3, 2019.
Roberto Alsina: Complicame la vida!
Link: https://ralsina.me/weblog/posts/complicame-la-vida.html
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Link: https://ralsina.me/weblog/posts/complicame-la-vida.html
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Lateral Opinion
Complicame la vida!
Como estoy medio corto de ideas de charlas para la PyconAr de este año, les pido una mano!
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Hice un sitio rapidito para que puedan proponerme temas y/o votar temas que proponga otro: Complicale la vida
Codementor: Using Python to Build a Web Scrawler Step by Step
Link: https://www.codementor.io/fuyili/using-python-to-build-a-web-scrawler-step-by-step-yhq3rlu5n
Start writing here...The need for extracting data from websites is increasing. When we are conducting data related projects such as price monitoring, business analytics or news aggregator, we would...
Link: https://www.codementor.io/fuyili/using-python-to-build-a-web-scrawler-step-by-step-yhq3rlu5n
Start writing here...The need for extracting data from websites is increasing. When we are conducting data related projects such as price monitoring, business analytics or news aggregator, we would...
PyBites: How I Followed my Heart, Conquered Fear and Became a Public Speaker
Link: https://pybit.es/guest-landing-speaking-gigs.html
In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let's hear fro
Link: https://pybit.es/guest-landing-speaking-gigs.html
In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let's hear fro
PyBites
How I Followed my Heart, Conquered Fear and Became a Public Speaker
In this guest post Mridu shares with us how she got into public speaking, conquering fear and imposter syndrome. What did she learn? And what does she recommend for people starting out? Let's hear from Mridu!
Catalin George Festila: Python 3.7.4 : Create an Stand Alone Executable on Fedora distro.
Link: http://python-catalin.blogspot.com/2019/09/python-374-create-stand-alone.html
In this tutorial I will show you how to create an Stand Alone Executable with Python version 3.7.4 and Fedora 30 distro.
First you need to install using the dnf tool the python3 package.
You can test
Link: http://python-catalin.blogspot.com/2019/09/python-374-create-stand-alone.html
In this tutorial I will show you how to create an Stand Alone Executable with Python version 3.7.4 and Fedora 30 distro.
First you need to install using the dnf tool the python3 package.
You can test
Blogspot
Python 3.7.4 : Create an Stand Alone Executable on Fedora distro.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Reuven Lerner: “Python Workout” is today’s Manning “Deal of the day”
Link: https://lerner.co.il/2019/09/04/python-workout-is-todays-manning-deal-of-the-day/
Want to improve your Python fluency? There’s no better way than doing exercises, practicing your Python skills and ensuring you understand how to solve problems in the best possible way.
My book, “Py
Link: https://lerner.co.il/2019/09/04/python-workout-is-todays-manning-deal-of-the-day/
Want to improve your Python fluency? There’s no better way than doing exercises, practicing your Python skills and ensuring you understand how to solve problems in the best possible way.
My book, “Py
Reuven Lerner
"Python Workout" is today's Manning "Deal of the day" — Reuven Lerner
Want to improve your Python fluency? There’s no better way than doing exercises, practicing your Python skills and ensuring you understand how to solve problems in the best possible way. My book, “Python Workout,” not only contains 50 of my favorite exercises…
NumFOCUS: QuantumBlack joins NumFOCUS Corporate Sponsors
Link: https://numfocus.org/blog/quantumblack-joins-numfocus-corporate-sponsors
The post QuantumBlack joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
Link: https://numfocus.org/blog/quantumblack-joins-numfocus-corporate-sponsors
The post QuantumBlack joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
NumFOCUS
QuantumBlack joins NumFOCUS Corporate Sponsors - NumFOCUS
Moderna joins the ranks of NumFOCUS Corporate Sponsors who are stepping up to provide sustainable support for open source projects...
Obey the Testing Goat: New Book Excerpt: On Coupling and Abstractions
Link: http://www.obeythetestinggoat.com/new-book-excerpt-abstractions.html
At MADE.com i’ve been working on a new book with the chief architect, Bob
Gregory, in which we talk about application architecture and design. What
follows is an excerpt, a standalone chapter in wh
Link: http://www.obeythetestinggoat.com/new-book-excerpt-abstractions.html
At MADE.com i’ve been working on a new book with the chief architect, Bob
Gregory, in which we talk about application architecture and design. What
follows is an excerpt, a standalone chapter in wh
EuroPython: EuroPython 2019 - Videos for Wednesday available
Link: https://blog.europython.eu/post/187487578492
We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland.EuroPython 2019 YouTube ChannelIn this batch, we have included all videos for Wednesday, July 10 201
Link: https://blog.europython.eu/post/187487578492
We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland.EuroPython 2019 YouTube ChannelIn this batch, we have included all videos for Wednesday, July 10 201
EuroPython Blog
EuroPython 2019 - Videos for Wednesday available
We are pleased to announce the first batch of cut videos from EuroPython 2019 in Basel, Switzerland. EuroPython 2019 YouTube Channel In this batch, we have included all videos for Wednesday, July 10...
Real Python: Python args and kwargs: Demystified
Link: https://realpython.com/python-kwargs-and-args/
Sometimes, when you look at a function definition in Python, you might see that it takes two strange arguments: *args and **kwargs. If you’ve ever wondered what these peculiar variables are, or why yo
Link: https://realpython.com/python-kwargs-and-args/
Sometimes, when you look at a function definition in Python, you might see that it takes two strange arguments: *args and **kwargs. If you’ve ever wondered what these peculiar variables are, or why yo
Realpython
Python args and kwargs: Demystified – Real Python
In this step-by-step tutorial, you'll learn how to use args and kwargs in Python to add more flexibility to your functions. You'll also take a closer look at the single and double-asterisk unpacking operators, which you can use to unpack any iterable object…
Mike Driscoll: Lucid Programming Podcast – Writing Books About Python
Link: http://www.blog.pythonlibrary.org/2019/09/04/lucid-programming-podcast-writing-books-about-python/
I was recently interviewed on the Lucid Programming Podcast by Vincent Russo about writing books about Python.
You can listen to the audio here:
If you’d like to know more about how I write books, yo
Link: http://www.blog.pythonlibrary.org/2019/09/04/lucid-programming-podcast-writing-books-about-python/
I was recently interviewed on the Lucid Programming Podcast by Vincent Russo about writing books about Python.
You can listen to the audio here:
If you’d like to know more about how I write books, yo
The Mouse Vs. The Python
Lucid Programming Podcast - Writing Books About Python - The Mouse Vs. The Python
I was recently interviewed on the Lucid Programming Podcast by Vincent Russo about writing books about Python. You can listen to the audio here: If you’d like to know more about how I write books, you might enjoy this article I wrote on the topic. I also…
Python Engineering at Microsoft: Python in Visual Studio Code – September 2019 Release
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2019-release/
We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Link: https://devblogs.microsoft.com/python/python-in-visual-studio-code-september-2019-release/
We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it di
Python
Python in Visual Studio Code – September 2019 Release | Python
We are pleased to announce that the September 2019 release of the Python Extension for Visual Studio Code is now available. You can download the Python extension from the Marketplace, or install it directly from the extension gallery in Visual Studio Code.
Talk Python to Me: #228 Hunting bugs and tech startups with Python
Link: https://talkpython.fm/episodes/show/228/hunting-bugs-and-tech-startups-with-python
What's it's like building a startup with Python and going through a tech accelerator? You're about to find out. On this episode, you'll meet Elissa Shevinsky from Faster Than Light. They are building
Link: https://talkpython.fm/episodes/show/228/hunting-bugs-and-tech-startups-with-python
What's it's like building a startup with Python and going through a tech accelerator? You're about to find out. On this episode, you'll meet Elissa Shevinsky from Faster Than Light. They are building
talkpython.fm
Hunting bugs and tech startups with Python
What's it's like building a startup with Python and going through a tech accelerator? You're about to find out. On this episode, you'll meet Elissa Shevinsky from Faster Than Light. They are building a static code analysis as a service business for Python…
Stack Abuse: Object Detection with ImageAI in Python
Link: https://stackabuse.com/object-detection-with-imageai-in-python/
Introduction
Object detection is a technology that falls under the broader domain of Computer Vision. It deals with identifying and tracking objects present in images and videos. Object detection has
Link: https://stackabuse.com/object-detection-with-imageai-in-python/
Introduction
Object detection is a technology that falls under the broader domain of Computer Vision. It deals with identifying and tracking objects present in images and videos. Object detection has
Stack Abuse
Object Detection with ImageAI in Python
Object detection is a technology that falls under the broader domain of Computer Vision. It deals with identifying and tracking objects present in images and v...
ListenData: A Complete Guide to Python DateTime Functions
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
Link: https://www.listendata.com/2019/07/how-to-use-datetime-in-python.html
In this tutorial, we will cover python datetime module and how it is used to handle date, time and datetime formatted columns (variables). It includes various practical examples which would help you t
ListenData
A Complete Guide to Python DateTime Functions
This tutorial explains python datetime module in detail and how it is used to handle date, time and datetime formatted columns. It includes various practical examples which would help you to gain confidence in dealing dates and times.
Matt Layman: wal-e Postgres Backups - Building SaaS #32
Link: https://www.mattlayman.com/building-saas/wal-e-postgres-backups/
In this episode, we worked on Postgres database backups and modified the backup tool, wal-e, to use the Shiv app format.
wal-e is Postgres database backup tool that works by managing the Write-Ahead L
Link: https://www.mattlayman.com/building-saas/wal-e-postgres-backups/
In this episode, we worked on Postgres database backups and modified the backup tool, wal-e, to use the Shiv app format.
wal-e is Postgres database backup tool that works by managing the Write-Ahead L
Matt Layman
wal-e Postgres Backups - Building SaaS #32
In this episode, we worked on Postgres database backups and modified the backup tool, wal-e, to use the Shiv app format.