Blog

Blog

List Comprehensions vs For loops in python

Let us take a scenario where I want to get the list of even numbers from a given range of numbers. We can get the list of even numbers using the for loop as shown below.

Else clause after for and while loops in python

Some of us are not aware of the else clause after the for and while loops in python. Take this example

What is Python?

Python is an imperative, functional, procedural, and object-oriented programming language. Using python, we can do web development, scientific computing, data science, machine learning. Programmers are given the flexibility to choose the way they write the code in python.

Difference between positional arguments and keyword arguments

Difference between positional arguments and keyword arguments.

Working with decorators in Flask

Decorators in Flask

A decorator is a wonderful ingredient with which you can add more generic flavor to one or more functions. Using decorator, you can implement authentication, authorization, input validation, etc.

Recent Posts

Archive

2022
2021
2020
2019
2018
2017
2016
2015
2014

Tags

Authors

Feeds

RSS / Atom