Podcast.__init__: Threading The Needle Of Interesting And Informative While You Learn To Code - Episode 283
Link: https://www.pythonpodcast.com/steven-lott-learn-to-code-episode-283/
Learning to code is a neverending journey, which is why it's important to find a way to stay motivated. A common refrain is to just find a project that you're interested in building and use that goal
Link: https://www.pythonpodcast.com/steven-lott-learn-to-code-episode-283/
Learning to code is a neverending journey, which is why it's important to find a way to stay motivated. A common refrain is to just find a project that you're interested in building and use that goal
The Python Podcast.__init__
The Python Podcast.__init__: Threading The Needle Of Interesting And Informative While You Learn To Code
An interview with author and Python guru Steven Lott about the challenge of keeping learners interested and engaged while they learn to code and helping them understand which projects are possible and which require a significant level of expertise.
Python Morsels: What is an iterable?
Link: https://www.pythonmorsels.com/topics/iterable/
Related Articles:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
An iterable is anything you're able to iterate over (an iter-able).
Manual iterati
Link: https://www.pythonmorsels.com/topics/iterable/
Related Articles:
Loop Better: a deeper look at iteration in Python
How to loop with indexes in Python
Transcript
An iterable is anything you're able to iterate over (an iter-able).
Manual iterati
Pythonmorsels
What is an iterable?
Kushal Das: SecureDrop QA workflow and how to improve it?
Link: https://kushaldas.in/posts/securedrop-qa-workflow-and-how-to-improve-it.html
Right now, we are in the QA period for the SecureDrop
1.6.0 release. SecureDrop is an open-source whistleblower submission system
that media organisations and NGOs can install to securely accept docu
Link: https://kushaldas.in/posts/securedrop-qa-workflow-and-how-to-improve-it.html
Right now, we are in the QA period for the SecureDrop
1.6.0 release. SecureDrop is an open-source whistleblower submission system
that media organisations and NGOs can install to securely accept docu
Red Hat Developers: Kubernetes integration and more in odo 2.0
Link: https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0/
Odo is a developer-focused command-line interface (CLI) for OpenShift and Kubernetes. This article introduces highlights of the odo 2.0 release, which now integrates with Kubernetes. Additional highli
Link: https://developers.redhat.com/blog/2020/10/06/kubernetes-integration-and-more-in-odo-2-0/
Odo is a developer-focused command-line interface (CLI) for OpenShift and Kubernetes. This article introduces highlights of the odo 2.0 release, which now integrates with Kubernetes. Additional highli
Red Hat Developer
Kubernetes integration and more in odo 2.0 | Red Hat Developer
Odo is a developer-focused command-line interface (CLI) for OpenShift and Kubernetes.
Reuven Lerner: Improve your Python fluency with “Python Workout” — today’s “Deal of the Day”
Link: https://lerner.co.il/2020/10/06/improve-your-python-fluency-with-python-workout-todays-deal-of-the-day/
Whether you’re a developer, devops engineer, or data scientist, you’re likely using Python. But do you really know the language, or do you find yourself copying and pasting from Stack Overflow on a re
Link: https://lerner.co.il/2020/10/06/improve-your-python-fluency-with-python-workout-todays-deal-of-the-day/
Whether you’re a developer, devops engineer, or data scientist, you’re likely using Python. But do you really know the language, or do you find yourself copying and pasting from Stack Overflow on a re
Reuven Lerner
Improve your Python fluency with "Python Workout" — today's "Deal of the Day"
Whether you're a developer, devops engineer, or data scientist, you're likely using Python. But do
Matt Layman: Hijack To Help Customers
Link: https://www.mattlayman.com/blog/2020/hijack-to-help-customers/
You have an upset customer with a really thorny problem on your Django-powered website. Your customer used your help ticket system and reported their woe. You’ve done your due diligence and have alrea
Link: https://www.mattlayman.com/blog/2020/hijack-to-help-customers/
You have an upset customer with a really thorny problem on your Django-powered website. Your customer used your help ticket system and reported their woe. You’ve done your due diligence and have alrea
Matt Layman
Hijack To Help Customers
When customers report their thorniest problems and all of your diagnostic tools have failed you, how can you help? In this article, we explore a technique and a tool for Django apps that can help you swoop in and save the day.
Python⇒Speed: When to switch to Python 3.9
Link: https://pythonspeed.com/articles/switch-python-3.9/
Python 3.9 is now available–but should you switch to it immediately?
And if not now, when?
The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immed
Link: https://pythonspeed.com/articles/switch-python-3.9/
Python 3.9 is now available–but should you switch to it immediately?
And if not now, when?
The short answer is, no, you probably don’t want to switch immediately; quite possibly you can’t switch immed
Python⇒Speed
When should you upgrade to Python 3.12?
Python 3.12 has been released—when should you switch to using it?
Calvin Spealman: Announcing Feet, a Python Runner
Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl
Link: http://techblog.ironfroggy.com/2019/10/announcing-feet-python-runner.html
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally!I've been working on the problem of "How do i get this littl
Ironfroggy
Announcing Feet, a Python Runner
I've been working on a problem that's bugged me for about as long as I've used Python and I want to announce my stab at a solution, finally...
EuroPython Society: EuroPython trademark registered in the US
Link: https://www.europython-society.org/post/631228053038694400
After the confusion which was caused by a rock band starting to use the name “EuroPython” for themselves a few years ago, which we resolved amicably with the band, we had decided to register for a US
Link: https://www.europython-society.org/post/631228053038694400
After the confusion which was caused by a rock band starting to use the name “EuroPython” for themselves a few years ago, which we resolved amicably with the band, we had decided to register for a US
www.europython-society.org
EuroPython Society
EuroPython trademark registered in the US After the confusion which was caused by a rock band starting to use the name “EuroPython” for themselves a few years ago, which we resolved amicably with the...
Real Python: Cool New Features in Python 3.9
Link: https://realpython.com/courses/cool-new-features-python-39/
Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version
Link: https://realpython.com/courses/cool-new-features-python-39/
Python 3.9 is here! Volunteers from all over the world have been working on improvements to Python for the past year. While beta versions have been available for some time, the first official version
Realpython
Cool New Features in Python 3.9 – Real Python
In this course, you'll explore some of the coolest and most useful features in the newly released Python 3.9. You'll learn how Python 3.9 makes it easier to work with time zones, dictionaries, decorators, and several other techniques that will make your code…
PyCoder’s Weekly: Issue #441 (Oct. 6, 2020)
Link: https://pycoders.com/issues/441
#441 – OCTOBER 6, 2020 View in Browser » Cool New Features in Python 3.9 In this course, you’ll explore some of the coolest and most useful features in the newly released Python 3.9. You’ll lear
Link: https://pycoders.com/issues/441
#441 – OCTOBER 6, 2020 View in Browser » Cool New Features in Python 3.9 In this course, you’ll explore some of the coolest and most useful features in the newly released Python 3.9. You’ll lear
Pycoders
PyCoder’s Weekly | Issue #441
Issue #441 of the PyCoder’s Weekly newsletter, published Oct. 6, 2020.
Andrew Dalke: Faster BitBound ChEMBL search by using more C
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/06/faster_bitbound_chembl_search.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
Last
Thursday I developed a pro
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/06/faster_bitbound_chembl_search.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
Last
Thursday I developed a pro
EuroPython Society: EPS Board for the term 2020/2021
Link: https://www.europython-society.org/post/631306010678722560
After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term:Anders Hammarquist (Treasurer)Cheukting Ho
Francesco Pierfederici
Link: https://www.europython-society.org/post/631306010678722560
After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term:Anders Hammarquist (Treasurer)Cheukting Ho
Francesco Pierfederici
www.europython-society.org
EuroPython Society
EPS Board for the term 2020/2021 After completion of the EuroPython Society General Assembly 2020 last Sunday, we’re happy to announce our new board for the next term: • Anders Hammarquist...
Codementor: Learning to Code: How to Boost Up the Process?
Link: https://www.codementor.io/johnselawsky/learning-to-code-how-to-boost-up-the-process-1b0qzltmqi
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regu
Link: https://www.codementor.io/johnselawsky/learning-to-code-how-to-boost-up-the-process-1b0qzltmqi
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regu
www.codementor.io
Learning to Code: How to Boost Up the Process? | Codementor
I am not the one who convinces everyone that learning to program is a lightning-fast journey — the other thing is that it is not as difficult as people think. All boils down to interest, passion, regular practice, and patience, of course. I also often recommend…
Real Python: Python Community Interview With Anthony Shaw
Link: https://realpython.com/interview-anthony-shaw/
Today I’m joined by Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. Anthony is also a Real Python tutorial author and has written a new book titled CPyt
Link: https://realpython.com/interview-anthony-shaw/
Today I’m joined by Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. Anthony is also a Real Python tutorial author and has written a new book titled CPyt
Realpython
Python Community Interview With Anthony Shaw – Real Python
In this interview, we talk with Anthony Shaw, global senior vice president for talent transformation and innovation at NTT Ltd. We discuss a variety of topics, including Python security, advice for beginner developers, his love for the beach, and his new…
PyCharm: PyCharm 2020.2.3
Link: http://feedproxy.google.com/~r/Pycharm/~3/R4nXyLgScRo/
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
Link: http://feedproxy.google.com/~r/Pycharm/~3/R4nXyLgScRo/
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
JetBrains Blog
PyCharm 2020.2.3 – PyCharm Blog | JetBrains
PyCharm 2020.2.3 is ready to be downloaded and brings some fixes that will improve your productivity. Update from within PyCharm (Help | Check for Updates), from the JetBrains Toolbox, or by downloadi
Sebastian Pölsterl: scikit-survival 0.14 with Improved Documentation Released
Link: https://k-d-w.org/blog/2020/10/scikit-survival-0.14-with-improved-documentation-released/
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the
Link: https://k-d-w.org/blog/2020/10/scikit-survival-0.14-with-improved-documentation-released/
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the
Sebastian Pölsterl
scikit-survival 0.14 with Improved Documentation Released | Sebastian Pölsterl
Today marks the release of version 0.14.0 of scikit-survival.
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the documentation. Most importantly, the documentation has…
The biggest change in this release is actually not in the code, but in the documentation.
This release features a complete overhaul of the documentation. Most importantly, the documentation has…
Wingware: Wing Python IDE 7.2.6 - Octboer 7, 2020
Link: https://wingware.com/news/2020-10-07
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode, fixes
problems with setting up a new Django project, improves auto-spacing for / and :, reduces
CPU use when analyzing and
Link: https://wingware.com/news/2020-10-07
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode, fixes
problems with setting up a new Django project, improves auto-spacing for / and :, reduces
CPU use when analyzing and
Wingware
Wing Python IDE 7.2.6 - Octboer 7, 2020 - Wing Python IDE
Wing 7.2.6 improves exception reporting for pytest, implements 2w in vi mode,
fixes problems with setting up a new Django project, improves auto-spacing for / and :,
reduces CPU use when analyzing and waiting for remote files, and makes a number of
usability…
fixes problems with setting up a new Django project, improves auto-spacing for / and :,
reduces CPU use when analyzing and waiting for remote files, and makes a number of
usability…
Andrew Dalke: Even faster in-memory search with intersection popcount
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/07/intersection_popcount.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
My initial file scan implement
Link: http://www.dalkescientific.com/writings/diary/archive/2020/10/07/intersection_popcount.html
This is part of a series of essays I started to write a
week ago where I use a few different approaches to implement
cheminformatics fingerprint similarity search.
My initial file scan implement
Python Morsels: Looping with Indexes
Link: https://www.pythonmorsels.com/topics/looping-with-indexes/
Related Articles:
How to loop with indexes in Python
Transcript
If you've used another programming language before, you've probably used indexes while looping.
Often when you're trying to loop wit
Link: https://www.pythonmorsels.com/topics/looping-with-indexes/
Related Articles:
How to loop with indexes in Python
Transcript
If you've used another programming language before, you've probably used indexes while looping.
Often when you're trying to loop wit
Pythonmorsels
Looping with Indexes