NumFOCUS: Xarray joins NumFOCUS Sponsored Projects
The post Xarray joins NumFOCUS Sponsored Projects appeared first on NumFOCUS.
View ArticleWingware News: Wing Python IDE 6.1.1: September 19, 2018
This release improves PEP 8 reformatting, streamlines remote agent installation, improves robustness of remote development in the face of network failures, adds support for debugging PythonQt,...
View ArticleWallaroo Labs: Make Python Pandas go fast
Some Background Suppose you have a Data Analysis batch job that runs every hour on a dedicated machine. As the weeks go by, you notice that the inputs are getting larger and the time taken to run it...
View ArticleCodementor: Quick Guide: Celery Logging
This post was originally published on Distributed Python (https://www.distributedpython.com/) on August 28th, 2018. Python logging handlers define what happens with your log messages. For instance,...
View Articlepy.CheckIO: Python in science
The whole world is confidently stepping into the digital age and the tools that scientists use for research are also changing. Electronic microscopes and telescopes, sending and analysis of information...
View ArticleChris Warrick: Python Hackery: merging signatures of two Python functions
Today’s blog post is going to contain fairly advanced Python hackery. We’ll take two functions — one is a wrapper for the other, but also adds some positional arguments. And we’ll change the signature...
View ArticleStack Abuse: Course Review: Master the Python Interview
IntroductionThis article will be a continuation of the topic of my prior article Preparing for a Python Developer Interview where I gave my opinions and suggestions that I feel will put you in the best...
View ArticleCodementor: The Best Programming Languages for Data Science and Machine...
Data science is a very vast field and for this, a suitable programming language is a requirement. To learn this field of data science and machine learning one must know the best programming...
View ArticleMike Driscoll: Return to editingPython 101: Episode #25 – Decorators
In this episode, you will learn the basics of Python decorators and what the are good for.You can read the chapter this screencast is based on here: http://python101.pythonlibrary.org/ or purchase the...
View ArticleStack Abuse: Introduction to the Python Pickle Module
IntroductionPickling is a popular method of preserving food. According to Wikipedia, it is also a pretty ancient procedure – although the origins of pickling are unknown, the ancient Mesopotamians...
View ArticlePyCharm: PyCharm 2018.2.4
PyCharm 2018.2.4 is now available, with some small improvements. You can download this version from our website.New in This VersionVarious small pipenv improvementsA bug in our pytest with fixtures...
View ArticleContinuum Analytics Blog: AI Opportunities for Financial Services Companies
By Michael Grant AI is undeniably a hot topic right now, and financial services companies are not immune to the hype. And in truth, they shouldn’t be: the applications of advanced AI within financial...
View ArticlePyPy Development: Inside cpyext: Why emulating CPython C API is so Hard
/* :Author: David Goodger (goodger@python.org) :Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet...
View ArticleTalk Python to Me: #178 Coverage.py
You know you should be testing your code right? How do you know whether it's *well* tested? Are you testing the right things? If you're not using code coverage, chances are is you're guessing.
View ArticleDavy Wybiral: Running a Python Web Server on a Microcontroller
I built my own RGB smart light that can be controlled with an HTTP API using only a little bit of Python code and a WiPy 3.0.
View ArticleNot Invented Here: Getting Started With Python inside PostgreSQL
PostgreSQL uses the tagline "the world's most advanced open source relational database." For PostgreSQL, part of being "advanced" means supporting multiple server-side procedural languages, both...
View ArticleMarc Richter: Create your own Telegram bot with Django on Heroku – Part 7 –...
In the previous part of this series, we started with the basics for kicking off a new Django project. We prepared our virtualenv, installed needed modules to it, created and integrated a new Heroku –...
View ArticleSpyder IDE: QtConsole 4.4 Released!
We're excited to announce a significant update to QtConsole—the package that powers Spyder's IPython Console interface—which the Spyder team maintains in collaboration with Project Jupyter. Two of the...
View ArticleKay Hayen: Nuitka this week #7
ContentsNuitka Design PhilosophyUI reworkGoto GeneratorsBenchmarksTwitterHelp WantedEgg files in PYTHONPATHCertifiCompatibility with pkg_resourcesPlansDonationsNuitka Design PhilosophyNoteI wrote this...
View Article