Shyama Sankar Vellore: Monkey Patching in Python: Explained with Examples
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/VXUNjYLVAwU/monkey-patching-in-python-explained.html
In this post, we will learn about monkey patching, i.e., how to dynamically update code behavior at runtime. We will also see some useful examples of monkey patching in Python.Table of contentsMonkey
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/VXUNjYLVAwU/monkey-patching-in-python-explained.html
In this post, we will learn about monkey patching, i.e., how to dynamically update code behavior at runtime. We will also see some useful examples of monkey patching in Python.Table of contentsMonkey
Blogspot
Monkey Patching in Python: Explained with Examples
Python lessons, tips, and tricks for beginners!
Codementor: Python: trace recursive function
Link: https://www.codementor.io/dmitrybelaventsev/python-trace-recursive-function-tkq79m4so
Let me share example of "pure programming" task, which I've faced recently here, on Codementor. I like how the solution looks like and want to hear your feedback from you.
Link: https://www.codementor.io/dmitrybelaventsev/python-trace-recursive-function-tkq79m4so
Let me share example of "pure programming" task, which I've faced recently here, on Codementor. I like how the solution looks like and want to hear your feedback from you.
www.codementor.io
Python: trace recursive function | Codementor
Let me share example of "pure programming" task, which I've faced recently here, on Codementor. I like how the solution looks like and want to hear your feedback from you.
Weekly Python StackOverflow Report: (clxxi) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/03/clxxi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-03-31 10:06:26 GMTPython: How to get the similar-sounding words to
Link: http://python-weekly.blogspot.com/2019/03/clxxi-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-03-31 10:06:26 GMTPython: How to get the similar-sounding words to
Blogspot
(clxxi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Abhijeet Pal: Building A Blog Application With Django
Link: https://djangocentral.com/building-a-blog-application-with-django/
In this tutorial, we’ll build a Blog application with Django 2.1 that allows users to create, edit, and delete posts. The homepage will list all blog posts, and there will be a dedicated detail page f
Link: https://djangocentral.com/building-a-blog-application-with-django/
In this tutorial, we’ll build a Blog application with Django 2.1 that allows users to create, edit, and delete posts. The homepage will list all blog posts, and there will be a dedicated detail page f
Djangocentral
Building A Blog Application With Django
In this tutorial, we’ll build a Blog application with Django that allows users to create, edit, and delete posts. The homepage will list all blog posts, and
Doug Hellmann: sphinxcontrib-spelling 4.2.1
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Li_JiQubVCM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 4.2.1? fix remaining logging issue (contribut
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/Li_JiQubVCM/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 4.2.1? fix remaining logging issue (contribut
Vasudev Ram: rmline: Python command-line utility to remove lines from a file [Rosetta Code solution]
Link: http://jugad2.blogspot.com/2019/04/rmline-python-command-line-utility-to.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingPipeline image attributionHi readers,Long time no post. Sorry.I saw this programming problem about removing lines from a file o
Link: http://jugad2.blogspot.com/2019/04/rmline-python-command-line-utility-to.html
- By Vasudev Ram - Online Python training / SQL training / Linux trainingPipeline image attributionHi readers,Long time no post. Sorry.I saw this programming problem about removing lines from a file o
Blogspot
rmline: Python command-line utility to remove lines from a file [Rosetta Code solution]
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
Podcast.__init__: Building Scalable Ecommerce Sites On Saleor
Link: https://www.pythonpodcast.com/saleor-ecommerce-episode-205/
Ecommerce is an industry that has largely faded into the background due to its ubiquity in recent years. Despite that, there are new trends emerging and room for innovation, which is what the team at
Link: https://www.pythonpodcast.com/saleor-ecommerce-episode-205/
Ecommerce is an industry that has largely faded into the background due to its ubiquity in recent years. Despite that, there are new trends emerging and room for innovation, which is what the team at
The Python Podcast.__init__
The Python Podcast.__init__: Building Scalable Ecommerce Sites On Saleor
An interview about the state of ecommerce and the Saleor framework for Python and Django
Mike Driscoll: PyDev of the Week: Kyle Stratis
Link: http://www.blog.pythonlibrary.org/2019/04/01/pydev-of-the-week-kyle-stratis/
This week we welcome Kyle Stratis (@KyleStratis) as our PyDev of the Week! He is an active contributor at Real Python but also maintains his own website. You can catch up with his projects on Github a
Link: http://www.blog.pythonlibrary.org/2019/04/01/pydev-of-the-week-kyle-stratis/
This week we welcome Kyle Stratis (@KyleStratis) as our PyDev of the Week! He is an active contributor at Real Python but also maintains his own website. You can catch up with his projects on Github a
Tryton News: Newsletter April 2019
Link: https://discuss.tryton.org/t/newsletter-april-2019/1222
@ced wrote:
field-events-finish-line-goal-60230.jpg1280×855 307 KB
This is the final sprint before the release 5.2. So we see the landing of many works started a few months ago. A lot are linked to
Link: https://discuss.tryton.org/t/newsletter-april-2019/1222
@ced wrote:
field-events-finish-line-goal-60230.jpg1280×855 307 KB
This is the final sprint before the release 5.2. So we see the landing of many works started a few months ago. A lot are linked to
Tryton Discussion
Newsletter April 2019
This is the final sprint before the release 5.2. So we see the landing of many works started a few months ago. A lot are linked to improving the client. It is the final month to contribute to translate Tryton in your language for the next release. We are…
Julien Danjou: Writing Your Own Filtering DSL in Python
Link: https://julien.danjou.info/writing-your-own-filtering-dsl-in-python/
A few months ago, we've seen how to write a filtering syntax tree in Python. The idea behind this was to create a data structure — in the form of a dictionary — that would allow to filter data based o
Link: https://julien.danjou.info/writing-your-own-filtering-dsl-in-python/
A few months ago, we've seen how to write a filtering syntax tree in Python. The idea behind this was to create a data structure — in the form of a dictionary — that would allow to filter data based o
Julien Danjou
Writing Your Own Filtering DSL in Python
A few months ago, we've seen how to write a filtering syntax tree
[https://julien.danjou.info/multi-value-syntax-tree-filtering-in-python/] in Python. The idea
behind this was to create a data structure — in the form of a dictionary — that
would allow to…
[https://julien.danjou.info/multi-value-syntax-tree-filtering-in-python/] in Python. The idea
behind this was to create a data structure — in the form of a dictionary — that
would allow to…
Django Weblog: Django bugfix release: 2.1.8
Link: https://www.djangoproject.com/weblog/2019/apr/01/bugfix-release/
Today we've issued the 2.1.8 bugfix release.
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 this release is
Link: https://www.djangoproject.com/weblog/2019/apr/01/bugfix-release/
Today we've issued the 2.1.8 bugfix release.
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 this release is
Shyama Sankar Vellore: Getting started with Flask: Hello World
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/_Z3TcUnbIos/getting-started-with-flask-hello-world.html
In this post, we will learn how to create a very basic "Hello World" web application using Flask and run it locally.Installation and setupIn this section, we will install Flask and set up our project
Link: http://feedproxy.google.com/~r/blogspot/learnpython/~3/_Z3TcUnbIos/getting-started-with-flask-hello-world.html
In this post, we will learn how to create a very basic "Hello World" web application using Flask and run it locally.Installation and setupIn this section, we will install Flask and set up our project
Blogspot
Getting started with Flask: Hello World
Python lessons, tips, and tricks for beginners!
Codementor: Installing Fast.ai in Alibaba Cloud GPU and Running It on Jupyter Notebook
Link: https://www.codementor.io/alibabacloud/installing-fast-ai-in-alibaba-cloud-gpu-and-running-it-on-jupyter-notebook-tlz52xsze
By Ahmad Arib, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Link: https://www.codementor.io/alibabacloud/installing-fast-ai-in-alibaba-cloud-gpu-and-running-it-on-jupyter-notebook-tlz52xsze
By Ahmad Arib, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
www.codementor.io
Installing Fast.ai in Alibaba Cloud GPU and Running It on Jupyter Notebook | Codementor
By Ahmad Arib, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Django Weblog: Django 2.2 released
Link: https://www.djangoproject.com/weblog/2019/apr/01/django-22-released/
The Django team is happy to announce the release of Django 2.2.
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for
Link: https://www.djangoproject.com/weblog/2019/apr/01/django-22-released/
The Django team is happy to announce the release of Django 2.2.
This version has been designated as a long-term support (LTS) release, which means that security and data loss fixes will be applied for
Mike Driscoll: My Cover Story for Creating GUI Applications with wxPython Book
Link: http://www.blog.pythonlibrary.org/2019/04/01/my-cover-story-for-creating-gui-applications-with-wxpython-book/
I thought it would be fun to write a bit about the cover art for my new book, Creating GUI Applications with wxPython. I had meant to post about that during the actual Kickstarter campaign.
My origin
Link: http://www.blog.pythonlibrary.org/2019/04/01/my-cover-story-for-creating-gui-applications-with-wxpython-book/
I thought it would be fun to write a bit about the cover art for my new book, Creating GUI Applications with wxPython. I had meant to post about that during the actual Kickstarter campaign.
My origin
Stack Abuse: Sorting Algorithms in Python
Link: https://stackabuse.com/sorting-algorithms-in-python/
Introduction
Sometimes data we store or retrieve in an application can have little or no order. We may have to rearrange the data to correctly process it or efficiently use it. Over the years, compute
Link: https://stackabuse.com/sorting-algorithms-in-python/
Introduction
Sometimes data we store or retrieve in an application can have little or no order. We may have to rearrange the data to correctly process it or efficiently use it. Over the years, compute
Stack Abuse
Sorting Algorithms in Python
Sometimes, data we store or retrieve in an application can have little or no order. We may have to rearrange the data to correctly process it or efficiently us...
Real Python: Get Started With Django Part 1: Build a Portfolio App
Link: https://realpython.com/get-started-with-django-1/
Django is a fully featured Python web framework that can be used to build complex web applications. In this tutorial, you’ll jump in and learn Django by example. You’ll follow the steps to create a fu
Link: https://realpython.com/get-started-with-django-1/
Django is a fully featured Python web framework that can be used to build complex web applications. In this tutorial, you’ll jump in and learn Django by example. You’ll follow the steps to create a fu
Realpython
Get Started With Django: Build a Portfolio App – Real Python
In this step-by-step tutorial, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build an example portfolio application to showcase your web development projects.
Moshe Zadka: A Local LRU Cache
Link: https://orbifold.xyz/local-lru.html
"It is a truth universally acknowledged,
that a shared state in possession of mutability,
must be in want of a bug."
--
with apologies to Jane Austen
As Ms. Austen,
and
Henrik Eichenhardt,
taught us,
Link: https://orbifold.xyz/local-lru.html
"It is a truth universally acknowledged,
that a shared state in possession of mutability,
must be in want of a bug."
--
with apologies to Jane Austen
As Ms. Austen,
and
Henrik Eichenhardt,
taught us,
orbifold.xyz
Orbifolds and Other Games - A Local LRU Cache
PyCharm: PyCharm 2019.1.1 RC
Link: http://feedproxy.google.com/~r/Pycharm/~3/2_WL7nDwJ40/
PyCharm is the first JetBrains IDE to ship with the new JDK 11. This brings us improved performance and better rendering for our Jupyter Notebooks. Unfortunately, it also means that we ran into a coup
Link: http://feedproxy.google.com/~r/Pycharm/~3/2_WL7nDwJ40/
PyCharm is the first JetBrains IDE to ship with the new JDK 11. This brings us improved performance and better rendering for our Jupyter Notebooks. Unfortunately, it also means that we ran into a coup
PyCharm Blog
PyCharm 2019.1.1 RC
PyCharm is the first JetBrains IDE to ship with the new JDK 11. This brings us improved performance and better rendering for our Jupyter Notebooks. Unfortunately, it also means that we ran into a c…
Wingware News: Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019
Link: https://wingware.com/news/2019-04-02
The second release candidate of Wing Python IDE version 7 is now available through our
Early Access Program. This release fixes about 15
issues, in preparation for the final release of Wing 7.
Downloa
Link: https://wingware.com/news/2019-04-02
The second release candidate of Wing Python IDE version 7 is now available through our
Early Access Program. This release fixes about 15
issues, in preparation for the final release of Wing 7.
Downloa
Wingware
Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019 - Wing Python IDE
Wing 7.0 rc2 is now available through our early access program. It fixes
about 15 issues, in preparation for the final release of Wing 7.
about 15 issues, in preparation for the final release of Wing 7.
Mike Driscoll: Product Review: Python Flash Cards
Link: http://www.blog.pythonlibrary.org/2019/04/02/product-review-python-flash-cards/
No Starch Press is best known for creating books on computer programming. However they recently released a new product called Python Flash Cards by Eric Matthes, the author of Python Crash Course. I t
Link: http://www.blog.pythonlibrary.org/2019/04/02/product-review-python-flash-cards/
No Starch Press is best known for creating books on computer programming. However they recently released a new product called Python Flash Cards by Eric Matthes, the author of Python Crash Course. I t