Weekly Python StackOverflow Report: (cxxvii) stackoverflow python report
Link: http://python-weekly.blogspot.com/2018/05/cxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-05-26 21:36:24 GMTWhy does integer division round down in many scr
Link: http://python-weekly.blogspot.com/2018/05/cxxvii-stackoverflow-python-report.html
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-05-26 21:36:24 GMTWhy does integer division round down in many scr
python-weekly.blogspot.co.uk
(cxxvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week. Between brackets: [ question score / answers count] Build date: 2018...
Full Stack Python: How to Add Maps to Django Web App Projects with Mapbox
Link: https://www.fullstackpython.com/maps-django-web-applications-projects-mapbox.html
Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w
Link: https://www.fullstackpython.com/maps-django-web-applications-projects-mapbox.html
Building interactive maps into a Django web application
can seem daunting if you do not know where to begin, but it is easier
than you think if you use a developer tool such as
Mapbox.
In this post w
Fullstackpython
How to Add Maps to Django Web App Projects with Mapbox
Learn how to add maps and location-based data to your web applications using Mapbox. Great post on fullstackpython.com!
Matthew Rocklin: Beyond Numpy Arrays in Python
Link: https://matthewrocklin.com/blog//work/2018/05/27/beyond-numpy
Executive Summary
In recent years Python’s array computing ecosystem has grown organically to support
GPUs, sparse, and distributed arrays.
This is wonderful and a great example of the growth that can
Link: https://matthewrocklin.com/blog//work/2018/05/27/beyond-numpy
Executive Summary
In recent years Python’s array computing ecosystem has grown organically to support
GPUs, sparse, and distributed arrays.
This is wonderful and a great example of the growth that can
Kushal Das: Fedora 28 template is available on QubesOS
Link: https://kushaldas.in/posts/fedora-28-template-is-available-on-qubesos.html
In case you missed the news, Fedora 28 is now available as a template in Qubes
OS 4.0. Fedora 26 will end of life on 2018-06-01, means
this is a good time for everyone to upgrade. Use the following c
Link: https://kushaldas.in/posts/fedora-28-template-is-available-on-qubesos.html
In case you missed the news, Fedora 28 is now available as a template in Qubes
OS 4.0. Fedora 26 will end of life on 2018-06-01, means
this is a good time for everyone to upgrade. Use the following c
Mike Driscoll: PyDev of the Week: Moshe Zadka
Link: http://www.blog.pythonlibrary.org/2018/05/28/pydev-of-the-week-moshe-zadka/
This week we welcome Moshe Zadka (@moshezadka) as our PyDev of the Week! Moshe is a core developer of the Twisted project and he is also a co-author of Expert Twisted from Apress Publishing. He is als
Link: http://www.blog.pythonlibrary.org/2018/05/28/pydev-of-the-week-moshe-zadka/
This week we welcome Moshe Zadka (@moshezadka) as our PyDev of the Week! Moshe is a core developer of the Twisted project and he is also a co-author of Expert Twisted from Apress Publishing. He is als
codeboje: 2d and 3d Game and Rendering Engines for Python
Link: http://codeboje.de../../2d-and-3d-game-and-rendering-engines-python/
Thanks to the nice feedback i got for 2D Game Engines for Python i decided to compile a list of 2d and 3d game development possibilities with Python i found so far. It might not be complete, but i’ll
Link: http://codeboje.de../../2d-and-3d-game-and-rendering-engines-python/
Thanks to the nice feedback i got for 2D Game Engines for Python i decided to compile a list of 2d and 3d game development possibilities with Python i found so far. It might not be complete, but i’ll
codeboje
Teaching small dev teams to build applications in Spring Boot
Learn to build applications in Spring Boot while avoiding disastrous pitfalls.
Martin Fitzpatrick: QtWebEngineWidgets, the new browser API in PyQt 5.6
Link: https://martinfitzpatrick.name/article/qtwebenginewidgets-pyqt5/
With the release of Qt 5.5 the Qt WebKit API was deprecated and replaced with the new QtWebEngine API, based on Chromium.
The WebKit API was subsequently removed from Qt entirely with the release of Q
Link: https://martinfitzpatrick.name/article/qtwebenginewidgets-pyqt5/
With the release of Qt 5.5 the Qt WebKit API was deprecated and replaced with the new QtWebEngine API, based on Chromium.
The WebKit API was subsequently removed from Qt entirely with the release of Q
Martin Fitzpatrick
QtWebEngineWidgets, the new browser API in PyQt 5.6 | Simplified page model and asynchronous methods
With the release of Qt 5.5 the Qt WebKit API was deprecated and replaced with the new QtWebEngine API, based on Chromium. The WebKit API was subsequently removed from Qt entirely with the release of Qt 5.6 in mid-2016. The change to use Chromium for web widgets…
codeboje: Curated List of Markdown Editors
Link: http://codeboje.de../../markdown-editors/
Last Update May 2018
I’ve been a long time user of Markdown now and still enjoy its simplicity. So i thought it is time to rewrite this list and add some more information.
Yada, yada, just take me to
Link: http://codeboje.de../../markdown-editors/
Last Update May 2018
I’ve been a long time user of Markdown now and still enjoy its simplicity. So i thought it is time to rewrite this list and add some more information.
Yada, yada, just take me to
Full Stack Python: How to Explain Your Products to Developers
Link: https://www.fullstackpython.com/explain-products-developers.html
This blog post contains the slides along with a loose transcript
from my talk on appropriately marketing products to
software developers that I gave at
Silicon Valley Bank during
Ubiquity.VC's summi
Link: https://www.fullstackpython.com/explain-products-developers.html
This blog post contains the slides along with a loose transcript
from my talk on appropriately marketing products to
software developers that I gave at
Silicon Valley Bank during
Ubiquity.VC's summi
Fullstackpython
How to Explain Your Products to Developers
Talk slides, notes and more resources for a technical talk on developer marketing for tech products, by Matt Makai. Great post on fullstackpython.com!
Real Python: Interacting with Python
Link: https://realpython.com/interacting-with-python/
Interacting with Python
At this point, you should have a working Python 3 interpreter at hand. If you need help getting Python set up correctly, please refer to the previous section in this tutorial s
Link: https://realpython.com/interacting-with-python/
Interacting with Python
At this point, you should have a working Python 3 interpreter at hand. If you need help getting Python set up correctly, please refer to the previous section in this tutorial s
Realpython
Interacting With Python – Real Python
In this tutorial, you'll explore the various ways of interacting with Python. You'll learn about the REPL for quick testing and running scripts, as well as how to work with IDEs, Jupyter Notebooks, and online interpreters.
Damián Avila: RISE 5.3.0 is out!
Link: http://www.damian.oquanta.info/posts/rise-530-is-out.html
We're pleased to announce the release of RISE 5.3.0!
RISE lets you show your Jupyter notebook rendered as an executable Reveal.js-based slideshow. It is your very same notebook but in a slidy way!
Link: http://www.damian.oquanta.info/posts/rise-530-is-out.html
We're pleased to announce the release of RISE 5.3.0!
RISE lets you show your Jupyter notebook rendered as an executable Reveal.js-based slideshow. It is your very same notebook but in a slidy way!
Damian's blog
RISE 5.3.0 is out!
We're pleased to announce the release of RISE 5.3.0!
RISE lets you show your Jupyter notebook rendered as an executable Reveal.js-based slideshow. It is your very same notebook but in a slidy way!
Ho
RISE lets you show your Jupyter notebook rendered as an executable Reveal.js-based slideshow. It is your very same notebook but in a slidy way!
Ho
Pythonicity: Accumulator
Link: https://coady.github.io/accumulator.html
A Paul Graham classic, the accumulator function.¶As an illustration of what I mean about the relative power of programming languages, consider the following problem. We want to write a function t
Link: https://coady.github.io/accumulator.html
A Paul Graham classic, the accumulator function.¶As an illustration of what I mean about the relative power of programming languages, consider the following problem. We want to write a function t
coady.github.io
Accumulator | Pythonicity
A Paul Graham classic, the accumulator function.¶As an illustration of what I mean about the relative power of programming languages, consider the...
Kushal Das: PyQt5 thread example
Link: https://kushaldas.in/posts/pyqt5-thread-example.html
PyQt is the Python binding for Qt library. To write Qt5
code, we use PyQt5 module. Like many others, my first introduction to GUI
application development was using PyQt. Back in foss.in 2005 a talk f
Link: https://kushaldas.in/posts/pyqt5-thread-example.html
PyQt is the Python binding for Qt library. To write Qt5
code, we use PyQt5 module. Like many others, my first introduction to GUI
application development was using PyQt. Back in foss.in 2005 a talk f
Mike Driscoll: Creating Interactive PDF Forms in ReportLab with Python
Link: http://www.blog.pythonlibrary.org/2018/05/29/creating-interactive-pdf-forms-in-reportlab-with-python/
The ReportLab toolkit allows you to create interactive fillable forms. The PDF standard actually has a fairly rich set of interactive elements. ReportLab doesn’t support all of these elements, but it
Link: http://www.blog.pythonlibrary.org/2018/05/29/creating-interactive-pdf-forms-in-reportlab-with-python/
The ReportLab toolkit allows you to create interactive fillable forms. The PDF standard actually has a fairly rich set of interactive elements. ReportLab doesn’t support all of these elements, but it
Mouse Vs Python
Creating Interactive PDF Forms in ReportLab with Python - Mouse Vs Python
Need to create an interactive form in your PDF with Python? ReportLab can do the deed. Learn how to add many different form elements.
EuroPython: EuroPython 2018: Financial Aid Program
Link: https://blog.europython.eu/post/174368323052
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend EuroPython 2018.
We offer financial aid confe
Link: https://blog.europython.eu/post/174368323052
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend EuroPython 2018.
We offer financial aid confe
EuroPython Blog
EuroPython 2018: Financial Aid Program
As part of our commitment to the Python community, we are pleased to announce that we offer special grants for people in need of a financial aid to attend EuroPython 2018.
We offer financial aid...
We offer financial aid...
Chris Moffitt: Book Review: Machine Learning with Python Cookbook
Link: http://pbpython.com/ml-python-cookbook.html
Introduction
This article is a review of Chris Albon’s book, Machine Learning with Python Cookbook.
This book is in the tradition of other O’Reilly “cookbook” series in that it
contains short “recipe
Link: http://pbpython.com/ml-python-cookbook.html
Introduction
This article is a review of Chris Albon’s book, Machine Learning with Python Cookbook.
This book is in the tradition of other O’Reilly “cookbook” series in that it
contains short “recipe
Pbpython
Book Review: Machine Learning with Python Cookbook
Book review of Machine Learning with Python Cookbook by Chris Albon.
Eli Bendersky: Understanding how to implement a character-based RNN language model
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Link: https://eli.thegreenplace.net/2018/understanding-how-to-implement-a-character-based-rnn-language-model/
In a single gist,
Andrej Karpathy did something
truly impressive. In a little over 100 lines of Python - without relying on any
heavy-weight machine learning frameworks - he presents a fairly complete
Tiago Montes: A Python Journey on Counting: Usability
Link: https://tmont.es/2018/a-python-journey-on-counting-usability/
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the
Link: https://tmont.es/2018/a-python-journey-on-counting-usability/
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the
tmont.es
a python journey on counting: usability | tmont.es
Moving on with our journey, in this article we’ll look into possible letter counting API improvements. To recap, we started exploring the general “counting things” problem in the first article in the series, focused on building a letter histogram from a given…
Stack Abuse: Introduction to the Python Coding Style
Link: http://stackabuse.com/introduction-to-the-python-coding-style/
Python as a scripting language is quite simple and compact. Compared to other languages, you only have a relatively low number of keywords to internalize in order to write proper Python code. Furtherm
Link: http://stackabuse.com/introduction-to-the-python-coding-style/
Python as a scripting language is quite simple and compact. Compared to other languages, you only have a relatively low number of keywords to internalize in order to write proper Python code. Furtherm
Stack Abuse
Introduction to the Python Coding Style
Python as a scripting language is quite simple and compact. Compared to other
languages, you only have a relatively low number of keywords to internalize in
order to write proper Python code. Furthermore, both simplicity as well as
readability of the code…
languages, you only have a relatively low number of keywords to internalize in
order to write proper Python code. Furthermore, both simplicity as well as
readability of the code…
Techiediaries - Django: Angular 6|5 Tutorial: Integrating Angular with Django
Link: https://www.techiediaries.com/django-angular-tutorial/
In the previous Angular 6 tutorial we've seen how to build a CRUD web application with a Django REST framework API back-end. In this tutorial we'll see how we can integrate the Angular 6 front-end wit
Link: https://www.techiediaries.com/django-angular-tutorial/
In the previous Angular 6 tutorial we've seen how to build a CRUD web application with a Django REST framework API back-end. In this tutorial we'll see how we can integrate the Angular 6 front-end wit
Techiediaries
Angular 6|5 Tutorial: Integrating Angular with Django | Techiediaries
In this tutorial we'll see how we can integrate the Angular 6 front-end application with the Django back-end.
Python Bytes: #80 Dan Bader drops by and we found 30 new Python projects
Link: https://pythonbytes.fm/episodes/show/80/dan-bader-drops-by-and-we-found-30-new-python-projects
Link: https://pythonbytes.fm/episodes/show/80/dan-bader-drops-by-and-we-found-30-new-python-projects
pythonbytes.fm
Dan Bader drops by and we found 30 new Python projects
News and announcements from the Python community for the week of May 29th, 2018