Skip to main content

dsa_buddy client for DSA preparation and code submission utlity

Project description

DSA buddy client @Copyright 2021-22 [Botoservices]

Steps:

  1. Please Check your Python version. Python3 is required for this package

  2. Install it using below command:\n pip install dsa-buddy

  3. You can submit your code using below decorator. [Check below Sample code]

  4. When you will run your code, it will ask you to enter dsa-buddy credentials. [Note: You must be registered with dsa-buddy Telegram bot]

  5. If you have any query regrading registeration or want to share any feedback, Please contact us via "botoservices@gmail.com"

Sample Code:

#################### Sample code #####################\n

import dsa_buddy

@dsa_buddy.submit()\n def factorial(num):\n \tans = 1\n \twhile num > 0:\n \t\tans = ans * num\n \t\tnum = num - 1\n

\treturn ans\n

factorial(5)\n

######################################################

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

dsa_buddy-3.0.6.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distributions

dsa_buddy-3.0.6-py3.9.egg (4.1 kB view hashes)

Uploaded Source

dsa_buddy-3.0.6-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

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