Mike Driscoll: PyDev of the Week: Aisha Bello
Link: http://www.blog.pythonlibrary.org/2018/09/03/pydev-of-the-week-aisha-bello/
This week we welcome Aisha Bello (@AishaXBello) as our PyDev of the Week! Aisha is the founder of PyLadies Nigeria and is passionate about STEM in developing countries. She is also an organizer for Dj
Link: http://www.blog.pythonlibrary.org/2018/09/03/pydev-of-the-week-aisha-bello/
This week we welcome Aisha Bello (@AishaXBello) as our PyDev of the Week! Aisha is the founder of PyLadies Nigeria and is passionate about STEM in developing countries. She is also an organizer for Dj
Tryton News: Newsletter September 2018
Link: https://discuss.tryton.org/t/newsletter-september-2018/629
@ced wrote:
This is the last month before the long term release 5.0. So many ongoing development has finally landed in Tryton.
1024px-Modest_Huys_-_Vlasoogst.jpeg1024x766 241 KB
Changes for the use
Link: https://discuss.tryton.org/t/newsletter-september-2018/629
@ced wrote:
This is the last month before the long term release 5.0. So many ongoing development has finally landed in Tryton.
1024px-Modest_Huys_-_Vlasoogst.jpeg1024x766 241 KB
Changes for the use
Tryton Discussion
Newsletter September 2018
This is the last month before the long term release 5.0. So many ongoing development has finally landed in Tryton. Changes for the user Style default button The default buttons on desktop client have the style of suggested action. Use of message dialog…
Codementor: We don't need a ternary operator
Link: https://www.codementor.io/edaqa/we-don-t-need-a-ternary-operator-mxiy9qv6f
Why the ternary operator is messy and how we could get rid of it.
Link: https://www.codementor.io/edaqa/we-don-t-need-a-ternary-operator-mxiy9qv6f
Why the ternary operator is messy and how we could get rid of it.
www.codementor.io
We don't need a ternary operator | Codementor
Why the ternary operator is messy and how we could get rid of it.
Julien Danjou: High-Performance in Python with Zero-Copy and the Buffer Protocol
Link: https://julien.danjou.info/high-performance-in-python-with-zero-copy-and-the-buffer-protocol/
Whatever your programs are doing, they often have to deal with vast amounts of data. This data is usually represented and manipulated in the form of strings. However, handling such a large quantity of
Link: https://julien.danjou.info/high-performance-in-python-with-zero-copy-and-the-buffer-protocol/
Whatever your programs are doing, they often have to deal with vast amounts of data. This data is usually represented and manipulated in the form of strings. However, handling such a large quantity of
Zato Blog: Connecting Zato clusters with WebSockets and publish/subscribe queues
Link: https://zato.io/blog/posts/connect-clusters-websockets.html
Since version 3.0, it is possible to directly connect Zato clusters and exchange messages as though remote services where running in a local instance. This makes it an ideal choice for environments sp
Link: https://zato.io/blog/posts/connect-clusters-websockets.html
Since version 3.0, it is possible to directly connect Zato clusters and exchange messages as though remote services where running in a local instance. This makes it an ideal choice for environments sp
Zato Blog
Connecting Zato clusters with WebSockets and publish/subscribe queues
Stack Abuse: Beginner's Tutorial on the Pandas Python Library
Link: https://stackabuse.com/beginners-tutorial-on-the-pandas-python-library/
Pandas is an open source Python package that provides numerous tools for data analysis. The package comes with several data structures that can be used for many different data manipulation tasks. It a
Link: https://stackabuse.com/beginners-tutorial-on-the-pandas-python-library/
Pandas is an open source Python package that provides numerous tools for data analysis. The package comes with several data structures that can be used for many different data manipulation tasks. It a
Stack Abuse
Beginner's Tutorial on the Pandas Python Library
Pandas is an open source Python package that provides numerous tools for data analysis. The package comes with several data structures that can be used for many...
Ned Batchelder: Coverage.py 5.0a2: SQLite storage
Link: https://nedbatchelder.com//blog/201809/coveragepy_50a2_sqlite_storage.html
The next alpha of Coverage.py 5.0
is ready: 5.0a2.
The big change is that instead of using a JSON-like file for storing the
collected data, we now use a SQLite database. This is in prepar
Link: https://nedbatchelder.com//blog/201809/coveragepy_50a2_sqlite_storage.html
The next alpha of Coverage.py 5.0
is ready: 5.0a2.
The big change is that instead of using a JSON-like file for storing the
collected data, we now use a SQLite database. This is in prepar
Real Python: Structuring Python Programs
Link: https://realpython.com/python-program-structure/
You have now covered Python variables, operators, and data types in depth, and you’ve seen quite a bit of example code. Up to now, the code has consisted of short individual statements, simply assigni
Link: https://realpython.com/python-program-structure/
You have now covered Python variables, operators, and data types in depth, and you’ve seen quite a bit of example code. Up to now, the code has consisted of short individual statements, simply assigni
Realpython
Python Program Lexical Structure – Real Python
In this tutorial you'll dig deeper into Python's lexical structure and start arranging code into more complex groupings. You'll learn about the syntactic elements that comprise statements, the basic units that make up a Python program.
Made With Mu: Tinkology with Les
Link: https://madewith.mu/mu/users/2018/09/03/tinkology-with-les.html
Friend of Mu and community supporter extraordinaire Les Pounder writes a blog
containing lots of quick, fun and beginner-friendly projects. He calls this
sort of thing “tinkology” – a term I really li
Link: https://madewith.mu/mu/users/2018/09/03/tinkology-with-les.html
Friend of Mu and community supporter extraordinaire Les Pounder writes a blog
containing lots of quick, fun and beginner-friendly projects. He calls this
sort of thing “tinkology” – a term I really li
Made With Mu
Tinkology with Les
Friend of Mu and community supporter extraordinaire Les Pounder writes a blog containing lots of quick, fun and beginner-friendly projects. He calls this sort of thing “tinkology” – a term I really like. Playful tinkering is such a wonderful way to learn…
Fabio Zadrozny: PyDev 6.5.0 (#region code folding)
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/8Z9yX4D2R7o/pydev-650-region-code-folding.html
PyDev 6.5.0 is now available for download.There are some nice features and fixes available in this release:#region / #endregion comments can now be used by the code-folding engine. An action to easily
Link: http://feedproxy.google.com/~r/blogspot/pydev/~3/8Z9yX4D2R7o/pydev-650-region-code-folding.html
PyDev 6.5.0 is now available for download.There are some nice features and fixes available in this release:#region / #endregion comments can now be used by the code-folding engine. An action to easily
Blogspot
PyDev 6.5.0 (#region code folding)
PyDev 6.5.0 is now available for download. There are some nice features and fixes available in this release: #region / #endregion comm...
Podcast.__init__: Infection Monkey Vulnerability Scanner with Daniel Goldberg
Link: https://www.podcastinit.com/infection-monkey-vulnerability-scanner-with-daniel-goldberg-episode-177/
How secure are your servers? The best way to be sure that your systems aren't being compromised is to do it yourself. In this episode Daniel Goldberg explains how you can use his project Infection Mon
Link: https://www.podcastinit.com/infection-monkey-vulnerability-scanner-with-daniel-goldberg-episode-177/
How secure are your servers? The best way to be sure that your systems aren't being compromised is to do it yourself. In this episode Daniel Goldberg explains how you can use his project Infection Mon
Podcast.__init__('Python')
Infection Monkey Vulnerability Scanner with Daniel Goldberg - Episode 177
How secure are your servers? The best way to be sure that your systems aren't being compromised is to do it yourself. In this episode Daniel Goldberg explains how you can use his project Infection Monkey to run a scan of your infrastructure to find and fix…
Codementor: The Magic Behind Python Generator Functions
Link: https://www.codementor.io/syedkabbas1988/the-magic-behind-python-generator-functions-n1os55lqr
https://cdn-images-1.medium.com/max/1600/1*6PpBwJOQIYho7GMjijh0Gw.jpeg
Photo by Kaique Rocha (https://www.pexels.com/u/kaiquestr/)
Generator Functions are one of the coolest features of the...
Link: https://www.codementor.io/syedkabbas1988/the-magic-behind-python-generator-functions-n1os55lqr
https://cdn-images-1.medium.com/max/1600/1*6PpBwJOQIYho7GMjijh0Gw.jpeg
Photo by Kaique Rocha (https://www.pexels.com/u/kaiquestr/)
Generator Functions are one of the coolest features of the...
www.codementor.io
The Magic Behind Python Generator Functions | Codementor
https://cdn-images-1.medium.com/max/1600/1*6PpBwJOQIYho7GMjijh0Gw.jpeg
Photo by Kaique Rocha (https://www.pexels.com/u/kaiquestr/)
Generator Functions are one of the coolest features of the...
Photo by Kaique Rocha (https://www.pexels.com/u/kaiquestr/)
Generator Functions are one of the coolest features of the...
Codementor: A Closer Look At How Python f-strings Work
Link: https://www.codementor.io/syedkabbas1988/a-closer-look-at-how-python-f-strings-work-n1otthetx
https://cdn-images-1.medium.com/max/1600/1*Ww1GIXkTV2XdF_hYKyiWfA.jpeg
Photo ByFancycrave (https://www.pexels.com/photo/accessory-bobbin-close-up-clothing-355148/)
PEP 498...
Link: https://www.codementor.io/syedkabbas1988/a-closer-look-at-how-python-f-strings-work-n1otthetx
https://cdn-images-1.medium.com/max/1600/1*Ww1GIXkTV2XdF_hYKyiWfA.jpeg
Photo ByFancycrave (https://www.pexels.com/photo/accessory-bobbin-close-up-clothing-355148/)
PEP 498...
www.codementor.io
A Closer Look At How Python f-strings Work | Codementor
https://cdn-images-1.medium.com/max/1600/1*Ww1GIXkTV2XdF_hYKyiWfA.jpeg
Photo ByFancycrave (https://www.pexels.com/photo/accessory-bobbin-close-up-clothing-355148/)
PEP 498...
Photo ByFancycrave (https://www.pexels.com/photo/accessory-bobbin-close-up-clothing-355148/)
PEP 498...
Itamar Turner Trauring: Stabbing yourself with a fork() in a multiprocessing.Pool full of sharks
Link: https://codewithoutrules.com/2018/09/04/python-multiprocessing/
It’s time for another deep-dive into Python brokenness and the pain that is POSIX system programming, this time with exciting and not very convincing shark-themed metaphors!
Most of what you’ll learn
Link: https://codewithoutrules.com/2018/09/04/python-multiprocessing/
It’s time for another deep-dive into Python brokenness and the pain that is POSIX system programming, this time with exciting and not very convincing shark-themed metaphors!
Most of what you’ll learn
Stack Abuse: Text Summarization with NLTK in Python
Link: https://stackabuse.com/text-summarization-with-nltk-in-python/
Introduction
As I write this article, 1,907,223,370 websites are active on the internet and 2,722,460 emails are being sent per second. This is an unbelievably huge amount of data. It is impossible fo
Link: https://stackabuse.com/text-summarization-with-nltk-in-python/
Introduction
As I write this article, 1,907,223,370 websites are active on the internet and 2,722,460 emails are being sent per second. This is an unbelievably huge amount of data. It is impossible fo
Stack Abuse
Text Summarization with NLTK in Python
As I write this article, 1,907,223,370 websites are active on the internet and 2,722,460 emails are being sent per second. This is an unbelievably huge amount...
Stack Abuse: File Handling in Python
Link: https://stackabuse.com/file-handling-in-python/
Introduction
It is an unwritten consensus that Python is one of the best starting programming languages to learn as a novice. It is extremely versatile, easy to read/analyze, and quite pleasant to the
Link: https://stackabuse.com/file-handling-in-python/
Introduction
It is an unwritten consensus that Python is one of the best starting programming languages to learn as a novice. It is extremely versatile, easy to read/analyze, and quite pleasant to the
Stack Abuse
File Handling in Python
It is an unwritten consensus that Python is one of the best starting programming languages to learn as a novice. It is extremely versatile, easy to read/analyz...
Continuum Analytics Blog: Anaconda Welcomes Maggie Key as SVP of Customer Success
Link: https://www.anaconda.com/blog/company-blog/anaconda-welcomes-maggie-key-svp-of-customer-success/
Former VP of Accruent joins executive team to build out and embed customer success program within Anaconda AUSTIN, Texas – September 4, 2018 – Anaconda, Inc., the most popular Python data science plat
Link: https://www.anaconda.com/blog/company-blog/anaconda-welcomes-maggie-key-svp-of-customer-success/
Former VP of Accruent joins executive team to build out and embed customer success program within Anaconda AUSTIN, Texas – September 4, 2018 – Anaconda, Inc., the most popular Python data science plat
Anaconda
Anaconda Welcomes Maggie Key as SVP of Customer Success - Anaconda
Former VP of Accruent joins executive team to build out and embed customer success program within Anaconda.
James Bennett: django-registration 3.0
Link: https://www.b-list.org/weblog/2018/sep/04/three-dot-oh/
Today I’m pleased to announce the release of django-registration 3.0. This is a pretty big update, and one that’s been coming for a while, so I want to take a moment to go briefly through the changes
Link: https://www.b-list.org/weblog/2018/sep/04/three-dot-oh/
Today I’m pleased to announce the release of django-registration 3.0. This is a pretty big update, and one that’s been coming for a while, so I want to take a moment to go briefly through the changes
Michael Foord: Interview on Podcast.__init__
Link: https://agileabstractions.com/Podcast/
I recently had the great pleasure of having a conversation with Tobias Macey, who produces the Podcast.init podcast. We spent almost an hour talking about testing, the Python community and the mock l
Link: https://agileabstractions.com/Podcast/
I recently had the great pleasure of having a conversation with Tobias Macey, who produces the Podcast.init podcast. We spent almost an hour talking about testing, the Python community and the mock l
Agileabstractions
Interview on Podcast.__init__
I recently had the great pleasure of having a conversation with Tobias Macey, who produces the Podcast.init podcast. We spent almost an hour talking about testing, the Python community and the mock library amongst other things.
The podcast is now available…
The podcast is now available…
Python Celery - Weekly Celery Tutorials and How-tos: Celery task exceptions and automatic retries
Link: https://www.python-celery.com/2018/09/04/error-handling-retry/
Handling Celery task failures in a consistent and predictable way is a prerquisite to building
a resilient asynchronous system. In this blog post you will learn how to: handle Celery task errors
and a
Link: https://www.python-celery.com/2018/09/04/error-handling-retry/
Handling Celery task failures in a consistent and predictable way is a prerquisite to building
a resilient asynchronous system. In this blog post you will learn how to: handle Celery task errors
and a
Python-Celery
Celery task exceptions and automatic retries - Python Celery - The Missing Blog
Handling Celery task failures in a consistent and predictable way is a prerquisite to building a resilient asynchronous system. In this blog post you will le...