Mike Driscoll: Yet Another Python datetime Replacement: Pendulum
I stumbled across another new library that purports that it is better than Python’s datetime module. It is called Pendulum. Pendulum is heavily influenced by Carbon for PHP according to its...
View ArticleDjango Weblog: PyCharm Fundraising Campaign Extended to July 20th
So far hundreds of supporting developers have purchased PyCharm at a 30% discount with the proceeds going to help support the Django Software Foundation.Considering the campaign is so successful,...
View ArticlePyCharm: Material for next week’s tutorial at EuroPython
Next Tuesday at EuroPython 2016 in Bilbao, I’m giving a tutorial Productive Coding with PyCharm. I’m not going to resort to begging you to come to it…oh who am I kidding, PICK ME PICK ME!For my PyCon...
View ArticleKushal Das: Fedora mirror at home with improved hardware
It was always a dream to have a fully functional Fedora mirror in the local network which I can use. I tried many times before, mostly with copying rpms from office, carrying them around in hard drive,...
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 ArticleImport Python: ImportPython Issue 81
Worthy ReadPreview the Python Serverless Microframework for AWSawsServerless computing is one of the most talked-about subjects among AWS customers. The AWS serverless offerings, AWS Lambda and Amazon...
View ArticleEuroPython: EuroPython 2016: Getting your badge
For this year, we have reconsidered the way we give out badges to try to reduce the queue lengths and your waiting time.Badges distributed based on ticket IDTo make finding badges easier, we have...
View ArticlePyCharm: “Support Django” Fundraising Campaign Extended to July 20th
Over the last two weeks we’ve been running our joint promotional campaign with Django Software Foundation in order to help:Reach the goal to fully fund the Django Fellow program which is crucial for...
View ArticleDaniel Bader: 6 things you’re missing out on by never using classes in your...
6 things you’re missing out on by never using classes in your Python codeMaybe you’ve been using Python for a while now and you’re starting to feel like you’re getting the hang of it. But one day you...
View ArticlePyCharm: PyCharm 2016.2 Release Candidate is available
We are now approaching the final steps towards the PyCharm 2016.2 release. So today we’ve published the PyCharm 2016.2 Release Candidate.The PyCharm 2016.2 RC build 162.1236 is available for download...
View ArticleBangPypers: Machine Learning Workshop - July 2016
The July BangPypers workshop happened at the AdNear office in Koramangala. More than 80 people attended the workshop.The workshop was focused on getting started with machine learning using...
View ArticleEuroPython: EuroPython 2016: Recruiting Offers
Many of our sponsors are looking for new employees, so EuroPython 2016 is not only an exciting conference, but may very well also be your chance to find the perfect job you’ve always been looking...
View ArticleWeekly Python StackOverflow Report: (xxviii) 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-16 09:42:48 GMTIs there special significance to...
View ArticleEuroPython Society: EPS Board Candidates for 2016/2017
At this year’s General Assembly we will vote in a new board of the EuroPython Society.List of Board CandidatesThe EPS bylaws require one chair and 2 - 6 board members. The following candidates have...
View ArticleEuroPython Society: EuroPython 2017 On-site Teams: Call for Interest (CFI)
The EuroPython Society (EPS) is happy to announce the Call for Interest (CFI) for EuroPython 2017. The purpose of this call is to get to know teams willing to help organize the EuroPython conference...
View ArticleKushal Das: Fedora Atomic 24 is now available
Just in case you missed the news, Adam Miller already announced the availability of Fedora Atomic release based on Fedora 24. You can get it from the usual place. Dusty already uploaded the same into...
View ArticleDavy Wybiral: Audio synthesis in the browser with WebAudio
Audio synthesis with WebAudio is easy. To prove it I'll get straight to the point...(If you don't want to follow along via blog post, a working example project with code broken up into logical commits...
View ArticleKracekumar Ramaraju: State machine in DB model
A state machine is an abstract machine that can be in one of a finite number of states. The machine is in only one state at a time; the state it is in at any given time is called the current...
View ArticlePodcast.__init__: Episode 66 - Zorg with Gunther Cox and Kevin Brown
SummaryEveryone loves to imagine what they would do if they had their own robot. This week we spoke with Gunther Cox and Kevin Brown about their work on Zorg, which is a Python library for building a...
View ArticleMauveweb: Chopsticks - a Pythonic orchestration library
In my current role, we've been using Ansible for our orchestration and configuration management. Ansible is okay, but after several months wrestling with its extension API and being frustrated by YAML...
View Article