Weekly Python StackOverflow Report: (ccxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2020/05/ccxxvii-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-05-09 14:31:21 GMTIs it possible to write a luigi wrapper task tha
Link: http://python-weekly.blogspot.com/2020/05/ccxxvii-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-05-09 14:31:21 GMTIs it possible to write a luigi wrapper task tha
Blogspot
(ccxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2020...
Naomi Ceder: Stepping back…
Link: https://learnpython.wordpress.com/2020/05/09/stepping-back/
As the PSF election cycle begins, I’d like to share the news that I won’t be running for re-election to the board of directors.
If you care for a fuller announcement and explanation you can find it
Link: https://learnpython.wordpress.com/2020/05/09/stepping-back/
As the PSF election cycle begins, I’d like to share the news that I won’t be running for re-election to the board of directors.
If you care for a fuller announcement and explanation you can find it
Learn Python
Stepping back…
As the PSF election cycle begins, I’d like to share the news that I won’t be running for re-election to the board of directors. If you care for a fuller announcement and explanation you…
"Menno's Musings": Better Emacs Config: use-package
Link: http://menno.io/posts/use-package/
use-package is an
Emacs package which allows
packages to be loaded declaratively. It's been around for ages and
I've seen it used in other people's configurations, but I've only
recently paid some rea
Link: http://menno.io/posts/use-package/
use-package is an
Emacs package which allows
packages to be loaded declaratively. It's been around for ages and
I've seen it used in other people's configurations, but I've only
recently paid some rea
menno.io
Better Emacs Config: use-package
Highly irregular postings about technology and life
Python Circle: atexit with example
Link: https://www.pythoncircle.com/post/714/atexit-with-example/
There is an option in python where you can execute a function when the interpreter terminates. Here we will see how to use atexit module.
Link: https://www.pythoncircle.com/post/714/atexit-with-example/
There is an option in python where you can execute a function when the interpreter terminates. Here we will see how to use atexit module.
Python Circle
atexit with example
There is an option in python where you can execute a function when the interpreter terminates. Here we will see how to use atexit module.
Will McGugan: Real working hyperlinks in the terminal with Rich
Link: https://www.willmcgugan.com/blog/tech/post/real-working-hyperlinks-in-the-terminal-with-rich/
Since releasing Rich 1.0.0 I've discovered that terminals support hyperlinks. And I don't mean the helpful highlighting of URLs that most terminals do, I mean actual HTML-like hyperlinks that launch a
Link: https://www.willmcgugan.com/blog/tech/post/real-working-hyperlinks-in-the-terminal-with-rich/
Since releasing Rich 1.0.0 I've discovered that terminals support hyperlinks. And I don't mean the helpful highlighting of URLs that most terminals do, I mean actual HTML-like hyperlinks that launch a
Will McGugan Tech
Real working hyperlinks in the terminal with Rich
Since releasing Rich 1.0.0 I've discovered that terminals support hyperlinks. And I don't mean the helpful highlighting of URLs that most terminals do, I mean actual HTML-like hyperlinks that launch a browser. This was news to me, as I've never seen this…
Abhijeet Pal: How To Upload Images With Django
Link: https://djangocentral.com/uploading-images-with-django/
One of the most common requirement in any modern web application is the ability to take images or pictures from the users as input and save them on the server however Letting users upload files can ha
Link: https://djangocentral.com/uploading-images-with-django/
One of the most common requirement in any modern web application is the ability to take images or pictures from the users as input and save them on the server however Letting users upload files can ha
Djangocentral
How To Upload Images With Django
One of the most common requirement in any modern web application is the ability to take images or pictures from the users as input and save them on the serve
EuroPython: EuroPython 2020: First part of the program available
Link: https://blog.europython.eu/post/617740494311718912
Our program work group (WG) has been working hard over the last week to select the first batch of sessions for EuroPython 2020, based on your talk voting and our diversity criteria.We’re now happy to
Link: https://blog.europython.eu/post/617740494311718912
Our program work group (WG) has been working hard over the last week to select the first batch of sessions for EuroPython 2020, based on your talk voting and our diversity criteria.We’re now happy to
blog.europython.eu
EuroPython Blog
EuroPython 2020: First part of the program available Our program work group (WG) has been working hard over the last week to select the first batch of sessions for EuroPython 2020, based on your talk...
Python Software Foundation: CPython on Mobile platforms - Python Language Summit 2020
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ssTeWC39RJ0/cpython-on-mobile-platforms.html
"We've got very big news on Android," Russell Keith-Magee told the Language Summit. "We're close to having a full set of BeeWare tools that can run on Android."
The BeeWare project aims to let progr
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/ssTeWC39RJ0/cpython-on-mobile-platforms.html
"We've got very big news on Android," Russell Keith-Magee told the Language Summit. "We're close to having a full set of BeeWare tools that can run on Android."
The BeeWare project aims to let progr
Blogspot
CPython on Mobile platforms - Python Language Summit 2020
"We've got very big news on Android," Russell Keith-Magee told the Language Summit. "We're close to having a full set of BeeWare tools that...
The Three of Wands: Building Pyrseia III: Server Middleware, Client Senders, CLI and InApp Validators
Link: https://threeofwands.com/building-pyrseia-iii-server-middleware-and-inapp-validators/
This is the third article in the Pyrseia series. The others are:
Building Pyrseia I: The Idea
Building Pyrseia II: Fleshing out Clients and Servers
If you want to follow along with the code, this ar
Link: https://threeofwands.com/building-pyrseia-iii-server-middleware-and-inapp-validators/
This is the third article in the Pyrseia series. The others are:
Building Pyrseia I: The Idea
Building Pyrseia II: Fleshing out Clients and Servers
If you want to follow along with the code, this ar
The Three of Wands
Building Pyrseia III: Server Middleware, Client Senders, CLI and InApp Validators
This is the third article in the Pyrseia series. The others are: Building Pyrseia I: The Idea Building Pyrseia II: Fleshing out Clients and Servers If you want to follow along with the code, this article refers to commit 5abf2eda9be06b7417395a50ef676454bbd8f667.…
Mike Driscoll: PyDev of the Week: Jan Giacomelli
Link: https://www.blog.pythonlibrary.org/2020/05/11/pydev-of-the-week-jan-giacomelli/
This week we welcome Jan Giacomelli (@jangiacomelli) as our PyDev of the Week. Jan is an entrepreneur and blogs about Python. You can see what projects Jan contributes to over on Github.
Let’s spend a
Link: https://www.blog.pythonlibrary.org/2020/05/11/pydev-of-the-week-jan-giacomelli/
This week we welcome Jan Giacomelli (@jangiacomelli) as our PyDev of the Week. Jan is an entrepreneur and blogs about Python. You can see what projects Jan contributes to over on Github.
Let’s spend a
The Mouse Vs. The Python
PyDev of the Week: Jan Giacomelli - The Mouse Vs. The Python
This week we welcome Jan Giacomelli (@jangiacomelli) as our PyDev of the Week. Jan is an entrepreneur and blogs about Python. You can see what projects Jan contributes to over on Github. Let’s spend a few minutes and get to know Jan better! Can you tell us…
Codementor: 🤖 Interactive Machine Learning Experiments
Link: https://www.codementor.io/trehleb/interactive-machine-learning-experiments-1699vlis90
This is a collection of interactive machine-learning experiments. Each experiment consists of 🏋️ Jupyter/Colab notebook (to see how a model was trained) and 🎨 demo page (to see a model in action right
Link: https://www.codementor.io/trehleb/interactive-machine-learning-experiments-1699vlis90
This is a collection of interactive machine-learning experiments. Each experiment consists of 🏋️ Jupyter/Colab notebook (to see how a model was trained) and 🎨 demo page (to see a model in action right
www.codementor.io
🤖 Interactive Machine Learning Experiments | Codementor
This is a collection of interactive machine-learning experiments. Each experiment consists of 🏋️ Jupyter/Colab notebook (to see how a model was trained) and 🎨 demo page (to see a model in action right in your browser).
PyCharm: Interview: PyCharm helping developers to navigate complexity and be more productive
Link: http://feedproxy.google.com/~r/Pycharm/~3/N2VaTb-dHFg/
Developing in Python is the dream job of many developers out there. According to the latest survey from StackOverflow, Python is the second most ‘loved’ language, and the ‘most wanted’ one. Now, imagi
Link: http://feedproxy.google.com/~r/Pycharm/~3/N2VaTb-dHFg/
Developing in Python is the dream job of many developers out there. According to the latest survey from StackOverflow, Python is the second most ‘loved’ language, and the ‘most wanted’ one. Now, imagi
PyCharm Blog
Interview: PyCharm helping developers to navigate complexity and be more productive
Developing in Python is the dream job of many developers out there. According to the latest survey from StackOverflow, Python is the second most ‘loved’ language, and the ‘most wa…
Matt Layman: Episode 5 - How To Use Forms
Link: https://www.mattlayman.com/django-riffs/how-to-use-forms/
On this episode, we will learn about HTML forms and Django’s form system to use when collecting input from users.
Listen at djangoriffs.com.
Last Episode On the previous episode, we looked at template
Link: https://www.mattlayman.com/django-riffs/how-to-use-forms/
On this episode, we will learn about HTML forms and Django’s form system to use when collecting input from users.
Listen at djangoriffs.com.
Last Episode On the previous episode, we looked at template
Matt Layman
Episode 5 - How To Use Forms
On this episode, we will learn about HTML forms and Django's form system to use when collecting input from users.
Julien Danjou: Interview: The Performance of Python
Link: https://julien.danjou.info/interview-the-performance-of-python/
Earlier this year, I was supposed to participate to dotPy, a one-day Python conference happening in Paris. This event has unfortunately been cancelled due to the COVID-19 pandemic.Both Victor Stinner
Link: https://julien.danjou.info/interview-the-performance-of-python/
Earlier this year, I was supposed to participate to dotPy, a one-day Python conference happening in Paris. This event has unfortunately been cancelled due to the COVID-19 pandemic.Both Victor Stinner
Julien Danjou
Interview: The Performance of Python
Earlier this year, I was supposed to participate to dotPy, a one-day Python conference happening in Paris. This event has unfortunately been cancelled due to the COVID-19 pandemic. Both Victor Stinner and me were supposed to attend that event. Victor had…
Daniel Roy Greenfeld: Two Scoops of Django 3.x Released
Link:
We just released the early release (alpha) of the fifth edition of our book, titled Two Scoops of Django 3.x. The 3.x means we are supporting Django 3.0, 3.1, and 3.2 Long Term Support (LTS) releases
Link:
We just released the early release (alpha) of the fifth edition of our book, titled Two Scoops of Django 3.x. The 3.x means we are supporting Django 3.0, 3.1, and 3.2 Long Term Support (LTS) releases
Real Python: Python eval(): Evaluate Expressions Dynamically
Link: https://realpython.com/python-eval-function/
Python’s eval() allows you to evaluate arbitrary Python expressions from a string-based or compiled-code-based input. This function can be handy when you’re trying to dynamically evaluate Python expre
Link: https://realpython.com/python-eval-function/
Python’s eval() allows you to evaluate arbitrary Python expressions from a string-based or compiled-code-based input. This function can be handy when you’re trying to dynamically evaluate Python expre
Realpython
Python eval(): Evaluate Expressions Dynamically – Real Python
In this step-by-step tutorial, you'll learn how Python's eval() works and how to use it effectively in your programs. Additionally, you'll learn how to minimize the security risks associated to the use of eval().
Podcast.__init__: Managing Distributed Teams In The Age Of Remote Work
Link: https://www.pythonpodcast.com/sourcegraph-remote-work-episode-262/
More of us are working remotely than ever before, many with no prior experience with a remote work environment. In this episode Quinn Slack discusses his thoughts and experience of running Sourcegraph
Link: https://www.pythonpodcast.com/sourcegraph-remote-work-episode-262/
More of us are working remotely than ever before, many with no prior experience with a remote work environment. In this episode Quinn Slack discusses his thoughts and experience of running Sourcegraph
The Python Podcast.__init__
The Python Podcast.__init__: Managing Distributed Teams In The Age Of Remote Work
An interview with Sourcegraph's CEO about managing and growing a team of engineers in a fully remote work environment.
Catalin George Festila: Python Qt5 - Simple text editor with QPlainTextEdit.
Link: http://python-catalin.blogspot.com/2020/05/python-qt5-simple-text-editor-with.html
I haven't played python in a long time. It can be seen after the last article.
Today I installed Python 3.8.3 and my favorite PyQt5 and started to see how much I forgot from what I knew.
Installing Py
Link: http://python-catalin.blogspot.com/2020/05/python-qt5-simple-text-editor-with.html
I haven't played python in a long time. It can be seen after the last article.
Today I installed Python 3.8.3 and my favorite PyQt5 and started to see how much I forgot from what I knew.
Installing Py
Blogspot
Python Qt5 - Simple text editor with QPlainTextEdit.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Wing Tips: Moving the Program Counter in Wing's Python Debugger
Link: https://wingware.com/blog/move-program-counter2
This Wing Tip describes how to move the program counter
while debugging Python code in Wing Personal and Wing Pro. This is a good way to go back and
re-execute previously visited Python code, in order
Link: https://wingware.com/blog/move-program-counter2
This Wing Tip describes how to move the program counter
while debugging Python code in Wing Personal and Wing Pro. This is a good way to go back and
re-execute previously visited Python code, in order
Wingware
Wing Tips: Moving the Program Counter in Wing's Python Debugger - Wing Python IDE
Wing's Python debugger can move the program counter, so you can go back and try code
again in order to find the original cause of a bug, without having to restart the debug
process.
again in order to find the original cause of a bug, without having to restart the debug
process.
Talk Python to Me: #264 10 tips every Flask developer should know
Link: https://talkpython.fm/episodes/show/264/10-tips-every-flask-developer-should-know
Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your
Link: https://talkpython.fm/episodes/show/264/10-tips-every-flask-developer-should-know
Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your
talkpython.fm
10 tips every Flask developer should know
Are you a web developer who uses Flask? It has become the most popular Python web framework. Even if you have used it for years, I bet we cover at least one thing that will surprise you and make your Flask code better.
Real Python: Improve Your Tests With the Python Mock Object Library
Link: https://realpython.com/courses/python-mock-object-library/
When you’re writing robust code, tests are essential for verifying that your application logic is correct, reliable, and efficient. However, the value of your tests depends on how well they demonstrat
Link: https://realpython.com/courses/python-mock-object-library/
When you’re writing robust code, tests are essential for verifying that your application logic is correct, reliable, and efficient. However, the value of your tests depends on how well they demonstrat
Realpython
Improve Your Tests With the Python Mock Object Library – Real Python
In this course, you'll learn how to use the Python mock object library, unittest.mock, to create and use mock objects to improve your tests. Obstacles like complex logic and unpredictable dependencies make writing valuable tests difficult, but unittest.mock…