Data School: Answering 59 scikit-learn questions (video)
Link: https://www.dataschool.io/scikit-learn-questions/
In April, I hosted a live, public webcast to answer any questions about scikit-learn. I've been teaching scikit-learn for five years, and I really enjoy sharing my knowledge with others!
Hundreds of p
Link: https://www.dataschool.io/scikit-learn-questions/
In April, I hosted a live, public webcast to answer any questions about scikit-learn. I've been teaching scikit-learn for five years, and I really enjoy sharing my knowledge with others!
Hundreds of p
Data School
Answering 59 scikit-learn questions (video)
Watch me answer 59 of YOUR scikit-learn questions in 90 minutes! Topic include class imbalance, preprocessing, categorical features, data leakage, and more...
Red Hat Developers: Red Hat Software Collections 3.5 brings updates for Red Hat Enterprise Linux 7
Link: https://developers.redhat.com/blog/2020/05/29/red-hat-software-collections-3-5-brings-updates-for-red-hat-enterprise-linux-7/
Red Hat Software Collections 3.5 and Red Hat Developer Toolset 9.1 are now available for Red Hat Enterprise Linux 7. Here’s what that means for developers.
Red Hat Software Collections (RHSCL) is how
Link: https://developers.redhat.com/blog/2020/05/29/red-hat-software-collections-3-5-brings-updates-for-red-hat-enterprise-linux-7/
Red Hat Software Collections 3.5 and Red Hat Developer Toolset 9.1 are now available for Red Hat Enterprise Linux 7. Here’s what that means for developers.
Red Hat Software Collections (RHSCL) is how
Red Hat Developer
Red Hat Software Collections 3.5 brings updates for Red Hat Enterprise Linux 7 - Red Hat Developer
Explore the Red Hat Enterprise Linux (RHEL) 7 language and runtime updates available in Red Hat Software Collections 3.5 and Red Hat Developer Toolset 9.1.
Codementor: An introduction to the BRKGA-MP-IPR Algorithm
Link: https://www.codementor.io/marcelofa/an-introduction-to-the-brkga-mp-ipr-algorithm-17qpq645gk
I recently performed a study on a brand new evolutionary algorithm called BRKGA-MP-IPR. This article aims to explain a little about what the algorithm consists of and its main features.
Link: https://www.codementor.io/marcelofa/an-introduction-to-the-brkga-mp-ipr-algorithm-17qpq645gk
I recently performed a study on a brand new evolutionary algorithm called BRKGA-MP-IPR. This article aims to explain a little about what the algorithm consists of and its main features.
www.codementor.io
An introduction to the BRKGA-MP-IPR Algorithm | Codementor
I recently performed a study on a brand new evolutionary algorithm called BRKGA-MP-IPR. This article aims to explain a little about what the algorithm consists of and its main features.
Test and Code: 118: Code Coverage and 100% Coverage
Link: https://testandcode.com/118
Code Coverage or Test Coverage is a way to measure what lines of code and branches in your code that are utilized during testing.
Coverage tools are an important part of software engineering.
But th
Link: https://testandcode.com/118
Code Coverage or Test Coverage is a way to measure what lines of code and branches in your code that are utilized during testing.
Coverage tools are an important part of software engineering.
But th
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 118: Code Coverage and 100% Coverage
Code Coverage or Test Coverage is a way to measure what lines of code and branches in your code that are utilized during testing. Coverage tools are an important part of software engineering. But there's also lots of different opinions about using it. Should…
Talk Python to Me: #270 Python in supply chains: oil rigs, rockets, and lettuce
Link: https://talkpython.fm/episodes/show/270/python-in-supply-chains-oil-rigs-rockets-and-lettuce
On this episode, we are going to weave a thread through three different areas of Python programming that at first seem unlikely to have much in common. Yet, the core will be the same throughout. I thi
Link: https://talkpython.fm/episodes/show/270/python-in-supply-chains-oil-rigs-rockets-and-lettuce
On this episode, we are going to weave a thread through three different areas of Python programming that at first seem unlikely to have much in common. Yet, the core will be the same throughout. I thi
talkpython.fm
Python in supply chains: oil rigs, rockets, and lettuce
On this episode, we are going to weave a thread through three different areas of Python programming that at first seem unlikely to have much in common. Yet, the core will be the same throughout. I think this is a cool lesson to learn as you get deeper into…
Mike C. Fletcher: Listener GUI Started
Link: http://blog.vrplumber.com/b/2020/06/26/listener-gui-started/
So with the code-context, the dictation in Listener is getting okay-ish. It's still pretty frustrating and error prone, but I can use it maybe 1/4 of the time (mostly for doc-strings). Part of the fru
Link: http://blog.vrplumber.com/b/2020/06/26/listener-gui-started/
So with the code-context, the dictation in Listener is getting okay-ish. It's still pretty frustrating and error prone, but I can use it maybe 1/4 of the time (mostly for doc-strings). Part of the fru
Vrplumber
Plumbing Life's Depths - Listener GUI Started
So with the code-context, the dictation in Listener is getting okay-ish. It's still pretty frustrating and error prone, but I can use it maybe 1/4 of the time (mostly for doc-strings). Part of the frustration is just that the language models are not yet well…
Test and Code: 119: Editable Python Installs, Packaging Standardization, and pyproject.toml - Brett Cannon
Link: https://testandcode.com/119
There's stuff going on in Python packaging and pyproject.toml.
Brett and I talk about some upcoming work on Python packaging, such as:
editable installs
the need for standardization
is a feature of
Link: https://testandcode.com/119
There's stuff going on in Python packaging and pyproject.toml.
Brett and I talk about some upcoming work on Python packaging, such as:
editable installs
the need for standardization
is a feature of
Test & Code : Python Testing for Software Engineering
Test & Code : Python Testing for Software Engineering 119: Editable Python Installs, Packaging Standardization, and pyproject.toml…
Brett and I talk about some upcoming work on Python packaging, such as:
* editable install standardization
* other tools using pyproject.toml for configuration
* what should and shouldn't be in the standard library
* and a few tangents
* editable install standardization
* other tools using pyproject.toml for configuration
* what should and shouldn't be in the standard library
* and a few tangents
Real Python: The Real Python Podcast – Episode #15: Python Regular Expressions, Views vs Copies in Pandas, and More
Link: https://realpython.com/podcasts/rpp/15/
Have you wanted to learn Regular Expressions in Python, but don't know where to start? Have you stumbled into the dreaded pink SettingWithCopyWarning in Pandas? This week on the show, we have David Am
Link: https://realpython.com/podcasts/rpp/15/
Have you wanted to learn Regular Expressions in Python, but don't know where to start? Have you stumbled into the dreaded pink SettingWithCopyWarning in Pandas? This week on the show, we have David Am
Realpython
Episode #15: Python Regular Expressions, Views vs Copies in Pandas, and More – The Real Python Podcast
Have you wanted to learn Regular Expressions in Python, but don't know where to start? Have you stumbled into the dreaded pink SettingWithCopyWarning in Pandas? This week on the show, we have David Amos from the Real Python team to discuss a recent two-part…
Stack Abuse: Bucket Sort in Python
Link: https://stackabuse.com/bucket-sort-in-python/
Introduction
In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python.
Bucket Sort is a comparison-type algorithm which assigns elements of a list we want to sort
Link: https://stackabuse.com/bucket-sort-in-python/
Introduction
In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python.
Bucket Sort is a comparison-type algorithm which assigns elements of a list we want to sort
Stack Abuse
Bucket Sort in Python
In this tutorial, we'll be diving into the theory and implementation of Bucket Sort in Python. We'll also be exploring its time complexity.
Matt Layman: Hackathon App Part 2 - Building SaaS #62
Link: https://www.mattlayman.com/building-saas/hackathon-app-part-2/
In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. This is the second week for the hackathon and in this stream, I apply the final
Link: https://www.mattlayman.com/building-saas/hackathon-app-part-2/
In this episode, we took a break from the regular app to work on an app for a local hackathon that I’m participating in. This is the second week for the hackathon and in this stream, I apply the final
Matt Layman
Hackathon App Part 2 - Building SaaS #62
In this episode, we took a break from the regular app to work on an app for a local hackathon that I'm participating in. This is the second week for the hackathon and in this stream, I apply the final touches to the application. We work on models, a template…
Catalin George Festila: Python 3.6.9 : My colab tutorials - part 005.
Link: http://python-catalin.blogspot.com/2020/06/python-369-my-colab-tutorials-part-005.html
Today I tested google colab python features with google authentification and google.colab drive and files.
The first part of google colab code comes with authentification and you need to add the verif
Link: http://python-catalin.blogspot.com/2020/06/python-369-my-colab-tutorials-part-005.html
Today I tested google colab python features with google authentification and google.colab drive and files.
The first part of google colab code comes with authentification and you need to add the verif
Blogspot
Python 3.6.9 : My colab tutorials - part 005.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Python Software Foundation: 2020 Python Software Foundation Board of Directors Election Retrospective and Next Steps
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/e1hoaUKXm30/2020-python-software-foundation-board_26.html
With the 2020 Board of Directors Election Results announced, a new class of directors will officially be joining June 30th!
In light of the results and narrow margins, the Python Software Foundation
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/e1hoaUKXm30/2020-python-software-foundation-board_26.html
With the 2020 Board of Directors Election Results announced, a new class of directors will officially be joining June 30th!
In light of the results and narrow margins, the Python Software Foundation
Blogspot
2020 Python Software Foundation Board of Directors Election Retrospective and Next Steps
With the 2020 Board of Directors Election Results announced, a new class of directors will officially be joining June 30th! In light of...
Python Bytes: #187 Ready to find out if you're git famous?
Link: https://pythonbytes.fm/episodes/show/187/ready-to-find-out-if-you-re-git-famous
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
Link: https://pythonbytes.fm/episodes/show/187/ready-to-find-out-if-you-re-git-famous
<p>Sponsored by us! Support our work through:</p>
<ul>
<li>Our <a href="https://training.talkpython.fm/"><strong>courses at Talk Python Training</strong></a></li>
<li><a href="https://t.co/AKfVKcveg6
pythonbytes.fm
Ready to find out if you're git famous?
News and announcements from the Python community for the week of Jun 26th, 2020
Catalin George Festila: Python 2.7.10 : IronPython and C# with Dynamic Language Runtime.
Link: http://python-catalin.blogspot.com/2020/06/python-2710-ironpython-and-c-with.html
This is a simple tutorial about python and C# using the Dynamic Language Runtime with IronPython.I use Visual Studio 2019 and .NET Framework 4.7.2 with my Console C# project named DynamicLanguageRunti
Link: http://python-catalin.blogspot.com/2020/06/python-2710-ironpython-and-c-with.html
This is a simple tutorial about python and C# using the Dynamic Language Runtime with IronPython.I use Visual Studio 2019 and .NET Framework 4.7.2 with my Console C# project named DynamicLanguageRunti
Blogspot
Python 2.7.10 : IronPython and C# with Dynamic Language Runtime.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Nikola: Nikola v8.1.0 is out!
Link: https://getnikola.com/blog/nikola-v810-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.
What is Nikola?
Nikol
Link: https://getnikola.com/blog/nikola-v810-is-out.html
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.
What is Nikola?
Nikol
Nikola
Nikola v8.1.0 is out!
On behalf of the Nikola team, I am pleased to announce the immediate
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.
What is Nikola?
Nikol
availability of Nikola v8.1.0. This release makes a few feature changes,
improvements, and fixes a few bugs.
What is Nikola?
Nikol
Catalin George Festila: Python 3.8.3 : PyCryptodome python package - part 001.
Link: http://python-catalin.blogspot.com/2020/06/python-383-pycryptodome-python-package.html
In the last tutorial, I wrote on Sunday, June 16, 2019, you can see a simple example of this python package with KDF with PBKDF2 function.I guess it should be interesting for visitors to this blog to
Link: http://python-catalin.blogspot.com/2020/06/python-383-pycryptodome-python-package.html
In the last tutorial, I wrote on Sunday, June 16, 2019, you can see a simple example of this python package with KDF with PBKDF2 function.I guess it should be interesting for visitors to this blog to
Blogspot
Python 3.8.3 : PyCryptodome python package - part 001.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
PSF GSoC students blogs: Week 3 Check-in
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-3-check-in-3/
What i have done this week
Since we can parse a shell script into statements now. We need to fiter the install command and extact what will be installed in the command.
I use filter_install_command()
Link: https://blogs.python-gsoc.org/en/wangjls-blog/week-3-check-in-3/
What i have done this week
Since we can parse a shell script into statements now. We need to fiter the install command and extact what will be installed in the command.
I use filter_install_command()
blogs.python-gsoc.org
Python GSoC - Week 3 Check-in - WangJL's Blog
Week 3 Check-in - 9557c895-aabe-4e00-899a-e4741b4a6747 - Python's Google Summer of Code Blogs Page
PSF GSoC students blogs: [Week 4] Check-in
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-4-check-in/
1. What did you do this week?
This week's job is to implement jacobian and add test cases.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Add more test cases to cover more funct
Link: https://blogs.python-gsoc.org/en/sangyxs-blog/week-4-check-in/
1. What did you do this week?
This week's job is to implement jacobian and add test cases.
2. Difficulty
No difficulties this week.
3. What is coming up next?
Add more test cases to cover more funct
blogs.python-gsoc.org
Python GSoC - [Week 4] Check-in - sangyx's Blog
[Week 4] Check-in - 1bce70eb-f2bf-49ed-87e2-67410e1d91c9 - Python's Google Summer of Code Blogs Page
Kushal Das: Setting up a personal DoH server
Link: https://kushaldas.in/posts/setting-up-a-personal-doh-server.html
DoH is a hot discussion point
in both the privacy and DNS people. There are many criticisms, including
encryption support of the clients or still trusting a third party. There is an
excellent talk fr
Link: https://kushaldas.in/posts/setting-up-a-personal-doh-server.html
DoH is a hot discussion point
in both the privacy and DNS people. There are many criticisms, including
encryption support of the clients or still trusting a third party. There is an
excellent talk fr
Python Insider: Python 3.7.8 and 3.6.11 now available - last 3.7.x bugfix release
Link: http://feedproxy.google.com/~r/PythonInsider/~3/v2lSBwm0qQ0/python-378-and-3611-now-available-last.html
Python 3.7.8, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/release
Link: http://feedproxy.google.com/~r/PythonInsider/~3/v2lSBwm0qQ0/python-378-and-3611-now-available-last.html
Python 3.7.8, the next bugfix release of Python 3.7, is now available. You can find the release files, a link to the changelog, and more information here:
https://www.python.org/downloads/release
Blogspot
Python Insider: Python 3.7.8 and 3.6.11 now available - last 3.7.x bugfix release