Sumith: GSoC Progress - Week 10 and 11
Hello all. Here are the most recent developments in the Polynomial wrappers.ReportThe Polynomial wrappers was using piranha::hash_set as the Polynomial wrappers, hence when there was no Piranha as a...
View ArticleAnatoly Techtonik: Technical Debts for Python Community
Debts and credits is a new age slavery. Technical debts are better, because they are just a disease. It can fatal if not treated, but for a strong community it is not a problem. Still a good working...
View ArticleDavid MacIver: How to generate a list plus an element of it
A common problem when using Hypothesis is that you want to generate two arguments: One is a list, the other is some element of that list (or some index into it, or some subset of it, etc).This is...
View Articleبايثون العربي: نماذج جانغو
ما سنقوم به في هذا الدرس هو إنشاء شيء يمكننا من تخزين مواضيع المدونة التي سنقوم بإنشاءها وحتى نستطيع عمل ذلك علينا أولا أن نتكلم قليلا عن ما يسمى الكائنات .الكائنات هناك مصلح يتم تداوله كثيرا في عالم...
View ArticleYasoob Khalid: Intermediate Python Released!
Hey folks! I am feeling really proud to announce the completion of my very own book. After a lot of hard-work and sheer determination this became possible and “Intermediate Python” saw the light of...
View ArticlePython 4 Kids: Python for Kids: Project 3
In these posts I outline the contents of each project in my book Python For Kids For Dummies. If you have questions or comments about the project listed in the title post them here. Any improvements...
View ArticlePrzemysław Kołodziejczyk: Atom configuration for Web project (Python,...
I was using Sublime Text 2 and 3 for a long time. Recently I had some issues with additional plugins, sometimes after update some functionality was broken, consume all RAM memory or CPU. I read some...
View ArticleAl-Ahmadgaid Asaad: Parametric Inference: The Power Function of the Test
In Statistics, we model random phenomenon and make conclusions about its population. For example, in an experiment of determining the true heights of the students in the university. Suppose we take...
View ArticleAl-Ahmadgaid Asaad: Parametric Inference: Likelihood Ratio Test by Example
Hypothesis testing have been extensively used on different discipline of science. And in this post, I will attempt on discussing the basic theory behind this, the Likelihood Ratio Test (LRT) defined...
View ArticleAl-Ahmadgaid Asaad: Python and R: Basic Sampling Problem
In this post, I would like to share a simple problem about sampling analysis. And I will demonstrate how to solve this using Python and R. The first two problems are originally from Sampling: Design...
View ArticleAl-Ahmadgaid Asaad: R, Python, and SAS: Getting Started with Linear Regression
Consider the linear regression model, $$ y_i=f_i(\boldsymbol{x}|\boldsymbol{\beta})+\varepsilon_i, $$ where $y_i$ is the response or the dependent variable at the $i$th case, $i=1,\cdots, N$ and the...
View ArticleChris Moffitt: Creating Powerpoint Presentations with Python
IntroductionLove it or loathe it, PowerPoint is widely used in most business settings. This article will not debate the merits of PowerPoint but will show you how to use python to remove some of the...
View ArticleMike Driscoll: PyDev of the Week: Lacey Williams Henschel
This week we would like to welcome Lacey Williams Henschel (@laceynwilliams) as our PyDev of the Week. She is very active with the Django Girls organization. Let’s spend some time getting to know her...
View ArticleDjango Weblog: Django team seeks help maintaining Oracle and Oracle GIS backends
Several members of the Django team that have previously provided Oracle expertise no longer work with Oracle in their day jobs, and therefore, the team is seeking new contributors who have an ongoing...
View ArticleMike C. Fletcher: Another little road-bump on the road to Python 3
Another day of Python 3 overhead.OpenGLContext is getting close. Most tests/demos work under Python 3.4, but FontTools (the library I use to pull out the system TTF registry and glyph/outline...
View ArticleNed Batchelder: Using context managers in test setUp
Python's context managers are the general mechnism underlying the "with" statement. They're a nice abstraction of doing a thing, and then later undoing it. The classic example is opening a file and...
View ArticleDavid MacIver: Fuzzing examples from the ground up
I’ve been doing some experimenting with how I might use the AFL approach to using coverage information for glass box testing in Hypothesis (apparently even when not working on it I still can’t stop...
View ArticleWingware News: Wing IDE 5.1.6: August 18, 2015
Wing IDE 5.1.6 enables debugging code running on Raspberry Pi, adds support for Python 3.5r1, improves Django project setup, fixes some problems with pytest unit testing, adds the option to run unit...
View ArticleCodementor: Data Science with Python & R: Sentiment Classification Using...
Today we will introduce one of those applications of machine learning that leaves you thinking about how to put it into some product or service and build a company around it (and surely some of you...
View ArticleMachinalis: OAuth2 authentication with Django REST Framework and custom...
IntroductionUsing OAuth2 authentication on a Django REST Framework based Django site it’s actually fairly easy to implement thanks to django-oauth-tookit. Things can be trick if you also want to allow...
View Article