1. Home /
  2. Information technology company /
  3. Freelance Programming


Category

General Information

Phone: +1 705-761-6568



Website: www.parthalpeshdubal.com

Likes: 85

Reviews

Add review



Facebook Blog

Freelance Programming 07.10.2020

A simple difference between list comprehension and lambda function. If you are a Python developer you probably know how important are both in the real world programming. Take a look at simple example below to find out which is one is faster. The square1 line took around 2.79 s 286 ns per loop and square2 line took around 3.31 s 33.4 ns per loop If you want to check the speed of each of the lines, you can use timeit in ipython console. #python #pycoding #pygeeks #pycharm

Freelance Programming 03.10.2020

Useful tip/trick for Python #pytricks #python #pygeeks