EuroPython: EuroPython 2021: Conference Organisers & Community Discounts
The EuroPython Society (EPS) exists not only to run the EuroPython Conference, but also to support the wider Python community in Europe. It accomplishes this in many ways; here are two of...
View ArticleStack Abuse: Datetime Arithmetic, Alteration and Truncation with Python's...
IntroductionWorking with datetime can be a bit daunting and challenging, and handling datetime in Python is no exception. Python's built-in datetime module introduced us to several classes - date,...
View ArticlePython for Beginners: Implement Queue in Python
Queue is a data structure which follows first in first out (FIFO) order for accessing the elements. In a queue, we can only access the element which was added first of all the present element. queues...
View ArticleQuansight Labs Blog: Introducing PyTorch-Ignite's Code Generator v0.2.0
Authors: Jeff Yang, Taras Savchyn, Priyansi, Victor FominAlong with the PyTorch-Ignite 0.4.5 release, we are excited to announce the new release of the web application for generating PyTorch-Ignite's...
View ArticleŁukasz Langa: Weekly Report 2021, July 12 - 18
First week of work done. While there are bigger overarching goals for the role, this week I decided to dive right into PR review which looking at our growing open PR numbers needs more help.
View ArticleCodementor: Python Program to Take in a String and Replace Every Blank Space...
Strings in Python: A string is one of the most frequent data types in any computer language. A string is a collection of characters that can be used to represent usernames, blog posts, tweets, or...
View ArticleWeekly Python StackOverflow Report: (cclxxxiv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2021-07-17 17:41:09 GMTNumpyic way to sort an ndarray clockwise? -...
View ArticleLow Kian Seong: Time here is ending ?
Time here with my team after so long (coming to 3 years), looks like is inevitably coming to an end. Am I pissed ? Damn right I am. We are kind of paying the price of someone's insecurities, he...
View ArticleKushal Das: A few bytes of curl
curl is most probably the highest used software in the world. I generally use it daily (directly) in the various scripts at the SecureDrop, starting from inside of Dockerfiles, to Ansible roles or in...
View Articledeath and gravity: reader 2.0 released
Hi there!I'm happy to announce version 2.0 of reader, a Python feed reader library.This release brings you a cleaner API, more consistently named methods and attributes, timezone-aware datetimes, and...
View ArticleNed Batchelder: Coverage 6.0 beta 1
I’ve just published coverage.py 6.0 beta 1. The latest changes are not monumental, but I would love for you to test it.The version bump to 6.0 is because I’ve dropped support for Python 2 and Python...
View ArticlePaolo Melchiorre: Maps with Django (part 2): GeoDjango, PostGIS and Leaflet
A quickstart guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript...
View ArticleMatt Layman: Episode 14 - Going Live
On this episode, we will look at what it takes to go live and how to prepare your Django project for the internet. Listen at djangoriffs.com or with the player below. Last Episode On the last episode,...
View ArticleMike Driscoll: PyDev of the Week: Susan Shu Chang
This week we welcome Susan Shu Chang (@susan_shuc) as our PyDev of the Week! Susan is a game developer and speaker as well as a data scientist. She regularly gives talks at multiple conferences. You...
View ArticleEuroPython: EuroPython 2021: Keynotes and Booklet
EuroPython 2021 begins next week. We are proud to present the keynote speakers and our conference booklet.KeynotesThe following keynotes will take place on Wednesday, Thursday and Friday. Tickets are...
View ArticlePython Circle: Django-Admin commands cheat sheet
A complete list of Django-Admin commands with a brief description, Django-admin commands list, Cheatsheet Django Admin commands,
View ArticleLow Kian Seong: Some things to stop doing
Here are a. few things that I am going to try my best to stop doing:How some relationships can stand in the way of success or goals no matter how much the person that is allowing it to happen says...
View ArticleReal Python: Python Community Interview With Dustin Ingram
Today I’m joined by Dustin Ingram, a developer advocate at Google focused on supporting the Python community on Google Cloud. He is also a director of the Python Software Foundation (PSF) and a...
View ArticleEuroPython: EuroPython 2021: Full-Day Workshops
This year's edition of EuroPython begins with two days of training sessions as outlined in the schedule. Many of these last 3 hours, however, we would like to highlight two specific workshops available...
View Articledeath and gravity: Dataclasses without type annotations
The dataclasses standard library module reduces the boilerplate of writing classes by generating special methods like __init__ and __repr__.I've noticed a small (but vocal) minority of people...
View Article