Codementor: Quick Guide: Call a Celery Task Without Access to Casebase
This post was originally published on Distributed Python (https://www.distributedpython.com/) on June 19th, 2018. The standard Celery docs and tutorials usually assume that your Celery and your API...
View ArticleWeekly Python StackOverflow Report: (cxliv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-09-22 17:07:37 GMTHow come regex match objects aren't iterable even...
View ArticleStefan Behnel: What's new in Cython 0.29?
I'm currently preparing the next Cython release, 0.29. Expect it in the wild within the next few weeks. Testing and reporting bugs is much appreciated, especially before we release. :) Download the...
View ArticleREPL|REBL: 3D rotating wireframe cube with MicroPython — Basic 3D model...
An ESP2866 is never going to compete with an actual graphics card. It certainly won't produce anything approaching modern games. But it still makes a nice platform to explore the basics of 3D graphics....
View ArticlePyBites: PyBites Twitter Digest - Issue 30, 2018
Python 3 is the way!Out of the top 360 packages, 357 support Python 3 (99%) https://t.co/x3w68GH5Jm— Brett Cannon (@brettsky) September 15, 2018Must Watch PyCon VideosSubmitted by @Erik🐍📺 Top 10...
View ArticleCodementor: PYTHON HELP
Hello, I'm learning Python currently and I needed some help solving this question, so I'd really appreciate some help! :/ A company wants to transmit data over the telephone, but it is concerned...
View ArticleVasudev Ram: How many ways can you substring a string? Part 2
By Vasudev RamTwine image attributionHi readers,In my last post, i.e.:How many ways can you substring a string? Part 1, I had said that there can be other ways of doing it, and that some enhancements...
View ArticlePodcast.__init__: Django, Channels, And The Asynchronous Web with Andrew Godwin
Once upon a time the web was a simple place with one main protocol and a predictable sequence of request/response interactions with backend applications. This is the era when Django began, but in the...
View ArticlePyBites: Career Development for Programmers
What makes you excel in your career? Become an expert in x, y, z. Sure, you need to learn technical skills, quite a lot of them. However there is a lot more to it. If you want to succeed in your job,...
View ArticleMike Driscoll: PyDev of the Week: Hillel Wayne
This week we welcome Hillel Wayne (@Hillelogram) as our PyDev of the Week! Hillel is the author of “Learn TLA+” and is currently writing “Practical TLA+” with Apress. You should check out his website /...
View ArticleEuroPython: EuroPython 2019: Seeking venues
Dear EuroPython’istas,We are in preparations of our venue RFP for the EuroPython 2019 edition and are asking for your help in finding the right locations for us to choose from.If you know of a larger...
View ArticleEuroPython Society: EuroPython 2019: Seeking venues
Dear EuroPython’istas,We are in preparations of our venue RFP for the EuroPython 2019 edition and are asking for your help in finding the right locations for us to choose from.If you know of a larger...
View ArticlePyBites: Code Challenge 51 - Analyse NBA Data with SQL/sqlite3 - Review
In this article we review last week's Analyse NBA Data with SQL/sqlite3 code challenge. Our solutionCheck out our solution for this challenge.Some learnings:Use cursor.executemany to bulk insert...
View ArticlePyBites: Code Challenge 52 - Create your own Pomodoro Timer
It's not that I'm so smart, it's just that I stay with problems longer. - A. EinsteinHey Pythonistas,It's TIME for another Code Challenge! (Pun totally intended!)We're keeping it simple this week....
View ArticleReal Python: Python Community Interview With Mahdi Yusuf
Today I’m joined by Mahdi Yusuf, one of the founders of Pycoder’s Weekly. By day he’s the CTO of Gyroscope, the OS for the human body. By night, he’s a sports and movie fan with a controversial opinion...
View ArticleCodementor: Concurrency and Parallelism
This post was originally published on Distributed Python (https://www.distributedpython.com/) on September 14th, 2018. Concurrency is often misunderstood and mistaken for parallelism. However,...
View Articlepgcli: Release v1.11.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 A very small release this time, but...
View ArticleTiago Montes: The mystery behind del() and why it works
The other day, while reviewing the Assignment Section exercises for a training course I was about to deliver, wanting to type dir() into a Python REPL, my fingers went for del() instead. At first I...
View ArticleWingware Blog: Developing and Debugging Python Code Running on Vagrant...
Learn how to use Wing Pro to develop, test, and debug Python Code running in Vagrant containers.
View ArticleMike Driscoll: Creating Presentations with Jupyter Notebook
Jupyter Notebook can be turned into a slide presentation that is kind of like using Microsoft Powerpoint, except that you can run the slide’s code live! It’s really neat how well it works. The only con...
View Article