Python Software Foundation: Redesigning the Python Package Index
In April this year a new version of the Python Package Index (PyPI) was released, an effort made possible by a generous award from the Mozilla Open Source Support program. A major change in PyPI is the...
View ArticlePython Anywhere: New feature: self-installation of SSL certificates!
.jab-post img { border: 2px solid #eeeeee; padding: 5px; } Our system update last week added on an API to let you install HTTP certificates yourself instead of having to email us. We've been...
View ArticleCodementor: How I got in the top 1 % on Kaggle.
I participated in Santander Customer Satisfaction challenge, ran on Kaggle for 2 months and got into top 1%. Here, I would be discussing my approach to this problem. PROBLEM STATEMENT Customer...
View ArticleCodementor: How to Create a Facebook Messenger Bot with Python Flask
The bot-revolution has taken over, and everyone is building a bot. In this post we take you through creating your first bot using Python/Flask. The codebase can be found here on Github...
View ArticleDjangostars: Merging Django ORM with SQLAlchemy for Easier Data Analysis
Development of products with Django framework is usually easy and straightforward; great documentation, many tools out of the box, plenty of open source libraries and big community. Django ORM takes...
View ArticleReal Python: Python Pandas: Tricks & Features You May Not Know
Pandas is a foundational library for analytics, data processing, and data science. It’s a huge project with tons of optionality and depth.This tutorial will cover some lesser-used but idiomatic Pandas...
View ArticleNumFOCUS: Tech-Driven Trading Firm IMC Joins NumFOCUS Corporate Sponsors
The post Tech-Driven Trading Firm IMC Joins NumFOCUS Corporate Sponsors appeared first on NumFOCUS.
View ArticleMatthew Rocklin: High level performance of Pandas, Dask, Spark, and Arrow
This work is supported by Anaconda IncQuestionHow does Dask dataframe performance compare to Pandas? Also, what about Spark dataframes and what about Arrow? How do they compare?I get this question...
View ArticleWill Kahn-Greene: Siggen (Socorro signature generator) v0.2.0 released!
SiggenSiggen (sig-gen) is a Socorro-style signature generator extracted from Socorro and packaged with pretty bows and wrapping paper in a Python library. Siggen generates Socorro-style signatures from...
View ArticleContinuum Analytics Blog: How PNC Financial Services Leveraged Anaconda to...
As an AI software company passionate about the real-world practice of data science, machine learning, and predictive analytics, we take great pleasure in hearing about the inspiring and innovative ways...
View ArticleBill Ward / AdminTome: Python Custom Logging Handler Example
In this post, I am going to write a Python custom logging handler that will send log entries to a Kafka broker where you can aggregate them to a database.Pythons logging module gives you very granular...
View ArticleVladimir Iakolev: Video from subtitles or Bob's Burgers to The Simpsons with...
Back in June I’ve played a bit with subtitles and tried to generate a filmstrip, it wasn’t that much successful, but it was fun. So I decided to try to go deeper and generate a video from subtitles....
View ArticleMike Driscoll: Python 101: Episode #22 – The datetime / time modules
In this screencast you will learn the basics of Python’s datetime and time modules. If reading is more your thing, then check out the chapter this is based on over at...
View Articlepy.CheckIO: 7 Strategies For Optimizing Your Code
You’ve probably heard that Python is a slow language, especially compared to C, C++, and others. But what if I told you that there is a way to improve the performance of your Python programs? Moreover,...
View ArticlePyCon.DE & PyData Karlsruhe: PyCon.DE & PyData Karlsruhe 2018 Keynote:...
We are very happy to confirm Emmanuelle Gouillart as a keynote speaker for PyCon.DE 2018 & PyData Karlsruhe.Emmanuelle is a researcher and geek, enthusiastic about physics and glass science,...
View ArticleCodementor: Unit Testing Celery Tasks
This post was originally published on Celery. The Missing Blog (https://www.python-celery.com/) on May 1st, 2018. All source code examples used in this blog post can be found on GitHub: ...
View ArticlePyCharm: PyCharm 2018.1.5
For those of you who are still on PyCharm 2018.1, we have a small update with a couple of bug fixes.In this release, we’ve fixed an issue where unshelving files would create a large number of threads....
View ArticleYasoob Khalid: Practical Python Projects Book
Hi everyone! I am super proud to announce that my second book “Practical Python Projects“ is alhamdulillah almost halfway done content-wise. This book is a direct result of a market gap which I found...
View ArticlePython Sweetness: Transmit optimisations in Mitogen 0.3
An early goal for Mitogen was to make it simple to retrofit, avoiding any "opinionated" choices likely to cause needless or impossible changes in downstream code. Despite being internally asynchronous,...
View ArticleJohn Cook: Drawing Spirograph curves in Python
I was looking back over an old blog post and noticed some code in the comments that I had overlooked. Tom Pollard gives the following code for drawing Spirograph-like curves.import matplotlib.pyplot as...
View Article