Reinout van Rees: Djangocon: survival tricks and tools for remote developers - Alessio Bragadini
Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html
(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Link: http://reinout.vanrees.org/weblog/2018/05/25/03-remote-developers.html
(One of my summaries of a talk at the
2018 European djangocon.)
He works in a company that has many remote workers. He is one of them. The
core question for him: "how do I manage to work remotely in
Reinout van Rees: Djangocon: Graphql in python and django - Patrick Arminio
Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html
(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Link: http://reinout.vanrees.org/weblog/2018/05/25/04-graphql.html
(One of my summaries of a talk at the
2018 European djangocon.)
For APIs, REST is the normal way. But REST is not perfect.
You can, for instance, have too many requests. If you request a user
(/users
Reinout van Rees: Djangocon keynote: the naïve programmer - Daniele Procida
Link: http://reinout.vanrees.org/weblog/2018/05/25/01-keynote.html
(One of my summaries of a talk at the
2018 European djangocon.)
The naïve programmer is not "the bad programmer" or so. He is just not so
sophisticated. Naïve programmers are everywhere. Almost all p
Link: http://reinout.vanrees.org/weblog/2018/05/25/01-keynote.html
(One of my summaries of a talk at the
2018 European djangocon.)
The naïve programmer is not "the bad programmer" or so. He is just not so
sophisticated. Naïve programmers are everywhere. Almost all p
PyCharm: PyCharm 2018.1.4 RC
Link: http://feedproxy.google.com/~r/Pycharm/~3/zX6YBx9lpb0/
We’re happy to announce that the release candidate for a new version of PyCharm is now available: get it now from our confluence page.
Improved in this Version
Various issues related to installing pa
Link: http://feedproxy.google.com/~r/Pycharm/~3/zX6YBx9lpb0/
We’re happy to announce that the release candidate for a new version of PyCharm is now available: get it now from our confluence page.
Improved in this Version
Various issues related to installing pa
PyCharm Blog
PyCharm 2018.1.4 RC
We’re happy to announce that the release candidate for a new version of PyCharm is now available: get it now from our confluence page. Improved in this Version Various issues related to installing …
EuroPython: EuroPython 2018: Talk voting is open
Link: https://blog.europython.eu/post/174240171877
At EuroPython, we let our attendees have a significant say in the selection of the sessions which are presented at the conference. We call this “talk voting” - attendees can tell us which submitted ta
Link: https://blog.europython.eu/post/174240171877
At EuroPython, we let our attendees have a significant say in the selection of the sessions which are presented at the conference. We call this “talk voting” - attendees can tell us which submitted ta
EuroPython Blog
EuroPython 2018: Talk voting is open
At EuroPython, we let our attendees have a significant say in the selection of the sessions which are presented at the conference. We call this “talk voting” - attendees can tell us which submitted...
Talk Python to Me: #163 Python in Geoscience
Link: https://talkpython.fm/episodes/show/163/python-in-geoscience
Learn how Python is being used in research to understand the inner workings of the Earth.
Link: https://talkpython.fm/episodes/show/163/python-in-geoscience
Learn how Python is being used in research to understand the inner workings of the Earth.
talkpython.fm
Python in Geoscience
Learn how Python is being used in research to understand the inner workings of the Earth.
Martin Fitzpatrick: Brown Note
Link: https://martinfitzpatrick.name/article/post-it-notes-python-qt/
Relieve your creative blockages with these interactive desktop reminders.
Brown Note is a desktop notes application written in Python, using PyQt. The notes are implemented as decoration-less windows
Link: https://martinfitzpatrick.name/article/post-it-notes-python-qt/
Relieve your creative blockages with these interactive desktop reminders.
Brown Note is a desktop notes application written in Python, using PyQt. The notes are implemented as decoration-less windows
Martin Fitzpatrick
Brown Note | Desktop notes app using SQLAlchemy & PyQt
Relieve your creative blockages with these interactive desktop reminders. Brown Note is a desktop notes application written in Python, using PyQt. The notes are implemented as decoration-less windows, which can be dragged around the desktop and edited. Details…
Ian Ozsvald: “Creating correct and capable classifiers” at PyDataAmsterdam 2018
Link: http://ianozsvald.com/2018/05/26/creating-correct-and-capable-classifiers-at-pydataamsterdam-2018/
This weekend I got to attend PyDataAmsterdam 2018 – this is my first trip to the Netherlands (Yay! It is lovely here). I gave an updated talk on my earlier presentation for PyDataLondon 2018, this tim
Link: http://ianozsvald.com/2018/05/26/creating-correct-and-capable-classifiers-at-pydataamsterdam-2018/
This weekend I got to attend PyDataAmsterdam 2018 – this is my first trip to the Netherlands (Yay! It is lovely here). I gave an updated talk on my earlier presentation for PyDataLondon 2018, this tim
Entrepreneurial Geekiness
"Creating correct and capable classifiers" at PyDataAmsterdam 2018 - Entrepreneurial Geekiness
This weekend I got to attend PyDataAmsterdam 2018 – this is my first trip to the Netherlands (Yay! It is lovely here). I gave an updated talk on my earlier presentation for PyDataLondon 2018, this time I spoke more on : YellowBrick‘s ROC curves SHAPley machine…
Semaphore Community: Building and Testing an API Wrapper in Python
Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Link: https://semaphoreci.com/community/tutorials/building-and-testing-an-api-wrapper-in-python
This article is brought with ❤ to you by Semaphore.Introduction
Most websites we use provide an HTTP API to enable developers
to access their data from their own applications. For developers utilizin
Semaphore
Building and Testing an API Wrapper in Python - Semaphore
Learn how to write and test a custom Python library to interact with an HTTP API.
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...