PSF GSoC students blogs: Google Summer of Code with Nuitka 5th Weekly Check-in
1. What did you do this week? This week, I continued to work on my script which automates the testing of nuitka-wheel pytest. Details can be found on my pull request:...
View ArticleYasoob Khalid: Python mind-teaser: Make the function return True
Hi everyone! I was browsing /r/python and came across this post:The challenge was easy. Provide such an input that if 1 is added to it, it is the instance of the same object but if 2 is added it is...
View ArticlePSF GSoC students blogs: Packaging your Panda3D game for iOS
HI everyone,I'd like to quickly detail how you can help test out the iOS port using your own game. I am making available a wheel that contains all of the files required to develop a Panda app on iOS....
View ArticleIslandT: Use Pandas Data Frame to display market data
In the previous article, we have used the Blockchain API to display the Bitcoin vs world major currencies exchange rate in our application. In this article, we will use the Pandas Data Frame object to...
View ArticleTest and Code: 82: pytest - favorite features since 3.0 - Anthony Sottile
Anthony Sotille is a pytest core contributor, as well as a maintainer and contributor to many other projects. In this episode, Anthony shares some of the super cool features of pytest that have been...
View ArticlePython Software Foundation: PyPI now supports uploading via API token
We're further increasing the security of the Python Package Index with another new beta feature: scoped API tokens for package upload. This is thanks to a grant from the Open Technology Fund,...
View ArticlePython Insider: PyPI now supports uploading via API token
We're further increasing the security of the Python Package Index with another new beta feature: scoped API tokens for package upload. This is thanks to a grant from the Open Technology Fund,...
View ArticleReal Python: First Steps With PySpark and Big Data Processing
It’s becoming more common to face situations where the amount of data is simply too big to handle on a single machine. Luckily, technologies such as Apache Spark, Hadoop, and others have been developed...
View ArticlePyCharm: Jupyter, PyCharm and Pizza
Hi there! Have you tried Jupyter Notebooks integration in PyCharm 2019.2? Not yet? Then let me show you what it looks like!In this blog post, we’re going to explore some data using PyCharm and its...
View ArticleErik Marsja: How to Read and Write JSON Files using Python and Pandas
In this post we will learn how to read and write JSON files using Python. In the first, part we are going to use the Python package json to create a JSON file and write a JSON file. In the next part we...
View ArticleWill Kahn-Greene: crashstats-tools v1.0.1 released! cli for Crash Stats.
What is it?crashstats-tools is a set of command-line tools for working with Crash Stats (https://crash-stats.mozilla.org/).crashstats-tools comes with two commands:supersearch: for performing Crash...
View ArticlePSF GSoC students blogs: Coding week #9
What did I do this week? After a productive discussion with my mentors last week, we agreed to proceed coding the local scoring algorithm for Binomial MGWR and testing the results from that. After...
View ArticlePSF GSoC students blogs: Weekly Check-in #8
In the past week, I was working on setting up Hadoop and trying to import data from it. I got my PRs reviewed by my mentor and working on the changes he suggested.What did I do this week?I had...
View ArticleTryton News: Newsletter August 2019
@ced wrote:as11-44-6551.jpg800×528 126 KBThe Tryton development has resumed now its cruising pace. There are a lot of changes to improve the user experiences. A new major feature, the secondary unit,...
View ArticleDjango Weblog: Django security releases issued: 2.2.4, 2.1.11 and 1.11.23
In accordance with our security release policy, the Django team is issuing Django 1.11.23, Django 2.1.11, and Django 2.2.4. These releases addresses the security issues detailed below. We encourage all...
View ArticlePSF GSoC students blogs: Weekly Checkin #5
1. What did you do this week?I'm still going on with zip reformulation and at the same time also working on the keyfun parameter of the min and max builtin. To be completely honest this week has not be...
View ArticleMatt Layman: Add Static Assets to Deployment - Building SaaS #29
In this episode, we pushed CI built static files to S3, then pulled those files into the Ansible deployment. This is part of the ongoing effort to simplify deployment by moving work to CI. Last time,...
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 004.
The goal of this tutorial is to interact with the database in order to use it with flask_sqlalchemy python module. The db.Model is used to interact with the database. A database doesn't need a primary...
View ArticleCatalin George Festila: Python 3.7.3 : Using the flask - part 005.
In the last tutorial, I used the flask-sqlalchemy python module. Today I will show you how to use the flask_marshmallow python module. First, let's take a look at this python module, see the official...
View ArticleIslandT: Use the Blockchain data to populate the combo box
Previously the cryptocurrency application has loaded the world currency text file and then populate the currency combo box based on the currency symbol in that text file. In this article, the...
View Article