Kay Hayen: Nuitka Release 0.5.24
This is to inform you about the new stable release of Nuitka. It is the extremely compatible Python compiler. Please see the page "What is Nuitka?" for an overview.This release is again focusing on...
View ArticleZato Blog: Securing APIs with Zato and Vault, part 1
OverviewOne of fundamental principles of programming with Zato is that one's services are typically insulated from inner workings of underlying data formats or security schemes - after all, why bother...
View ArticleS. Lott: Lynda.com Discounts, including SOLID Programming Principles
For Python Programmers: SOLID Programming Principleshttps://www.lynda.com/trial/StevenLott should get your a discount on all Lynda.com courses.Feel free to share the links.
View ArticleCodementor: Laser Cutting with Python
Wouldn’t it be cool that apart from making apps, you can also produce physical things with your coding skills?This basic tutorial will show you how you can use the Python Turtle library to create...
View ArticleEuroPython Society: Farewell to Rob Collins
We would like to share with you the sad news, that Rob Collins has passed away earlier this month, on November 2nd, after a short but intense illness.Many of you may know Rob from the sponsored massage...
View ArticleCodementor: Building a Chatbot using Telegram and Python (Part 1)
Chatbots are all the rage at the moment, with some predicting that they will be bigger than mobile apps. The main idea of chatbots is that instead of having to dig through awkward mobile menus and...
View ArticlePython 4 Kids: 3: A Literal Assignment
Book ref: page 39ffIn the previous post you learned about Python’s print feature*. In that post you used print to display the text:hello world!You did that by putting single...
View Articletryexceptpass: The Trusted Packaging Index
A proposal for funding PyPI infrastructure and developmentContinue reading on »
View ArticleeGenix.com: eGenix mxODBC 3.3.6 GA
IntroductionmxODBC™ provides an easy-to-use, high-performance, reliable and robust Python interface to ODBC compatible databases such as MS SQL Server, Oracle Database, IBM DB2, Informix and Netezza,...
View ArticleCaktus Consulting Group: RapidCon 2016: RapidPro Developer's Recap
Developer Erin Mullaney was just in Amsterdam for RapidCon, a UNICEF-hosted event for developers using RapidPro, an SMS tool built on Django. The teams that have worked on RapidPro and its predecessor...
View Articletryexceptpass: The Trusted Packaging Index
A proposal for funding PyPI infrastructure and developmentContinue reading on Python Pandemonium »
View ArticlePeter Bengtsson: Cope with JSONDecodeError in requests.get().json() in Python...
Trick to cope with unsuccessful requests.get().json() calls across Python 2 and 3.
View ArticleAbu Ashraf Masnun: Exploring Asyncio - uvloop, sanic and motor
The asyncio package was introduced in the standard library from Python 3.4. The package is still in provisional stage, that is backward compatibility can be broken with future changes. However, the...
View ArticleCarl Chenet: Retweet 0.10: Automatically retweet now using regex
Retweet 0.10, a self-hosted Python app to automatically retweet and like tweets from another user-defined Twitter account, was released this November, 17th.With this release Retweet is now able to...
View ArticleContinuum Analytics News: DataCamp’s Online Platform Fuels the Future of Data...
Company BlogThursday, November 17, 2016Michele ChambersEVP Anaconda Business Unit & CMOContinuum AnalyticsThere’s no doubt that the role of ‘data scientist’ is nearing a fever pitch as companies...
View ArticleCodementor: Building Data Products with Python: Using Machine Learning to...
This is the third part of our tutorial on how to build a web-based wine review and recommendation system using Python technologies such as Django, Pandas, SciPy, and Scikit-learn.In the first tutorial,...
View ArticleCodementor: Python Web Scraping using Beautiful Soup
BackgroundLet’s assume that we have two competitors selling similar pairs of shoes in the same area. Typically, if a competitor wants to know of another competitor’s pricing, competitor A would enquire...
View ArticleYann Larrivée: ConFoo Vancouver & Montreal
We recently released the presentations for ConFoo Montreal. This giant conference will be held on March 8-10, 2017.It’s also the last chance to get tickets for ConFoo Vancouver, held on December 5-7,...
View ArticleA. Jesse Jiryu Davis: The Saga of Concurrent DNS: My Article in the MongoDB...
Earlier this year I updated CPython to allow concurrent DNS resolution on Mac and BSD. My patch was trivial, but it took me weeks of archeological research to prove it was correct. In this article for...
View ArticlePython 4 Kids: 3: Python for Homework
Book ref: Pg 64-66If you are ever stuck for a calculator, Python can be a stand in for you. It is able to do any calculations that a calculator can do. Some things might be easier on a calculator, but,...
View Article