Python Piedmont Triad User Group: PYPTUG Monthly meeting (Fraction,...
Come join PYPTUG at out next monthly meeting (April 26th 2016) to learn more about the Python programming language, modules and tools. Python is the perfect language to learn if you've never programmed...
View ArticleWeekly Python StackOverflow Report: (xvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-04-22 17:05:40 GMTWhy are Python's arrays slow? - [49/2]Let a class...
View ArticleOmaha Python Users Group: May 18 Meeting Details
Topic/Speaker – Web Scraping by Keith Nickum Location – The recently opened Do Space at 7205 Dodge Street, Omaha. SW corner of 72nd and Dodge.Meeting starts at 6:30 pm, Wednesday, May 18. (This topic...
View Articleبايثون العربي: كيف تقوم بعملية التنقيح في بايثون
كما هو الحال مع جميع المهام المتعلقة بالبرمجة فإن عملية إكتشاف الإخطاء وتصحيحها عملية لا تقل أهميية عن العمليات الإخرى ، إذا كنت تستخدم محرر IDE فأنت تمتلك بعض مميزات إكتشاف الإخطاء المتوفرة على ذلك...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Explicit is better...
Esse post não é diretamente relacionado a desenvolvimento com Python, mas conta a história de uma das muitas experiências que passamos desenvolvendo e mostra como a filosofia e o mindsetPython podem...
View ArticleABlog for Sphinx: ABlog v0.8.3 released
ABlog v0.8.3 is released to bring you recent enhancements:ninmesara added :nocomments: argument to post directive to disable comments per post.José Carlos García added Spanish translations.
View ArticleAbu Ashraf Masnun: Django: Running management commands inside a Docker container
Okay, so we have dockerized our django app and we need to run a manage.py command for some task. How do we do that? Simple, we have to locate the container that runs the django app, login and then run...
View ArticlePodcast.__init__: Episode 54 - Pip and the Python Package Authority with...
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryAs Python developers we have all used pip to install the different libraries and...
View ArticleBangPypers: April 2016 Dev Sprint Report
April BangPypers Dev Sprint happened at the [Knowlarity][https://www.knowlarity.com] office in M. G. Road.Dev sprint started around 10 O Clock. The agenda was to contribute to open source projects....
View ArticleYasoob Khalid: Python Sorted Collections
Hey folks! This is a guest post by Grant Jenks. Let’s give him a warm welcome and get right on into what he has to say.Hello all! I’m Grant Jenks and I’m guest-posting about one of my favorite topics:...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Django Rest...
Eu resolvi estudar um pouco mais de DRF depois do tutorial do Hugo Brilhante na Python Brasil 11.Obs: se você não sabe Django sugiro que leia este tutorial antes.Este tutorial é a parte 1/6 de uma...
View ArticleCalvin Spealman: Publishing ES6 Modules on NPM
Read about Publishing ES6 Modules on NPM over at my new blog www.ironfroggy.com.And please update your RSS feeds to the new site if you're reading this :-)(This page will automatically redirect in 3...
View ArticleGlyph Lefkowitz: Email Isn’t The Thing You’re Bad At
I’ve been using the Internet for a good 25 years now, and I’ve been lucky enough to have some perspective dating back farther than that. The common refrain for my entire tenure here:We all get too much...
View ArticleKay Hayen: Nuitka Release 0.5.21
This release focused on scalability work. Making Nuitka more usable in the common case, and covering more standalone use cases.Bug FixesWindows: Support for newer MinGW64 was broken by a workaround for...
View ArticleCaktus Consulting Group: Florida Open Debate Site Powers First-Ever...
Florida Open Debate launched ahead of the upcoming, bi-partisan debate between candidates for the Florida Senate. The site, which crowdsources debate questions from the general public, was met with...
View ArticleMike Driscoll: PyDev of the Week: Nicole Harris
This week we welcome Nicole Harris (@nlhkabu) as our PyDev of the Week! Nicole is the lead designer of Warehouse, the replacement for the Python Packaging Index (PyPI). You can see a demo version of...
View ArticleDoug Hellmann: select — Wait for I/O Efficiently — PyMOTW 3
The select module provides access to platform-specific I/O monitoring functions. The most portable interface is the POSIX function select(), which is available on UNIX and Windows. The module also...
View ArticleContinuum Analytics News: Accelerate 2.2 Released!
Developer BlogPostedMonday, April 25, 2016Stan SeibertWe're happy to announce the latest update to Accelerate with the release of version 2.2. This version of Accelerate adds compatibility with the...
View ArticleTrey Hunner: How to Loop With Indexes in Python
If you’re moving to Python from C or Java, you might be confused by Python’s for loops. Python doesn’t actually have for loops… at least not the same kind of for loop that C-based languages have....
View ArticleBhishan Bhandari: What are the must know features of python programming language
List comprehensions One of the major features of python is list comprehension. It is a natural way of creating a new list where each element is the result of some operations applied to each member of...
View Article