Mike C. Fletcher: Getting Twitch out the Door (but not as Twitch)
Link: http://blog.vrplumber.com/b/2019/11/22/getting-twitch-out-door-not-twitch/
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I las
Link: http://blog.vrplumber.com/b/2019/11/22/getting-twitch-out-door-not-twitch/
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I las
Vrplumber
Plumbing Life's Depths - Getting Twitch out the Door (but not as Twitch)
As part of trying to get testing done for a PyOpenGL release, I finally got around to testing Twitch, porting it to Python 3.6 and doing a release, only to discover that in the 4 years (!) since I last worked on it, the original package name got used on...
Stack Abuse: Dimensionality Reduction in Python with Scikit-Learn
Link: https://stackabuse.com/dimensionality-reduction-in-python-with-scikit-learn/
Introduction
In machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data
Link: https://stackabuse.com/dimensionality-reduction-in-python-with-scikit-learn/
Introduction
In machine learning, the performance of a model only benefits from more features up until a certain point. The more features are fed into a model, the more the dimensionality of the data
Stack Abuse
Dimensionality Reduction in Python with Scikit-Learn
Dimensionality reduction selects the most important components of the feature space, preserving them, to combat overfitting. In this article, we'll reduce the dimensions of several datasets using a wide variety of techniques in Python using Scikit-Learn.
qutebrowser development blog: qutebrowser meetup Berlin (2019-11-28)
Link: https://blog.qutebrowser.org/qutebrowser-meetup-berlin-2019-11-28.html
I (The-Compiler) am currently in Berlin - I've met with Qt/QtWebEngine
developers at Qt Contributors Summit and had some very interesting development
discussions there. There are some
writeups availab
Link: https://blog.qutebrowser.org/qutebrowser-meetup-berlin-2019-11-28.html
I (The-Compiler) am currently in Berlin - I've met with Qt/QtWebEngine
developers at Qt Contributors Summit and had some very interesting development
discussions there. There are some
writeups availab
NumFOCUS: mlpack Machine Learning Library joins NumFOCUS Sponsored Projects
Link: https://numfocus.org/blog/mlpack-machine-learning-library-joins-numfocus-sponsored-projects
The post mlpack Machine Learning Library joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
Link: https://numfocus.org/blog/mlpack-machine-learning-library-joins-numfocus-sponsored-projects
The post mlpack Machine Learning Library joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
NumFOCUS
mlpack Machine Learning Library joins NumFOCUS Sponsored Projects - NumFOCUS
Davy Wybiral: ESPlay Micro: Open Source ESP32 Game Console
Link: https://davywybiral.blogspot.com/2019/11/esplay-micro-open-source-esp32-game.html
Today we'll take a look at the ESPlay Micro, an open source game console built around the ESP32 WROVER SoC. Aside from being a lightweight game console for retro emulation these boards also make for a
Link: https://davywybiral.blogspot.com/2019/11/esplay-micro-open-source-esp32-game.html
Today we'll take a look at the ESPlay Micro, an open source game console built around the ESP32 WROVER SoC. Aside from being a lightweight game console for retro emulation these boards also make for a
Blogspot
ESPlay Micro: Open Source ESP32 Game Console
Today we'll take a look at the ESPlay Micro, an open source game console built around the ESP32 WROVER SoC. Aside from being a lightweight g...
Catalin George Festila: Python 3.7.5 : Create GUI with npyscreen.
Link: http://python-catalin.blogspot.com/2019/11/python-375-create-gui-with-npyscreen.html
This python module solves the issue of creating easy GUI in the terminal.
The development team tells us:
Npyscreen is a python widget library and application framework for programming terminal or con
Link: http://python-catalin.blogspot.com/2019/11/python-375-create-gui-with-npyscreen.html
This python module solves the issue of creating easy GUI in the terminal.
The development team tells us:
Npyscreen is a python widget library and application framework for programming terminal or con
Blogspot
Python 3.7.5 : Create GUI with npyscreen.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Ned Batchelder: Support windows bar calendar
Link: https://nedbatchelder.com//blog/201911/support_windows_bar_calendar.html
Like any large suite of applications, Open edX
software (my day job) depends on a number of underpinnings: Django, Python,
Ubuntu, MySQL, and so on. We want to stay up-to-date on those dependencies,
Link: https://nedbatchelder.com//blog/201911/support_windows_bar_calendar.html
Like any large suite of applications, Open edX
software (my day job) depends on a number of underpinnings: Django, Python,
Ubuntu, MySQL, and so on. We want to stay up-to-date on those dependencies,
Talk Python to Me: #239 Bayesian foundations
Link: https://talkpython.fm/episodes/show/239/bayesian-foundations
In this episode, we'll dive into one of the foundations of modern data science, Bayesian algorithms, and thinking. Join me along with guest Max Sklar as we look at the algorithmic side of data science
Link: https://talkpython.fm/episodes/show/239/bayesian-foundations
In this episode, we'll dive into one of the foundations of modern data science, Bayesian algorithms, and thinking. Join me along with guest Max Sklar as we look at the algorithmic side of data science
talkpython.fm
Bayesian foundations
In this episode, we'll dive into one of the foundations of modern data science, Bayesian algorithms, and thinking. Join me along with guest Max Sklar as we look at the algorithmic side of data science.
Weekly Python StackOverflow Report: (cciv) stackoverflow python report
Link: http://python-weekly.blogspot.com/2019/11/cciv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-24 10:07:08 GMTGenerate filtered binary cartesian products - [1
Link: http://python-weekly.blogspot.com/2019/11/cciv-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-11-24 10:07:08 GMTGenerate filtered binary cartesian products - [1
Blogspot
(cciv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2019...
Vinay Sajip (Logging): A Qt GUI for logging
Link: http://plumberjack.blogspot.com/2019/11/a-qt-gui-for-logging.html
A question that comes up from time to time is about how to log to a GUI application. The Qt framework is a popular cross-platform UI framework with Python bindings using PySide2 or PyQt5 libraries.
Th
Link: http://plumberjack.blogspot.com/2019/11/a-qt-gui-for-logging.html
A question that comes up from time to time is about how to log to a GUI application. The Qt framework is a popular cross-platform UI framework with Python bindings using PySide2 or PyQt5 libraries.
Th
Blogspot
A Qt GUI for logging
A question that comes up from time to time is about how to log to a GUI application. The Qt framework is a popular cross-platform UI framew...
Janusworx: #100DaysOfCode, Days 002 & 003 – Dates & Times
Link: https://janusworx.com/100daysofcode-days-002-003-dates-times/
Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me.
Try as I might, I could not do it.
So looked at the solution.
And realised, while it was al
Link: https://janusworx.com/100daysofcode-days-002-003-dates-times/
Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me.
Try as I might, I could not do it.
So looked at the solution.
And realised, while it was al
Janusworx
#100DaysOfCode, Days 002 & 003 – Dates & Times
Worked an hour for the past two days, exerting all of my python knowledge at the small project they gave me.
Try as I might, I could not do it.
So looked at the solution.
And realised, while it was al
Try as I might, I could not do it.
So looked at the solution.
And realised, while it was al
Janusworx: #100DaysOfCode, Day 004 – The Collections Module
Link: https://janusworx.com/100daysofcode-day-004-the-collections-module-201920/
Decided to watch the videos for day 4 since I am a day behind.
The exercises look complicated, but the collections module looks like a real time saver.
Will give it a go tomorrow.
Link: https://janusworx.com/100daysofcode-day-004-the-collections-module-201920/
Decided to watch the videos for day 4 since I am a day behind.
The exercises look complicated, but the collections module looks like a real time saver.
Will give it a go tomorrow.
Janusworx
#100DaysOfCode, Day 004 – The Collections Module
Decided to watch the videos for day 4 since I am a day behind.
The exercises look complicated, but the collections module looks like a real time saver.
Will give it a go tomorrow.
The exercises look complicated, but the collections module looks like a real time saver.
Will give it a go tomorrow.
Mike C. Fletcher: Updating PyOpenGL Sample Code References
Link: http://blog.vrplumber.com/b/2019/11/24/updating-pyopengl-sample-code-references/
Continuing to prepare for a PyOpenGL 3.1.4 release.
I've worked through getting the auto-generated reference documentation updated. We now use the upstream git repository for the docbook base files (g
Link: http://blog.vrplumber.com/b/2019/11/24/updating-pyopengl-sample-code-references/
Continuing to prepare for a PyOpenGL 3.1.4 release.
I've worked through getting the auto-generated reference documentation updated. We now use the upstream git repository for the docbook base files (g
Vrplumber
Plumbing Life's Depths - Updating PyOpenGL Sample Code References
Continuing to prepare for a PyOpenGL 3.1.4 release. I've worked through getting the auto-generated reference documentation updated. We now use the upstream git repository for the docbook base files (gl, glu and glx) while still using the legacy files for…
Mike Driscoll: PyDev of the Week: Miguel Grinberg
Link: http://www.blog.pythonlibrary.org/2019/11/25/pydev-of-the-week-miguel-grinberg/
This week we welcome Miguel Grinberg (@miguelgrinberg) as our PyDev of the Week! Miguel is the author of Flask Web Development and the very popular Flask Mega-Tutorial. You can find out more about Mig
Link: http://www.blog.pythonlibrary.org/2019/11/25/pydev-of-the-week-miguel-grinberg/
This week we welcome Miguel Grinberg (@miguelgrinberg) as our PyDev of the Week! Miguel is the author of Flask Web Development and the very popular Flask Mega-Tutorial. You can find out more about Mig
The Mouse Vs. The Python
PyDev of the Week: Miguel Grinberg - The Mouse Vs. The Python
This week we welcome Miguel Grinberg (@miguelgrinberg) as our PyDev of the Week! Miguel is the author of Flask Web Development and the very popular Flask Mega-Tutorial. You can find out more about Miguel by checking out his blog or his Github profile. Let’s…
Jaime Buelta: Interviewed about microservices
Link: https://wrongsideofmemphis.com/2019/11/25/interviewed-about-microservices/
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservices a
Link: https://wrongsideofmemphis.com/2019/11/25/interviewed-about-microservices/
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservices a
Wrong Side of Memphis
Interviewed about microservices
I got interviewed about Microservice and talk a bit about my last book, Hands-on Docker for Microservices with Python. I was an interesting view on what are the most important areas of Microservice…
Real Python: Python Community Interview With Brian Okken
Link: https://realpython.com/interview-brian-okken/
This week, it’s my pleasure to interview Brian Okken. Brian is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Read on to find out more about
Link: https://realpython.com/interview-brian-okken/
This week, it’s my pleasure to interview Brian Okken. Brian is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Read on to find out more about
Realpython
Python Community Interview With Brian Okken – Real Python
Brian Okken is perhaps best known as the author of Python Testing with pytest, as well as being the host of two podcasts. Find out more about the man behind the voice, his new meetup in Portland, and the advice he'd like to give to anyone who's new to testing…
Codementor: Creating Dashboard to Visualise Data In Python
Link: https://www.codementor.io/maxongzb/creating-dashboard-to-visualise-data-in-python-112zmboe4f
List of the various dashboard libraries to allow the creation of a website dashboard in Python.
Link: https://www.codementor.io/maxongzb/creating-dashboard-to-visualise-data-in-python-112zmboe4f
List of the various dashboard libraries to allow the creation of a website dashboard in Python.
www.codementor.io
Creating Dashboard to Visualise Data In Python | Codementor
List of the various dashboard libraries to allow the creation of a website dashboard in Python.
NumFOCUS: Astropy Receives $900k Grant from Moore Foundation
Link: https://numfocus.org/blog/astropy-receives-900k-grant-from-moore-foundation
The post Astropy Receives $900k Grant from Moore Foundation appeared first on NumFOCUS.
Link: https://numfocus.org/blog/astropy-receives-900k-grant-from-moore-foundation
The post Astropy Receives $900k Grant from Moore Foundation appeared first on NumFOCUS.
NumFOCUS
Astropy Receives $900k Grant from Moore Foundation - NumFOCUS
Catalin George Festila: Python 3.7.5 : Python and SQL, a fast approach.
Link: http://python-catalin.blogspot.com/2019/11/python-375-python-and-sql-fast-approach.html
Today he had to solve a task that required declaring a series of consecutive days to read from several SQL tables.
As you know, this task would require a complex query to include statements.
I solved
Link: http://python-catalin.blogspot.com/2019/11/python-375-python-and-sql-fast-approach.html
Today he had to solve a task that required declaring a series of consecutive days to read from several SQL tables.
As you know, this task would require a complex query to include statements.
I solved
Blogspot
Python 3.7.5 : Python and SQL, a fast approach.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
Mike Driscoll: Black Friday Deals on Python Books
Link: http://www.blog.pythonlibrary.org/2019/11/26/black-friday-deals-on-python-books/
Interesting in learning Python? Well you will be happy to know that I am running a Black Friday / Cyber Monday sale of my Python books. But I am starting the sale early so that you have plenty of time
Link: http://www.blog.pythonlibrary.org/2019/11/26/black-friday-deals-on-python-books/
Interesting in learning Python? Well you will be happy to know that I am running a Black Friday / Cyber Monday sale of my Python books. But I am starting the sale early so that you have plenty of time
The Mouse Vs. The Python
Black Friday Deals on Python Books - The Mouse Vs. The Python
Python is a popular programming language. You can polish your skills by getting Python books during this Black Friday sale!
Robin Wilson: Using SQLAlchemy to access MySQL without frustrating library installation issues
Link: http://blog.rtwilson.com/using-sqlalchemy-to-access-mysql-without-frustrating-library-installation-issues/
This is more a ‘note to myself’ than anything else, but I expect some other people might find it useful.
I’ve often struggled with accessing MySQL from Python, as the ‘default’ MySQL library for Pytho
Link: http://blog.rtwilson.com/using-sqlalchemy-to-access-mysql-without-frustrating-library-installation-issues/
This is more a ‘note to myself’ than anything else, but I expect some other people might find it useful.
I’ve often struggled with accessing MySQL from Python, as the ‘default’ MySQL library for Pytho