Test and Code: 92: 9 Steps to Crater Quality & Destroy Customer Satisfaction - Cristian Medina
Link: https://testandcode.com/92
Cristian Medina wrote an article recently called "Test Engineering Anti-Patterns: Destroy Your Customer Satisfaction and Crater Your Quality By Using These 9 Easy Organizational Practices"
Of course,
Link: https://testandcode.com/92
Cristian Medina wrote an article recently called "Test Engineering Anti-Patterns: Destroy Your Customer Satisfaction and Crater Your Quality By Using These 9 Easy Organizational Practices"
Of course,
Test & Code
Test & Code 92: 9 Steps to Crater Quality & Destroy Customer Satisfaction - Cristian Medina
Cristian Medina wrote an article recently called "Test Engineering Anti-Patterns: Destroy Your Customer Satisfaction and Crater Your Quality By Using These 9 Easy Organizational Practices"
In this interview, we discuss each point, and the corollary of what…
In this interview, we discuss each point, and the corollary of what…
Catalin George Festila: Python 3.7.4 : Usinge pytesseract for text recognition.
Link: http://python-catalin.blogspot.com/2019/10/python-374-usinge-pytesseract-for-text.html
About this python module named tesseract, you can read here.
I tested with the tesseract tool install on my Fedora 30 distro and python module pytesseract version 0.3.0.
[root@desk mythcat]# dnf inst
Link: http://python-catalin.blogspot.com/2019/10/python-374-usinge-pytesseract-for-text.html
About this python module named tesseract, you can read here.
I tested with the tesseract tool install on my Fedora 30 distro and python module pytesseract version 0.3.0.
[root@desk mythcat]# dnf inst
Blogspot
Python 3.7.4 : Usinge pytesseract for text recognition.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Kushal Das: tarted a newsletter
Link: https://kushaldas.in/posts/started-a-newsletter.html
I started a newsletter, focusing on different
stories I read about privacy, security, programming in general. Following the
advice from Martijn Grooten, I am storing all the interesting links I read
Link: https://kushaldas.in/posts/started-a-newsletter.html
I started a newsletter, focusing on different
stories I read about privacy, security, programming in general. Following the
advice from Martijn Grooten, I am storing all the interesting links I read
Go Deh: Indent datastructure for trees
Link: http://feedproxy.google.com/~r/GoDeh/~3/zbk8ZKJaLmA/indent-datastructure-for-trees.html
I was browsing StackOverflow and came across a question that mentioned a new-to-me format for a datatructure for holding a tree of data.I am well used to the (name, list_of_children) set of interconne
Link: http://feedproxy.google.com/~r/GoDeh/~3/zbk8ZKJaLmA/indent-datastructure-for-trees.html
I was browsing StackOverflow and came across a question that mentioned a new-to-me format for a datatructure for holding a tree of data.I am well used to the (name, list_of_children) set of interconne
Blogspot
Indent datastructure for trees
I was browsing StackOverflow and came across a question that mentioned a new-to-me format for a datatructure for holding a tree of data.I am...
Mike Driscoll: PyDev of the Week: Sophy Wong
Link: http://www.blog.pythonlibrary.org/2019/10/21/pydev-of-the-week-sophy-wong/
This week we welcome Sophy Wong (@sophywong) as our PyDev of the Week! Sophy is a maker who uses Circuit Python for creating wearables. She is also a writer and speaker at Maker events. You can see so
Link: http://www.blog.pythonlibrary.org/2019/10/21/pydev-of-the-week-sophy-wong/
This week we welcome Sophy Wong (@sophywong) as our PyDev of the Week! Sophy is a maker who uses Circuit Python for creating wearables. She is also a writer and speaker at Maker events. You can see so
The Mouse Vs. The Python
PyDev of the Week: Sophy Wong - The Mouse Vs. The Python
This week we welcome Sophy Wong (@sophywong) as our PyDev of the Week! Sophy is a maker who uses Circuit Python for creating wearables. She is also a writer and speaker at Maker events. You can see some of her creations on her Youtube Channel or her website.…
Erik Marsja: Converting HTML to a Jupyter Notebook
Link: https://www.marsja.se/converting-html-to-a-jupyter-notebook/?utm_source=rss&utm_medium=rss&utm_campaign=converting-html-to-a-jupyter-notebook
The post Converting HTML to a Jupyter Notebook appeared first on Erik Marsja.
In this short post, we are going to learn how to turn the code from blog posts
to Jupyter notebooks.
In this post, we are
Link: https://www.marsja.se/converting-html-to-a-jupyter-notebook/?utm_source=rss&utm_medium=rss&utm_campaign=converting-html-to-a-jupyter-notebook
The post Converting HTML to a Jupyter Notebook appeared first on Erik Marsja.
In this short post, we are going to learn how to turn the code from blog posts
to Jupyter notebooks.
In this post, we are
Erik Marsja
Converting HTML to a Jupyter Notebook (.ipynb) - Erik Marsja
Learn how to scrape code from a webpage and save it as a Jupyter notebook. In this post, we'll use Beautifulsoup4, urllib, and json, to save HTML to .ipynb.
qutebrowser development blog: Current qutebrowser roadmap and next crowdfunding
Link: https://blog.qutebrowser.org/current-qutebrowser-roadmap-and-next-crowdfunding.html
More than half a year ago, I posted a qutebrowser roadmap - I thought it's
about time for an update on how things are looking at the moment!
Upcoming crowdfunding
I finished my Bachelor of Science in
Link: https://blog.qutebrowser.org/current-qutebrowser-roadmap-and-next-crowdfunding.html
More than half a year ago, I posted a qutebrowser roadmap - I thought it's
about time for an update on how things are looking at the moment!
Upcoming crowdfunding
I finished my Bachelor of Science in
Real Python: Arduino With Python: How to Get Started
Link: https://realpython.com/arduino-python/
Microcontrollers have been around for a long time, and they’re used in everything from complex machinery to common household appliances. However, working with them has traditionally been reserved for
Link: https://realpython.com/arduino-python/
Microcontrollers have been around for a long time, and they’re used in everything from complex machinery to common household appliances. However, working with them has traditionally been reserved for
Realpython
Arduino With Python: How to Get Started – Real Python
In this step-by-step tutorial, you'll discover how to use Arduino with Python to develop your own electronic projects. You'll learn how to set up circuits and write applications with the Firmata protocol. You'll control Arduino inputs and outputs and integrate…
Stack Abuse: Introduction to PyTorch for Classification
Link: https://stackabuse.com/introduction-to-pytorch-for-classification/
PyTorch and TensorFlow libraries are two of the most commonly used Python libraries for deep learning. PyTorch is developed by Facebook, while TensorFlow is a Google project. In this article, you will
Link: https://stackabuse.com/introduction-to-pytorch-for-classification/
PyTorch and TensorFlow libraries are two of the most commonly used Python libraries for deep learning. PyTorch is developed by Facebook, while TensorFlow is a Google project. In this article, you will
Stack Abuse
Introduction to PyTorch for Classification
PyTorch, alongside Tensorflow, is an extremely popular deep learning library for Python. In this article, we'll cover one of the basic tasks in machine learning - classification.
Anwesha Das: CopyleftConf 2020
Link: http://anweshadas.in/copyleftconf-2020/
A week before Software Freedom Conservancy had announced the CopyleftConf 2020. The conference is going to take place on 3 February 2020, Monday, in Brussels, Belgium.
The first edition of CopyleftCon
Link: http://anweshadas.in/copyleftconf-2020/
A week before Software Freedom Conservancy had announced the CopyleftConf 2020. The conference is going to take place on 3 February 2020, Monday, in Brussels, Belgium.
The first edition of CopyleftCon
Podcast.__init__: Illustrating The Landscape And Applications Of Deep Learning
Link: https://www.pythonpodcast.com/deep-learning-illustrated-episode-234/
Deep learning is a phrase that is used more often as it continues to transform the standard approach to artificial intelligence and machine learning projects. Despite its ubiquity, it is often difficu
Link: https://www.pythonpodcast.com/deep-learning-illustrated-episode-234/
Deep learning is a phrase that is used more often as it continues to transform the standard approach to artificial intelligence and machine learning projects. Despite its ubiquity, it is often difficu
The Python Podcast.__init__
The Python Podcast.__init__: Illustrating The Landscape And Applications Of Deep Learning
An interview with author Jon Krohn about his experience using and writing about deep learning for real world applications
IslandT: Python array list’s count method
Link: https://kibiwebgeek.com/python-array-lists-count-method/
In this example, we will use the count method from the Python array list to decide which phrase to return from a function that will accept an array list consists of good and bad ideas.
In the below ex
Link: https://kibiwebgeek.com/python-array-lists-count-method/
In this example, we will use the count method from the Python array list to decide which phrase to return from a function that will accept an array list consists of good and bad ideas.
In the below ex
Tryton News: Tryton Spanish Days 2019: In Alicante on the 27th & 28th of November
Link: https://discuss.tryton.org/t/tryton-spanish-days-2019-in-alicante-on-the-27th-28th-of-november/1864
@pokoli wrote:
Eventbrite - Imagen Portada.jpg2160×1080 2.31 MB
The Tryton Foundation is happy to announce the venue and date of the next Tryton Spanish Days.
The event will take place in the sunny
Link: https://discuss.tryton.org/t/tryton-spanish-days-2019-in-alicante-on-the-27th-28th-of-november/1864
@pokoli wrote:
Eventbrite - Imagen Portada.jpg2160×1080 2.31 MB
The Tryton Foundation is happy to announce the venue and date of the next Tryton Spanish Days.
The event will take place in the sunny
Tryton Discussion
Tryton Spanish Days 2019: In Alicante on the 27th & 28th of November
The Tryton Foundation is happy to announce the venue and date of the next Tryton Spanish Days. The event will take place in the sunny city of Alicante on the 27th and 28th of November at the Auditorio Puerta Ferrisa at Calle Jorge Juan, 21, 03002 Alicante…
S. Lott: State Change and NoSQL Databases
Link: http://slott-softwarearchitect.blogspot.com/2019/10/state-change-and-nosql-databases.html
Let's take another look at F. L. Stevens spreadsheet with agencies and agents. It's -- of course -- an unholy mess. Why? It's difficult to handle state change and deduplication.Let's look at state cha
Link: http://slott-softwarearchitect.blogspot.com/2019/10/state-change-and-nosql-databases.html
Let's take another look at F. L. Stevens spreadsheet with agencies and agents. It's -- of course -- an unholy mess. Why? It's difficult to handle state change and deduplication.Let's look at state cha
Blogspot
State Change and NoSQL Databases
Let's take another look at F. L. Stevens spreadsheet with agencies and agents. It's -- of course -- an unholy mess. Why? It's difficult to h...
NumFOCUS: NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects
Link: https://numfocus.org/blog/numfocus-and-tidelift-partner
The post NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-and-tidelift-partner
The post NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects appeared first on NumFOCUS.
NumFOCUS
NumFOCUS and Tidelift partner to support essential community-led open source data science and scientific computing projects - NumFOCUS
NumFOCUS and Tidelift announced a partnership to support open source libraries critical to the PyData ecosystem: NumPy, SciPy, & pandas.
Django Weblog: Nominations for 2019 Malcolm Tredinnick Memorial Prize
Link: https://www.djangoproject.com/weblog/2019/oct/22/nominations-2019-malcolm-tredinnick-memorial-prize/
It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influence and large impa
Link: https://www.djangoproject.com/weblog/2019/oct/22/nominations-2019-malcolm-tredinnick-memorial-prize/
It is that time of year again when we recognize someone from our community in memory of our friend Malcolm.
Malcolm was an early core contributor to Django and had both a huge influence and large impa
Red Hat Developers: What’s new in Red Hat Dependency Analytics
Link: https://developers.redhat.com/blog/2019/10/15/whats-new-in-red-hat-dependency-analytics/
We are excited to announce a new release of Red Hat Dependency Analytics, a solution that enables developers to create better applications by evaluating and adding high-quality open source components,
Link: https://developers.redhat.com/blog/2019/10/15/whats-new-in-red-hat-dependency-analytics/
We are excited to announce a new release of Red Hat Dependency Analytics, a solution that enables developers to create better applications by evaluating and adding high-quality open source components,
Red Hat Developer
What's new in Red Hat Dependency Analytics - Red Hat Developer
The Red Hat Dependency Analytics IDE plugin is now available; we explain the new capabilities of this release.
Real Python: Python Plotting With Matplotlib
Link: https://realpython.com/courses/python-plotting-matplotlib/
A picture is worth a thousand words, and with Python’s matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.
However, matplotlib is al
Link: https://realpython.com/courses/python-plotting-matplotlib/
A picture is worth a thousand words, and with Python’s matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.
However, matplotlib is al
Realpython
Python Plotting With Matplotlib – Real Python
In this beginner-friendly course, you'll learn about plotting in Python with matplotlib by looking at the theory and following along with practical examples.
PyCharm: Webinar: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
Link: http://feedproxy.google.com/~r/Pycharm/~3/7qnt2A2lduY/
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development.
In this webinar Maxim Sobolevskiy, the DataGrip Product Marke
Link: http://feedproxy.google.com/~r/Pycharm/~3/7qnt2A2lduY/
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development.
In this webinar Maxim Sobolevskiy, the DataGrip Product Marke
PyCharm Blog
Webinar: “Visual SQL Development with PyCharm” with Maxim Sobolevskiy
We talk about visual debugging, visual testing, etc. But… visual databasing? Indeed, PyCharm embeds DataGrip, our IDE for SQL development. In this webinar Maxim Sobolevskiy, the DataGrip Prod…
PyCon: Startup Row PyCon US 2020 Applications are Open!
Link: https://pycon.blogspot.com/2019/10/startup-row-pycon-us-2020-applications.html
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon since 2011, the Python Software Foundation has given qualifying
Link: https://pycon.blogspot.com/2019/10/startup-row-pycon-us-2020-applications.html
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon since 2011, the Python Software Foundation has given qualifying
Blogspot
Startup Row PyCon US 2020 Applications are Open!
Another year, another PyCon US, another opportunity for early-stage startups to show off how they use Python on Startup Row. Every PyCon sin...
PyCoder’s Weekly: Issue #391 (Oct. 22, 2019)
Link: https://pycoders.com/issues/391
#391 – OCTOBER 22, 2019 View in Browser » Arduino Microcontrollers + Python: How to Get Started Discover how to use Arduino microcontrollers with Python to develop your own electronic projects.
Link: https://pycoders.com/issues/391
#391 – OCTOBER 22, 2019 View in Browser » Arduino Microcontrollers + Python: How to Get Started Discover how to use Arduino microcontrollers with Python to develop your own electronic projects.
Pycoders
PyCoder’s Weekly | Issue #391
Issue #391 of the PyCoder’s Weekly newsletter, published Oct. 22, 2019.