Python Celery - Weekly Celery Tutorials and How-tos: Celery, docker and the missing startup banner
Link: https://www.distributedpython.com/2018/10/01/celery-docker-startup/
Have you ever dockerized your Celery app and wondered where the Celery
worker bannker in the docker log output went? Usually, when you
start your Celery worker, it comes up with a startup screen that
Link: https://www.distributedpython.com/2018/10/01/celery-docker-startup/
Have you ever dockerized your Celery app and wondered where the Celery
worker bannker in the docker log output went? Usually, when you
start your Celery worker, it comes up with a startup screen that
Bjorn Stiel
Celery, docker and the missing startup banner | distributedpython
Where did the Celery startup screen go?
Tryton News: Release 0.8.1 of relatorio
Link: https://discuss.tryton.org/t/release-0-8-1-of-relatorio/775
@ced wrote:
We are glad to announce the release 0.8.1 of relatorio.
Relatorio is a templating library which provides a way to easily output several kinds of files (odt, ods, png, svg, …).
It is a bug
Link: https://discuss.tryton.org/t/release-0-8-1-of-relatorio/775
@ced wrote:
We are glad to announce the release 0.8.1 of relatorio.
Relatorio is a templating library which provides a way to easily output several kinds of files (odt, ods, png, svg, …).
It is a bug
Tryton discussion
Release 0.8.1 of relatorio
We are glad to announce the release 0.8.1 of relatorio. Relatorio is a templating library which provides a way to easily output several kinds of files (odt, ods, png, svg, …). It is a bug-fix release which includes: Add support for Python 3.7 Escape invalid…
Julien Danjou: Code Style Checks in Python
Link: https://julien.danjou.info/code-style-checks-in-python/
After starting your first Python project, you might realize that it is actually not that obvious to be consistent with the way you write Python code. If you collaborate with other developers, your cod
Link: https://julien.danjou.info/code-style-checks-in-python/
After starting your first Python project, you might realize that it is actually not that obvious to be consistent with the way you write Python code. If you collaborate with other developers, your cod
Julien Danjou
Code Style Checks in Python
After starting your first Python project, you might realize that it is actually not that obvious to be consistent with the way you write Python code. If you collaborate with other developers, your code style might differ, and the code can become somehow unreadable.…
Django Weblog: Django bugfix releases: 2.0.9 and 1.11.16
Link: https://www.djangoproject.com/weblog/2018/oct/01/bugfix-releases/
Today we've issued the 2.0.9 and 1.11.16 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for th
Link: https://www.djangoproject.com/weblog/2018/oct/01/bugfix-releases/
Today we've issued the 2.0.9 and 1.11.16 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for th
Django Weblog: Django security release issued: 2.1.2
Link: https://www.djangoproject.com/weblog/2018/oct/01/security-release/
In accordance with our security release policy, the Django team is issuing Django 2.1.2. This release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon a
Link: https://www.djangoproject.com/weblog/2018/oct/01/security-release/
In accordance with our security release policy, the Django team is issuing Django 2.1.2. This release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon a
Made With Mu: Announcing Mu version 1.0.1
Link: https://madewith.mu/mu/releases/2018/10/01/mu-1-0-1.html
The latest version of Mu is here! Version
1.0.1 is a bug-fix
release and all but one of the thirty or more contributions, changes and fixes
were made by members of our community. I’m especially proud
Link: https://madewith.mu/mu/releases/2018/10/01/mu-1-0-1.html
The latest version of Mu is here! Version
1.0.1 is a bug-fix
release and all but one of the thirty or more contributions, changes and fixes
were made by members of our community. I’m especially proud
Made With Mu
Announcing Mu version 1.0.1
The latest version of Mu is here! Version 1.0.1 is a bug-fix release and all but one of the thirty or more contributions, changes and fixes were made by members of our community. I’m especially proud that this update means Mu supports the following translations:…
PyBites: Code Challenge 52 - Create your own Pomodoro Timer - Review
Link: https://pybit.es/codechallenge52_review.html
In this article we review last week's Create your own Pomodoro Timer code challenge.
Our review post / Hacktoberfest is back!
From now on we will merge our solution into our Community branch and incl
Link: https://pybit.es/codechallenge52_review.html
In this article we review last week's Create your own Pomodoro Timer code challenge.
Our review post / Hacktoberfest is back!
From now on we will merge our solution into our Community branch and incl
PyBites
Code Challenge 52 - Create your own Pomodoro Timer - Review
In this article we review last week's Create your own Pomodoro Timer code challenge.
PyBites: Code Challenge 53 - Query the Spotify API
Link: https://pybit.es/codechallenge53.html
It's not that I'm so smart, it's just that I stay with problems longer. - A. Einstein
Hey Pythonistas,
We bet this one's going to be music to your ears (another quality pun!).
This week, query the S
Link: https://pybit.es/codechallenge53.html
It's not that I'm so smart, it's just that I stay with problems longer. - A. Einstein
Hey Pythonistas,
We bet this one's going to be music to your ears (another quality pun!).
This week, query the S
PyBites
Code Challenge 53 - Query the Spotify API
Hi Pythonistas, Welcome to Pybites Code Challenge 53! In this challenge we get you query the Spotify API and perform a set of tasks.
Real Python: Splitting, Concatenating, and Joining Strings in Python
Link: https://realpython.com/python-string-split-concatenate-join/
There are few guarantees in life: death, taxes, and programmers needing to deal with strings. Strings can come in many forms. They could be unstructured text, usernames, product descriptions, database
Link: https://realpython.com/python-string-split-concatenate-join/
There are few guarantees in life: death, taxes, and programmers needing to deal with strings. Strings can come in many forms. They could be unstructured text, usernames, product descriptions, database
Realpython
How to Split a String in Python – Real Python
This tutorial will help you master Python string splitting. You'll learn to use .split(), .splitlines(), and re.split() to effectively handle whitespace, custom delimiters, and multiline text, which will level up your data parsing skills.
Curtis Miller: My Tutorial Book on Anaconda, NumPy and Pandas Is Out: Hands-On Data Analysis with NumPy and Pandas
Link:
I announced months ago that one of my video courses, Unpacking NumPy and Pandas, was going to be turned into a book. Today I’m pleased to announce that this book is available! Hands-On Data Analysis w
Link:
I announced months ago that one of my video courses, Unpacking NumPy and Pandas, was going to be turned into a book. Today I’m pleased to announce that this book is available! Hands-On Data Analysis w
Tryton News: Tryton Release 5.0
Link: https://discuss.tryton.org/t/tryton-release-5-0/711
@ced wrote:
release.jpg1073x500 269 KB
We are proud to announce the 5.0 release of Tryton. This is the first Long Term Support release which means that it will be supported for 5 years.
As usual th
Link: https://discuss.tryton.org/t/tryton-release-5-0/711
@ced wrote:
release.jpg1073x500 269 KB
We are proud to announce the 5.0 release of Tryton. This is the first Long Term Support release which means that it will be supported for 5 years.
As usual th
Tryton Discussion
Tryton Release 5.0
We are proud to announce the 5.0 release of Tryton. This is the first Long Term Support release which means that it will be supported for 5 years. As usual the migration from previous series is fully supported. Some manual operation may be required, see…
Bruno Rocha: Hacktoberfest 2018
Link: http://brunorocha.org/hacktoberfest-2018.html
Hacktoberfest 2018
Hacktoberfest is an amazing campaign by Digital Ocean and Github, you contribute with at least 4 open source Pull Requests and then you get a T-shirt and some stickers.
Maintainers
Link: http://brunorocha.org/hacktoberfest-2018.html
Hacktoberfest 2018
Hacktoberfest is an amazing campaign by Digital Ocean and Github, you contribute with at least 4 open source Pull Requests and then you get a T-shirt and some stickers.
Maintainers
BrunoRocha.org | Python web development
Hacktoberfest 2018
Are you looking for some issues to work on this hacktoberfest? take a look on my projects list.
Made With Mu: PyWeek - Make a Game with Mu
Link: https://madewith.mu/mu/games/2018/10/01/pyweek26.html
It’ll soon be PyWeek! Why not use Mu for a week of
Pythonic game making fun? Your prize will be the
fun of taking part and the respect of your peers.
I wrote my first game as
an entry for the last Py
Link: https://madewith.mu/mu/games/2018/10/01/pyweek26.html
It’ll soon be PyWeek! Why not use Mu for a week of
Pythonic game making fun? Your prize will be the
fun of taking part and the respect of your peers.
I wrote my first game as
an entry for the last Py
Made With Mu
PyWeek - Make a Game with Mu
It’ll soon be PyWeek! Why not use Mu for a week of Pythonic game making fun? Your prize will be the fun of taking part and the respect of your peers.
Bill Ward / AdminTome: Install Python 3.7.0 on Ubuntu 18.04
Link: https://www.admintome.com/blog/install-python-3-7-0-on-ubuntu-18-04/
In this post, we will install Python 3.7.0 on Ubuntu 18.04. This is the latest version of the Python Programming Language.
What’s New?
Python 3.7 gives us some new features, including:
Postponed eva
Link: https://www.admintome.com/blog/install-python-3-7-0-on-ubuntu-18-04/
In this post, we will install Python 3.7.0 on Ubuntu 18.04. This is the latest version of the Python Programming Language.
What’s New?
Python 3.7 gives us some new features, including:
Postponed eva
Anarcat: October 2018 report: LTS, Mastodon, Firefox privacy, etc
Link: https://anarc.at/blog/2018-10-01-report/
Debian Long Term Support (LTS)
This is my monthly Debian LTS report.
Python updates
Uploaded DLA-1519-1 and DLA-1520-1 to fix
CVE-2018-1000802, CVE-2017-1000158, CVE-2018-1061 and
CVE-2018-1060 in Py
Link: https://anarc.at/blog/2018-10-01-report/
Debian Long Term Support (LTS)
This is my monthly Debian LTS report.
Python updates
Uploaded DLA-1519-1 and DLA-1520-1 to fix
CVE-2018-1000802, CVE-2017-1000158, CVE-2018-1061 and
CVE-2018-1060 in Py
Podcast.__init__: Managing Application Secrets with Brian Kelly
Link: https://www.podcastinit.com/managing-application-secrets-with-brian-kelly-episode-181/
Any application that communicates with other systems or services will at some point require a credential or sensitive piece of information to operate properly. The question then becomes how best to se
Link: https://www.podcastinit.com/managing-application-secrets-with-brian-kelly-episode-181/
Any application that communicates with other systems or services will at some point require a credential or sensitive piece of information to operate properly. The question then becomes how best to se
Podcast.__init__('Python')
Managing Application Secrets with Brian Kelly - Episode 181
Any application that communicates with other systems or services will at some point require a credential or sensitive piece of information to operate properly. The question then becomes how best to securely store, transmit, and use that information. The world…
Kay Hayen: Nuitka this week #8
Link: http://nuitka.net/posts/nuitka-this-week-8.html
Contents
Public / Private CI / Workflow
Workflow
Hunting bugs with bisect
Experimental Changes
Hardware
Milestone Release
UI rework
Benchmarks
Inplace Operations
New use cases
Tcl/Tk Standalone
Ca
Link: http://nuitka.net/posts/nuitka-this-week-8.html
Contents
Public / Private CI / Workflow
Workflow
Hunting bugs with bisect
Experimental Changes
Hardware
Milestone Release
UI rework
Benchmarks
Inplace Operations
New use cases
Tcl/Tk Standalone
Ca
Nuitka Home
Nuitka this week #8
Contents
Public / Private CI / Workflow
Workflow
Hunting bugs with bisect
Experimental Changes
Hardware
Milestone Release
UI rework
Benchmarks
Inplace Operations
New use cases
Tcl/Tk Standalone
Cac
Public / Private CI / Workflow
Workflow
Hunting bugs with bisect
Experimental Changes
Hardware
Milestone Release
UI rework
Benchmarks
Inplace Operations
New use cases
Tcl/Tk Standalone
Cac
Mike Driscoll: Jupyter Notebook Extension Basics
Link: http://www.blog.pythonlibrary.org/2018/10/02/jupyter-notebook-extension-basics/
There are several methods of extending the functionality of Jupyter Notebooks. Here are four of them:
Kernels
IPython kernel extensions
Notebook extensions
Notebook server extensions
For the purpose
Link: http://www.blog.pythonlibrary.org/2018/10/02/jupyter-notebook-extension-basics/
There are several methods of extending the functionality of Jupyter Notebooks. Here are four of them:
Kernels
IPython kernel extensions
Notebook extensions
Notebook server extensions
For the purpose
Stack Abuse: A Brief Look at Web Development in Python
Link: https://stackabuse.com/a-brief-look-at-web-development-in-python/
Introduction
Since 2003, Python has ranked in the top 10 programming languages to learn and its ranking has been consistently improving ever since. According to a statistic, Python is one of the top 5
Link: https://stackabuse.com/a-brief-look-at-web-development-in-python/
Introduction
Since 2003, Python has ranked in the top 10 programming languages to learn and its ranking has been consistently improving ever since. According to a statistic, Python is one of the top 5
Stack Abuse
A Brief Look at Web Development in Python
Introduction
Since 2003, Python has ranked in the top 10 programming languages to learn and
its ranking has been consistently improving ever since. According to a statistic
[https://www.codingame.com/blog/best-programming-language-learn-2019/], Python
is…
Since 2003, Python has ranked in the top 10 programming languages to learn and
its ranking has been consistently improving ever since. According to a statistic
[https://www.codingame.com/blog/best-programming-language-learn-2019/], Python
is…
Matt Layman: Consistent Python code with Black
Link: https://www.mattlayman.com/blog/2018/python-code-black/
Code formatting is the subject of millions of fiery, nerdy debates. Developers love to argue about code style because we read code a lot. The style matters because it affects readability.
We have exam
Link: https://www.mattlayman.com/blog/2018/python-code-black/
Code formatting is the subject of millions of fiery, nerdy debates. Developers love to argue about code style because we read code a lot. The style matters because it affects readability.
We have exam
Matt Layman
Consistent Python code with Black
Code is read far more than it is written. By using a consistent style, the readability of a project can improve dramatically. This post focuses on Black, a code formatter, how it can improve your project's code style, and how you or your team can use it.
Codementor: How to detect faces using OpenCV and Python/C++?
Link: https://www.codementor.io/shashwatjain661/how-detect-faces-using-opencv-and-python-c-nwyssng68
Implementation of face detection(Open CV) in python and C++. Updated.
Link: https://www.codementor.io/shashwatjain661/how-detect-faces-using-opencv-and-python-c-nwyssng68
Implementation of face detection(Open CV) in python and C++. Updated.
www.codementor.io
How to detect faces using OpenCV and Python/C++? | Codementor
Implementation of face detection(Open CV) in python and C++. Updated.