Tryton News: Newsletter December 2018
@udono wrote:pexels-photo-760971.jpeg1280x753 366 KBThis month was mainly focused on fixing bugs. But also it is the month where we finally closed the Google Groups in favor of this forum (users can...
View ArticleTest and Code: 55: When 100% test coverage just isn't enough - Mahmoud Hashemi
What happens when 100% test code coverage just isn't enough. In this episode, we talk with Mahmoud Hashemi about glom, a very cool project in itself, but a project that needs more coverage than 100%....
View ArticleMade With Mu: The Road to Mu 1.1
The next version of Mu will be 1.1. This post describes how we’re going to get there and what to expect on the way.The first thing you should know is that 1.1 will have new features including new...
View ArticleJulien Danjou: A multi-value syntax tree filtering in Python
A while ago, we've seen how to write a simple filtering syntax tree with Python. The idea was to provide a small abstract syntax tree with an easy to write data structure that would be able to filter a...
View Articlecodingdirectional: Create the custom made thread class for the python...
Welcome back to the part 2 of the python application project, if you miss the first part of the project then you can read it here. In this chapter we are going to print out the file name which we have...
View ArticleReal Python: Building Serverless Python Apps Using AWS Chalice
Shipping a web application usually involves having your code up and running on single or multiple servers. In this model, you end up setting up processes for monitoring, provisioning, and scaling your...
View ArticleDjango Weblog: Django bugfix releases: 2.1.4 and 1.11.17
Today we've issued the 2.1.4 and 1.11.17 bugfix releases.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this...
View ArticleStack Abuse: Seaborn Library for Data Visualization in Python: Part 1
IntroductionIn the previous article, we looked at how Python's Matplotlib library can be used for data visualization. In this article we will look at Seaborn which is another extremely useful library...
View ArticleContinuum Analytics Blog: Python Data Visualization 2018: Moving Toward...
By James A. Bednar This post is the second in a three-part series on the current state of Python data visualization and the trends that emerged from SciPy 2018. In my previous post, I provided an...
View ArticlePython Software Foundation: November 2018 board meeting summary
On November 12th and 13th, ten of the thirteen PSF board members convened in Chicago, IL. Those who could not make it to the in-person meeting, joined via phone conferencing when possible. In...
View ArticleReinout van Rees: Write drunk, test automated: documentation quality...
This is my summary of the write the docs meetup in Amsterdam at the Adyen office, november 2018.Sven's experience is mostly in open source projects (mainly Plone, a python CMS). He's also involved in...
View ArticleTechiediaries - Django: Django TemplateView Example — URLs, GET and as_view
Django Templates are used to create HTML interfaces that get rendered with a Django view. A TemplateView is a generic class-based view that helps developers create a view for a specific template...
View Articlegamingdirectional: Create enemy missiles within the Enemy object
In this article we are going to edit a few game’s classes that we have created earlier, our main objective here is to detach the enemy missiles from the enemy missile manager, which means instead of...
View ArticleNed Batchelder: Quick hack CSV review tool
Let’s say you are running a conference, and let’s say your Call for Proposals is open, and is saving people’s talk ideas into a spreadsheet. I am in this situation. Reviewing those proposals is a pain,...
View Articlecodingdirectional: List out all the files within a folder with python
In this article we will continue with our windows application development using tkinter, in the previous article we have created a button which when we click on it we can select a file from a folder...
View ArticleCodementor: How to Create and Deploy a Telegram Bot using Python
Bots are everywhere. It seems that only yesterday we did not even know about their existence; now we can barely imagine our life without them. They’ve become widely popular among numerous active...
View ArticleMike Driscoll: Python 101: Episode #36 – Creating Modules and Packages
In this screencast, we will learn the basics of how to create our own module or package.You can also read the chapter this video is based on here or get the book on LeanpubPrevious EpisodesPython 101:...
View ArticleKushal Das: Using hexchat on Flatpak on Qubes OS AppVM
Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux. It uses BubbleWrap in the low level to do the actual sandboxing. In simple terms, you can think...
View ArticleEli Bendersky: Type erasure and reification
In this post I'd like to discuss the concepts of type erasure and reification in programming languages. I don't intend to dive very deeply into the specific rules of any particular language; rather,...
View ArticlePyCon: Python Education Summit - in its 7th year in 2019
Teachers, educators, and Pythonistas: come and share your projects, experiences, and tools of the trade in teaching coding and Python to your students. The Annual Python Education Summit is held at...
View Article