Stack Abuse: Understanding Recursive Functions with Python
Link: https://stackabuse.com/understanding-recursive-functions-with-python/
Introduction
When we think about repeating a task, we usually think about the for and while loops. These constructs allow us to perform iteration over a list, collection, etc.
However, there's another
Link: https://stackabuse.com/understanding-recursive-functions-with-python/
Introduction
When we think about repeating a task, we usually think about the for and while loops. These constructs allow us to perform iteration over a list, collection, etc.
However, there's another
Stack Abuse
Understanding Recursive Functions with Python
Introduction
When we think about repeating a task, we usually think about the for and while
loops. These constructs allow us to perform iteration over a list, collection,
etc.
However, there's another form of repeating a task, in a slightly different…
When we think about repeating a task, we usually think about the for and while
loops. These constructs allow us to perform iteration over a list, collection,
etc.
However, there's another form of repeating a task, in a slightly different…
Continuum Analytics Blog: Conda 4.6 Release
Link: https://www.anaconda.com/conda-4-6-release/
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
The post Con
Link: https://www.anaconda.com/conda-4-6-release/
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
The post Con
Anaconda
Conda 4.6 Release - Anaconda
The latest set of major Conda improvements are here, with version 4.6. This release has been stewing for a while and has the feature list to show for it. Let’s walk through some of the…
Continuum Analytics Blog: RPM and Debian Repositories for Miniconda
Link: https://www.anaconda.com/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its d
Link: https://www.anaconda.com/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its d
Anaconda
RPM and Debian Repositories for Miniconda - Anaconda
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains Conda and its dependencies.…
EuroPython Society: Announcing the Guido van Rossum Core Developer Grant
Link: https://www.europython-society.org/post/182445627020
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.We all love Pyth
Link: https://www.europython-society.org/post/182445627020
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.We all love Pyth
EuroPython Society
Announcing the Guido van Rossum Core Developer Grant
At the last General Assembly of the EuroPython Society (EPS) at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences. We all love...
EuroPython: Announcing the Guido van Rossum Core Developer Grant
Link: https://blog.europython.eu/post/182445638102
europythonsociety:
At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.
We all love Pytho
Link: https://blog.europython.eu/post/182445638102
europythonsociety:
At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in place for future EuroPython conferences.
We all love Pytho
EuroPython Blog
Announcing the Guido van Rossum Core Developer Grant europythonsociety: “ At the last General Assembly of the EPS at EuroPython 2018 in Edinburgh, we voted on a new grant program we want to put in...
PyCharm: PyCharm 2019.1 EAP 2
Link: http://feedproxy.google.com/~r/Pycharm/~3/K7tC-idLIwQ/
Our Early Access Program (EAP) continues, and we have some great features in this second version:
New in PyCharm
Syntax Highlighting in Vagrantfiles
If you’re developing an application that will be d
Link: http://feedproxy.google.com/~r/Pycharm/~3/K7tC-idLIwQ/
Our Early Access Program (EAP) continues, and we have some great features in this second version:
New in PyCharm
Syntax Highlighting in Vagrantfiles
If you’re developing an application that will be d
PyCharm Blog
PyCharm 2019.1 EAP 2
Our Early Access Program (EAP) continues, and we have some great features in this second version: New in PyCharm Syntax Highlighting in Vagrantfiles If you’re developing an application that w…
codingdirectional: Add one to the last element of a list
Link: http://codingdirectional.info/2019/01/31/add-one-to-the-last-element-of-a-list/
Hello and welcome to another one day one answer series. In this article, we will create a python method which will do the following actions.
Takes in a list of numbers.If the number is less than 0 or
Link: http://codingdirectional.info/2019/01/31/add-one-to-the-last-element-of-a-list/
Hello and welcome to another one day one answer series. In this article, we will create a python method which will do the following actions.
Takes in a list of numbers.If the number is less than 0 or
PyCon: PyCon 2019 Reminders and Information!
Link: https://pycon.blogspot.com/2019/01/pycon-2019-reminders-and-information.html
The first 30 days of 2019 have come and gone so quickly, we want to take a minute to provide some conference reminders and information.January 31 2019: Deadline to submit a proposal for Startup Row.
Link: https://pycon.blogspot.com/2019/01/pycon-2019-reminders-and-information.html
The first 30 days of 2019 have come and gone so quickly, we want to take a minute to provide some conference reminders and information.January 31 2019: Deadline to submit a proposal for Startup Row.
Blogspot
PyCon 2019 Reminders and Information!
The first 30 days of 2019 have come and gone so quickly, we want to take a minute to provide some conference reminders and information. ...
Peter Bengtsson: hashin 0.14.5 and canonical pip hashes
Link: https://www.peterbe.com/plog/hashin-0.14.5-and-canonical-pip-hashes
Prior to version 0.14.5 hashin would write write down the hashes of PyPI packages in the order they appear in PyPI's JSON response. That means there's a slight chance that two distinct clients/compute
Link: https://www.peterbe.com/plog/hashin-0.14.5-and-canonical-pip-hashes
Prior to version 0.14.5 hashin would write write down the hashes of PyPI packages in the order they appear in PyPI's JSON response. That means there's a slight chance that two distinct clients/compute
Peterbe
hashin 0.14.5 and canonical pip hashes
Stuff in Peter's head
Test and Code: 63: Teaching Python as a Corporate Trainer - Matt Harrison
Link: https://testandcode.com/63
I hear and I forget.
I see and I remember.
I do and I understand.
-- Confucius
Matt Harrison is an author and instructor of Python and Data Science. This episode focuses on his training company, Met
Link: https://testandcode.com/63
I hear and I forget.
I see and I remember.
I do and I understand.
-- Confucius
Matt Harrison is an author and instructor of Python and Data Science. This episode focuses on his training company, Met
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering 63: Python Corporate Training - Matt Harrison
Matt Harrison is an author and instructor of Python and Data Science. This episode focuses on his training company, MetaSnake, and corporate training.
Tryton News: Newsletter February 2019
Link: https://discuss.tryton.org/t/newsletter-february-2019/999
@ced wrote:
pexels-photo-1638830.jpeg1280×853 145 KB
Tryton continues its road of improvements for more performance and more scaling.
Contents:
Changes for users
New modules
Changes for developers
Link: https://discuss.tryton.org/t/newsletter-february-2019/999
@ced wrote:
pexels-photo-1638830.jpeg1280×853 145 KB
Tryton continues its road of improvements for more performance and more scaling.
Contents:
Changes for users
New modules
Changes for developers
Tryton Discussion
Newsletter February 2019
Tryton continues its road of improvements for more performance and more scaling. Contents: Changes for users New modules Changes for developers Changes For The User The arrows on columns are now always synchronized with the actual order. If the order…
Zato Blog: Step-by-step: How to work with IBM MQ in Zato and Python, part 1
Link: https://zato.io/blog/posts/python-ibm-mq-part-1.html
This is part one of a mini-series about working with IBM MQ as a Zato and Python user. This installment will cover installation and configuration whereas the next one will delve into programming tasks
Link: https://zato.io/blog/posts/python-ibm-mq-part-1.html
This is part one of a mini-series about working with IBM MQ as a Zato and Python user. This installment will cover installation and configuration whereas the next one will delve into programming tasks
zato.io
Zato Blog
Codementor: Why Warren Buffett would invest in PHP (and you should too)
Link: https://www.codementor.io/anastasionico/why-warren-buffett-would-invest-in-php-and-you-should-too-rrgorcj4j
Comparison between programming languages has been going on for years, here is the final decision.
Link: https://www.codementor.io/anastasionico/why-warren-buffett-would-invest-in-php-and-you-should-too-rrgorcj4j
Comparison between programming languages has been going on for years, here is the final decision.
www.codementor.io
Why Warren Buffett would invest in PHP (and you should too) | Codementor
Comparison between programming languages has been going on for years, here is the final decision.
Davy Wybiral: Nordic nRF52840-Dongle (2.4GHz RF Development Board)
Link: http://davywybiral.blogspot.com/2019/02/nordic-nrf52840-dongle-24ghz-rf.html
Recently I've gotten into low-power RF technology and have become quite the fan of the nRF52 SoC for that reason. Of all the BLE-capable chips I've used so far these ones reign supreme in terms of fun
Link: http://davywybiral.blogspot.com/2019/02/nordic-nrf52840-dongle-24ghz-rf.html
Recently I've gotten into low-power RF technology and have become quite the fan of the nRF52 SoC for that reason. Of all the BLE-capable chips I've used so far these ones reign supreme in terms of fun
Blogspot
Nordic nRF52840-Dongle (2.4GHz RF Development Board)
Recently I've gotten into low-power RF technology and have become quite the fan of the nRF52 SoC for that reason. Of all the BLE-capable ch...
Mike Driscoll: Python 101: Episode #44 – Creating an Installer with Inno Setup
Link: http://www.blog.pythonlibrary.org/2019/02/01/python-101-episode-44-creating-an-installer-with-inno-setup/
In this screencast, we will learn how to turn your Python application into a Windows installer using Inno Setup.
You can also read the chapter this video is based on here or get the book on Leanpub
Link: http://www.blog.pythonlibrary.org/2019/02/01/python-101-episode-44-creating-an-installer-with-inno-setup/
In this screencast, we will learn how to turn your Python application into a Windows installer using Inno Setup.
You can also read the chapter this video is based on here or get the book on Leanpub
Codementor: Stop being a slave to the chart. The easiest way to track your Bitcoin profits.
Link: https://www.codementor.io/kolevdarko/stop-being-a-slave-to-the-chart-the-easiest-way-to-track-your-bitcoin-profits-rrnuj5n1a
Track your cryptocurrency profits with a simple Python script
Link: https://www.codementor.io/kolevdarko/stop-being-a-slave-to-the-chart-the-easiest-way-to-track-your-bitcoin-profits-rrnuj5n1a
Track your cryptocurrency profits with a simple Python script
www.codementor.io
Stop being a slave to the chart. The easiest way to track your Bitcoin profits. | Codementor
Track your cryptocurrency profits with a simple Python script
NumFOCUS: NumFOCUS Announces Netflix as Corporate Sponsor
Link: https://numfocus.org/blog/numfocus-announces-netflix-as-corporate-sponsor
The post NumFOCUS Announces Netflix as Corporate Sponsor appeared first on NumFOCUS.
Link: https://numfocus.org/blog/numfocus-announces-netflix-as-corporate-sponsor
The post NumFOCUS Announces Netflix as Corporate Sponsor appeared first on NumFOCUS.
NumFOCUS
NumFOCUS Announces Netflix as Corporate Sponsor - NumFOCUS
PyPy Development: PyPy Winter Sprint Feb 4-9 in Düsseldorf
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html
PyPy Sprint February 4th-9th 2019 in Düsseldorf
The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Link: http://feedproxy.google.com/~r/PyPyStatusBlog/~3/P7-UGWX4LIs/pypy-winter-sprint-feb-4-9-in-dusseldorf.html
PyPy Sprint February 4th-9th 2019 in Düsseldorf
The next PyPy sprint will be held in the Computer Science department of Heinrich-Heine Universität Düsseldorf from the 4th to the 9st of February
Blogspot
PyPy Winter Sprint Feb 4-9 in Düsseldorf
PyPy Sprint February 4th-9th 2019 in Düsseldorf The next PyPy sprint will be held in the Computer Science department of Heinrich-He...
Python Anywhere: How DNS works: a beginner's guide
Link: https://blog.pythonanywhere.com/175/
We sometimes get emails from people who are trying to point their custom domain at PythonAnywhere so that they can host their website, but are struggling to set up their DNS settings. Normally DNS se
Link: https://blog.pythonanywhere.com/175/
We sometimes get emails from people who are trying to point their custom domain at PythonAnywhere so that they can host their website, but are struggling to set up their DNS settings. Normally DNS se
Pythonanywhere
How DNS works: a beginner's guide - PythonAnywhere News
All the latest updates from the PythonAnywhere team
Randy Zwitch: PyData NYC 2018: End-to-End Data Science Without Leaving the GPU
Link: http://randyzwitch.com/omnisci-cudf-pydata-nyc-2018/
This talk is from October 2018, and so much has changed in the GOAI/RAPIDS ecosystem that it’s comical to see how much has changed! Regardless, the high-level concepts of how OmniSci works and the con
Link: http://randyzwitch.com/omnisci-cudf-pydata-nyc-2018/
This talk is from October 2018, and so much has changed in the GOAI/RAPIDS ecosystem that it’s comical to see how much has changed! Regardless, the high-level concepts of how OmniSci works and the con
Randyzwitch
randyzwitch.com | PyData NYC 2018: End-to-End Data Science Without Leaving the GPU
In this talk, I demonstrate how to use OmniSci in combination with cudf from the RAPIDS.ai project to forecast electricity demand without the data leaving the GPU