Evennia: Evennia 0.8 released
After about a year of work and almost 540 commits from close to 20 contributors, Evennia 0.8 is out! Evennia is a Python game server for creating text-based multiplayer games (MUDs, Mushes, etc) using...
View ArticleMike Driscoll: PyDev of the Week: Jacqueline Kazil
This week we welcome Jacqueline Kazil (@JackieKazil) as our PyDev of the Week! She is the co-author of Data Wrangling with Python. Jacqueline is the creator of the Mesa package. You can see what other...
View ArticleTryton News: Release 1.0.0 of python-sql
@ced wrote:We are proud to announce the release of the version 1.0.0 of python-sql.python-sql is a library to write SQL queries in a pythonic way. It is mainly developed for Tryton but it has no...
View ArticlePython Celery - Weekly Celery Tutorials and How-tos: Celery, docker and the...
Have you ever dockerized your Celery app and wondered where the Celery worker bannker in the docker log output went? Usually, when you start your Celery worker, it comes up with a startup screen that...
View ArticleTryton News: Release 0.8.1 of relatorio
@ced wrote:We are glad to announce the release 0.8.1 of relatorio. Relatorio is a templating library which provides a way to easily output several kinds of files (odt, ods, png, svg, …).It is a bug-fix...
View ArticleJulien Danjou: Code Style Checks in Python
After starting your first Python project, you might realize that it is actually not that obvious to be consistent with the way you write Python code. If you collaborate with other developers, your code...
View ArticleDjango Weblog: Django bugfix releases: 2.0.9 and 1.11.16
Today we've issued the 2.0.9 and 1.11.16 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 ArticleDjango Weblog: Django security release issued: 2.1.2
In accordance with our security release policy, the Django team is issuing Django 2.1.2. This release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as...
View ArticleMade With Mu: Announcing Mu version 1.0.1
The latest version of Mu is here! Version 1.0.1 is a bug-fix release and all but one of the thirty or more contributions, changes and fixes were made by members of our community. I’m especially proud...
View ArticlePyBites: Code Challenge 52 - Create your own Pomodoro Timer - Review
In this article we review last week's Create your own Pomodoro Timer code challenge. Our review post / Hacktoberfest is back!From now on we will merge our solution into our Community branch and include...
View ArticlePyBites: Code Challenge 53 - Query the Spotify API
It's not that I'm so smart, it's just that I stay with problems longer. - A. EinsteinHey Pythonistas,We bet this one's going to be music to your ears (another quality pun!).This week, query the Spotify...
View ArticleReal Python: Splitting, Concatenating, and Joining Strings in Python
There are few guarantees in life: death, taxes, and programmers needing to deal with strings. Strings can come in many forms. They could be unstructured text, usernames, product descriptions, database...
View ArticleCurtis Miller: My Tutorial Book on Anaconda, NumPy and Pandas Is Out:...
I announced months ago that one of my video courses, Unpacking NumPy and Pandas, was going to be turned into a book. Today I’m pleased to announce that this book is available! Hands-On Data Analysis...
View ArticleTryton News: Tryton Release 5.0
@ced wrote:release.jpg1073x500 269 KBWe are proud to announce the 5.0 release of Tryton. This is the first Long Term Support release which means that it will be supported for 5 years. As usual the...
View ArticleBruno Rocha: Hacktoberfest 2018
Hacktoberfest 2018Hacktoberfest is an amazing campaign by Digital Ocean and Github, you contribute with at least 4 open source Pull Requests and then you get a T-shirt and some stickers.Maintainers are...
View ArticleMade With Mu: PyWeek - Make a Game with Mu
It’ll soon be PyWeek! Why not use Mu for a week of Pythonic game making fun? Your prize will be the fun of taking part and the respect of your peers.I wrote my first game as an entry for the last...
View ArticleBill Ward / AdminTome: Install Python 3.7.0 on Ubuntu 18.04
In this post, we will install Python 3.7.0 on Ubuntu 18.04. This is the latest version of the Python Programming Language.What’s New?Python 3.7 gives us some new features, including:Postponed...
View ArticleAnarcat: October 2018 report: LTS, Mastodon, Firefox privacy, etc
Debian Long Term Support (LTS)This is my monthly Debian LTS report. Python updatesUploaded DLA-1519-1 and DLA-1520-1 to fix CVE-2018-1000802, CVE-2017-1000158, CVE-2018-1061 and CVE-2018-1060 in Python...
View ArticlePodcast.__init__: Managing Application Secrets with Brian Kelly
Any application that communicates with other systems or services will at some point require a credential or sensitive piece of information to operate properly. The question then becomes how best to...
View ArticleKay Hayen: Nuitka this week #8
ContentsPublic / Private CI / WorkflowWorkflowHunting bugs with bisectExperimental ChangesHardwareMilestone ReleaseUI reworkBenchmarksInplace OperationsNew use casesTcl/Tk StandaloneCaching...
View Article