Martin Fitzpatrick: Failamp
Link: https://martinfitzpatrick.name/article/media-player-python-qt/
Failamp is a simple audio & video mediaplayer implemented in Python, using
the built-in Qt playlist and media handling features. It is modelled,
very loosely on the original Winamp, although nowhere n
Link: https://martinfitzpatrick.name/article/media-player-python-qt/
Failamp is a simple audio & video mediaplayer implemented in Python, using
the built-in Qt playlist and media handling features. It is modelled,
very loosely on the original Winamp, although nowhere n
Martin Fitzpatrick
Failamp | Multimedia playlist & player in Python, using PyQt
Failamp is a simple audio & video mediaplayer implemented in Python, using the built-in Qt playlist and media handling features. It is modelled, very loosely on the original Winamp, although nowhere near as complete (hence the fail). The main window The main…
Mike Driscoll: PyDev of the Week: Maria Camila Remolina Gutiérrez
Link: http://www.blog.pythonlibrary.org/2018/06/04/pydev-of-the-week-maria-camila-remolina-gutierrez/
This week we welcome Maria Camila Remolina Gutiérrez (@holamariacamila) as our PyDev of the Week! Maria recently gave a talk at PyCon USA in their new PyCon Charlas track last month. You can learn mor
Link: http://www.blog.pythonlibrary.org/2018/06/04/pydev-of-the-week-maria-camila-remolina-gutierrez/
This week we welcome Maria Camila Remolina Gutiérrez (@holamariacamila) as our PyDev of the Week! Maria recently gave a talk at PyCon USA in their new PyCon Charlas track last month. You can learn mor
Andrew Dalke: mmpdb paper, poster, and walkthrough
Link: http://www.dalkescientific.com/writings/diary/archive/2018/06/04/mmpdb.html
Last year we released mmpdb program, a tool for
identifying and using matched molecular pairs. It is based on the
source code that Hussain and Rea
contributed to the RDKit project. Some of the featu
Link: http://www.dalkescientific.com/writings/diary/archive/2018/06/04/mmpdb.html
Last year we released mmpdb program, a tool for
identifying and using matched molecular pairs. It is based on the
source code that Hussain and Rea
contributed to the RDKit project. Some of the featu
EuroPython: EuroPython 2018: Looking for a photographer
Link: https://blog.europython.eu/post/174564294432
At last year’s event we had a professional conference photographer, Alessia Peviani, from our community, help us cover the event in pictures:https://ep2017.europython.eu/en/europython/photos/This year
Link: https://blog.europython.eu/post/174564294432
At last year’s event we had a professional conference photographer, Alessia Peviani, from our community, help us cover the event in pictures:https://ep2017.europython.eu/en/europython/photos/This year
EuroPython Blog
EuroPython 2018: Looking for a photographer
At last year’s event we had a professional conference photographer, Alessia Peviani, from our community, help us cover the event in pictures:
https://ep2017.europython.eu/en/europython/photos/
This...
https://ep2017.europython.eu/en/europython/photos/
This...
Real Python: Python Application Layouts: A Reference
Link: https://realpython.com/python-application-layouts/
Python, though opinionated on syntax and style, is surprisingly flexible when it comes to structuring your applications.
On the one hand, this flexibility is great: it allows different use cases to us
Link: https://realpython.com/python-application-layouts/
Python, though opinionated on syntax and style, is surprisingly flexible when it comes to structuring your applications.
On the one hand, this flexibility is great: it allows different use cases to us
Realpython
Python Application Layouts: A Reference – Real Python
A reference guide to common Python application layouts and project structures for command-line applications, web applications, and more.
NumFOCUS: Announcing the 2018 John Hunter Matplotlib Summer Fellows
Link: https://www.numfocus.org/blog/2018-john-hunter-matplotlib-summer-fellows
The post Announcing the 2018 John Hunter Matplotlib Summer Fellows appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/2018-john-hunter-matplotlib-summer-fellows
The post Announcing the 2018 John Hunter Matplotlib Summer Fellows appeared first on NumFOCUS.
NumFOCUS
Announcing the 2018 John Hunter Matplotlib Summer Fellows - NumFOCUS
NumFOCUS and Matplotlib are pleased to announce the selection of Kimberly Orr and Nabarun Pal as the 2018 John Hunter Matplotlib Summer Fellows.
Montreal Python User Group: Montréal-Python 72 - Carroty Xenophon
Link: http://montrealpython.org/en/2018/06/mp72/
Let’s meet one last time before our Summer break!
Thanks to Notman House for sponsoring this event.
Presentations
Socket - Éric Lafontaine
Most of our everyday job include doing request over the inter
Link: http://montrealpython.org/en/2018/06/mp72/
Let’s meet one last time before our Summer break!
Thanks to Notman House for sponsoring this event.
Presentations
Socket - Éric Lafontaine
Most of our everyday job include doing request over the inter
Full Stack Python: Developing Flask Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Link: https://www.fullstackpython.com/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Fullstackpython
Developing Flask Apps in Docker Containers on macOS
Learn how to set up and develop a new Flask web application within a Docker container. Great post on fullstackpython.com!
Full Stack Python: First Steps with Bottle Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Link: https://www.fullstackpython.com/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Jeff Knupp: A Common Misunderstanding About Python Generators
Link: https://jeffknupp.com/blog/2018/06/04/a-common-misunderstanding-about-python-generators/
I received the following email a few days ago:
Jeff,
It seems that you know about iterators. Maybe you can explain some weird behavior. If you run the code below you will find that the function is
Link: https://jeffknupp.com/blog/2018/06/04/a-common-misunderstanding-about-python-generators/
I received the following email a few days ago:
Jeff,
It seems that you know about iterators. Maybe you can explain some weird behavior. If you run the code below you will find that the function is
Jeffknupp
A Common Misunderstanding About Python Generators
Mike Driscoll: Creating PDFs with PyFPDF and Python
Link: http://www.blog.pythonlibrary.org/2018/06/05/creating-pdfs-with-pyfpdf-and-python/
ReportLab is the primary toolkit that I use for generating PDFs from scratch. However I have found that there is another one called PyFPDF or FPDF for Python. The PyFPDF package is actually a port of
Link: http://www.blog.pythonlibrary.org/2018/06/05/creating-pdfs-with-pyfpdf-and-python/
ReportLab is the primary toolkit that I use for generating PDFs from scratch. However I have found that there is another one called PyFPDF or FPDF for Python. The PyFPDF package is actually a port of
Red Hat Developers: How to install Python Flask on Red Hat Enterprise Linux 7.5
Link: https://developers.redhat.com/blog/2018/06/05/install-python-flask-on-rhel/
I recently got my zero-dollar developer copy of Red Hat Enterprise Linux (RHEL, version 7.5) and built a virtual machine (VM) to run it. There it was, on my PC, running in VirtualBox…a gleaming, shiny
Link: https://developers.redhat.com/blog/2018/06/05/install-python-flask-on-rhel/
I recently got my zero-dollar developer copy of Red Hat Enterprise Linux (RHEL, version 7.5) and built a virtual machine (VM) to run it. There it was, on my PC, running in VirtualBox…a gleaming, shiny
Red Hat Developer
How to install Python Flask on Red Hat Enterprise Linux 7 | Red Hat Developer
I recently got my zero-dollar developer copy of Red Hat Enterprise Linux (RHEL, version 7.5) and built a virtual machine (VM) to run it. There it was, on my PC, running in VirtualBox...a gleaming
Python Bytes: #81 Making your C library callable from Python by wrapping it with Cython
Link: https://pythonbytes.fm/episodes/show/81/making-your-c-library-callable-from-python-by-wrapping-it-with-cython
Link: https://pythonbytes.fm/episodes/show/81/making-your-c-library-callable-from-python-by-wrapping-it-with-cython
pythonbytes.fm
Making your C library callable from Python by wrapping it with Cython
News and announcements from the Python community for the week of Jun 5th, 2018
Python Does What?!: when no-ops attack VII: assignment's revenge
Link: http://www.pythondoeswhat.com/2018/06/when-no-ops-attack-vii-assignments.html
Let's define a very simple class: >>> class F(object):... @staticmethod... def f(): return "I'm such a simple function, nothing could go wrong"...>>> F.f()"I'm such a simple function, nothing co
Link: http://www.pythondoeswhat.com/2018/06/when-no-ops-attack-vii-assignments.html
Let's define a very simple class: >>> class F(object):... @staticmethod... def f(): return "I'm such a simple function, nothing could go wrong"...>>> F.f()"I'm such a simple function, nothing co
Pythondoeswhat
when no-ops attack VII: assignment's revenge
Let's define a very simple class: >>> class F(object): ... @staticmethod ... def f(): return "I'm such a simple function, nothing co...
Real Python: Basic Data Types in Python
Link: https://realpython.com/python-data-types/
Now you know how to interact with the Python interpreter and execute Python code. It’s time to dig into the Python language. First up is a discussion of the basic data types that are built into Pyth
Link: https://realpython.com/python-data-types/
Now you know how to interact with the Python interpreter and execute Python code. It’s time to dig into the Python language. First up is a discussion of the basic data types that are built into Pyth
Realpython
Basic Data Types in Python: A Quick Exploration – Real Python
In this tutorial, you'll learn about the basic data types that are built into Python, including numbers, strings, bytes, and Booleans.
NumFOCUS: Meet the NumFOCUS Google Summer of Code 2018 Cohort
Link: https://www.numfocus.org/blog/meet-the-numfocus-google-summer-of-code-2018-cohort
The post Meet the NumFOCUS Google Summer of Code 2018 Cohort appeared first on NumFOCUS.
Link: https://www.numfocus.org/blog/meet-the-numfocus-google-summer-of-code-2018-cohort
The post Meet the NumFOCUS Google Summer of Code 2018 Cohort appeared first on NumFOCUS.
NumFOCUS
Meet the NumFOCUS Google Summer of Code 2018 Cohort - NumFOCUS
Python Engineering at Microsoft: Python in Visual Studio Code – May 2018 Release
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/06/05/python-in-visual-studio-code-may-2018-release/
We are pleased to announce that the May 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from th
Link: https://blogs.msdn.microsoft.com/pythonengineering/2018/06/05/python-in-visual-studio-code-may-2018-release/
We are pleased to announce that the May 2018 release of the Python Extension for Visual Studio Code is now available from the marketplace and the gallery. You can download the Python extension from th
Techiediaries - Django: Angular 6 Tutorial with Django RESTful API — Building Bootstrap 4 UIs
Link: https://www.techiediaries.com/angular-bootstrap-tutorial/
In this Angular 6 tutorial we'll learn how to use Bootstrap 4 with Angular 6 to build professional UIs.
Angular 6 is the latest version of Angular when writing this tutorial and Bootstrap 4 is the la
Link: https://www.techiediaries.com/angular-bootstrap-tutorial/
In this Angular 6 tutorial we'll learn how to use Bootstrap 4 with Angular 6 to build professional UIs.
Angular 6 is the latest version of Angular when writing this tutorial and Bootstrap 4 is the la
Techiediaries
Angular 6 and Bootstrap Tutorial | Techiediaries
Mike Driscoll: Creating and Manipulating PDFs with pdfrw
Link: http://www.blog.pythonlibrary.org/2018/06/06/creating-and-manipulating-pdfs-with-pdfrw/
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and write PDF files. At the time of writing, pdfrw wa
Link: http://www.blog.pythonlibrary.org/2018/06/06/creating-and-manipulating-pdfs-with-pdfrw/
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and write PDF files. At the time of writing, pdfrw wa
Mouse Vs Python
Creating and Manipulating PDFs with pdfrw - Mouse Vs Python
Patrick Maupin created a package he called pdfrw and released it back in 2012. The pdfrw package is a pure-Python library that you can use to read and
Full Stack Python: Developing Flask Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/blog/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Link: https://www.fullstackpython.com/blog/develop-flask-web-apps-docker-containers-macos.html
Adding Docker to your Python and
Flask development environment
can be confusing when you are just getting started with containers. Let's
quickly get Docker installed and configured for developing F
Fullstackpython
Developing Flask Apps in Docker Containers on macOS
Learn how to set up and develop a new Flask web application within a Docker container. Great post on fullstackpython.com!
Full Stack Python: Running Bottle Apps in Docker Containers on macOS
Link: https://www.fullstackpython.com/blog/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Link: https://www.fullstackpython.com/blog/first-steps-bottle-web-apps-docker-containers.html
It can be confusing to figure out how to use Docker
containers in your Python and
Bottle
development environment workflow.
This tutorial will quickly show you the exact steps to get Docker
up and ru
Fullstackpython
Running Bottle Apps in Docker Containers on macOS
Learn how to set up and develop a new Bottle web application within a Docker container. Great post on fullstackpython.com!