Bhishan Bhandari: Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
View ArticlePyCharm: PyCharm 2016.3 Public Preview 3
This week’s public preview version is out now! If you want to try out the 2016.3 features now, get it from the preview page. As a preview version, it comes with a free 30-day preview license.Since last...
View ArticleStories in My Pocket: A Sublime User in PyCharm Land
I have written few articles about how Sublime Text has been such a great environment to get my work done—and there's more to come, I have been extremely happy with Sublime for years.But listening to...
View ArticleMike Driscoll: An intro to aiohttp
Python 3.5 added some new syntax that allows developers to create asynchronous applications and packages easier. One such package is aiohttp which is an HTTP client/server for asyncio. Basically it...
View ArticlePyCon: Tutorial proposals are due in three weeks
The PyCon 2017 call for proposals (CFP) first opened about a month ago, and the team who will be bringing the conference to Portland have been excited to watch the first wave of submissions roll in....
View ArticleDaniel Bader: How code linting will make you awesome at Python
How code linting will make you awesome at PythonIn Python code reviews I’ve seen over and over that it can be tough for developers to format their Python code in a consistent way: extra whitespace,...
View ArticleBrian Okken: 24: pytest with Raphael Pierzina
pytest pytest is an extremely popular test framework used by many projects and companies. In this episode, I interview Raphael Pierzina, a core contributor to both pytest and cookiecutter. We discuss...
View ArticleBrian Okken: PythonBytes.fm
Michael Kennedy from Talk Python to Me and I have launched a new podcast, called Python Bytes, “Python headlines delivered directly to your earbuds”. It’s a weekly short format podcast. Please check it...
View ArticleCodementor: Building a Chatbot using Telegram and Python (Part 1)
Chatbots are all the rage at the moment, with some predicting that they will be bigger than mobile apps. The main idea of chatbots is that instead of having to dig through awkward mobile menus and...
View ArticleSemaphore Community: Mocks and Monkeypatching in Python
This article is brought with ❤ to you by Semaphore.Post originally published on http://krzysztofzuraw.com/. Republished with author's permission.IntroductionIn this post I will look into the essential...
View ArticleSemaphore Community: Dockerizing a Python Django Web Application
This article is brought with ❤ to you by Semaphore.IntroductionThis article will cover building a simple 'Hello World'-style web application written in Django and running it in the much talked about...
View ArticleCaktus Consulting Group: Common web site security vulnerabilities
I recently decided I wanted to understand better what Cross-Site Scripting and Cross-Site Request Forgery were, and how they compared to that classic vulnerability, SQL Injection.I also looked into...
View ArticleBrett Cannon: Introducing Which Film
What I'm announcingToday I'm happy to announce the public unveiling of Which Film! I'll discuss how the site came about and what drives it, but I thought I would first explain what it does: it's a...
View ArticleBrett Cannon: What to look for in a new TV
I'm kind of an A/V nerd. Now I'm not hardcore enough to have a vinyl collection or have an amp for my TV, but all my headphones cost over $100 and I have a Sonos Playbar so I don't have to put up with...
View ArticleGaël Varoquaux: Data science instrumenting social media for advertising...
To my friends developing data science for the social media, marketing, and advertising industries,It is time to accept that we have our share of responsibility in the outcome of the US elections and...
View ArticleeGenix.com: eGenix pyOpenSSL Distribution 0.13.16 GA
IntroductionThe eGenix.com pyOpenSSL Distribution includes everything you need to get started with SSL in Python. It comes with an easy to use installer that includes the most recent OpenSSL library...
View ArticleImport Python: ImportPython Issue 98 - Introduction to airflow becoming pdb...
Worthy Read A Practical Introduction to Airflow Airflow is a popular pipeline orchestration tool for Python that allows users to configure complex (or simple!) multi-system workflows that are executed...
View ArticleGlyph Lefkowitz: What are we afraid of?
I’m crying as I write this, and I want you to understand why.Politics is the mind-killer. I hate talking about it; I hate driving a wedge between myself and someone I might be able to participate in a...
View ArticleLintel Technologies: FCM – send push notifications using Python
What is FCM ?FCM – Firebase Cloud Messaging is a cross-platform ( Android, iOS and Chrome ) messaging solution that lets you reliably deliver messages at no cost. FCM is best suited if you want to...
View ArticleWeekly Python StackOverflow Report: (xlv) 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-12 08:53:57 GMTWhy does assigning past the end of a list via a...
View Article