PSF GSoC students blogs: Ninth week of GSoC
1. What did you do this week? I have compiled a list for week 9 in my changelog here: https://github.com/sappelhoff/gsoc2019/blob/master/changelog.md#week-92. What is coming up next? Next, I will...
View ArticleCatalin George Festila: Python 3.7.3 : Using the twitter python module - part...
Today I will speak about twitter python module with the new changes of the A.P.I. This two tutorial will not work now because the twitter A.P.I is changed. The reason I don't delete it is the similar...
View ArticleStack Abuse: Serverless Python Application Development with AWS Chalice
IntroductionIn software development, we are constantly building solutions for end-users that solve a particular problem or ease/automate a certain process. Therefore, designing and building the...
View ArticlePSF GSoC students blogs: 5th weekly checkin
Hello everyone!This weekly check-in is related to the scheduled for July 29.1. What did you do this week?This week I got my PR merged. I finished the tests for command setup and am now editing the...
View ArticleChris Moffitt: Automated Report Generation with Papermill: Part 2
IntroductionThis guest post is the second article about using python tools to automate a report generation pipeline. If you have not read the first post you should probably review before continuing...
View ArticleReal Python: Understanding the Python Traceback
Python prints a traceback when an exception is raised in your code. The traceback output can be a bit overwhelming if you’re seeing it for the first time or you don’t know what it’s telling you. But...
View ArticleTryton News: Release of Relatorio 0.9.0
@ced wrote:We are glade to announce the release of Relatorio version 0.9.0.Relatorio is a templating library which provides a way to easily output several kinds of files but mainly OpenDocument.This is...
View ArticleCodementor: HTML Parser — Developer Tools
Short list with code samples to parse HTML using Python / BeautifulSoup library.
View ArticlePSF GSoC students blogs: So long, FFTPACK
What did you do this week? Perhaps the most significant task this week was completely removing the fortran FFTPACK code from SciPy and rewriting scipy.fftpack using scipy.fft's pocketfft backend. This...
View ArticlePSF GSoC students blogs: weeklyCheckIn[9]
What did I do this week?After completing tests and features for mscolab's project window and getting the PR merged, I started working on a more tricky part of the project. Introducing version control...
View ArticleLuke Plant: Pylint false positives
In some recent discussion on Reddit, I claimed that, for cases where I’m already using flake8, it seemed as though 95% of Pylint’s reported problems were false positives. Others had very different...
View ArticleOfosos: A digital tally list for hackerspaces
I'm a member of an open workshop in my hometown. Last week we started joking around about getting a drink vending machine. Still half joking, I started searching on eBay for used vending machines....
View ArticleListenData: Precision Recall Curve Simplified
This article outlines precision recall curve and how it is used in real-world data science application. It includes explanation of how it is different from ROC curve. It also highlights limitation of...
View ArticlePSF GSoC students blogs: Check-in: 9th week of GSoC (Jul 22 - Jul 28)
1. What did you do this week? 2. What is coming up next? 3. Did you get stuck anywhere?
View ArticlePSF GSoC students blogs: Weekly Summary #10
Hi everyone!""""What did you do last weekIn this week I was working on the development of the web service for testing, also advanced in the wsmtxca test of electronic billing with details and an...
View ArticleListenData: How to Import Data in Python
This tutorial explains various methods to read data in Python. Data can be in any of the popular formats - CSV, TXT, XLS/XLSX (Excel), sas7bdat (SAS), Stata, Rdata (R) etc. Loading data in python...
View ArticleListenData: Python : 10 Ways to Filter Pandas DataFrame
In this article, we will cover various methods to filter pandas dataframe in Python. Data Filtering is one of the most frequent data manipulation operation. It is similar to WHERE clause in SQL or you...
View Article