PyCon: Pycon 2019 Call for Proposals is Open!
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Link: https://pycon.blogspot.com/2018/09/pycon-2019-call-for-proposals-is-open.html
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentations, as well as the hatchery program PyCon Charlas. PyCon is
Blogspot
Pycon 2019 Call for Proposals is Open!
The time is upon us again! PyCon 2019’s Call for Proposals has officially opened for talks, tutorials, posters, education summit presentati...
Real Python: Color Spaces and How to Use Them With OpenCV and Python
Link: https://realpython.com/python-opencv-color-spaces/
It may be the era of deep learning and big data, where complex algorithms analyze images by being shown millions of them, but color spaces are still surprisingly useful for image analysis. Simple meth
Link: https://realpython.com/python-opencv-color-spaces/
It may be the era of deep learning and big data, where complex algorithms analyze images by being shown millions of them, but color spaces are still surprisingly useful for image analysis. Simple meth
Realpython
Image Segmentation Using Color Spaces in OpenCV + Python – Real Python
In this introductory tutorial, you'll learn how to simply segment an object from an image based on color in Python using OpenCV. A popular computer vision library written in C/C++ with bindings for Python, OpenCV provides easy ways of manipulating color spaces.
PyCharm: PyCharm 2018.3 EAP 4
Link: http://feedproxy.google.com/~r/Pycharm/~3/WIW6aZJbpkc/
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this week’s Early
Link: http://feedproxy.google.com/~r/Pycharm/~3/WIW6aZJbpkc/
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this week’s Early
PyCharm Blog
PyCharm 2018.3 EAP 4
We are working hard on the next version of PyCharm: 2018.3. And we’re looking for some feedback from those of you interested in having a look at the next version already. You can get this wee…
Reinout van Rees: Utrecht (NL) python meetup september 2018
Link: http://reinout.vanrees.org/weblog/2018/09/26/python-meetup-utrecht.html
Data processing using parser combinators - Werner de Groot
He collaborated with data scientists from Wageningen University. The
scientists did lots of cool programming stuff. But they did not use ve
Link: http://reinout.vanrees.org/weblog/2018/09/26/python-meetup-utrecht.html
Data processing using parser combinators - Werner de Groot
He collaborated with data scientists from Wageningen University. The
scientists did lots of cool programming stuff. But they did not use ve
Jean-Paul Calderone: Asynchronous Object Initialization - Patterns and Antipatterns
Link: http://as.ynchrono.us/2014/12/asynchronous-object-initialization.html
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt with a lot over the years using Twisted (one of the sources of
Link: http://as.ynchrono.us/2014/12/asynchronous-object-initialization.html
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt with a lot over the years using Twisted (one of the sources of
as.ynchrono.us
Asynchronous Object Initialization - Patterns and Antipatterns
I caught Toshio Kuratomi's post about asyncio initialization patterns (or anti-patterns) on Planet Python. This is something I've dealt w...
Python Insider: Python 3.7.1rc1 and 3.6.7rc1 now available for testing
Link: http://feedproxy.google.com/~r/PythonInsider/~3/4U66sA2wtWw/python-371rc1-and-367rc1-now-available.html
Python 3.7.1rc1 and 3.6.7rc1 are now available. 3.7.1rc1 is the release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc1 is the release preview of
Link: http://feedproxy.google.com/~r/PythonInsider/~3/4U66sA2wtWw/python-371rc1-and-367rc1-now-available.html
Python 3.7.1rc1 and 3.6.7rc1 are now available. 3.7.1rc1 is the release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc1 is the release preview of
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.
Trey Hunner: Stop writing lambda expressions in Python
Link: http://treyhunner.com/2018/09/stop-writing-lambda-expressions/
It’s hard for me to teach an in-depth Python class without discussing lambda expressions.
I almost always get questions about them.
My students tend to see them in code on StackOverflow or they see th
Link: http://treyhunner.com/2018/09/stop-writing-lambda-expressions/
It’s hard for me to teach an in-depth Python class without discussing lambda expressions.
I almost always get questions about them.
My students tend to see them in code on StackOverflow or they see th
Treyhunner
Overusing lambda expressions in Python
Note: This post was originally titled “Stop writing lambda expressions in Python” but I’ve changed the title after deciding that it …
Djangostars: How to Create and Deploy a Telegram Bot?
Link: https://djangostars.com/blog/how-to-create-and-deploy-a-telegram-bot/
Introduction or Why You Should Try a Bot
(you may skip it if you already know what to do with your bot)
Bots are everywhere. It seems that only yesterday we did not even know about their existence; no
Link: https://djangostars.com/blog/how-to-create-and-deploy-a-telegram-bot/
Introduction or Why You Should Try a Bot
(you may skip it if you already know what to do with your bot)
Bots are everywhere. It seems that only yesterday we did not even know about their existence; no
Software Development Blog & IT Tech Insights | Django Stars
How to Deploy Webhook-Integrated Telegram Bot in Python
A complete Webhook Telegram bot tutorial. Check it out and learn how to create and deploy a simple greeting bot using Python/Django.
Made With Mu: Announcing Mu-moot 2.0
Link: https://madewith.mu/mu/moot/2018/09/27/mu-moot-2.html
Sign up for free
for the second ever Mu-moot! Thursday October 18th at 6pm in the offices
of Kano at 3 Finsbury Ave, London, EC2M 2PA.
It’s a friendly and supportive meeting for learners, teachers and
Link: https://madewith.mu/mu/moot/2018/09/27/mu-moot-2.html
Sign up for free
for the second ever Mu-moot! Thursday October 18th at 6pm in the offices
of Kano at 3 Finsbury Ave, London, EC2M 2PA.
It’s a friendly and supportive meeting for learners, teachers and
Made With Mu
Announcing Mu-moot 2.0
Sign up for free for the second ever Mu-moot! Thursday October 18th at 6pm in the offices of Kano at 3 Finsbury Ave, London, EC2M 2PA. It’s a friendly and supportive meeting for learners, teachers and software developers interested in computing, mentoring…
NumFOCUS: Successful Sustainer Weeks Fundraiser for Open Source Scientific Computing Software
Link: https://numfocus.org/blog/successful-sustainer-weeks-fundraiser-for-open-source-scientific-computing-software
The post Successful Sustainer Weeks Fundraiser for Open Source Scientific Computing Software appeared first on NumFOCUS.
Link: https://numfocus.org/blog/successful-sustainer-weeks-fundraiser-for-open-source-scientific-computing-software
The post Successful Sustainer Weeks Fundraiser for Open Source Scientific Computing Software appeared first on NumFOCUS.
NumFOCUS
Successful Sustainer Weeks Fundraiser for Open Source Scientific Computing Software - NumFOCUS
Kay Hayen: Nuitka Release 0.6.0
Link: http://nuitka.net/posts/nuitka-release-060.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release adds massive improveme
Link: http://nuitka.net/posts/nuitka-release-060.html
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release adds massive improveme
Nuitka Home
Nuitka Release 0.6.0
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.
This release adds massive improveme
This release adds massive improveme
NumFOCUS: Inaugural NumFOCUS Awards and New Contributor Recognition
Link: https://numfocus.org/blog/inaugural-numfocus-awards-and-new-contributor-recognition
The post Inaugural NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
Link: https://numfocus.org/blog/inaugural-numfocus-awards-and-new-contributor-recognition
The post Inaugural NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
NumFOCUS
Inaugural NumFOCUS Awards and New Contributor Recognition - NumFOCUS
Codementor: Python Expressions | Values
Link: https://www.codementor.io/himank/python-expressions-values-nsy3p9sfc
Understand how python evaluates an expression.
Link: https://www.codementor.io/himank/python-expressions-values-nsy3p9sfc
Understand how python evaluates an expression.
www.codementor.io
Python Expressions | Values | Codementor
Understand how python evaluates an expression.
Gocept Weblog: Saltlabs Sprint: last minute information
Link: https://blog.gocept.com/2018/09/28/saltlabs-sprint-last-minute-information/
Earl Zope is now nearly settled down in Python 3 wonderland. On the Zope and Plone sprint from Monday, 1st until Friday, 5th of October 2018 in Halle (Saale), Germany we will work towards the final Zo
Link: https://blog.gocept.com/2018/09/28/saltlabs-sprint-last-minute-information/
Earl Zope is now nearly settled down in Python 3 wonderland. On the Zope and Plone sprint from Monday, 1st until Friday, 5th of October 2018 in Halle (Saale), Germany we will work towards the final Zo
gocept blog
Saltlabs Sprint: last minute information
Earl Zope is now nearly settled down in Python 3 wonderland. On the Zope and Plone sprint from Monday, 1st until Friday, 5th of October 2018 in Halle (Saale), Germany we will work towards the final…
Test and Code: 47: Automation Panda - Andy Knight
Link: https://testandcode.com/47
Interview with Andy Knight, the Automation Panda.
Selenium & WebDriver
Headless Chrome
Gherkin
BDD
Given When Then
pytest-bdd
PyCharm
Writing Good Gherkin
Overhead of Gherkin and if it's worth it
Wh
Link: https://testandcode.com/47
Interview with Andy Knight, the Automation Panda.
Selenium & WebDriver
Headless Chrome
Gherkin
BDD
Given When Then
pytest-bdd
PyCharm
Writing Good Gherkin
Overhead of Gherkin and if it's worth it
Wh
Test & Code: Python Software Testing & Engineering
Test & Code: Python Software Testing & Engineering: 47: Automation Panda - Andy Knight
Interview with Andy Knight, the Automation Panda.
Robin Wilson: PyCon UK 2018: My talk on xarray
Link: http://blog.rtwilson.com/pycon-uk-2018-my-talk-on-xarray/
Last week I attended PyCon UK 2018 in Cardiff, and had a great time. I’m going to write a few posts about this conference – and this first one is focused on my talk.
I spoke in the ‘PyData’ track, wit
Link: http://blog.rtwilson.com/pycon-uk-2018-my-talk-on-xarray/
Last week I attended PyCon UK 2018 in Cardiff, and had a great time. I’m going to write a few posts about this conference – and this first one is focused on my talk.
I spoke in the ‘PyData’ track, wit
Djangostars: What is Docker and How to Use it With Python (Tutorial)
Link: https://djangostars.com/blog/what-is-docker-and-how-to-use-it-with-python/
This is an introductory tutorial on Docker containers. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis contain
Link: https://djangostars.com/blog/what-is-docker-and-how-to-use-it-with-python/
This is an introductory tutorial on Docker containers. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis contain
Software Development Blog & IT Tech Insights | Django Stars
Python Docker Tutorial: How to Use Docker with Python | Django Stars
Full guide about uses of Docker with Python. Our team created this tutorial to share the passion and knowledge of Docker enthusiasts.
Davy Wybiral: Building a Programmable Laser Turret
Link: http://davywybiral.blogspot.com/2018/09/building-programmable-laser-turret.html
Using only a couple of servos, a laser module, some hot glue, and a microcontroller of your choice, you can easily build your own laser turret to annoy your cat.
Link: http://davywybiral.blogspot.com/2018/09/building-programmable-laser-turret.html
Using only a couple of servos, a laser module, some hot glue, and a microcontroller of your choice, you can easily build your own laser turret to annoy your cat.
Blogspot
Building a Programmable Laser Turret
Using only a couple of servos, a laser module, some hot glue, and a microcontroller of your choice, you can easily build your own laser turr...
Catalin George Festila: Python 2.7 : Python geocoding without key.
Link: http://python-catalin.blogspot.com/2018/09/python-27-python-geocoding-without-key.html
Today I will come with a simple example about geocoding.I used json and requests python modules and python version 2.7.About geocoding I use this service provide by datasciencetoolkit.You can use this
Link: http://python-catalin.blogspot.com/2018/09/python-27-python-geocoding-without-key.html
Today I will come with a simple example about geocoding.I used json and requests python modules and python version 2.7.About geocoding I use this service provide by datasciencetoolkit.You can use this
Blogspot
Python 2.7 : Python geocoding without key.
News , articles and tutorials about programming with python with source code and examples under Windows and Linux operating systems.
EuroPython Society: EuroPython 2019: RFP for Venues
Link: https://www.europython-society.org/post/178541594370
We are happy to announce that we have started the RFP for venues to host the EuroPython 2019 conference.We have sent out the details to almost 40 venues.Unlike last year, we also want to give the chan
Link: https://www.europython-society.org/post/178541594370
We are happy to announce that we have started the RFP for venues to host the EuroPython 2019 conference.We have sent out the details to almost 40 venues.Unlike last year, we also want to give the chan
EuroPython Society
EuroPython 2019: RFP for Venues
We are happy to announce that we have started the RFP for venues to host the EuroPython 2019 conference.
We have sent out the details to almost 40 venues.
Unlike last year, we also want to give the...
We have sent out the details to almost 40 venues.
Unlike last year, we also want to give the...