Python Software Foundation: PyPI Security and Accessibility Q1 2019 Request for Proposals Update
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HPqp93-tF3M/pypi-security-and-accessibility-q1-2019.html
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulfill a contract for the Open Technology Fund (OTF) Core Infrast
Link: http://feedproxy.google.com/~r/PythonSoftwareFoundationNews/~3/HPqp93-tF3M/pypi-security-and-accessibility-q1-2019.html
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulfill a contract for the Open Technology Fund (OTF) Core Infrast
Blogspot
PyPI Security and Accessibility Q1 2019 Request for Proposals Update
Earlier this year we launched a Request for Information (RFI) followed by the launch of a Request for Proposals (RFP) in November to fulf...
codingdirectional: Create equalizer feature for video editing program
Link: http://codingdirectional.info/2019/01/20/create-equalizer-feature-for-video-editing-program/
Today we will continue to work on the user interface of the previous video editing application. The equalizer options for this video application will be located in the second row of this application.
Link: http://codingdirectional.info/2019/01/20/create-equalizer-feature-for-video-editing-program/
Today we will continue to work on the user interface of the previous video editing application. The equalizer options for this video application will be located in the second row of this application.
gamingdirectional: A Journey of the Panda3D
Link: http://gamingdirectional.com/blog/2019/01/20/a-journey-of-the-panda3d/
I don’t know why am I still working on Panda 3D despite the failure to export the Blender mesh to the Panda 3D engine but anyway here is a quick update for the development of the Panda3D’s game. Yeste
Link: http://gamingdirectional.com/blog/2019/01/20/a-journey-of-the-panda3d/
I don’t know why am I still working on Panda 3D despite the failure to export the Blender mesh to the Panda 3D engine but anyway here is a quick update for the development of the Panda3D’s game. Yeste
Gaming Directional
A Journey of the Panda3D | Gaming Directional
Panda 3D game project…
Talk Python to Me: #195 Teaching Python at Apple
Link: https://talkpython.fm/episodes/show/195/teaching-python-at-apple
When you think of learning Python, what type of developer or technologist comes to mind? Is it someone looking to get their first job or maybe moving from .NET to Python and looking for a shift in the
Link: https://talkpython.fm/episodes/show/195/teaching-python-at-apple
When you think of learning Python, what type of developer or technologist comes to mind? Is it someone looking to get their first job or maybe moving from .NET to Python and looking for a shift in the
talkpython.fm
Teaching Python at Apple
When you think of learning Python, what type of developer or technologist comes to mind? Is it someone looking to get their first job or maybe moving from .NET to Python and looking for a shift in their careers?
Toshio Kuratomi: Optimizating Conway
Link: https://anonbadger.wordpress.com/2019/01/20/optimizating-conway/
Conway’s Game of Life seems to be a common programming exercise. I had to program it in Pascal when in High School and in C in an intro college programming course. I remember in college, since I had a
Link: https://anonbadger.wordpress.com/2019/01/20/optimizating-conway/
Conway’s Game of Life seems to be a common programming exercise. I had to program it in Pascal when in High School and in C in an intro college programming course. I remember in college, since I had a
The Ramblings
Optimizating Conway
Conway’s Game of Life seems to be a common programming exercise. I had to program it in Pascal when in High School and in C in an intro college programming course. I remember in college, sinc…
Carl Chenet: How I Switched Working From Office Full Time to Remote 3 Days A Week
Link: https://carlchenet.com/how-i-switched-working-from-office-full-time-to-remote-3-days-a-week/
Remote work is not for everyone. It depends a lot of anyone’s taste. But it’s definitely for me. Here is why and how I switched from working full time in an office to 3 days of remote work.
TL;DR: Af
Link: https://carlchenet.com/how-i-switched-working-from-office-full-time-to-remote-3-days-a-week/
Remote work is not for everyone. It depends a lot of anyone’s taste. But it’s definitely for me. Here is why and how I switched from working full time in an office to 3 days of remote work.
TL;DR: Af
Kushal Das: That missing paragraph
Link: https://kushaldas.in/posts/that-missing-paragraph.html
In my last blog post, I wrote about a missing
paragraph. I did not keep that text anywhere, I just deleted it while reviewing
the post. Later Jason asked me in the comments to actually post that par
Link: https://kushaldas.in/posts/that-missing-paragraph.html
In my last blog post, I wrote about a missing
paragraph. I did not keep that text anywhere, I just deleted it while reviewing
the post. Later Jason asked me in the comments to actually post that par
Vasudev Ram: Factorial function using Python's reduce function
Link: http://jugad2.blogspot.com/2019/01/factorial-function-using-reduce-function.html
- By Vasudev Ram - Online Python training / SQL training / Linux training[This is a beginner-level Python post. I label such posts as "python-beginners" in the Blogger labels at the bottom of the post
Link: http://jugad2.blogspot.com/2019/01/factorial-function-using-reduce-function.html
- By Vasudev Ram - Online Python training / SQL training / Linux training[This is a beginner-level Python post. I label such posts as "python-beginners" in the Blogger labels at the bottom of the post
Blogspot
Factorial function using Python's reduce function
Vasudev Ram's blog on software innovation, open-source and proprietary, worldwide. Python, D, Go, FreePascal, Unix, databases, open source.
codingdirectional: Further modifying the video editing application
Link: http://codingdirectional.info/2019/01/21/further-modifying-the-video-editing-application/
Our video editing application project is nearly completed so then let us continue to modify it in this post. In this new code edition we will include the repeat scale box which allows the user to sele
Link: http://codingdirectional.info/2019/01/21/further-modifying-the-video-editing-application/
Our video editing application project is nearly completed so then let us continue to modify it in this post. In this new code edition we will include the repeat scale box which allows the user to sele
Real Python: Working With Files in Python
Link: https://realpython.com/working-with-files-in-python/
Python has several built-in modules and functions for handling files. These functions are spread out over several modules such as os, os.path, shutil, and pathlib, to name a few. This article gathers
Link: https://realpython.com/working-with-files-in-python/
Python has several built-in modules and functions for handling files. These functions are spread out over several modules such as os, os.path, shutil, and pathlib, to name a few. This article gathers
Realpython
Working With Files in Python – Real Python
In this tutorial, you'll learn how you can work with files in Python by using built-in modules to perform practical tasks that involve groups of files, like renaming them, moving them around, archiving them, and getting their metadata.
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