Python Software Foundation: Python Software Foundation Fellow Members for Q4...
We are happy to announce our 2017 4th Quarter Python Software Foundation Fellow Members:Belinda Weaver - taught over 20 workshops throughout Australia and organized several as well.Chukwudi Nwachukwu...
View ArticleCodementor: How and why I built A polynomial library for python
Post about a little project I made ^^
View ArticleTalk Python to Me: #145 2017 Python Year in Review
It's been an amazing year for Python. We've seen its meteoric growth continue to become the most popular, major programming language. We've seen significant grants and funding come in for open source....
View ArticleWeekly Python StackOverflow Report: (cvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2017-12-31 09:57:30 GMTHow is this list expanded with the slicing...
View ArticleCodementor: How to Become a Data Scientist Without a Degree
This article will explore what it’s like to be a Data Scientist, the skillset required, and how to acquire these skills using mostly free or cheap online resources.
View ArticleIan Ozsvald: Python Data Science jobs list into 2018
I’ve been building my data-science jobs list for a couple of years now. Almost 800 folk are on the list, they receive an email update once every two weeks containing around seven job ads. Many active...
View Articleبايثون العربي: إرسال الرسائل الإلكترونية مع بايثون
سنتعلم اليوم كيفية إرسال رسالة إلكترونية بإستخدام بايثون و من دون إستنجاد بأي مكتبات خارجية بل سنقوم بإستخدام وحدة مدمجة وهي smtplib الموجودة في المكتبة القياسية لبايثون .في معظم التطبيقات نحتاج إلى...
View ArticleTest and Code: 34: TDD and Test First
An in depth discussion of Test Driven Development (TDD) should include a discussion of Test First. So that's where we start.Why write tests first?How do you know what tests to write?What are the steps...
View ArticlePython Sweetness: The mysterious case of the Linux Page Table Isolation patches
tl;dr: there is presently an embargoed security bug impacting apparently all contemporary CPU architectures that implement virtual memory, requiring hardware changes to fully resolve. Urgent...
View ArticleAmit Saha: Getting started with gRPC and Python
My article on getting started with gRPC in Python is up on the codeship blog:Using gRPC in PythonI build upon it in the next article:Exploring Security, Metrics, and Error-handling with gRPC in...
View ArticleWeekly Python StackOverflow Report: 20 best Python questions at stackoverflow...
These are the 20 most rated questions at 2017 Stack Overflow.Between brackets: question score & answers countBuilt date: 2018/01/01 07:58:08 GMTWhat is python .. ("dot dot") notation syntax? -...
View ArticleMycli: Release v1.16.0
mycli is a command line interface for MySQL that includes auto-completion and syntax highlighting. Read the install instructions to find out how to get the latest version.Mycli 1.16.0 was released on...
View ArticleMike Driscoll: PyDev of the Week: Brian Ray
This week we welcome Brian Ray as our PyDev of the Week! Brian is the author / speaker for Python From Scratch Life Lessons from O’Reilly. He is the founders and the former chair of ChiPy, the Chicago...
View ArticleDoug Hellmann: pydoc — Online Help for Modules — PyMOTW 3
The pydoc module imports a Python module and uses the contents to generate help text at runtime. The output includes docstrings for any objects that have them, and all of the classes, methods, and...
View ArticleKushal Das: 2017 blog review
Around December 2016, I decided to work more on my writings. After asking around a few friends, and also after reading the suggestions from the masters, it boiled down to one thing. One has to write...
View ArticlePython Data: Forecasting Time Series data with Prophet – Part 4
This is the fourth in a series of posts about using Forecasting Time Series data with Prophet. The other parts can be found here:Forecasting Time Series data with Prophet – Part 1Forecasting Time...
View ArticleDjango Weblog: Django bugfix releases: 2.0.1 and 1.11.9
Today we've issued the 2.0.1 and 1.11.9 bugfix releases.The release package and checksums are available from our downloads page, as well as from the Python Package Index. The PGP key ID used for this...
View ArticlePython Sweetness: Quiet in the peanut gallery
The previous post contained a bunch of issues that require clarification: First and foremost, a glaring error: the linked CCC talk had absolutely nothing to do with the group that originated the KAISER...
View ArticleProgramiz: Working with CSV files in Python
In this article we will look into how to read and write CSV files in python.
View ArticleChris Moffitt: Interactive Visualization of Australian Wine Ratings
IntroductionOver on Kaggle, there is an interesting data set of over 130K wine reviews that have been scraped and pulled together into a single file. I thought this data set would be really useful for...
View Article