dsa_buddy client for DSA preparation and code submission utlity
Project description
DSA buddy client @Copyright 2021-22 [Botoservices]
Steps:
-
Please Check your Python version. Python3 is required for this package
-
Install it using below command:
pip install dsa-buddy
-
You can submit your code using below decorator. [Check below Sample code]
-
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]
-
If you have any query regrading registeration or want to share any feedback, Please contact us via "botoservices@gmail.com"
Sample Code:
#################### Sample code #####################
import dsa_buddy
@dsa_buddy.submit()
def factorial(num):
ans = 1
while num > 0:
ans = ans * num
num = num - 1
return ans
factorial(5)
######################################################
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file dsa_buddy-3.0.7.tar.gz
.
File metadata
- Download URL: dsa_buddy-3.0.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a5bb9eac96617cf43d06eecb5484feca6dc23afd8024e52aa979a767496c4f |
|
MD5 | 4819dfbe4383ed0181c425356a5c2bbd |
|
BLAKE2b-256 | 6a2cd1ddfc35eb2c2c10f28314920167b1d02d17bdcef87e182124b2a83daa67 |
File details
Details for the file dsa_buddy-3.0.7-py3.9.egg
.
File metadata
- Download URL: dsa_buddy-3.0.7-py3.9.egg
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12695f3282f17ce0546da927837ade5511ae633824377ab028cd055a49e9a31d |
|
MD5 | 499f65280555f1531f13dcf1c705ca49 |
|
BLAKE2b-256 | ae41ee73f76d7a0eac2b6df04657ef99125cf4a3830cbe4d444058ac76c65969 |
File details
Details for the file dsa_buddy-3.0.7-py3-none-any.whl
.
File metadata
- Download URL: dsa_buddy-3.0.7-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ad0da9126c4d68ba1a2546b6e220a735843d5b03c7b2bea8113616b410fa62c |
|
MD5 | 408e73651d6d2d3ebdc45acecda23482 |
|
BLAKE2b-256 | feea12d2d9f63a384db4a6fa314d257a8fd018eac48afd19b60c36fbb85fc76b |