Semaphore Community: Dockerizing a Python Django Web Application
This article is brought with ❤ to you by Semaphore.IntroductionThis article will cover building a simple 'Hello World'-style web application written in Django and running it in the much talked about...
View ArticleBrian Okken: 23: Lessons about testing and TDD from Kent Beck
Kent Beck’s twitter profile says “Programmer, author, father, husband, goat farmer”. But I know him best from his work on extreme programming, test first programming, and test driven development. He’s...
View ArticleGocept Weblog: Zope Resurrection Part 1 – Reanimation
Now we are helping Zope in the Python 3 wonderland: Almost 20 people started with the reanimation of Zope. We are working mostly on porting important dependencies of Zope to Python 3:RestrictedPythonIn...
View ArticleAutomating OSINT: Dark Web OSINT Part Four: Using Scikit-Learn to Find Hidden...
Welcome back to the fourth and final instalment in this series. If you haven’t read part one, two or three definitely feel free to go and do so. This will be much shorter than the othersThe original...
View ArticleAnwesha Das: My talk about software licenses in PyCon India
The title for my talk was "The trends in choosing licenses in Python ecosystem". As a lawyer what interests me is the legal foundation of the open source world. It is the licenses, which defines the...
View ArticleFrançois Dion: 5 music things
5 in 5I like to cover 5 things in 5 minutes for lightning talks. Or one thing. At the localPython user group, sometimes questions or other circumstances turn these 5in 5 more into a 5 in 10-15... 5...
View ArticleCatalin George Festila: Another learning python post with pygame.
This is a simple python script with pygame python module.I make it for for educational purposes for the children.I used words into romanian language for variables, functions and two python class.See...
View ArticleProgramming Ideas With Jake: Multi-Line Lambdas in Python
Python can be a slightly disappointing language when it comes to lambdas, which can only be single expressions or statements. Here, we'll see a way around that.
View ArticleWeekly Python StackOverflow Report: (xxxix) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-10-01 10:13:02 GMTHow to get lineno of "end-of-statement" in Python...
View Articleبايثون العربي: موقع Github القيادة والسيطرة (الجزء الثالث) إعداد حصان طراودة
نحن نريد أن نكون قادرين على تكليف حصان طراودة الخاص بنا على أداء بعض الأعمال على مدى فترة من الزمن ، وهذا يعني أننا نحتاج إلى طريقة لنخبره بالإجراءات التي يجب عليه القيام بها وماهي الوحدات المسؤولة...
View ArticleAbu Ashraf Masnun: Creating an executable file using Cython
Disclaimer: I am quite new to Cython, if you find any part of this post is incorrect or there are better ways to do something, I would really appreciate your feedback. Please do feel free to leave your...
View Articlehypothesis.works articles: Seeking funding for deeper integration between...
Probably the number one complaint I hear from Hypothesis users is that it “doesn’t work” with py.test fixtures. This isn’t true, but it does have one very specific limitation in how it works that...
View ArticleDjango Weblog: Django bugfix release issued: 1.10.2
Today we've issued the 1.10.2 bugfix release.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 release is...
View ArticlePodcast.__init__: Episode 77 - Podbuzzz with Kyle Martin
SummaryPodcasts are becoming more popular now than they ever have been. Podbuzzz is a service for helping podcasters to track their reviews and imporove SEO to reach a wider audience. In this episode...
View ArticleCatalin George Festila: Another simple effect with pygame.
The pygame module come with many features for users.I used the pygame version to make one simple tutorial about pallete functions :>>> print pygame.version.ver1.9.2b1The result of my tutorial...
View ArticleCatalin George Festila: The python CacheControl module - part 001.
This tutorials series want to be a better approach to understand the several mechanisms that HTTP provides for web cache validation. Let's start with the first part.You can install it with pipC:\>cd...
View ArticleSemaphore Community: Testing Python-Requests with Betamax
This article is brought with ❤ to you by Semaphore.IntroductionRequests is one of the most downloaded and widely used Python libraries published on PyPI. Testing Requests, however, is something that...
View ArticleStefan Petrea: Optimizing parallel HTTP request batches
/* customized code-block font size */ pre, code { font-size: 7.6pt !important; } /* override container to get full code listings */ .org-src-container { max-height: none; } Table of...
View ArticleExperienced Django: A Few Interesting Recommendations
I want to pass on a couple of recent recommendations that have come my way.Weekly Python ChatWeekly Python Chat is run by Trey Hunner who does a weekly live chat covering python topics.Trey has been...
View ArticleKracekumar Ramaraju: RC week 0000
The long awaited Recurse Center debut day, 26th Sep 2016 kick started with a welcome note by Nicholas Bergson-Shilcock and David Albert ; decorated by other events and activities to get to know the...
View Article