Codementor: Data Science with Python & R: Dimensionality Reduction and...
IntroductionAn important step in data analysis is data exploration and representation. We have already seen some concepts in Exploratory Data Analysis and how to use them with both, Python and R. In...
View ArticleReinout van Rees: Lessons learned from buildout a django site with a reactjs...
My colleague Gijs Nijholt just posted his blog entry lessons learned from building a larger app with React.js, which is about the javascript/reactjs side of a django website we both (plus another...
View ArticleMarcos Dione: ayrton-0.5
I forgot to mention: last night I finally got to release ayrton-0.5. This has a major update to the language, thanks to our new parser, craftily thieved out of pypy. Other similar changes might come...
View ArticlePyPy Development: PyPy 2.6.1 released
PyPy 2.6.1 We’re pleased to announce PyPy 2.6.1, an update to PyPy 2.6.0 released June 1. We have fixed many issues, updated stdlib to 2.7.10, cffi to version 1.3, extended support for the new vmprof...
View ArticleDavid MacIver: Mighty morphing power strategies
The Hypothesis API is a bit of a bizarre sleight of hand. It pretends to be very clean and simple, but that’s mostly a distraction to stop you thinking too hard about it. Everything looks easy, so you...
View ArticlePython Software Foundation: CSA Awards to Tollervey, Stinner, and Storchaka
Greetings Readers, I apologize for the hiatus I’ve taken recently from writing this blog -- other commitments temporarily got in the way. But during this time the PSF has been hard at work, and I...
View ArticlePodcast.__init__: Episode 21 - Jessica McKellar
Visit our site to listen to past episodes, support the show and sign up for our mailing list.SummaryWe got the chance to talk to Jessica McKellar about her work in the Python community. She told us...
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 ArticlePyCharm: Announcing the PyCharm 4.5.4 release update
PyCharm 4.5.4 has been uploaded and is now available from the download page.It also will be available soon as a patch update from within the IDE (from PyCharm 4.5.x only).The Release notes lists all...
View ArticleCodementor: Building a Movie Recommendation Service with Apache Spark &...
This Apache Spark tutorial will guide you step-by-step into how to use the MovieLens dataset to build a movie recommender using collaborative filtering with Spark’s Alternating Least Saqures...
View ArticleA. Jesse Jiryu Davis: Toro 1.0, the Final Release
I just shipped Toro with a new feature contributed by Alexander Gridnev: a readers-writer lock, or "RWLock". It protects a shared data structure by allowing multiple coroutines to lock it for reads. As...
View ArticleDaily Tech Video (Python): [Video 281] Andrey Syschikov: Practical usage of...
Python is easy to learn, which accounts in no small part for its skyrocketing popularity. But an easy-to-learn language can also be powerful, with advanced data types and uses. Python has many such...
View ArticleDoing Math with Python: Doing Math with Python Available now!
Hi all, I am very excited to announce that the book is now available for purchase in print and electronic formats from various online stores including Amazon and No Starch Press. Please see the Buy...
View ArticleInvent with Python: Further Reading: Intermediate Python Resources
So after reading one of my Python books (available free online here and here), you're no longer a complete beginner and would like to know where to go next. It can be hard to find intermediate-level...
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 ArticlePyCharm: PyCharm Educational Edition 2.0 is coming soon
Today, we’re excited to let you know that PyCharm Educational Edition 2.0 is coming this September. Since the previous release we’ve improved a lot of things, implemented new functionality, added new...
View ArticleMike Driscoll: eBook Review: Intermediate Python
I was recently approached by the author of the free eBook, Intermediate Python by Muhammad Yasoob Ullah Khalid to review his work. Yasoob is the fellow behind the Python Tips blog. The book has been...
View Articleبايثون العربي: التعابير القياسية في بايثون الجزء 2
في الجزء الأولمن هذه السلسلة توقفنا عند هذا الكود import re if re.search('a*', 'cucumber'): print "found it!" else: print "didn't find it :(" ونتيجة هذا الكود ستكون found it وهذا بسبب أن العلامة * في...
View ArticleBrian Okken: Why test? (PT003)
Answering a listener question. Why testing? What are the benefits? Why automated testing over manual testing? Why test first? Why do automated testing during development? Why test to the user level...
View ArticleKushal Das: Day 4 of Flock 2015
Day four of flock started at 10AM, later than the usual 9am, which was really good as everyone needed that extra hour of sleep. Though I was getting up generally around 5AM, but I managed to get enough...
View Article