Open in app
Home
Notifications
Lists
Stories

Write
Rahul Lakhanpal
Rahul Lakhanpal

Home

Oct 7, 2018

Flutter — a breath of fresh air!

After programming a bit in flutter and dart here are some of my thoughts which I would love to share with the people who are yet to start and for those who are looking for a start (just like me!) Who am I? I am a Python Developer by profession and have been…

Android

6 min read

Flutter — a breath of fresh air!
Flutter — a breath of fresh air!

Sep 12, 2018

Introducing Julia 1.0’s Pkg manager!

Julia is a great new programming language that’s been in the news lately because of its all-new stable 1.0 release as well as great computational features that had made it rank 39th at the TIOBE index for September 2018! Now since I come from an engineering and software development background…

Swift

4 min read

Introducing Julia 1.0’s Pkg manager!
Introducing Julia 1.0’s Pkg manager!

Jul 21, 2018

Django Middleware…Trouble Recalling??

S o recently I had an interesting opportunity to talk to a technology enthusiast and his first question was about Django middleware! I answered it well and sufficiently to make him believe that I knew the fundamentals, as with any highly experienced engineer is the case, he moved on to…

Django

3 min read

Django Middleware…Trouble Recalling??
Django Middleware…Trouble Recalling??

Jun 26, 2016

Python Decorators with arguments!

I gave a brief introduction over decorators in my previous post. I will truly recommend to check that out. So lets move on from where we finished.I will like to start by giving a small refresher of a decorator in a simple example below. The output that we get…

Programming

2 min read


May 7, 2016

A quick introduction-Python Iterators & Generators!

Before we start off with generators, I would like to introduce Iterators first. Iterators Iterators is a python type on which we can loop upon.This means inbuilt data types like lists, dicts, tuples, and sets are iterators by default. All the iterators follow the iterator protocol. Every iterator object uses two…

Python

2 min read


Apr 29, 2016

Implementing Linear and Binary Search Algorithms in Python!

Searching, as we know is the process of finding out a particular element from a collection of elements. There are two main ways to perform a search on a collection(or a list) of data. Linear Search Algorithm In linear search, we start off with implementing probably the easiest and the dumbest approach. …

Algorithms

2 min read


Apr 27, 2016

Python *,**,*args and **kwargs

This blog post particularly,will be more on the practical side of things. Something more of like “learning by doing” kind of stuff.So lets jump onto it right away! First off, we have * being passed alongside with a parameter. Now we all know of what are parameters or arguments. def…

Python

2 min read


Apr 22, 2016

Python Virtualenvwrapper explained!

The virtualenvwrapper is a great tool for people who work on a lot of different projects, and even for those who want more power over their overall setup.This not only provides a way to manage different virtualenvironments on a single system but also saves a lot of time. To start…

Python

2 min read


Apr 21, 2016

Quick guide to Python’s virtualenvironment!

Going to start a new python project??Have you heard about the python package virtualenv? If yes, then you may skip the article and wait for my next one! But if a “NO”, then read this before you do anything else.(A “Don’t press that red button” moment!) A Virtual environment is…

Python

2 min read


Apr 19, 2016

List Comprehensions, lambda, filter, map and reduce functions in Python

For a complete newbie, using these functions is not usual, unless they discover about them one day. Well this post is intended to make readers get their hands down and dirty with all of these. List Comprehensions To start with, List comprehension provide a “shorthand” way to create lists. Didn’t get me? Ohk…

Python

4 min read

Rahul Lakhanpal

Rahul Lakhanpal

Software Developer

Following
  • Erik Engheim

    Erik Engheim

  • Yevgeniy Brikman

    Yevgeniy Brikman

  • KG.

    KG.

  • Jessica G

    Jessica G

  • Zack Shapiro

    Zack Shapiro

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable