Talk Python to Me: #249 Capture the Staff of Pythonic Knowledge in TwilioQuest
Link: https://talkpython.fm/episodes/show/249/capture-the-staff-of-pythonic-knowledge-in-twilioquest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choic
Link: https://talkpython.fm/episodes/show/249/capture-the-staff-of-pythonic-knowledge-in-twilioquest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choic
talkpython.fm
Capture the Staff of Pythonic Knowledge in TwilioQuest
Are you learning or helping someone else learn Python, why not make a game out of it? TwilioQuest is a game that doesn't treat you with kid-gloves while teaching you Python. Using your editor of choice, write code on your machine, and still play the game…
Weekly Python StackOverflow Report: (ccxiii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/02/ccxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-02-01 08:14:33 GMTIs there a way of subclassing from dict and coll
Link: http://python-weekly.blogspot.com/2020/02/ccxiii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2020-02-01 08:14:33 GMTIs there a way of subclassing from dict and coll
Blogspot
(ccxiii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Tryton News: Newsletter February 2020
Link: https://discuss.tryton.org/t/newsletter-february-2020/2160
@ced wrote:
customers-users-color-wheel-6231.jpg1280×853 178 KB
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc.
During t
Link: https://discuss.tryton.org/t/newsletter-february-2020/2160
@ced wrote:
customers-users-color-wheel-6231.jpg1280×853 178 KB
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc.
During t
Tryton Discussion
Newsletter February 2020
Tryton is a business software platform which comes with a set of modules that can be activated to make an ERP, MRP, CRM etc. During the last month, we kept improving the user experience with many changes that fine tune how Tryton works. There was also a…
Peter Hoffmann: Azure Data Explorer and Parquet files in the Azure Blob Storage
Link: http://peter-hoffmann.com/2020/azure-data-explorer-and-parquet-files-in-from-azure-blob-storage.html
Azure Data Explorer
With the heavy use of Apache Parquet datasets
within my team at Blue Yonder we are always looking for managed, scalable/elastic query
engines on flat files beside the usual suspect
Link: http://peter-hoffmann.com/2020/azure-data-explorer-and-parquet-files-in-from-azure-blob-storage.html
Azure Data Explorer
With the heavy use of Apache Parquet datasets
within my team at Blue Yonder we are always looking for managed, scalable/elastic query
engines on flat files beside the usual suspect
Peter-Hoffmann
Azure Data Explorer and Parquet files in the Azure Blob Storage
Last summer Microsoft has rebranded the Azure Kusto Query engine as Azure Data Explorer. While it does not support fully elastic scaling, it at least allows to scale up and out a cluster via an API or the Azure portal to adapt to different workloads. It also…
Ionel Cristian Maries: Speeding up Django pagination
Link: https://blog.ionelmc.ro/2020/02/02/speeding-up-django-pagination/
I assume you have already read Optimizing the Django Admin Paginator. If
not, this is basically the take-away from that article:
class InfinityPaginator(Paginator):
@property
def count(self):
Link: https://blog.ionelmc.ro/2020/02/02/speeding-up-django-pagination/
I assume you have already read Optimizing the Django Admin Paginator. If
not, this is basically the take-away from that article:
class InfinityPaginator(Paginator):
@property
def count(self):
blog.ionelmc.ro
Speeding up Django pagination - Using PostgreSQL's statistics to get a loose page count
Using PostgreSQL's statistics to get a loose page count — I assume you have already read Optimizing the Django Admin Paginator. If not, this is basically the take-away from that article: class...
Zero-with-Dot (Oleg Żero): Surviving zombie apocalypse with random search algorithm
Link: https://zerowithdot.com/random-search-algorithm/
Introduction
Imagine a typical Holywood zombie apocalypse scenario…
A group of desperate folks, led by a charismatic hero, barricades itself in some building, trying to make it to the end of the movie
Link: https://zerowithdot.com/random-search-algorithm/
Introduction
Imagine a typical Holywood zombie apocalypse scenario…
A group of desperate folks, led by a charismatic hero, barricades itself in some building, trying to make it to the end of the movie
Zerowithdot
Surviving zombie apocalypse with random search algorithm
Pure python implementation of the random search optimization algorithm as an alternative to the standard gradient descent, given a very silly example.
Mike Driscoll: PyDev of the Week: Alessia Marcolini
Link: http://www.blog.pythonlibrary.org/2020/02/03/pydev-of-the-week-alessia-marcolini/
This week we welcome Alessia Marcolini (@viperale) as our PyDev of the Week! Alessia is a Python blogger and speaker. You can check out some of her work over on Medium. You can also see some of her co
Link: http://www.blog.pythonlibrary.org/2020/02/03/pydev-of-the-week-alessia-marcolini/
This week we welcome Alessia Marcolini (@viperale) as our PyDev of the Week! Alessia is a Python blogger and speaker. You can check out some of her work over on Medium. You can also see some of her co
Django Weblog: Django security releases issued: 3.0.3, 2.2.10, and 1.11.28
Link: https://www.djangoproject.com/weblog/2020/feb/03/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.3, Django 2.2.10 and Django 1.11.28. These releases address the security issue detailed below. We encourage all us
Link: https://www.djangoproject.com/weblog/2020/feb/03/security-releases/
In accordance with our security release policy, the Django team is issuing Django 3.0.3, Django 2.2.10 and Django 1.11.28. These releases address the security issue detailed below. We encourage all us
CubicWeb: What is new in CubicWeb 3.27 ?
Link: http://feedproxy.google.com/~r/cubicweborg/~3/n4K9pGDT6zk/17270186
Hello CubicWeb community,
We are pleased to announce the release of CubicWeb 3.27. Many thanks to
all the contributors of this release!
Main changes in this release are listed below. Please note this
Link: http://feedproxy.google.com/~r/cubicweborg/~3/n4K9pGDT6zk/17270186
Hello CubicWeb community,
We are pleased to announce the release of CubicWeb 3.27. Many thanks to
all the contributors of this release!
Main changes in this release are listed below. Please note this
Julien Danjou: Python Logging with Datadog
Link: https://julien.danjou.info/python-logging-with-datadog/
At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it. Doing so, it logs some informa
Link: https://julien.danjou.info/python-logging-with-datadog/
At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it. Doing so, it logs some informa
Julien Danjou
Python Logging with Datadog
At Mergify, we generate a pretty large amount of logs. Every time an event is received from GitHub for a particular pull request, our engine computes a new state for it. Doing so, it logs some informational statements about what it's doing — and any error…
James Bennett: How I'm testing in 2020
Link: https://www.b-list.org/weblog/2020/feb/03/how-im-testing-2020/
Once upon a time I wrote a bit about testing, specifically how I was organizing and testing my open-source Django apps. It’s been a while since that post, though, and the calendar has even flipped ove
Link: https://www.b-list.org/weblog/2020/feb/03/how-im-testing-2020/
Once upon a time I wrote a bit about testing, specifically how I was organizing and testing my open-source Django apps. It’s been a while since that post, though, and the calendar has even flipped ove
Anarcat: 20 most significant programming languages in history
Link: https://anarc.at/blog/2020-02-02-most-significant-programming-languages-history/
This is a preposterous table I just made up after reading Wikipedia's
History of Programming Languages. I was trying to figure out which
programming language or environment this article might be
refer
Link: https://anarc.at/blog/2020-02-02-most-significant-programming-languages-history/
This is a preposterous table I just made up after reading Wikipedia's
History of Programming Languages. I was trying to figure out which
programming language or environment this article might be
refer
anarc.at
20 most significant programming languages in history
anarcat
Real Python: Use a Flask Blueprint to Architect Your Applications
Link: https://realpython.com/flask-blueprint/
Flask is a very popular web application framework that leaves almost all design and architecture decisions up to the developer. In this tutorial, you’ll learn how a Flask Blueprint, or Blueprint for s
Link: https://realpython.com/flask-blueprint/
Flask is a very popular web application framework that leaves almost all design and architecture decisions up to the developer. In this tutorial, you’ll learn how a Flask Blueprint, or Blueprint for s
Realpython
Use a Flask Blueprint to Architect Your Applications – Real Python
In this tutorial, you'll learn how to use a Flask Blueprint to help you structure your application by grouping its functionality into reusable components. You'll learn what Blueprints are, how they work, and how you can use them to organize your code.
Python Bytes: #167 Cheating at Kaggle and uWSGI in prod
Link: https://pythonbytes.fm/episodes/show/167/cheating-at-kaggle-and-uwsgi-in-prod
Link: https://pythonbytes.fm/episodes/show/167/cheating-at-kaggle-and-uwsgi-in-prod
pythonbytes.fm
Cheating at Kaggle and uWSGI in prod
News and announcements from the Python community for the week of Feb 3rd, 2020
Podcast.__init__: Build Your Own Personal Data Repository With Nostalgia
Link: https://www.pythonpodcast.com/nostalgia-personal-data-repository-episode-248/
The companies that we entrust our personal data to are using that information to gain extensive insights into our lives and habits while not always making those findings accessible to us. Pascal van K
Link: https://www.pythonpodcast.com/nostalgia-personal-data-repository-episode-248/
The companies that we entrust our personal data to are using that information to gain extensive insights into our lives and habits while not always making those findings accessible to us. Pascal van K
The Python Podcast.__init__
The Python Podcast.__init__: Build Your Own Personal Data Repository With Nostalgia
An interview about how the Nostalgia project makes it possible to collect and integrate your personal data across sources and services to gain insights into your digital habits
Kushal Das: Tor rpm package repository for Fedora and CentOS/RHEL
Link: https://kushaldas.in/posts/tor-rpm-package-repository-for-fedora-and-centos-rhel.html
Now we have official Tor RPM repositories for
Fedora, CentOS/RHEL. The support
documentation is already in place.
Using this repository, you can get the latest Tor build for your distribution
from th
Link: https://kushaldas.in/posts/tor-rpm-package-repository-for-fedora-and-centos-rhel.html
Now we have official Tor RPM repositories for
Fedora, CentOS/RHEL. The support
documentation is already in place.
Using this repository, you can get the latest Tor build for your distribution
from th
Go Deh: Sharing another way?
Link: http://feedproxy.google.com/~r/GoDeh/~3/ShxwjsprIus/sharing-another-way.html
Tickled!Sharing came up in something I was reading that got me revisiting the Wikipedia page on the Thue Morse Sequence. Tucked away to the right is a static image of ones and zeroes with the caption:
Link: http://feedproxy.google.com/~r/GoDeh/~3/ShxwjsprIus/sharing-another-way.html
Tickled!Sharing came up in something I was reading that got me revisiting the Wikipedia page on the Thue Morse Sequence. Tucked away to the right is a static image of ones and zeroes with the caption:
Blogspot
Sharing another way?
Tickled! Sharing came up in something I was reading that got me revisiting the Wikipedia page on the Thue Morse Sequence . Tucked away to ...
Learn PyQt: Adding images to PyQt5/PySide2 applications, using QLabel and QPixmap
Link: https://www.learnpyqt.com/blog/adding-images-to-pyqt5-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done i
Link: https://www.learnpyqt.com/blog/adding-images-to-pyqt5-applications/
Adding images to your application is a common requirement, whether you're building an image/photo viewer, or just want to add some decoration to your GUI. Unfortunately, because of how this is done i
Learn PyQt
Adding images to PyQt5/PySide2 applications, using QLabel and QPixmap
Using QLabel to easily add images to your applications. The hands-on guide to building PyQt5 apps. Rapid GUI development with Python.
Codementor: How to Hire Developers for Your Startup?
Link: https://www.codementor.io/semidotinfotech826/hiring-developers-for-your-startup-top-things-you-need-to-know-13azmsmit5
Are you looking for hiring developers for your startup but don't know how to do the same? Hire are top things you should know before hiring.
Link: https://www.codementor.io/semidotinfotech826/hiring-developers-for-your-startup-top-things-you-need-to-know-13azmsmit5
Are you looking for hiring developers for your startup but don't know how to do the same? Hire are top things you should know before hiring.
Roberto Alsina: XRandRoll: a new program to configure displays
Link: https://ralsina.me/weblog/posts/xrandroll-a-new-program-to-configure-displays.html
TL; DR: I wrote a experimental tool to support X display configurations which I think is, or at least will be, better than others, and you can check it out at https://github.com/ralsina/xrandroll
Now
Link: https://ralsina.me/weblog/posts/xrandroll-a-new-program-to-configure-displays.html
TL; DR: I wrote a experimental tool to support X display configurations which I think is, or at least will be, better than others, and you can check it out at https://github.com/ralsina/xrandroll
Now
Lateral Opinion
XRandRoll: a new program to configure displays
TL; DR: I wrote a experimental tool to support X display configurations which I think is, or at least will be, better than others, and you can check it out at https://github.com/ralsina/xrandroll
Now
Now