Steve Dower: What makes Python a great language?
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this is...
View ArticleKushal Das: Updates on Unoon in December 2019
This Saturday evening, I sat with Unoon project after a few weeks, I was continuously running it, but, did not resume the development effort. This time Bhavin also joined me. Together, we fixed a...
View ArticleKushal Das: Highest used usernames in break-in attempts to my servers 2019
A few days ago, I wrote about different IP addresses trying to break into my servers. Today, I looked into another server to find the frequently used user names used in the SSH attempts.admin 36228test...
View ArticleProgramiz: Python Dictionary Comprehension
In this tutorial, we will learn about Python dictionary comprehension and how to use it with the help of examples.
View ArticleSteve Dower: What makes Python a great language?
I know I’m far from the only person who has opined about this topic, but figured I’d take my turn.A while ago I hinted on Twitter that I have Thoughts(tm) about the future of Python, and while this is...
View ArticlePeter Bengtsson: A Python and Preact app deployed on Heroku
Heroku is great but it's sometimes painful when your app isn't just in one single language. What I have is a project where the backend is Python (Django) and the frontend is JavaScript (Preact). The...
View ArticleWeekly Python StackOverflow Report: (ccvi) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2019-12-14 12:53:35 GMTPython __getitem__ and in operator result in...
View ArticleCatalin George Festila: Python 3.7.5 : Django admin shell by Grzegorz Tężycki.
Today I tested another python package for Django named django-admin-shell. This package created by Grzegorz Tężycki can be found on GitHub and come with the intro: Django application can execute python...
View ArticleAndre Roberge: A Tiny Python Exception Oddity
Today, while working on Friendly-traceback (improved documentation !) as I have been doing a lot recently, I came into an odd SyntaxError case:The inconsistent behaviour is so tiny, that I doubt most...
View ArticleAnwesha Das: Rootconf Hyderbad, 2019
What is Rootconf?Rootconf is the conference on sysadmins, DevOps, SRE, Network engineers. Rootconf started its journey in 2012 in Bangalore, 2019 was the 7th edition of Rootconf. In these years,...
View ArticleCatalin George Festila: Python 3.7.5 : Simple intro in CSRF.
CSRF or Cross-Site Request Forgery is a technique used by cyber-criminals to force users into executing unwanted actions on a web application. To protect against web form CSRF attacks, it's isn't...
View ArticleS. Lott: Functional programming design pattern: Nested Iterators == Flattening
Here's a functional programming design pattern I uncovered. This may not be news to you, but it was a surprise to me. It cropped up when looking at something that needs parallelization to reduced the...
View ArticleCodementor: Function-Based Views vs Class-Based Views in Django
A detailed comparison guide on the difference between function-based views and class-based views for Django 3
View ArticleWesley Chun: Authorized Google API access from Python (part 2 of 2)
Listing your files with the Google Drive APINOTE: You can also watch a video walkthrough of the common code covered in this blogpost here. UPDATE (Apr 2019): In order to have a closer relationship...
View ArticleKushal Das: Indian police attacked university campuses on government order
Yesterday, Indian police attacked protesting students across different university campuses. They fired tear gas shells inside of libraries; they lit buses on fire and then told that the students did...
View ArticleMike Driscoll: PyDev of the Week: Ted Petrou
This week we welcome Ted Petrou (@TedPetrou) as our PyDev of the Week! Ted is the author of the Pandas Cookbook and also teaches Pandas in several courses on Udemy. Let’s take some time to get to know...
View ArticleJanusworx: #100DaysOfCode, Days 024, 025 & 026 – Watched Videos
Life has suddenly turned a little topsy turvy at work. No time to work at stuff. Keeping up my #100DaysOfCode streak by watching the course videos. Learnt about the Itertools module, learnt decorators...
View ArticleReal Python: Python Statistics Fundamentals: How to Describe Your Data
In the era of big data and artificial intelligence, data science and machine learning have become essential in many fields of science and technology. A necessary aspect of working with data is the...
View Article