Bhishan Bhandari: What are the must know features of python programming language
List comprehensions One of the major features of python is list comprehension. It is a natural way of creating a new list where each element is the result of some operations applied to each member of...
View ArticleWeekly Python StackOverflow Report: (cviii) stackoverflow python report
These are the ten most rated questions at Stack Overflow last week.Between brackets: [question score / answers count]Build date: 2018-01-14 05:01:04 GMTPrinting without parentheses varying error...
View ArticleBhishan Bhandari: Automated chat using python – Automation using selenium and...
Putting two clever bots into conversation Keeping the promise to come up with a nice article, I present you two bots into conversation. This week I’ve bridged two clever bot’s for a nice conversation....
View ArticleCatalin George Festila: The trinket website for learning.
This website come with this feature:Trinket lets you run and write code in any browser, on any device.Trinkets work instantly, with no need to log in, download plugins, or install software.Easily share...
View ArticleTechiediaries - Django: Building a Fake and JWT Protected REST API with...
More often than not when you are building a front-end application with libraries like React, Vue or Angular etc. you'll need to work with a back-end API which may not be ready at that time so you'll...
View ArticleSemaphore Community: Writing, Testing, and Deploying a Django API to Heroku...
This article is brought with ❤ to you by Semaphore.IntroductionIn this tutorial, you will learn how to write and deploy a Django API to Heroku using Semaphore. You'll also learn how to run Django tests...
View ArticleAmjith Ramanujam: Memoization Decorator
Recently I had the opportunity to give a short 10 min presentation on Memoization Decorator at our local UtahPython Users Group meeting. Memoization: Everytime a function is called, save the results in...
View ArticleAmjith Ramanujam: Python Profiling
I did a presentation at our local Python User Group meeting tonight. It was well received, but shorter than I had expected. I should've added a lot more code examples. We talked about usage of...
View ArticleMike Driscoll: PyDev of the Week: Christy Heaton
This week we welcome Christy Heaton (@christytoes) as our PyDev of the Week! Christy is a blogger for the Python Software Foundation. You can see what she’s up to via her Github page or by checking out...
View ArticleImport Python: #158: VS Code and Jupyter Notebook, K-Means Clustering, Markov...
Worthy Read Mastering PyCharm Do you use PyCharm as your Python IDE?. Then this course might be of interest to you. Taught by Michael of TalkPython podcast fame. pycharmHow to improve your workflow...
View ArticleDoug Hellmann: timeit — Time the execution of small bits of Python code. —...
The timeit module provides a simple interface for determining the execution time of small bits of Python code. It uses a platform-specific time function to provide the most accurate time calculation...
View ArticlePyCharm: Announcing the MicroPython Plugin for PyCharm
Today we’ve released the MicroPython plugin 1.0 for PyCharm. This plugin lets you edit your MicroPython code and interact with your MicroPython-powered microcontrollers using PyCharm. It supports...
View ArticleTechiediaries - Django: Adding the Django CSRF Protection to React Forms
In this tutorial you'll see how you can handle the Django CSRF token in React when using the Axios client or the fetch API. We'll also see how you can add CSRF in forms rendered dynamically with...
View ArticleKushal Das: Do not limit yourself
This post is all about my personal experience in life. The random things I am going to write in this post, I’ve talked about in many 1x1 talks or chats. But, as many people asked for my view, or...
View ArticleProgramiz: Reading CSV files in Python
In this article, we will learn how to read data from csv files in python of different formats.
View ArticleCodementor: Code Python on ArchLinux
A tutorial about how to code in python on the ArchLinux platform
View ArticleWeekly Python Chat: Pythonic For Loops
Python's for loops are fairly different from for loops in languages like C, Java, and JavaScript. In this chat we'll discuss how Python's for loops force you to think differently about your code and...
View Articlepy.CheckIO: Variations of Data Classes
Hi Planet Python!This is the first article in our blog this year and the last one of the Python Data Types series (before we were talking about arrays and dicts). We went through the available data...
View ArticleTarek Ziade: My trip in Cuba
I spent 3 weeks in Cuba with my family after the Mozilla All-Hands we had in December in Austin, and had the opportunity to meet a local user group (Cuban Tech Group) and do a hackaton with them.The...
View Article