PyCharm: Webinar: What’s New in PyCharm 2016.3, November 30th
Join us Wednesday, November 30, 2016, at 16:00 – 17:00 CET (check other time zones) for the free webinar What’s New in PyCharm 2016.3 with Paul Everitt.PyCharm 2016.3 is the third update in the 2016...
View ArticleImport Python: ImportPython Issue 99 - Scalable Apps in Python, Automation...
Worthy Read How Python Makes Working With Data More Difficult in the Long Run Jeff Knupp author of one of my favorite Python books "Writing Idiomatic Python" talks why Python is terrible for writing...
View ArticleDataCamp: New: Python Courses with Anaconda
We've got big news! We're very proud to say that we have partnered with our friends at Continuum Analytics, the makers of Anaconda, to make a new series of courses focusing on Data Visualization and...
View ArticleFlavio Percoco: On communities: Emotions matter
Technology is social before it's technical - Gilles DeleuzeHumans are driven quite a bit by emotions. You may be a rational human being but your emotions will still drive many of your choices. You can...
View ArticleTalk Python to Me: #85 Parsing horrible things with Python
Do you have horribly convoluted things that need parsing? Obviously you'll learn a bunch of tips and tricks from this episode. But you'll see that advanced parsing is a gateway to many interesting...
View ArticleDataquest: Python Web Scraping Tutorial using BeautifulSoup
When performing data science tasks, it’s common to want to use data found on the internet. You’ll usually be able to access this data in csv format, or via an Application Programming Interface(API)....
View ArticlePyCharm: PyCharm 2016.3 Release Candidate
We are happy to announce the availability of PyCharm 2016.3 Release Candidate. We are approaching the release of 2016’s third major PyCharm update, and it’s available for preview now. Download it now...
View Articleبايثون العربي: القوائم VS الصفوف
السؤال الشائع بين العديد من المبتدئين ماهو الفرق بين القوائم والصفوف ؟في الحقيقة هناك إثنين من الإختلافات المختلفة إختلافات تقنية وإختلافات ثقافية ، مع وجود أيضا أوجه تشابه بالطبع .تعتبر كل من القوائم...
View ArticleCodementor: Building Data Products with Python: A Wine Review Website using...
##IntroductionWith this tutorial, we start a series of tutorials about how to build data products with Python. As a leitmotif we want to build a web-based wine reviews and recommendations website using...
View ArticleCodementor: Building Data Products with Python: Adding User Management to a...
This is the second tutorial on our series on how to build data products with Python. Remember that as a leitmotif we want to build a web-based wine reviews and recommendations website using Python...
View ArticleCodementor: A Python Import Tutorial for Beginners
##What?! Another import tutorial?Well, yeah. But there are a lot of overly technical, incomplete, incorrect or just wrong ones out there. As a beginner Python developer I was once faced with sifting...
View ArticleCodementor: How to Deploy a Django Application on DigitalOcean
PrerequisitesA fresh DigitalOcean droplet running Ubuntu 14.04A Git Repository (on Bitbucket or Github) which you use with your Django ApplicationYou should have a local Django app setup using Postgres...
View Articleبايثون العربي: لماذا عليك الإنتقال فورا إلى بايثون 3
والجواب بكل بساطة لأنها أكثر نسخة تطويرا وعليك إستعمالها لنفس الغرض الذي قمت بإستعمال نسخة 2.7 بدلا من نسخة 2.6.لقد بدأت بتعلم لغة بايثون منذ سنة 2008 وهي نفس السنة التي تم إطلاق فيها لأول مرة نسخة...
View ArticleeGenix.com: eGenix PyRun - One file Python Runtime 2.2.2 GA
IntroductioneGenix PyRun™ is our open source, one file, no installation version of Python, making the distribution of a Python interpreter to run based scripts and applications to Unix based systems as...
View ArticlePyCharm: PyCharm 5 and 2016.1: PyPI Compatibility Hotfix
The Python Package Index (PyPI) has recently upgraded its caching infrastructure, which broke our integration with their service. We contacted them to restore this functionality temporarily, and now...
View ArticleLennart Regebro: PyCharm (vs WingIDE, kinda)
I’ve been thinking of checking out PyCharm for a while, and the fact that the amazing Paul Everitt works for them now finally triggered me into doing it. This is some random notes.PyCharm by default...
View Articletryexceptpass: That’s an interesting idea, especially if you plug it together...
Another approach would be to it with a DVCS-like network of servers (think Git but simpler) that periodically pulled from each other, or…Continue reading on »
View ArticleWeekly Python StackOverflow Report: (xlvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-11-19 08:55:36 GMTHow do I sort a list with positives coming before...
View ArticleCalvin Spealman: Publishing ES6 Modules on NPM
I had an adventure over the last couple days with ES6!There was a pattern I'd already used in a few of my React projects to make ES6 classes a little nicer. ES6 did a lot to make working with this...
View ArticleCalvin Spealman: Farewell to XMLHttpRequest; Long live window.fetch!
The days of XMLHttpRequest and weird choices for capitalization are numbered. WhatWG has a spec ready for some time now to replace it: window.fetch. Just look at how easy it is.Just look at how nicer...
View Article