Continuum Analytics News: Open Data Science: Bringing “Magic” to Modern...
Company BlogPostedFriday, April 29, 2016Michele Chambers Chief Marketing Officer & VP ProductScience fiction author Arthur C. Clarke once wrote, “any sufficiently advanced technology is...
View ArticleWeekly Python StackOverflow Report: (xvii) 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-29 17:15:38 GMTWhat does Python mean by printing "[...]" for an...
View ArticleYasoob Khalid: Learning Python For Data Science
For those of you who wish to begin learning Python for Data Science, here is a list of various resources that will get you up and running. Included are things like online tutorials and short...
View ArticleBhishan Bhandari: Review : Automate the boring stuff with python
Some while ago, I got myself enrolled in one of the best video lectures at Udemy. I have recently completed the lectures and would like to brief about it. The course is named Automate the boring stuff...
View ArticleStein Magnus Jodal: March and April contributions
The following is a short summary of my open source work in March and April, almost like in previous months, except that I haven’t spent as much time as previously on Open Source the last two...
View ArticleEuroPython: EuroPython 2016: Extra Hot Topics - Call for Proposals
The Program work group is happy to announce that there will be an extra Call for Proposals early in June. This call is limited to hot topics and most recent developments in software and technology.Why...
View ArticlePython Software Foundation: We Want You to Run for the 2016 Board of Directors
You don't have to be an expert, or a Python celebrity. If you care about Python and you want to nurture our community and guide our future, we invite you to join the Board. Nominations are open for the...
View ArticleWill McGugan: Capturing standard output in Python (and posting it online)
Just landed in inthing is a new and quite interesting feature.Version 0.1.4 adds a capture method which will record all standard output, i.e. anything you print to the terminal. It works as a context...
View ArticlePythonClub - A Brazilian collaborative blog about Python: Sites Estáticos com...
Publicado originalmente em:humberto.io/2016/4/sites-estaticos-com-lektorFaz pelo menos 4 anos que eu ensaio para montar um blog, e nessa brincadeira já montei alguns, mas quando chegava na hora de...
View ArticlePodcast.__init__: Episode 55 - LibCloud with Anthony Shaw
Visit our site to listen to past episodes, support the show, join our community, and sign up for our mailing list.SummaryMore and more of our applications are running in the cloud and there are...
View ArticlePyCon Australia: CFP final days - looking for proposal feedback?
The PyCon AU 2016 Call for Proposals is entering its final days. We would like to encourage anyone thinking about submitting a proposal to get their ideas submitted as soon as possible! Submissions...
View ArticleRuslan Spivak: Let’s Build A Simple Interpreter. Part 9.
I remember when I was in university (a long time ago) and learning systems programming, I believed that the only “real” languages were Assembly and C. And Pascal was - how to put it nicely - a very...
View ArticleNick Coghlan: Propose a talk for the PyCon Australia Education Seminar!
The pitchInvolved in Australian education, whether formally or informally? Making use of Python in your classes, workshops or other activities? Interested in sharing your efforts with other Australian...
View ArticleJamal Moir: A Quick Guide to Slicing in Python - Become a Python Ninja
Slicing is an incredibly useful and powerful feature of python. It gives you to ability to manipulate sequences with simple and concise syntax. Slicing has more uses than I can think of or list here,...
View ArticleCaktus Consulting Group: ES6 For Django Lovers
ES6 for Django Lovers!The Django community is not one to fall to bitrot. Django supports every new release of Python at an impressive pace. Active Django websites are commonly updated to new releases...
View ArticleAutomating OSINT: Expanding Skype Forensics with OSINT: Email Accounts
I will be the first to tell you that I know little about forensics compared to most law enforcement or private forensic examiners. One thing that I always found amazing was looking at the result of a...
View ArticleMike Driscoll: PyDev of the Week: Mark Lutz
This week we have the honor of welcoming Mark Lutz as our PyDev of the Week. Mark is the author of the first Python book ever, Programming Python. He has also authored Learning Python and the Python...
View ArticleDoug Hellmann: compileall — Byte-compile Source Files — PyMOTW 3
The compileall module finds Python source files and compiles them to the byte-code representation, saving the results in .pyc . Read more… This post is part of the Python Module of the Week series for...
View ArticleWill McGugan: Posting Screenshots with Inthing
Inthing can take a screenshot of your desktop then post it online.Here's a quick example:from inthing import Stream my_stream = Stream.new() my_stream.screenshot(title="My Desktop", delay=5).browse()...
View ArticleTryton News: New Tryton release 4.0
We are proud to announce the 4.0 release of Tryton.This is the first release of Tryton that adds support for Python 3. The server and most of the modules support it. The missing modules are mainly the...
View Article