Skip to main content

See the difference, with/out naveeeen.

Project description

naveeeen Package - This is a simple package, you can see the difference when using naveeeen and without.

This is a simple package, you can see the difference when using naveeeen and without.

It's 4 e's.

This saves your time when dealing with many files.

  • What happen if you don't use naveeeen, see the difference

    pass your method name(without())), iterable, false to e()

    syntax: naveeeen.e(func_name,list,False)

  • What happen if you use naveeeen, see the difference

    pass your method name, iterable, True to e()

    syntax: naveeeen.e(func_name,list,True)

    Always the third argument is True.

  • See the difference in result of using 'both' - output will the time taken to run a normal program and time taken to run a normal program with naveeeen. syntax: naveeeen.e(func_name,list,'both') or naveeeen.e(func_name,list,whizz='both')

Try running the below code to see the difference:

from naveeeen import naveeeen

import os

def main_fun(s=[]):#v8

with open(f'{s}.txt','w+'):pass

if os.path.exists(f'{s}.txt'):

os.remove(f'{s}.txt')

print(s, end=',')

nums=[i for i in range(100)] #try 1000 10000 100000 1M

print(naveeeen.e(main_fun,nums,'both'))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

naveeeen-0.0.8.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

naveeeen-0.0.8-py3-none-any.whl (2.9 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page