Mike Driscoll: PyDev of the Week: Kevin Thomas
Link: https://www.blog.pythonlibrary.org/2020/11/02/pydev-of-the-week-kevin-thomas/
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utili
Link: https://www.blog.pythonlibrary.org/2020/11/02/pydev-of-the-week-kevin-thomas/
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utili
The Mouse Vs. The Python
PyDev of the Week: Kevin Thomas - The Mouse Vs. The Python
This week we welcome Kevin Thomas (@mytechnotalent) as our PyDev of the Week. Kevin is the author of Python for Kids, which is “a comprehensive and FREE Online Python Development course FOR KIDS utilizing an official BBC micro:bit Development Board”. Let’s…
Django Weblog: Django bugfix releases issued: 3.1.3, 3.0.11, and 2.2.17
Link: https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/
Today we've issued
3.1.3,
3.0.11, and
2.2.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
fo
Link: https://www.djangoproject.com/weblog/2020/nov/02/bugfix-releases/
Today we've issued
3.1.3,
3.0.11, and
2.2.17 bugfix releases.
The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used
fo
Zero to Mastery: Python Monthly 💻🐍 October 2020
Link: https://zerotomastery.io/blog/python-monthly-october-2020/?utm_source=python-rss-feed
11th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Link: https://zerotomastery.io/blog/python-monthly-october-2020/?utm_source=python-rss-feed
11th issue of Python Monthly! Read by 20,000+ Python developers every month. Keeping you up to date with the Python industry ecosystem, without wasting your valuable time.
Zero To Mastery
Python Monthly 💻🐍 October 2020 | Zero To Mastery
11th issue of Python Monthly! Read by 20,000+ Python developers every month. This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time.
Stack Abuse: Python: How to Flatten a List of Lists
Link: https://stackabuse.com/python-how-to-flatten-list-of-lists/
Introduction
A list is the most flexible data structure in Python. Whereas, a 2D list which is commonly known as a list of lists, is a list object where every item is a list itself - for example: [[1,
Link: https://stackabuse.com/python-how-to-flatten-list-of-lists/
Introduction
A list is the most flexible data structure in Python. Whereas, a 2D list which is commonly known as a list of lists, is a list object where every item is a list itself - for example: [[1,
Stack Abuse
Python: How to Flatten a List of Lists
In this tutorial, we'll go over examples of how to flatten a 2D (list of lists) list into one list. We'll use for loops, list comprehensions, recursive algorithms, as well as libraries like Numpy and functools.
Real Python: Fourier Transforms With scipy.fft: Python Signal Processing
Link: https://realpython.com/python-scipy-fft/
The Fourier transform is a powerful tool for analyzing signals and is used in everything from audio processing to image compression. SciPy provides a mature implementation in its scipy.fft module, and
Link: https://realpython.com/python-scipy-fft/
The Fourier transform is a powerful tool for analyzing signals and is used in everything from audio processing to image compression. SciPy provides a mature implementation in its scipy.fft module, and
Realpython
Fourier Transforms With scipy.fft: Python Signal Processing – Real Python
In this tutorial, you'll learn how to use the Fourier transform, a powerful tool for analyzing signals with applications ranging from audio processing to image compression. You'll explore several different transforms provided by Python's scipy.fft module.
PyCharm: Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started
Link: http://feedproxy.google.com/~r/Pycharm/~3/raZWOutP1_c/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Link: http://feedproxy.google.com/~r/Pycharm/~3/raZWOutP1_c/
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
JetBrains Blog
Early Access PyCharm Podcast — Episode 4: The One Where We Talk About How It All Started – PyCharm Blog | JetBrains
Welcome to Early Access PyCharm, a brand-new podcast that goes behind the scenes of how the PyCharm IDE is made and all the thinking that goes into it. In the upcoming episodes, you will hear from the
Tryton News: Tryton Release 5.8
Link: https://discuss.tryton.org/t/tryton-release-5-8/3375
Person drawing a ghost1280×853 169 KB
We are proud to announce the 5.8 release of Tryton.
This release provides many bug fixes and some significant improvements. Among other changes you will find bi
Link: https://discuss.tryton.org/t/tryton-release-5-8/3375
Person drawing a ghost1280×853 169 KB
We are proud to announce the 5.8 release of Tryton.
This release provides many bug fixes and some significant improvements. Among other changes you will find bi
Tryton Discussion
Tryton Release 5.8
We are proud to announce the 5.8 release of Tryton. This release provides many bug fixes and some significant improvements. Among other changes you will find big general performance improvements, a new theme for the web client and support for web shops.…
Doug Hellmann: sphinxcontrib-spelling 7.0.1
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/zhR2p8Qsm6c/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 7.0.1? Update Travis configuration to use Pyt
Link: http://feeds.doughellmann.com/~r/doughellmann/python/~3/zhR2p8Qsm6c/
sphinxcontrib-spelling is a spelling checker for Sphinx-based documentation. It uses PyEnchant to produce a report showing misspelled words. What’s new in 7.0.1? Update Travis configuration to use Pyt
Podcast.__init__: Bringing Artificial Intelligence Projects From Idea To Production - Episode 287
Link: https://www.pythonpodcast.com/henrik-landgren-artificial-intelligence-episode-287/
Artificial intelligence applications can provide dramatic benefits to a business, but only if you can bring them from idea to production. Henrik Landgren was behind the original efforts at Spotify to
Link: https://www.pythonpodcast.com/henrik-landgren-artificial-intelligence-episode-287/
Artificial intelligence applications can provide dramatic benefits to a business, but only if you can bring them from idea to production. Henrik Landgren was behind the original efforts at Spotify to
The Python Podcast.__init__
The Python Podcast.__init__: Bringing Artificial Intelligence Projects From Idea To Production
An interview with Henrik Landgren about his experience and lessons learned putting artificial intelligence projects into production at Spotify and EQT Ventures.
Mike Driscoll: OpenPyXL – Working with Microsoft Excel Using Python
Link: https://www.blog.pythonlibrary.org/2020/11/03/openpyxl-working-with-microsoft-excel-using-python/
The business world uses Microsoft Office. Their spreadsheet software solution, Microsoft Excel, is especially popular. Excel is used to store tabular data, create reports, graph trends, and much more.
Link: https://www.blog.pythonlibrary.org/2020/11/03/openpyxl-working-with-microsoft-excel-using-python/
The business world uses Microsoft Office. Their spreadsheet software solution, Microsoft Excel, is especially popular. Excel is used to store tabular data, create reports, graph trends, and much more.
Mouse Vs Python
OpenPyXL - Working with Microsoft Excel Using Python - Mouse Vs Python
The business world uses Microsoft Office. Their spreadsheet software solution, Microsoft Excel, is especially popular. Excel is used to store tabular
Codementor: Creating a Speech Recognition Program with Python & Google API
Link: https://www.codementor.io/martarey/creating-a-speech-recognition-program-with-python-google-api-1bv0cdlmsy
Learn step by step how to perform speech recognition, voice to text, in Python using the Google Api
Link: https://www.codementor.io/martarey/creating-a-speech-recognition-program-with-python-google-api-1bv0cdlmsy
Learn step by step how to perform speech recognition, voice to text, in Python using the Google Api
www.codementor.io
Creating a Speech Recognition Program with Python & Google API | Codementor
Learn step by step how to perform speech recognition, voice to text, in Python using the Google Api
PyCharm: Let’s Celebrate PyCharm’s 10th!
Link: http://feedproxy.google.com/~r/Pycharm/~3/28VxR0HOPQo/
PyCharm is celebrating its 10th anniversary. Over the last decade, PyCharm has grown alongside Python, carefully following changes in the language and adjusting to the feedback of Python developers.
Link: http://feedproxy.google.com/~r/Pycharm/~3/28VxR0HOPQo/
PyCharm is celebrating its 10th anniversary. Over the last decade, PyCharm has grown alongside Python, carefully following changes in the language and adjusting to the feedback of Python developers.
JetBrains Blog
Let’s Celebrate PyCharm’s 10th! – PyCharm Blog | JetBrains
PyCharm is celebrating its 10th anniversary. Over the last decade, PyCharm has grown alongside Python, carefully following changes in the language and adjusting to the feedback of Python developers. T
Stack Abuse: Python: Slice Notation on Tuple
Link: https://stackabuse.com/python-slice-notation-on-tuple/
Introduction
The term slicing in programming usually refers to obtaining a substring, sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways t
Link: https://stackabuse.com/python-slice-notation-on-tuple/
Introduction
The term slicing in programming usually refers to obtaining a substring, sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways t
Stack Abuse
Python: Slice Notation on Tuple
Introduction
The term slicing in programming usually refers to obtaining a substring,
sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways to slice not only these three but
any iterable. An iterable…
The term slicing in programming usually refers to obtaining a substring,
sub-tuple, or sublist from a string, tuple, or list respectively.
Python offers an array of straightforward ways to slice not only these three but
any iterable. An iterable…
Real Python: Simulating Real-World Processes in Python With SimPy
Link: https://realpython.com/courses/simulating-processes-simpy/
The real world is full of systems, like airports and highways, that frequently experience congestion and delay. When these systems are not optimized, their inefficiency can lead to countless unhappy c
Link: https://realpython.com/courses/simulating-processes-simpy/
The real world is full of systems, like airports and highways, that frequently experience congestion and delay. When these systems are not optimized, their inefficiency can lead to countless unhappy c
Realpython
Simulating Real-World Processes in Python With SimPy – Real Python
In this step-by-step course, you'll see how you can use the SimPy package to model real-world processes with a high potential for congestion. You'll create an algorithm to approximate a complex system, and then you'll design and run a simulation of that system…
PyCoder’s Weekly: Issue #445 (Nov. 3, 2020)
Link: https://pycoders.com/issues/445
#445 – NOVEMBER 3, 2020 View in Browser » Fourier Transforms With scipy.fft: Python Signal Processing In this tutorial, you’ll learn how to use the Fourier transform, a powerful tool for analyzi
Link: https://pycoders.com/issues/445
#445 – NOVEMBER 3, 2020 View in Browser » Fourier Transforms With scipy.fft: Python Signal Processing In this tutorial, you’ll learn how to use the Fourier transform, a powerful tool for analyzi
Pycoders
PyCoder’s Weekly | Issue #445
Issue #445 of the PyCoder’s Weekly newsletter, published Nov. 3, 2020.
ABlog for Sphinx: ABlog v0.10.12 released
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-12-released
Pull Requests merged in:
id of feed is now blog.blog_baseurl.
Link: https://ablog.readthedocs.org/release/ablog-v0.10-released/#ablog-v0-10-12-released
Pull Requests merged in:
id of feed is now blog.blog_baseurl.
NumFOCUS: JupyterCon 2020: Code of Conduct Reports
Link: https://numfocus.org/blog/jupytercon2020-coc?utm_source=rss&utm_medium=rss&utm_campaign=jupytercon2020-coc
Following the reports to the NumFOCUS Code-of-Conduct committee on Jeremy Howard’s keynote at JupyterCon 2020, and the controversy that followed, the NumFOCUS Code of Conduct Committee issued a public
Link: https://numfocus.org/blog/jupytercon2020-coc?utm_source=rss&utm_medium=rss&utm_campaign=jupytercon2020-coc
Following the reports to the NumFOCUS Code-of-Conduct committee on Jeremy Howard’s keynote at JupyterCon 2020, and the controversy that followed, the NumFOCUS Code of Conduct Committee issued a public
NumFOCUS
JupyterCon 2020: Code of Conduct Reports - NumFOCUS
JupyterCon Code of Conduct Findings: Jeremy Howard Incident
Python Insider: Python 3.10.0a2 is now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/rjSbpSr3UDw/python-3100a2-is-now-available-for.html
The engines of the secret release manager machine have finished producing a new pre-release. Go get it here:https://www.python.org/downloads/release/python-3100a2/ This is an early developer preview o
Link: http://feedproxy.google.com/~r/PythonInsider/~3/rjSbpSr3UDw/python-3100a2-is-now-available-for.html
The engines of the secret release manager machine have finished producing a new pre-release. Go get it here:https://www.python.org/downloads/release/python-3100a2/ This is an early developer preview o
Blogspot
Python Insider: Python 3.10.0a2 is now available for testing
Stack Abuse: Gradient Descent in Python: Implementation and Theory
Link: https://stackabuse.com/gradient-descent-in-python-implementation-and-theory/
Introduction
This tutorial is an introduction to a simple optimization technique called gradient descent, which has seen major application in state-of-the-art machine learning models.
We'll develop a
Link: https://stackabuse.com/gradient-descent-in-python-implementation-and-theory/
Introduction
This tutorial is an introduction to a simple optimization technique called gradient descent, which has seen major application in state-of-the-art machine learning models.
We'll develop a
Stack Abuse
Gradient Descent in Python: Implementation and Theory
In this tutorial, we'll go over the theory on how does gradient descent work and how to implement it in Python. Then, we'll implement batch and stochastic gradient descent to minimize Mean Squared Error functions.
Real Python: Caching in Python Using the LRU Cache Strategy
Link: https://realpython.com/lru-cache-python/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources. Python’s
Link: https://realpython.com/lru-cache-python/
There are many ways to achieve fast and responsive applications. Caching is one approach that, when used correctly, makes things much faster while decreasing the load on computing resources. Python’s
Realpython
Caching in Python Using the LRU Cache Strategy – Real Python
Caching is an essential optimization technique. In this tutorial, you'll learn how to use Python's @lru_cache decorator to cache the results of your functions using the LRU cache strategy. This is a powerful technique you can use to leverage the power of…
The Digital Cat: Public key cryptography: SSL certificates
Link: https://www.thedigitalcatonline.com/blog/2020/11/02/public-key-cryptography-ssl-certificates/
In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Link: https://www.thedigitalcatonline.com/blog/2020/11/02/public-key-cryptography-ssl-certificates/
In the context of public key cryptography, certificates are a way to prove the identity of the owner of a public key.
While public key cryptography allows us to communicate securely through an insecur
Thedigitalcatonline
Public key cryptography: SSL certificates
An in-depth discussion of the format of X.509 certificates and the signing mechanism