Stack Abuse: Implementing LDA in Python with Scikit-Learn
Link: http://stackabuse.com/implementing-lda-in-python-with-scikit-learn/
In our previous article Implementing PCA in Python with Scikit-Learn, we studied how we can reduce dimensionality of the feature set using PCA. In this article we will study another very important dim
Link: http://stackabuse.com/implementing-lda-in-python-with-scikit-learn/
In our previous article Implementing PCA in Python with Scikit-Learn, we studied how we can reduce dimensionality of the feature set using PCA. In this article we will study another very important dim
Stack Abuse
Linear Discriminant Analysis (LDA) in Python with Scikit-Learn
In our previous article Implementing PCA in Python with Scikit-Learn, we studied how we can reduce dimensionality of the feature set using PCA. In this article...
Possbility and Probability: A lite refactoring with PyCharm
Link: https://ironboundsoftware.com/blog/2018/05/22/refactoring-with-pycharm/
Inspired by @levels I decided to try adding a Telegram integration to my current project RemoteMatcher. After seeing it work in production I decided to expand on the idea a little bit and do some refa
Link: https://ironboundsoftware.com/blog/2018/05/22/refactoring-with-pycharm/
Inspired by @levels I decided to try adding a Telegram integration to my current project RemoteMatcher. After seeing it work in production I decided to expand on the idea a little bit and do some refa
Possibility and Probability
A lite refactoring with PyCharm -
Inspired by @levels I decided to try adding a Telegram integration to my current project RemoteMatcher. After seeing it work in production I decided to expand on the idea a little bit and do some refactoring with PyCharm. Let me … Continue reading →
Reinout van Rees: I'm in Heidelberg for the djangocon 2018 (plus other info)
Link: http://reinout.vanrees.org/weblog/2018/05/22/in-heidelberg.html
Yes, I'm in Heidelberg (Germany) for the annual European djangocon. That's not a particularly shocking discovery,
as I've been to quite a number :-) There are however some reasons for me to
write thi
Link: http://reinout.vanrees.org/weblog/2018/05/22/in-heidelberg.html
Yes, I'm in Heidelberg (Germany) for the annual European djangocon. That's not a particularly shocking discovery,
as I've been to quite a number :-) There are however some reasons for me to
write thi
Python Sweetness: Mitogen for Ansible status, 23 May
Link: http://pythonsweetness.tumblr.com/post/174160844657
This is the third update on the status of developing Mitogen for
Ansible.
Too long, didn’t read
A beta is coming soon! Aside from async tasks, the master branch
is looking great. Since last update th
Link: http://pythonsweetness.tumblr.com/post/174160844657
This is the third update on the status of developing Mitogen for
Ansible.
Too long, didn’t read
A beta is coming soon! Aside from async tasks, the master branch
is looking great. Since last update th
Reinout van Rees: Djangocon: writing code.... evolve it instead - Emma Gordon
Link: http://reinout.vanrees.org/weblog/2018/05/23/01-keynote.html
(One of my summaries of a talk at the
2018 european djangocon.)
Emma is member of the Cambridge programmers' study group. One of the topic there at one time was machine
learning. Cool. But she starte
Link: http://reinout.vanrees.org/weblog/2018/05/23/01-keynote.html
(One of my summaries of a talk at the
2018 european djangocon.)
Emma is member of the Cambridge programmers' study group. One of the topic there at one time was machine
learning. Cool. But she starte
Reinout van Rees: Djangocon: it's not a bug, it's a bias - Anna-Livia Gomart
Link: http://reinout.vanrees.org/weblog/2018/05/23/03-not-bug-but-bias.html
(One of my summaries of a talk at the
2018 european djangocon.)
If you have a bad experience with a program, is it a bug of can there be a
bias in the software? Apple's Siri, at first, had answers fo
Link: http://reinout.vanrees.org/weblog/2018/05/23/03-not-bug-but-bias.html
(One of my summaries of a talk at the
2018 european djangocon.)
If you have a bad experience with a program, is it a bug of can there be a
bias in the software? Apple's Siri, at first, had answers fo
Reinout van Rees: Djangocon: can packaging improve django deployments? - Markus Zapke-Gründemann
Link: http://reinout.vanrees.org/weblog/2018/05/23/05-packaging.html
(One of my summaries of a talk at the
2018 european djangocon.)
Markus started created websites at the end of the 1990s. He calls himself an
open source software developers. Open source is how he lea
Link: http://reinout.vanrees.org/weblog/2018/05/23/05-packaging.html
(One of my summaries of a talk at the
2018 european djangocon.)
Markus started created websites at the end of the 1990s. He calls himself an
open source software developers. Open source is how he lea
Caktus Consulting Group: Love Your Bugs (PyCon 2018 Must-See Talk Series)
Link: https://www.caktusgroup.com/blog/2018/05/23/love-your-bugs-pycon-2018-must-see-talk-series/
Welcome to the 2018 edition of our annual PyCon Must-See Series, highlighting the talks our staff especially loved at PyCon. While there were many great talks, this is our team's shortlist.
My must-se
Link: https://www.caktusgroup.com/blog/2018/05/23/love-your-bugs-pycon-2018-must-see-talk-series/
Welcome to the 2018 edition of our annual PyCon Must-See Series, highlighting the talks our staff especially loved at PyCon. While there were many great talks, this is our team's shortlist.
My must-se
Caktusgroup
Love Your Bugs (PyCon 2018 Must-See Talk Series) | Caktus Group
The first of our 2018 PyCon Must-See Talk series takes a look at bug fixing and the mindset needed to improve your debugging.
Real Python: Python 3 Installation & Setup Guide
Link: https://realpython.com/installing-python/
To get started working with Python 3, you’ll need to have access to the Python interpreter. There are several common ways to accomplish this:
Python can be obtained from the Python Software Foundatio
Link: https://realpython.com/installing-python/
To get started working with Python 3, you’ll need to have access to the Python interpreter. There are several common ways to accomplish this:
Python can be obtained from the Python Software Foundatio
Realpython
How to Install Python on Your System: A Guide – Real Python
The first step to getting started with Python is to install it on your machine. In this tutorial, you'll learn how to check which version of Python, if any, you have on your Windows, Mac, or Linux computer and the best way to install the most recent version…
Reinout van Rees: Djangocon: accessibility matters: building a better web - Lindsey Dragun
Link: http://reinout.vanrees.org/weblog/2018/05/23/09-accessibility.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lindsey runs the DisabledInTech slack channel.
For Web accessibility, see
https://www.w3.org/WAI/fundamentals/accessibility-intro/ as a
Link: http://reinout.vanrees.org/weblog/2018/05/23/09-accessibility.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lindsey runs the DisabledInTech slack channel.
For Web accessibility, see
https://www.w3.org/WAI/fundamentals/accessibility-intro/ as a
Data School: Best practices with pandas (video series)
Link: http://www.dataschool.io/best-practices-with-pandas/
At the PyCon 2018 conference, I presented a tutorial called "Using pandas for Better (and Worse) Data Science". Through a series of exercises, I demonstrated best practices with pandas to help student
Link: http://www.dataschool.io/best-practices-with-pandas/
At the PyCon 2018 conference, I presented a tutorial called "Using pandas for Better (and Worse) Data Science". Through a series of exercises, I demonstrated best practices with pandas to help student
Data School
Best practices with pandas (video series)
At the PyCon 2018 conference, I presented a tutorial called "Using pandas for Better (and Worse) Data Science". Through a series of exercises, I demonstrated best practices with pandas to help students become more fluent at using pandas to answer data science…
Python Piedmont Triad User Group: PYPTUG monthly meeting: Exploratory Visualization of Data and Text
Link: http://www.pyptug.org/2018/05/pyptug-monthly-meeting-exploratory.html
DetailsCome join PYPTUG at out next monthly meeting (May 29th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programme
Link: http://www.pyptug.org/2018/05/pyptug-monthly-meeting-exploratory.html
DetailsCome join PYPTUG at out next monthly meeting (May 29th 2018) to learn more about the Python programming language, modules and tools. Python is the language to learn if you've never programme
www.pyptug.org
PYPTUG monthly meeting: Exploratory Visualization of Data and Text
Details Come join PYPTUG at out next monthly meeting (May 29th 2018) to learn more about the Python programming language, modules and ...
PyCharm: PyCharm 2018.2 EAP 1
Link: http://feedproxy.google.com/~r/Pycharm/~3/POxvpxVvlVw/
We’re getting started with the Early Access Program for PyCharm 2018.2! Even better, you can download the first version now from our website!
New in PyCharm
Improved Pytest support: Fixtures, and more
Link: http://feedproxy.google.com/~r/Pycharm/~3/POxvpxVvlVw/
We’re getting started with the Early Access Program for PyCharm 2018.2! Even better, you can download the first version now from our website!
New in PyCharm
Improved Pytest support: Fixtures, and more
PyCharm Blog
PyCharm 2018.2 EAP 1
We’re getting started with the Early Access Program for PyCharm 2018.2! Even better, you can download the first version now from our website! New in PyCharm Improved Pytest support: Fixtures,…
Dataquest: Data Retrieval and Cleaning: Tracking Migratory Patterns
Link: https://www.dataquest.io/blog/data-retrieval-and-cleaning/
Advancing your skills is an important part of being a data scientist. When starting out, you mostly focus on learning a programming language, proper use of third party tools, displaying visualizations
Link: https://www.dataquest.io/blog/data-retrieval-and-cleaning/
Advancing your skills is an important part of being a data scientist. When starting out, you mostly focus on learning a programming language, proper use of third party tools, displaying visualizations
Dataquest
Data Retrieval and Cleaning: Tracking Migratory Patterns
Advancing your skills is an important part of being a data scientist. When starting out, you mostly focus on learning a programming language, proper use
Wallaroo Labs: Wallaroo in Action: Real-Time Electronic Trading Risk Checks
Link: https://blog.wallaroolabs.com/2018/05/wallaroo-in-action-real-time-electronic-trading-risk-checks/
Introduction Many of you have been reading our engineering blog and enjoy our deep technical dives. You know that we are excited to talk about how we are going about building Wallaroo, hard distribute
Link: https://blog.wallaroolabs.com/2018/05/wallaroo-in-action-real-time-electronic-trading-risk-checks/
Introduction Many of you have been reading our engineering blog and enjoy our deep technical dives. You know that we are excited to talk about how we are going about building Wallaroo, hard distribute
Wallaroolabs
Wallaroo in Action: Real-Time Electronic Trading Risk Checks
Official blog of the Wallaroo Labs Engineering team
Reinout van Rees: Djangocon: lightning talks wednesday
Link: http://reinout.vanrees.org/weblog/2018/05/23/10-lightning-talks.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lightning talks are quick 5 minute talks, so I won't have every detail and
speaker name correctly :-)
Adding multi-factor authenticati
Link: http://reinout.vanrees.org/weblog/2018/05/23/10-lightning-talks.html
(One of my summaries of a talk at the
2018 european djangocon.)
Lightning talks are quick 5 minute talks, so I won't have every detail and
speaker name correctly :-)
Adding multi-factor authenticati
Starzel.de: Porting Plone to Python 3
Link: https://www.starzel.de/blog/porting-plone-to-python-3
&tldr Plone is running nicely on Python 3 but now we have to fix over 500 failing tests.
Link: https://www.starzel.de/blog/porting-plone-to-python-3
&tldr Plone is running nicely on Python 3 but now we have to fix over 500 failing tests.
Starzel.de
Porting Plone to Python 3
&tldr; Plone is running nicely on Python 3 but now we have to fix over 500 failing tests.
Ian Ozsvald: PyDataLondon 2018 and “Creating Correct and Capable Classifiers”
Link: http://ianozsvald.com/2018/04/30/pydatalondon-2018-and-creating-correct-and-capable-classifiers/
This weekend we ran PyDataLondon 2018, the fifth iteration of our conference (connected with our monthly PyDataLondon meetup). This year we grew to 500 attendees! Read about the past PyDataLondon 2017
Link: http://ianozsvald.com/2018/04/30/pydatalondon-2018-and-creating-correct-and-capable-classifiers/
This weekend we ran PyDataLondon 2018, the fifth iteration of our conference (connected with our monthly PyDataLondon meetup). This year we grew to 500 attendees! Read about the past PyDataLondon 2017
Entrepreneurial Geekiness
PyDataLondon 2018 and "Creating Correct and Capable Classifiers" - Entrepreneurial Geekiness
This weekend we ran PyDataLondon 2018, the fifth iteration of our conference (connected with our monthly PyDataLondon meetup). This year we grew to 500 attendees! Read about the past PyDataLondon 2017 here. Updates – videos are online, reportedly we raised…
NumFOCUS: Google Joins NumFOCUS as Corporate Sponsor
Link: https://www.numfocus.org/blog/google-joins-numfocus-as-corporate-sponsor
The post Google Joins NumFOCUS as Corporate Sponsor appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/google-joins-numfocus-as-corporate-sponsor
The post Google Joins NumFOCUS as Corporate Sponsor appeared first on NumFOCUS.
NumFOCUS
Google Joins NumFOCUS as Corporate Sponsor - NumFOCUS
NumFOCUS is pleased to announce Google as our newest Corporate Sponsor at the Bronze level. We are delighted to welcome Google to the ranks of our Corporate Sponsors who are creating a sustainable future for our open source scientific computing projects.
Wallaroo Labs: Streaming with Wallaroo: Fast Algorithmic Trading Checks
Link: https://blog.wallaroolabs.com/2018/05/streaming-with-wallaroo-fast-algorithmic-trading-checks/
Introduction Many of you have been reading our engineering blog and enjoy our deep technical dives. You know that we are excited to talk about how we are going about building Wallaroo, hard distribute
Link: https://blog.wallaroolabs.com/2018/05/streaming-with-wallaroo-fast-algorithmic-trading-checks/
Introduction Many of you have been reading our engineering blog and enjoy our deep technical dives. You know that we are excited to talk about how we are going about building Wallaroo, hard distribute
Wallaroolabs
Real-time Streaming Pattern: Fast Algorithmic Trading Checks
Official blog of the Wallaroo Labs Engineering team
Gocept Weblog: Zope is welcome in the Python 3 wonderland!
Link: https://blog.gocept.com/2018/05/24/zope-is-welcome-in-the-python-3-wonderland/
Earl Zope already got the beta permission to stay in the Python 3 wonderland some months ago. His current objective is to help old friends to come to the Python 3 wonderland and to make new friends. H
Link: https://blog.gocept.com/2018/05/24/zope-is-welcome-in-the-python-3-wonderland/
Earl Zope already got the beta permission to stay in the Python 3 wonderland some months ago. His current objective is to help old friends to come to the Python 3 wonderland and to make new friends. H
gocept blog
Zope is welcome in the Python 3 wonderland!
Earl Zope already got the beta permission to stay in the Python 3 wonderland some months ago. His current objective is to help old friends to come to the Python 3 wonderland and to make new friends…