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
Codementor: Java vs Python: Battle Of The Best
Link: https://www.codementor.io/sayantinideb/java-vs-python-battle-of-the-best-tmz6ynvvn
This blog on Java vs Python provides you with a detailed comparison between the two languages and helps you decide which language you should opt for.
Link: https://www.codementor.io/sayantinideb/java-vs-python-battle-of-the-best-tmz6ynvvn
This blog on Java vs Python provides you with a detailed comparison between the two languages and helps you decide which language you should opt for.
www.codementor.io
Java vs Python: Battle Of The Best | Codementor
This blog on Java vs Python provides you with a detailed comparison between the two languages and helps you decide which language you should opt for.
Ned Batchelder: Cog 3.0
Link: https://nedbatchelder.com//blog/201904/cog_30.html
Cog is a small tool I wrote years ago. It
finds snippets of Python in text files, executes them, and inserts the result
back into the text. It’s good for adding a little bit of computational support
Link: https://nedbatchelder.com//blog/201904/cog_30.html
Cog is a small tool I wrote years ago. It
finds snippets of Python in text files, executes them, and inserts the result
back into the text. It’s good for adding a little bit of computational support
Wingware News: Wing Python IDE 7.0 Release Candidate 2 - April 2, 2019
Link: https://www.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://www.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.
Talk Python to Me: #205 Beginners and Experts Panel
Link: https://talkpython.fm/episodes/show/205/beginners-and-experts-panel
Welcome to part 2 of our beginners and experts series. This one is a panel format with 7 different guests. Each of them a beginner in their own way. We dig deeper into some follow up conversations for
Link: https://talkpython.fm/episodes/show/205/beginners-and-experts-panel
Welcome to part 2 of our beginners and experts series. This one is a panel format with 7 different guests. Each of them a beginner in their own way. We dig deeper into some follow up conversations for
talkpython.fm
Beginners and Experts Panel
Welcome to part 2 of our beginners and experts series. This one is a panel format with 7 different guests. Each of them a beginner in their own way. We dig deeper into some follow up conversations for part 1 with our panelists.
Real Python: Idiomatic Pandas: Tricks & Features You May Not Know
Link: https://realpython.com/courses/idiomatic-pandas-tricks-features-you-may-not-know/
Pandas is a foundational library for analytics, data processing, and data science. It’s a huge project with tons of optionality and depth.
In this course you’ll see how to use some lesser-used but idi
Link: https://realpython.com/courses/idiomatic-pandas-tricks-features-you-may-not-know/
Pandas is a foundational library for analytics, data processing, and data science. It’s a huge project with tons of optionality and depth.
In this course you’ll see how to use some lesser-used but idi
Realpython
Idiomatic pandas: Tricks & Features You May Not Know – Real Python
In this course you'll see how to use some lesser-used but idiomatic pandas capabilities that lend your code better readability, versatility, and speed.