PyCharm: PyCharm 2018.1 EAP 7
This week’s EAP version is now available: get it now from our website.New in This VersionJavaScript package.json Version InspectionPyCharm has had an inspection to verify that the installed version of...
View ArticleBlue Yonder Tech: PyCon.DE Part 1: Turbodbc – Turbocharged database access...
At last year´s PyCon.DE, from October 25th till 27th, Blue Yonder held several interesting talks around Python. In case you missed out the event, we would like to share the best of our talks at the...
View ArticleMatthew Rocklin: Craft Minimal Bug Reports
Following up on a post on supporting users in open source this post lists some suggestions on how to ask a maintainer to help you with a problem.You don’t have to follow these suggestions. They are...
View ArticleReal Python: Python Plotting With Matplotlib (Guide)
A picture says a thousand words, and with Python’s matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.However, matplotlib is also a...
View ArticlePeter Bengtsson: csso and django-pipeline
This is a quick-and-dirty how-to on how to use csso to handle the minification/compression of CSS in django-pipeline. First create a file called compressors.py somewhere in your project. Make it...
View ArticleStack Abuse: Decision Trees in Python with Scikit-Learn
IntroductionA decision tree is one of most frequently and widely used supervised machine learning algorithms that can perform both regression and classification tasks. The intuition behind the decision...
View ArticleTrey Hunner: Python: range is not an iterator!
After my Loop Better talk at PyGotham 2017 someone asked me a great question: iterators are lazy iterables and range is a lazy iterable in Python 3, so is range an iterator?Unfortunately, I don’t...
View ArticleFabio Zadrozny: PyDev 6.3.1 (implicit namespace packages and Visual Studio...
The major change in this release is that PyDev now recognizes that folders no longer require __init__.py files to be considered a package (PEP 420).Although this is only available for Python 3.3...
View ArticleTryton News: Newsletter March 2018
We can see by the number of improvements and issues solved this month that the release 4.8 is approaching quickly,CC BY NC 2.0 Carol Blyberg Icon on tabSao, the web client, received the support of icon...
View ArticleCodementor: Classes and Methods In Python
Explaining OOP in the easiest way possible (Classes and methods in python).
View ArticleRene Dudfield: Pre release pygame builds through pypi and pip.
(If there's any python packaging experts reading this, please comment if this doesn't seem reasonable. https://github.com/pygame/pygame/issues/409 You will get 42 internet points, and a cookie if you...
View ArticleMike Driscoll: Python Interviews Book Released!
My Python Interviews book is now officially released! In it you will find 20 interviews with Python experts from a diverse set of fields.I also have a special code from Packt that will take 40% off the...
View ArticleAnarcat: February 2018 report: LTS, ...
Debian Long Term Support (LTS)This is my monthly Debian LTS report. This month was exclusively dedicated to my frontdesk work. I actually forgot to do it the first week and had to play catchup during...
View ArticleTalk Python to Me: #153 How Python Evolves
If you have spent some time in the Python community, you have probably heard the term PEP which stands for Python Enhancement Proposal. In fact, the very first one was created in June 2000 which...
View Articlepgcli: Release v1.9.0, pgspecial 1.10.0
Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version using: $ pip install -U pgcli This release adds \pset pager and...
View ArticleDan Stromberg: The House Robber Problem
I've put a Genetic Algorithm-based solution to "The House Robber Problem" here.The problem has us maximizing the value from houses robbed, subject to the constraint that no two adjacent houses can be...
View ArticleCatalin George Festila: News: The Spyder IDE - new release .
Many python users use the Spyder IDE.This IDE comes with many features and is easy to use, see wikipedia page:Spyder (formerly Pydee[3]) is an open source cross-platform integrated development...
View ArticleCodementor: Data Analysis : R or Python
Lets measure both R & Python based on their effectiveness in advanced analytics & data science. As new comes in data science field we spend good amount of time to understand their pros and...
View ArticleWeekly Python StackOverflow Report: (cxv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-03-04 07:37:02 GMTHow does list += 1, work in Python? -...
View Article