Sandipan Dey: Solving Some Image Processing and Computer Vision Problems with...
In this article, a few image processing / computer vision problems and their solutions with python libraries (scikit-image, cv2) will be discussed. Removing Gaussian Noise from images by computing...
View ArticlePython Celery - Weekly Celery Tutorials and How-tos: Monitoring a Dockerized...
A flower, sometimes known as bloom or blossom, is the reproductive structure found in flowering plants. Celery is a marshland plant in the family in the family Apicaeae that has been cultivated as a...
View ArticleCodementor: Custom Celery task states
This post was originally published on Distributed Python (https://www.distributedpython.com/) on September 28th, 2018. Celery tasks always have a state. If a task finished executing successfully,...
View ArticleVasudev Ram: A Python email signature puzzle
By Vasudev RamHi, readers,I sometimes use slightly cryptic Python code snippets in my email signature.Can you figure out what output this Python program produces, and how it works, without running the...
View ArticlePython Insider: Python 3.7.1rc2 and 3.6.7rc2 now available for testing
Python 3.7.1rc2 and 3.6.7rc2 are now available. 3.7.1rc2 is a release preview of the first maintenance release of Python 3.7, the latest feature release of Python. 3.6.7rc2 is a release preview of the...
View ArticleWeekly Python StackOverflow Report: (cxlvii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-10-13 21:36:41 GMTIs i = i + n truly the same as i += n? -...
View ArticlePyBites: PyBites Twitter Digest - Issue 32, 2018
Kenneth Reitz's latest project, a new Python Web Framework - "Responder"!I'm very happy to announce the release of my heavy first iteration of my new web framework, "Responder":…...
View ArticleZato Blog: Managing live WebSocket API clients
Zato-based WebSockets are a great choice for high-performance API integrations. WebSockets have minimal overhead, which, coupled with their ability to invoke services in a synchronous manner, means...
View ArticleStefan Behnel: What's new in Cython 0.29?
I'm happy to announce the release of Cython 0.29. In case you didn't hear about Cython before, it's the most widely used statically optimising Python compiler out there. It translates Python (2/3) code...
View ArticleFull Stack Python: How to Provision Ubuntu 18.04 LTS Linux Servers on...
Python web applications need to be deployed to a production server or service so your users have access to the application.DigitalOcean is one such service that makes it easy to immediately get access...
View ArticleCodementor: Build a blog using the Django Web Framework.
In this series, we’d walk through the process of building a blog using the Django web framework. Django is a framework written in Python that enables you to build really powerful web applications...
View ArticleCodementor: Build a blog using the Django Web Framework: Part II
Hello, and welcome to the second part of our series of “Building a blog with Django”. In part one (https://medium.com/@fiveNineDeveloper/build-a-blog-using-django-web-framework-85d063f65887), we...
View ArticleCodementor: Build a blog using Django web framework: Part III
Hello, and welcome to part three of the “Building a blog using Django” series. In part two, we created a database, but never put it to test by adding real data and seeing what it does. In this...
View ArticlePodcast.__init__: How Python Is Used To Build A Startup At Wanderu with Chris...
The breadth of use cases that Python supports, coupled with the level of productivity that it provides through its ease of use have contributed to the incredible popularity of the language. To explore...
View ArticleMike Driscoll: PyDev of the Week: Marc Garcia
This week we welcome Marc Garcia (@datapythonista) as our PyDev of the Week! Marc is a core developer of pandas, a Python data analysis library. If you’d like to know more about Marc, you can check out...
View ArticleThe Digital Cat: Public key cryptography: RSA keys
I bet you created at least once an RSA key pair, usually because you needed to connect to GitHub and you wanted to avoid typing your password every time. You diligently followed the documentation on...
View ArticleRobin Wilson: PyCon UK 2018: My thoughts – including childcare review
As I mentioned in the previous post, I attended – and spoke at – PyCon UK 2018 in Cardiff. Last time I provided a link to my talk on xarray – this time I want to provide some general thoughts on the...
View ArticleTim Golden: Stepping back a bit from python.org
The fact that you hadn't noticed is a testament to the number of people working behind the scenes at various facets of python.org. For some years I've been part of a number of teams who sit behind...
View ArticleMontreal Python User Group: Montréal-Python 73: Call for Speakers - Despotic...
Just in the time for the end of Fall we are officially calling for speakers for our next pythonesque rendez-vous.Either you want to practice your talk for PyCon Canada, or you would like to present to...
View ArticleTim Golden: Following up from stepping back
Thank you to those who responded to my previous post with thanks and words of encouragement. Just to be clear, I'm not stepping back from Python altogether; far from it. I'm simply giving up certain...
View Article