tryexceptpass: Practicality Beats Purity - Microservices vs Monoliths
In recent years there’s a growing trend to move away from large all-in-one applications. These “monoliths”, developed with one codebase and delivered as one large system, are hard to maintain. In their...
View ArticleDSPIllustrations.com: Schmidl&Cox Synchronization for OFDM
The Schmidl & Cox Synchronization Technique for OFDM¶tl;dr: Given some received OFDM signal like the following, how can one know at which point in time the OFDM symbols are located? Or,...
View ArticleReuven Lerner: 20% off all books + courses during PyCon
Hi! I’m in Cleveland, Ohio, for PyCon 2018. I’ve already heard back from others who are here for the conference, and will be coordinating with all of you privately to meet up in person. I’m excited...
View ArticleEuroPython: EuroPython 2018: Please reset your password
Regular password resets are always a good thing to do, but this time we have a specific reason to ask you to consider taking the extra time.In December 2017, our ISP detected port scans originating...
View ArticlePython Software Foundation: To the Egoless Pythonistas That Makes Space at...
When we think of Pythonistas that have made a significant mark in the Python community there are many to consider - Python open source project maintainers, the Python core developers, or the countless...
View ArticlePyCharm: PyCharm 2018.1.3 RC
We’re happy to announce that the release candidate for a new version of PyCharm is now available: get it now from our confluence page.What’s NewPython Console MessagesSince several versions, PyCharm...
View ArticleAnwesha Das: PyLadies at PyCon
In 2013, I was going through PyCon photos. The album was full of pictures of very serious looking geeks engrossed in their favorite back and green screen. Suddenly I saw the photos of people laughing,...
View ArticleSemaphore Community: Getting Started with Mocking in Python
This article is brought with ❤ to you by Semaphore.IntroductionMocking is simply the act of replacing the part of the application you are testing with a dummy version of that part called a mock.Instead...
View ArticleAnwesha Das: Is PyCon 2018 your first PyCon?
Is PyCon 2018 your first PyCon? Then you must have had a sleepless night. You must be thinking “I will be lost in the gathering of 3500 people.” There should be a lot of mixed emotions and...
View ArticleFull Stack Python: Monitoring Django Projects with Rollbar
One fast way to scan for exceptions and errors in your Django web application projects is to add a few lines of code to include a hosted monitoring tool.In this tutorial we will learn to add the...
View ArticlePeter Bengtsson: Always return namespaces in Django REST Framework
By default, when you hook up a model to Django REST Framework and run a query in JSON format, what you get is a list. E.g. For GET...
View ArticleCodementor: Preferable tools for machine learning - Python - MatLab - R
AI Q&A sites and Data Science forums are buzzing with the same questions over and over again : I’m new in data science, what language should I learn? What’s the best language for machine...
View ArticleCodementor: Launching an AWS MySQL server and importing data from csv files...
Guide for importing data from csv files to AWS RDS.
View ArticleMike Driscoll: PyCon 2018 – Conference Day 1 (May 11)
PyCon 2018 in Cleveland, Ohio kicked off their first conference day with an introduction from one of Cleveland’s natives, Ernest W. Durbin III. Then we moved on to the keynote of the morning which was...
View ArticleTalk Python to Me: #161 Django 2.0
Django has reached a major milestone with its 2.0 release. This puts legacy Python (that is Python 2) fully in the rear-view mirror and brings some nice new features to the framework.
View ArticleFabio Zadrozny: Howto launch and debug in VSCode using the debug adapter...
Ok, after the basic infracstructure, the next thing to do is actually launch some program without worrying about the debugger, so, we'll just run a program without being in debug mode to completion,...
View ArticleWeekly Python StackOverflow Report: (cxxv) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-05-12 21:53:40 GMTWhy does "test".count('') return 5? -...
View ArticlePython Does What?!: Captain, the python grammar can't take anymore!
The expressions are going to tear themselves to pieces!>>> 'a' .strip ( ) [ 0 ]'a'
View ArticleAmit Saha: A demo plugin based Python code analyser
A few weeks back I wrote a analyser for Apache Thrift IDL in Python. We used it to enforce some code review guidelines. When we hooked it onto arcanist lint engine, we could give feedback to developers...
View Article