Python Sweetness: 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...
View ArticleWilliam Minchin: Image Process Plugin 1.2.0 for Pelican Released
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 the...
View ArticleMike Driscoll: 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 his...
View ArticleReuven Lerner: 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 you...
View ArticleErik Marsja: The Easiest Data Cleaning Method using Python & Pandas
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...
View ArticlePSF GSoC students blogs: 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.htmlBut after this...
View ArticlePSF GSoC students blogs: GSoC Weekly Checkin
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 added...
View ArticlePSF GSoC students blogs: 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...
View ArticlePSF GSoC students blogs: 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 this...
View ArticlePSF GSoC students blogs: Coding Period: Week 12
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 --abortWhat did I do this week?As stated in the previous week...
View ArticlePSF GSoC students blogs: 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 TARDIS...
View ArticlePSF GSoC students blogs: 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 also...
View ArticlePSF GSoC students blogs: Twelveth week of GSoC: Getting ready for the final...
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-BIDSIn the past months, there were substantial additions, fixes, and cosmetic...
View ArticlePSF GSoC students blogs: 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...
View ArticleCodementor: Top 7 Compelling Reasons to Hire Ukrainian Developers
Find out why it’s worth hiring Ukrainian developers.
View ArticleCodementor: How to Find and Hire a Python/Django Development Company
Learn how to find and hire a Python development company.
View ArticleStack Abuse: Debugging Python Applications with the PDB Module
IntroductionIn 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...
View ArticleReal Python: How to Make a Discord Bot in Python
In a world where video games are so important to so many people, communication and community around games are vital. Discord offers both of those and more in one well-designed package. In this...
View ArticleWingware Blog: Moving Code with Refactoring in Wing Pro
In this issue of Wing Tips we explain how to quickly move functions, methods, classes, and other symbols around in Python code, using Wing Pro's MoveSymbol refactoring operation.This operation takes...
View ArticlePython Software Foundation: Humble Bundle by No Starch supports the Python...
We are super excited to announce that the Python Software Foundation is featured as a charity in a Humble Bundle by No Starch Press this month. This bundle features books such as Python Playground,...
View Article