Made With Mu: Announcing Mu-moot 2.0
Sign up for free for the second ever Mu-moot! Thursday October 18th at 6pm in the offices of Kano at 3 Finsbury Ave, London, EC2M 2PA. It’s a friendly and supportive meeting for learners, teachers and...
View ArticleNumFOCUS: Successful Sustainer Weeks Fundraiser for Open Source Scientific...
The post Successful Sustainer Weeks Fundraiser for Open Source Scientific Computing Software appeared first on NumFOCUS.
View ArticleKay Hayen: Nuitka Release 0.6.0
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 adds massive...
View ArticleNumFOCUS: Inaugural NumFOCUS Awards and New Contributor Recognition
The post Inaugural NumFOCUS Awards and New Contributor Recognition appeared first on NumFOCUS.
View ArticleGocept Weblog: Saltlabs Sprint: last minute information
Earl Zope is now nearly settled down in Python 3 wonderland. On the Zope and Plone sprint from Monday, 1st until Friday, 5th of October 2018 in Halle (Saale), Germany we will work towards the final...
View ArticleTest and Code: 47: Automation Panda - Andy Knight
Interview with Andy Knight, the Automation Panda. Selenium & WebDriverHeadless ChromeGherkinBDDGiven When Thenpytest-bddPyCharmWriting Good GherkinOverhead of Gherkin and if it's worth itWhen to...
View ArticleRobin Wilson: PyCon UK 2018: My talk on xarray
Last week I attended PyCon UK 2018 in Cardiff, and had a great time. I’m going to write a few posts about this conference – and this first one is focused on my talk.I spoke in the ‘PyData’ track, with...
View ArticleDjangostars: What is Docker and How to Use it With Python (Tutorial)
This is an introductory tutorial on Docker containers. By the end of this article, you will know how to use Docker on your local machine. Along with Python, we are going to run Nginx and Redis...
View ArticleDavy Wybiral: Building a Programmable Laser Turret
Using only a couple of servos, a laser module, some hot glue, and a microcontroller of your choice, you can easily build your own laser turret to annoy your cat.
View ArticleCatalin George Festila: Python 2.7 : Python geocoding without key.
Today I will come with a simple example about geocoding.I used json and requests python modules and python version 2.7.About geocoding I use this service provide by datasciencetoolkit.You can use this...
View ArticleEuroPython Society: EuroPython 2019: RFP for Venues
We are happy to announce that we have started the RFP for venues to host the EuroPython 2019 conference.We have sent out the details to almost 40 venues.Unlike last year, we also want to give the...
View ArticleEuroPython: EuroPython 2019: RFP for Venues
europythonsociety:We are happy to announce that we have started the RFP for venues to host the EuroPython 2019 conference.We have sent out the details to almost 40 venues.Unlike last year, we also want...
View ArticlePython Celery - Weekly Celery Tutorials and How-tos: Custom Celery task states
Celery tasks always have a state. If a task finished executing successfully, its state is SUCCESS. If a task execution resulted in an exception, its state is FAILURE. Celery knows six built-in...
View ArticleCodementor: Python Vs R : The Eternal Question for Data Scientists
Python Vs R , which is better? This has been an important question for data science students and practitioners. In this blog, we will evaluate both.
View Articlepgcli: Release v2.0.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 pgcli release has only one...
View ArticleREPL|REBL: Dictionary Views & Set Operations — Working with dictionary...
The keys, values and items from a dictionary can be accessed using the .keys(), .values() and .items() methods. These methods return view objects which provide a view on the source dictionary.The view...
View ArticleWeekly Python StackOverflow Report: (cxlv) 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-30 08:57:03 GMTMultiple assignments in python - [22/2]Why is...
View ArticleNikola: Nikola v8.0.1 is out!
On behalf of the Nikola team, I am pleased to announce the immediate availability of Nikola v8.0.1. Some bugs were fixed; more importantly, we pinned down the Markdown package version due to...
View Article