Mike Driscoll: PyDev of the Week: Nina Zakharenko
Link: http://www.blog.pythonlibrary.org/2019/01/21/pydev-of-the-week-nina-zakharenko/
This week we welcome Nina Zakharenko (@nnja) as our PyDev of the Week! Nina has been active in the Python community for several years and has spoken or keynoted dozens of conferences. She has also con
Link: http://www.blog.pythonlibrary.org/2019/01/21/pydev-of-the-week-nina-zakharenko/
This week we welcome Nina Zakharenko (@nnja) as our PyDev of the Week! Nina has been active in the Python community for several years and has spoken or keynoted dozens of conferences. She has also con
Codementor: Temperature Monitoring with Raspberry Pi and Alibaba Cloud IoT Platform
Link: https://www.codementor.io/alibabacloud/temperature-monitoring-with-raspberry-pi-and-alibaba-cloud-iot-platform-retidz2k0
By Amit Maity, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Link: https://www.codementor.io/alibabacloud/temperature-monitoring-with-raspberry-pi-and-alibaba-cloud-iot-platform-retidz2k0
By Amit Maity, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
www.codementor.io
Temperature Monitoring with Raspberry Pi and Alibaba Cloud IoT Platform | Codementor
By Amit Maity, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Podcast.__init__: Counteracting Code Complexity With Wily
Link: https://www.podcastinit.com/wily-code-complexity-episode-195/
As we build software projects, complexity and technical debt are bound to creep into our code. To counteract these tendencies it is necessary to calculate and track metrics that highlight areas of imp
Link: https://www.podcastinit.com/wily-code-complexity-episode-195/
As we build software projects, complexity and technical debt are bound to creep into our code. To counteract these tendencies it is necessary to calculate and track metrics that highlight areas of imp
Podcast.__init__('The Python Podcast')
Counteracting Code Complexity With Wily - Episode 195
As we build software projects, complexity and technical debt are bound to creep into our code. To counteract these tendencies it is necessary to calculate and track metrics that highlight areas of improvement so that they can be acted on. To aid in identifying…
The Digital Cat: Clean Architectures in Python: the book
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
UPDATE: a Russian translation is in the works!
UPDATE: version 1.0.3 is out! Some readers unsurprisingly spotted typos and bad grammar and were so kind to submit fixes.
I'm excited to announce that th
Link: http://blog.thedigitalcatonline.com/blog/2018/12/20/cabook/
UPDATE: a Russian translation is in the works!
UPDATE: version 1.0.3 is out! Some readers unsurprisingly spotted typos and bad grammar and were so kind to submit fixes.
I'm excited to announce that th
Filipe Saraiva: Call for Answers: Survey About Task Assignment
Link: http://blog.filipesaraiva.info/?p=2058
Professor Igor Steinmacher, from Northern Arizona University, is a proeminent researcher on several social dynamics in open source communities, like support of newcomers, gender bias, open sourcing pr
Link: http://blog.filipesaraiva.info/?p=2058
Professor Igor Steinmacher, from Northern Arizona University, is a proeminent researcher on several social dynamics in open source communities, like support of newcomers, gender bias, open sourcing pr
Filipe Saraiva's blog
Call for Answers: Survey About Task Assignment
Professor Igor Steinmacher, from Northern Arizona University, is a proeminent researcher on several social dynamics in open source communities, like support of newcomers, gender bias, open sourcing…
Stack Abuse: Big O Notation and Algorithm Analysis with Python Examples
Link: https://stackabuse.com/big-o-notation-and-algorithm-analysis-with-python-examples/
There are multiple ways to solve a problem using a computer program. For instance, there are several ways to sort items in an array. You can use merge sort, bubble sort, insertion sort, etc. All these
Link: https://stackabuse.com/big-o-notation-and-algorithm-analysis-with-python-examples/
There are multiple ways to solve a problem using a computer program. For instance, there are several ways to sort items in an array. You can use merge sort, bubble sort, insertion sort, etc. All these
Stack Abuse
Big O Notation and Algorithm Analysis with Python Examples
In this guide - learn the intuition behind and how to perform algorithmic complexity analysis - including what Big-O, Big-Omega and Big-Theta are, how to calculate Big-O and understand the notation, with practical Python examples.
Zaki Akhmad: Django Post Idea
Link: http://za.github.io/2019/01/22/django-post-idea/
Wow, it’s already 2019! And I just skipped 2018 without even a single post! For
this post, I just want to write short.
So far, I have two ideas on writing a new post. They are:
Migrating legacy Djang
Link: http://za.github.io/2019/01/22/django-post-idea/
Wow, it’s already 2019! And I just skipped 2018 without even a single post! For
this post, I just want to write short.
So far, I have two ideas on writing a new post. They are:
Migrating legacy Djang
za.github.io
Django Post Idea
The Northern Lights
Peter Bengtsson: variable_cache_control - Django view decorator to set max_age in runtime
Link: https://www.peterbe.com/plog/variable_cache_control
tl;dr; If you use the django.views.decorators.cache.cache_control decorator, consider this one instead to change the max_age depending on the request.
I had/have a Django view function that looks some
Link: https://www.peterbe.com/plog/variable_cache_control
tl;dr; If you use the django.views.decorators.cache.cache_control decorator, consider this one instead to change the max_age depending on the request.
I had/have a Django view function that looks some
Peterbe
variable_cache_control - Django view decorator to set max_age in runtime
If you use the `django.views.decorators.cache.cache_control` decorator, consider this one instead to change the `max_age` depending on the request.
Codementor: How to Install Anaconda on ECS
Link: https://www.codementor.io/alibabacloud/how-to-install-anaconda-on-ecs-rfys3bopv
By Arslan Ud Din Shafiq, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Link: https://www.codementor.io/alibabacloud/how-to-install-anaconda-on-ecs-rfys3bopv
By Arslan Ud Din Shafiq, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
www.codementor.io
How to Install Anaconda on ECS | Codementor
By Arslan Ud Din Shafiq, Alibaba Cloud Tech Share Author. Tech Share is Alibaba Cloud's incentive program to encourage the sharing of technical knowledge and best practices within the cloud...
Vasudev Ram: Factorial one-liner using reduce and mul for Python 2 and 3
Link: http://jugad2.blogspot.com/2019/01/factorial-one-liner-using-reduce-and.html
- By Vasudev Ram - Online Python training / SQL training / Linux training$ foo bar | bazHi, readers,A couple of days ago, I wrote this post for computing factorials using the reduce and operator.mul f
Link: http://jugad2.blogspot.com/2019/01/factorial-one-liner-using-reduce-and.html
- By Vasudev Ram - Online Python training / SQL training / Linux training$ foo bar | bazHi, readers,A couple of days ago, I wrote this post for computing factorials using the reduce and operator.mul f
Blogspot
Factorial one-liner using reduce and mul for Python 2 and 3
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
codingdirectional: Create an animated image feature for the video editing application
Link: http://codingdirectional.info/2019/01/22/create-an-animated-image-feature-for-the-video-editing-application/
It seems like there are lots of people reading this video editing project and share this project with their friends which has really encouraged me to continue developing this project. There are a few
Link: http://codingdirectional.info/2019/01/22/create-an-animated-image-feature-for-the-video-editing-application/
It seems like there are lots of people reading this video editing project and share this project with their friends which has really encouraged me to continue developing this project. There are a few
Python Software Foundation: Python Software Foundation Fellow Members for Q4 2018
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/KZNgSRhyRZs/python-software-foundation-fellow.html
It's a new year and we are happy to announce our newest PSF Fellow Members!
Elana Hashman
Github, Twitter, Blog
Alexander Hendorf
Zachary Ware
Github
Jeff Triplett
Github, Twi
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/KZNgSRhyRZs/python-software-foundation-fellow.html
It's a new year and we are happy to announce our newest PSF Fellow Members!
Elana Hashman
Github, Twitter, Blog
Alexander Hendorf
Zachary Ware
Github
Jeff Triplett
Github, Twi
Blogspot
Python Software Foundation Fellow Members for Q4 2018
It's a new year and we are happy to announce our newest PSF Fellow Members! Elana Hashman Github , Twitter , Blog Alexander Hend...
Codementor: AI introduction in healthcare
Link: https://www.codementor.io/rakeshverma/ai-introduction-in-healthcare-rgdobxwco
Starting late AI frameworks have sent colossal waves transversely over social protection, despite fuelling the working systems. But the question remains whether AI experts will over the long haul...
Link: https://www.codementor.io/rakeshverma/ai-introduction-in-healthcare-rgdobxwco
Starting late AI frameworks have sent colossal waves transversely over social protection, despite fuelling the working systems. But the question remains whether AI experts will over the long haul...
www.codementor.io
AI introduction in healthcare | Codementor
Starting late AI frameworks have sent colossal waves transversely over social protection, despite fuelling the working systems. But the question remains whether AI experts will over the long haul...
Mike Driscoll: Sample Chapters from Creating wxPython Applications Book
Link: http://www.blog.pythonlibrary.org/2019/01/22/sample-chapters-from-creating-wxpython-applications-book/
The Kickstarter campaign for my latest book has been going quite well, so I thought it would be fun to share some sample chapters of the book with you. You can check out the first couple of chapters h
Link: http://www.blog.pythonlibrary.org/2019/01/22/sample-chapters-from-creating-wxpython-applications-book/
The Kickstarter campaign for my latest book has been going quite well, so I thought it would be fun to share some sample chapters of the book with you. You can check out the first couple of chapters h
PyCoder’s Weekly: Issue #352 (Jan. 22, 2019)
Link: https://pycoders.com/issues/352
#352 – JANUARY 22, 2019 View in Browser » Test-Drive Programming Fonts in Your Browser This is my new favorite thing. You can test-drive various coding fonts directly inside your browser, withou
Link: https://pycoders.com/issues/352
#352 – JANUARY 22, 2019 View in Browser » Test-Drive Programming Fonts in Your Browser This is my new favorite thing. You can test-drive various coding fonts directly inside your browser, withou
Pycoders
PyCoder’s Weekly | Issue #352
Issue #352 of the PyCoder’s Weekly newsletter, published Jan. 22, 2019.
Real Python: Python’s Requests Library (Guide)
Link: https://realpython.com/python-requests/
The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting w
Link: https://realpython.com/python-requests/
The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting w
Realpython
Python's Requests Library (Guide) – Real Python
The Requests library is the go-to tool for making HTTP requests in Python. Learn how to use its intuitive API to send requests and interact with the web.
Python Does What?!: So a list and a tuple walk into a sum()
Link: https://www.pythondoeswhat.com/2019/01/so-list-and-tuple-walk-into-sum.html
As a direct side effect of glom's 19.1.0 release, the authors here at PDW got to re-experience one of the more surprising behaviors of three of Python's most basic constructs:list()tuple()sum()Most ex
Link: https://www.pythondoeswhat.com/2019/01/so-list-and-tuple-walk-into-sum.html
As a direct side effect of glom's 19.1.0 release, the authors here at PDW got to re-experience one of the more surprising behaviors of three of Python's most basic constructs:list()tuple()sum()Most ex
Pythondoeswhat
So a list and a tuple walk into a sum()
As a direct side effect of glom 's 19.1.0 release , the authors here at PDW got to re-experience one of the more surprising behaviors of thr...
Continuum Analytics Blog: RPM and Debian Repositories for Miniconda
Link: https://www.anaconda.com/blog/developer-blog/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains conda and its d
Link: https://www.anaconda.com/blog/developer-blog/rpm-and-debian-repositories-for-miniconda/
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains conda and its d
Anaconda
RPM and Debian Repositories for Miniconda - Anaconda
Conda, the package manager from Anaconda, is now available as either a RedHat RPM or as a Debian package. The packages are the equivalent to the Miniconda installer which only contains conda and its dependencies. You can use yum or apt-get to install, uninstall…
Python Engineering at Microsoft: Python in Visual Studio 2019 Preview 2
Link: https://blogs.msdn.microsoft.com/pythonengineering/2019/01/23/python-in-visual-studio-2019-preview-2/
Today we are releasing Visual Studio 2019 Preview 2, which contains new features for Python developers to improve the experience for managing Python environments and enable you to work with Python cod
Link: https://blogs.msdn.microsoft.com/pythonengineering/2019/01/23/python-in-visual-studio-2019-preview-2/
Today we are releasing Visual Studio 2019 Preview 2, which contains new features for Python developers to improve the experience for managing Python environments and enable you to work with Python cod
Codementor: Five Habits for Fast Learning
Link: https://www.codementor.io/luqui/five-habits-for-fast-learning-rhtb4y8u6
Hurrying to try to learn something? I've got some bad news.
Link: https://www.codementor.io/luqui/five-habits-for-fast-learning-rhtb4y8u6
Hurrying to try to learn something? I've got some bad news.
www.codementor.io
Five Habits for Fast Learning | Codementor
Hurrying to try to learn something? I've got some bad news.
Talk Python to Me: #196 Datalore: Hosted smart notebooks
Link: https://talkpython.fm/episodes/show/196/datalore-hosted-smart-notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me
Link: https://talkpython.fm/episodes/show/196/datalore-hosted-smart-notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me
talkpython.fm
Datalore: Hosted smart notebooks
If you are doing any sort of data exploration, you've likely heard about Jupyter notebooks. In fact, there are quite a few options for running and hosting your Jupyter notebooks. You may have heard me rave about PyCharm as an editor too. Well, on this episode…