PyCharm: Feature Spotlight: Become more productive with PyCharm
Happy Monday everyone,Today I’m going to highlight 3 simple things you can do every day to harness the power of PyCharm and steadily increase your productivity.1. PyCharm Productivity GuidePyCharm...
View ArticleChris Warrick: New project: upass — console UI for pass
pass is the standard Unix password manager. And I just wrote a slightly friendlier, clickier interface with urwid and Python.Read more… (8 paragraphs remaining — a 1 minutes’ read)
View ArticleMike Driscoll: PyDev of the Week: Alex Gaynor
This week we welcome Alex Gaynor (@alex_gaynor) as our PyDev of the Week! Alex writes an interesting Python blog and is on the board of directors for the Python Software Foundation. You can get a feel...
View ArticleDaily Tech Video (Python): [Video 227] Brett Slatkin: How to Be More...
We all write functions. But do we create functions that are effective — efficient in the ways that they work, and in the ways that we invoke them? How (and why) should we take advantage of Python‘s...
View ArticlePodcast.__init__: Episode 13 - Jacob Kovac on KivEnt
Listen to past episodes and find out more about the show at our website pythonpodcast.comSynopsisIn this episode we talked to Jacob Kovac, creator of the KivEnt game engine and one of the Kivy core...
View Articleبايثون العربي: كيفية إستخدام وحدة Platform في بايثون
أحيانا نحتاج الى معرفة نوع و خصائص ومعلومات عن النظام الذي تعمل عليه برامجنا خاصة تلك البرامج التي تتعامل مع الملفات وأوامر النظام ولهذا نستخدم وحدة platform في بايثون من أجل الحصول على بيانات ومعلومات...
View ArticleMontreal Python User Group: Code Sprint Odoo on July 27th
The organizers of Odoo Montreal Meetup are organizing a code sprint on Odoo on Monday July 27 at 5:30.Many tasks and subjects are going to be proposed but don't hesitate to add yours to the...
View ArticleFabio Zadrozny: PyDev 4.2.0 released (improved searching and type inference)
PyDev 4.2.0 is out now.This release improves the Python search capabilities to use Lucene indexes, which makes the searching faster.This also means that actions which depend on searches such as the...
View ArticleTalk Python to Me: #15 Python at Spotify, PSF, and PyLadies
A strong community is one of Python's super-powers and that's what this episode of Talk Python To Me is all about! We speak with Lynn Root about her work with Python at Spotify, her role in the PSF as...
View ArticlePyCharm: Announcing the PyCharm 4.5.3 RC2
Having announced the PyCharm 4.5.3 Release Candidate build two weeks ago, today we’ve published the PyCharm 4.5.3 RC2 build 141.1899, which is already available for download and evaluation from the EAP...
View ArticleGeert Vanderkelen: CMake and the IF-ELSE issue
Today I fought a little war with CMake. I wanted to check whether the version of a package is valid, using the VERSION_LESS comparison in the CMAKE IF-command.if(Foo_FIND_VERSION_EXACT AND (NOT...
View ArticlePeter Bengtsson: Find what indentation your files use
Over the years, style guides have come and gone. And contributors have come and gone. Some people, at some times use 2-spaces indentation in JavaScript. Some prefer 4-spaces. Even I have changed my...
View ArticlePython Software Foundation: BBC Micro:bit successfully launched!
July 7, 2015 BBC Microbit Last March, I wrote about a terrific educational project taking place in the UK, with which the PSF is proud to be involved (see PSF Blogpost). I am very happy to report...
View ArticleTryton News: Tryton Unconference Buenos Aires 2015 Extended Code Sprint
We are glad to inform that the Tryton Unconference 2015 Code Sprint was extended to three days. It will be held from the 15th to 17th of November.If you have any question about the organisation, please...
View ArticleMike Driscoll: Python 101: Episode #9 – Imports
Check out my latest episode of Python 101. This one is talks about how imports work in Python. You will learn about the following aspects of importing:importfrom module import submodulefrom module...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Raspando a Web com...
Todo projeto que deseja raspar dados da web se resume ao seguinte loop:Fazer uma requisição para uma URL;Processar a resposta (HTML, XML ou JSON);Extrair os dados;Deduzir as próximas URLs a...
View ArticlePeter Bengtsson: Premailer.io
Premailer is a Python library for turning a HTML + CSS into HTML with all the CSS embedded as inline style attributes. This is sadly very necessary to ensure that your fancy HTML emails look spiffy...
View ArticleAstro Code School: Django Bootcamp in Baltimore at Betamore
On August 7, 2015 Caleb Smith will be teaching a Django Bootcamp in Baltimore, Maryland! This short class is from 9am to 3pm and will be held at Betamore, a coworking space, incubator and campus for...
View ArticlePython Software Foundation: Correction to Micro:bit post: no internal battery!
Yesterday's blog post about the BBC Micro:bit requires a brief correction. I said that it can be run off of another device or from its own battery power. However, the latest and final version has...
View ArticleDjango Weblog: Security releases issued: 1.8.3, 1.7.9, 1.4.21
In accordance with our security release policy, the Django team is issuing multiple releases -- Django 1.4.21, 1.7.9, and 1.8.3. These releases are now available on PyPI and our download page. These...
View Article