Brett Cannon: How do you verify that PyPI can be trusted?
Link: https://snarky.ca/how-do-you-verify-pypi-can-be-trusted/
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do.Best technical talk that I've seen in a long ti
Link: https://snarky.ca/how-do-you-verify-pypi-can-be-trusted/
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do.Best technical talk that I've seen in a long ti
Tall, Snarky Canadian
How do you verify that PyPI can be trusted?
A co-worker of mine attended a technical talk about how Go's module mirror works and he asked me whether there was something there that Python should do. Best technical talk that I've seen in a long time: @katie_hockman on Go Module Proxy. Motivating the…
Codementor: Creating a Docker Swarm Stack with Terraform (Terrascript Python), Persistent Volumes and Dynamic HAProxy.
Link: https://www.codementor.io/byjg/creating-a-docker-swarm-stack-with-terraform-terrascript-python-persistent-volumes-and-dynamic-haproxy-x57fmbvhq
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
Link: https://www.codementor.io/byjg/creating-a-docker-swarm-stack-with-terraform-terrascript-python-persistent-volumes-and-dynamic-haproxy-x57fmbvhq
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
www.codementor.io
Creating a Docker Swarm Stack with Terraform (Terrascript Python), Persistent Volumes and Dynamic HAProxy. | Codementor
This article demonstrate how to create a Docker Swarm cluster with Volume, Firewall, DNS and Load Balance using terraform wrapped by a python script.
TechBeamers Python: Python Filter()
Link: https://www.techbeamers.com/python-filter-function/
Python filter() function applies another function on a given iterable (List/String/Dictionary, etc.) to test which of its item to keep or discard. In simple words, it filters the ones that don’t pass
Link: https://www.techbeamers.com/python-filter-function/
Python filter() function applies another function on a given iterable (List/String/Dictionary, etc.) to test which of its item to keep or discard. In simple words, it filters the ones that don’t pass
Learn Programming and Software Testing
Python Filter()
Python filter() function is used to call a test function on a given iterable (list). It returns an iterable with elements that passed the test.
Python Sweetness: Mitogen v0.2.8 released
Link: https://sweetness.hmmz.org/2019-08-18-mitogen-v0-2-8.html
Mitogen for
Ansible
v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes
with a supercharged replacement fetch module, and includes roughly
85% of what is needed to implememen
Link: https://sweetness.hmmz.org/2019-08-18-mitogen-v0-2-8.html
Mitogen for
Ansible
v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes
with a supercharged replacement fetch module, and includes roughly
85% of what is needed to implememen
sweetness.hmmz.org
sweetness.hmmz.org — Mitogen v0.2.8 released
Mitogen for Ansible v0.2.8 has been released. This version (finally) supports Ansible 2.8, comes with a supercharged replacement fetch module, and includes roughly 85% of what is needed to implemement fully asynchronous connect. As usual a huge slew...
William Minchin: Image Process Plugin 1.2.0 for Pelican Released
Link: https://blog.minchin.ca/2019/08/image-process-120.html
Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their
class attribute. Use this plugin to minimize th
Link: https://blog.minchin.ca/2019/08/image-process-120.html
Image Process is a plugin for Pelican,
a static site generator written in Python.
Image Process let you automate the processing of images based on their
class attribute. Use this plugin to minimize th
blog.minchin.ca
Image Process Plugin 1.2.0 for Pelican Released
Version 1.2.0 of the plugin has been released and posted PyPI. The biggest change this version brings is support for Pelican version 4. Thanks to Nick Perkins for reporting the issue, and to Therry van Neerven for providing a Pull Request I could crib a solution from.
Mike Driscoll: PyDev of the Week: Paul Ganssle
Link: http://www.blog.pythonlibrary.org/2019/08/19/pydev-of-the-week-paul-ganssle/
This week we welcome Paul Ganssle (@pganssle) as our PyDev of the Week. Paul is the maintainer of the dateutil package and also a maintainer of the setuptools project. You can catch up with Paul on hi
Link: http://www.blog.pythonlibrary.org/2019/08/19/pydev-of-the-week-paul-ganssle/
This week we welcome Paul Ganssle (@pganssle) as our PyDev of the Week. Paul is the maintainer of the dateutil package and also a maintainer of the setuptools project. You can catch up with Paul on hi
The Mouse Vs. The Python
PyDev of the Week: Paul Ganssle - The Mouse Vs. The Python
This week we welcome Paul Ganssle (@pganssle) as our PyDev of the Week. Paul is the maintainer of the dateutil package and also a maintainer of the setuptools project. You can catch up with Paul on his website or check out some of his talks. Let’s take a…
Reuven Lerner: Weekly Python Exercise A3 (beginner objects) is open
Link: https://lerner.co.il/2019/08/19/weekly-python-exercise-a3-beginner-objects-is-open/
If you’ve been programming in Python for any length of time, then you’ve undoubtedly heard that “everything is an object.”
But what does that mean? And who cares? And what effect does that have on y
Link: https://lerner.co.il/2019/08/19/weekly-python-exercise-a3-beginner-objects-is-open/
If you’ve been programming in Python for any length of time, then you’ve undoubtedly heard that “everything is an object.”
But what does that mean? And who cares? And what effect does that have on y
Reuven Lerner
Weekly Python Exercise A3 (beginner objects) is open — Reuven Lerner
If you’ve been programming in Python for any length of time, then you’ve undoubtedly heard that “everything is an object.” But what does that mean? And who cares? And what effect does that have on you as a developer — or on Python, as a language? Indeed…
Erik Marsja: The Easiest Data Cleaning Method using Python & Pandas
Link: https://www.marsja.se/easiest-data-cleaning-method-using-python-pandas-pyjanitor/
The post The Easiest Data Cleaning Method using Python & Pandas appeared first on Erik Marsja.
In this post we are going to learn how to do simplify our data preprocessing work using the Python packag
Link: https://www.marsja.se/easiest-data-cleaning-method-using-python-pandas-pyjanitor/
The post The Easiest Data Cleaning Method using Python & Pandas appeared first on Erik Marsja.
In this post we are going to learn how to do simplify our data preprocessing work using the Python packag
Erik Marsja
The Easiest Data Cleaning Method using Python & Pandas
Learn the easiest method to clean your data using Pandas, & Pyjanitor: 1) add columns, 2) remove missing data and empty columns, 3) clean column names
PSF GSoC students blogs: GSoC week #9
Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-week-9/
Hello everyone,
In week 9, My front end changes to connect the EOS-icons with backend API was merged and it is live at https://eos-icons.eosdesignsystem.com/extended/icons-picker.html
But after this a
Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-week-9/
Hello everyone,
In week 9, My front end changes to connect the EOS-icons with backend API was merged and it is live at https://eos-icons.eosdesignsystem.com/extended/icons-picker.html
But after this a
PSF GSoC students blogs: GSoC Weekly Checkin
Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-checkin-1/
Hello everyone!
What did I do this week?
After the Front end was connected, we noticed some bugs with the API. It wasn't working due to some packages that were not being installed in heroku. So we add
Link: https://blogs.python-gsoc.org/en/kaybs-blog/gsoc-weekly-checkin-1/
Hello everyone!
What did I do this week?
After the Front end was connected, we noticed some bugs with the API. It wasn't working due to some packages that were not being installed in heroku. So we add
PSF GSoC students blogs: 6th Last or Inception of new road Blog Post
Link: https://blogs.python-gsoc.org/en/iflameings-blog/6th-last-or-inception-of-new-road-blog-post/
My best three months now come close to end but I am very happy from myself because I have completed my project before time. Upto this time my all project goals are completed i.e MVP, test and refactor
Link: https://blogs.python-gsoc.org/en/iflameings-blog/6th-last-or-inception-of-new-road-blog-post/
My best three months now come close to end but I am very happy from myself because I have completed my project before time. Upto this time my all project goals are completed i.e MVP, test and refactor
PSF GSoC students blogs: Coding period: week #12
Link: https://blogs.python-gsoc.org/en/navaneethsureshs-blog/coding-period-week-12/
This is going to be a blog post about fixing an urgent bug and splitting an old RFC patch of mine into stack to be landed. Also, finishing up something I was working for a long time.
What did I do t
Link: https://blogs.python-gsoc.org/en/navaneethsureshs-blog/coding-period-week-12/
This is going to be a blog post about fixing an urgent bug and splitting an old RFC patch of mine into stack to be landed. Also, finishing up something I was working for a long time.
What did I do t
PSF GSoC students blogs: Coding Period: Week 12
Link: https://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-12-1/
Hello everyone! This is one of the last blogposts. This week I worked on the last features I needed to add in my GSoC period i.e. hg update --abort
What did I do this week?
As stated in the previous w
Link: https://blogs.python-gsoc.org/en/taapasx28s-blog/coding-period-week-12-1/
Hello everyone! This is one of the last blogposts. This week I worked on the last features I needed to add in my GSoC period i.e. hg update --abort
What did I do this week?
As stated in the previous w
PSF GSoC students blogs: Blog post: Week 12
Link: https://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-12/
Hi everyone!
End of summer is close, and we are doing some interesting stuff here :)
This week we mainly focused on doing some integrity tests to our new atomic files, and finally running some TARDI
Link: https://blogs.python-gsoc.org/en/epassaros-blog/blog-post-week-12/
Hi everyone!
End of summer is close, and we are doing some interesting stuff here :)
This week we mainly focused on doing some integrity tests to our new atomic files, and finally running some TARDI
PSF GSoC students blogs: Week 10: Cartopy's EPSG
Link: https://blogs.python-gsoc.org/en/funnelferrys-blog/week-10-cartopy-s-epsg/
What did you do this week?
This week I started adding support to plot the projections from EPSG code natively using Cartopy's own feature `epsg([epsg code])` from its CRS class. Apart from that I als
Link: https://blogs.python-gsoc.org/en/funnelferrys-blog/week-10-cartopy-s-epsg/
What did you do this week?
This week I started adding support to plot the projections from EPSG code natively using Cartopy's own feature `epsg([epsg code])` from its CRS class. Apart from that I als
PSF GSoC students blogs: Twelveth week of GSoC: Getting ready for the final week of GSoC
Link: https://blogs.python-gsoc.org/en/sappelhoffs-blog/twelveth-week-of-gsoc-getting-ready-for-the-final-week-of-gsoc/
My GSoC is soon coming to an end so I took some time to write down what still needs to be done:
Making a release of MNE-BIDS
In the past months, there were substantial additions, fixes, and cosmetic c
Link: https://blogs.python-gsoc.org/en/sappelhoffs-blog/twelveth-week-of-gsoc-getting-ready-for-the-final-week-of-gsoc/
My GSoC is soon coming to an end so I took some time to write down what still needs to be done:
Making a release of MNE-BIDS
In the past months, there were substantial additions, fixes, and cosmetic c
PSF GSoC students blogs: Weekly blog #6 (week 12): 12/08 to 18/08
Link: https://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-6-week-12-12-08-to-18-08/
Hello there! We are at the end of GSoC! Week 12 was the last week where we’d do any major coding. We still have the next week where we do a submission (and a final check-in?), so let me keep it short
Link: https://blogs.python-gsoc.org/en/tomasbs-blog/weekly-blog-6-week-12-12-08-to-18-08/
Hello there! We are at the end of GSoC! Week 12 was the last week where we’d do any major coding. We still have the next week where we do a submission (and a final check-in?), so let me keep it short
Codementor: Top 7 Compelling Reasons to Hire Ukrainian Developers
Link: https://www.codementor.io/chebanova/top-7-compelling-reasons-to-hire-ukrainian-developers-xvru2mn61
Find out why it’s worth hiring Ukrainian developers.
Link: https://www.codementor.io/chebanova/top-7-compelling-reasons-to-hire-ukrainian-developers-xvru2mn61
Find out why it’s worth hiring Ukrainian developers.
www.codementor.io
Top 7 Compelling Reasons to Hire Ukrainian Developers | Codementor
Find out why it’s worth hiring Ukrainian developers.
Codementor: How to Find and Hire a Python/Django Development Company
Link: https://www.codementor.io/chebanova/how-to-find-and-hire-a-python-django-development-company-xvr0qqzlz
Learn how to find and hire a Python development company.
Link: https://www.codementor.io/chebanova/how-to-find-and-hire-a-python-django-development-company-xvr0qqzlz
Learn how to find and hire a Python development company.
www.codementor.io
How to Find and Hire a Python/Django Development Company | Codementor
Learn how to find and hire a Python development company.
Stack Abuse: Debugging Python Applications with the PDB Module
Link: https://stackabuse.com/debugging-python-applications-with-the-pdb-module/
Introduction
In this tutorial, we are going to learn how to use Python's PDB module for debugging Python applications. Debugging refers to the process of removing software and hardware errors from a s
Link: https://stackabuse.com/debugging-python-applications-with-the-pdb-module/
Introduction
In this tutorial, we are going to learn how to use Python's PDB module for debugging Python applications. Debugging refers to the process of removing software and hardware errors from a s
Stack Abuse
Debugging Python Applications with the PDB Module
Introduction In this tutorial, we are going to learn how to use Python's PDB module for debugging Python applications. Debugging refers to the process of removing software and hardware errors from a software application. PDB stands for "Python Debugger",…