PyCharm: Webinar: “10 Tips on Pythonic Code” with Michael Kennedy, July 6
If you’re a Python developer interested in the next step towards Pythonic code, with PyCharm as a productivity boost, then our next webinar is a must-attend. Michael Kennedy, well-known Python...
View ArticleBruno Rocha: Microservices with Python, RabbitMQ and Nameko
"Micro-services is the new black" - Splitting the project in to independently scalable services is the currently the best option to ensure the evolution of the code. In Python there is a Framework...
View ArticlePyCharm: PyCharm Edu 3 coming soon
Today we’re announcing that PyCharm Edu 3 is coming this August, right before the new school year. Since the previous release we’ve tremendously improved PyCharm Edu for teachers and course authors,...
View ArticleTalk Python to Me: #65 Jump on the real-time web with RethinkDB
Long gone are the days of the web acting as just linked documents and glorified brochures. Web apps of today are just that, rich interactive applications. But unlike desktop apps of old, these are apps...
View ArticlePython Engineering at Microsoft: Idiomatic Python: EAFP versus LBYL
One idiomatic practice in Python that often surprises people coming from programming languages where exceptions are considered, well, exceptional, is EAFP: “it’s easier to ask for forgiveness than...
View Articlehypothesis.works articles: Testing as a Complete Specification
Sometimes you’re lucky enough to have problems where the result is completely specified by a few simple properties.This doesn’t necessarily correspond to them being easy! Many such problems are...
View ArticleEuroPython: EuroPython 2016: On-desk rates and day passes
It’s getting really close to the conference now and we will be switching to the on-desk rates for tickets on July 8.The prices will increase by about 30%, so if you want to still get tickets at the...
View ArticleReinout van Rees: Djangorecipe: easy test coverage reports
Code coverage reports help you see which parts of your code are still untested. Yes, it doesn't say anything about the quality of your tests, but at the least it tells you which parts of your code have...
View ArticlePyCharm: PyCharm 2016.2 EAP 4 (build 162.1120)
Today we continue the weekly delivery of PyCharm 2016.2 preview builds with the PyCharm 2016.2 EAP build 162.1120.Download and try it today!Some highlights of the PyCharm 2016.2 EAP build 162.1120...
View ArticleImport Python: ImportPython Issue 79
Worthy ReadHave an idea for a Python App ? Get FREE $200 in Azure credit to get started. Create a new Python app, free with Azure App Service. Free $200 in Azure credit. Build web, mobile, and API apps...
View ArticleDjango Weblog: PyCharm and Django Announce 30% Discount With All Proceeds...
Today and for the next two weeks, our fundraising program is getting a big boost from JetBrains PyCharm, a premiere Python IDE that has supported Django for many years. During this campaign, buy...
View ArticlePyCharm: PyCharm and Django Announce 30% Discount With All Proceeds Going to DSF
After years of premier support for the Django Framework, JetBrains PyCharm gives a big boost to the Django Software Foundation’s (DSF) fundraising. During a two-week campaign, buy PyCharm Professional...
View ArticleZato Blog: File notifications in Zato 2.0
One of many great things about Zato is the fact how easy it is to plug into it new data sources and input methods triggering one's SOA/API services.For instance, Zato 2.0 does not have a web-admin GUI...
View ArticleContinuum Analytics News: Verifying conda Recipes and Packages with...
Developer BlogPostedFriday, July 1, 2016Dr. Ilan Schnellanaconda-verify is a tool for (passively) verifying conda recipes and conda packages. All Anaconda recipes, as well as the Anaconda packages,...
View ArticleEvennia: The art of sharing nicks and descriptions
In the month or so since the merger of Evennia's development branch and all its web-client updates, we have been in bug-fixing mode as more people use and stress the code. There have been some new...
View ArticleDataCamp: Free Kaggle Machine Learning Tutorial for Python
AlwaysAlways wanted to compete in a Kaggle competition, but not sure where to get started? Together with the team at Kaggle, we have developed a free interactive Machine Learning tutorial in Python...
View ArticleWeekly Python Chat: Traveling to Conferences
When you travel to a conference, what do you pack? What do you consider when booking flights and hotels?We will have multiple guests present during this chat, each bringing a different viewpoint to our...
View ArticleJamal Moir: Write Pythonic Code Like a Seasoned Developer; The Course...
Do you want to cut the time it takes for you to become proficient in Python in half? That was a rhetorical question, of course you do. However becoming skillful in python and being able to writing...
View ArticleWeekly Python StackOverflow Report: (xxvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2016-07-02 14:53:10 GMTIs there any legitimate use of list[True],...
View ArticlePodcast.__init__: Episode 64 - BeeWare with Russell Keith-Magee
SummaryWhen you have good tools it makes the work you do even more enjoyable. Russel Keith-Magee has been building up a set of tools that are aiming to let you write graphical interfaces in Python and...
View Article