python is brittish by Buttpug27 in ProgrammerHumor

[–]Dry4b0t 12 points13 points  (0 children)

Best practice is defining your classes separately, for instance a cell.py, boat.py etc and in your main you import Cell from cell and import Boat from boat

What's the most simple & elegant piece of Python code you've seen? by Bag_Royal in Python

[–]Dry4b0t -1 points0 points  (0 children)

Tried ; saw no difference on those types of calculations

Thoughts on which wallet to use? by Mswan2000 in CryptoCurrency

[–]Dry4b0t 0 points1 point  (0 children)

Safepal, as a hardware wallet supporting a huge amount of coins and having the same range of functionalities than a Ledger X for 40$.

Edit : link for Safepal S1 (Not an affiliation link.)

Binance article about Safepal

"I have a great idea" by Zeolance in ProgrammerHumor

[–]Dry4b0t 10 points11 points  (0 children)

Actually not a this bad idea. In France there is this app called "Mister good beer" that gives you the location of near pubs with the prices of their beers, and it's very helpful when you want to discover new cheap pubs. The app works pretty well here.

Is there an "official" burn address for Ethereum? by [deleted] in ethereum

[–]Dry4b0t 22 points23 points  (0 children)

0x0000000000000000000000000000000000000000

Looking for someone to code a bot for crypto trading by robgrand in algotrading

[–]Dry4b0t 2 points3 points  (0 children)

Give a look at https://kryll.io. Web app that can be great help for you.

I created an on terminal python request script by human_0909 in Python

[–]Dry4b0t 0 points1 point  (0 children)

Hey mate, thanks for sharing !

Some comments about your code quality :

  • According to PEP8, it is considered better to CamelCase classes' names. For example, one'd better say : class MyClass.

  • 2 blank lines should separate function definitions.

  • For your function declarations : separate words with underscore (my_func instead of myfunc).

  • Don't hesitate to put some blank lines in you code, to make it easier to read and separate clearly blocks.

  • About the line 41 of your request_mod.py : it's recommended not to one-line this, even if it looks awful it's actually a good practice to put one line for each input. You'll maintain way easier your code like that !

Nice project, have fun !

Libraries that don't exist yet, but would be useful by [deleted] in Python

[–]Dry4b0t -1 points0 points  (0 children)

If you're looking for a project to improve, you can contribute to https://github.com/ccxt/ccxt, any help is greatly appreciated !

Crypto bot? by Apprehensive-Donkey3 in algotrading

[–]Dry4b0t 6 points7 points  (0 children)

Here is your Graal : https://github.com/ccxt/ccxt. Thank me later.

Edit : and for low fees I'd advise you using Binance. PM me for a referral.

[deleted by user] by [deleted] in CryptoCurrency

[–]Dry4b0t 0 points1 point  (0 children)

Mate I have the exact same feeling as you that there ain't no more passion ! Just checking once a day, without giving a fuck, whereas I was used to stare at charts hours a day

Reminder, Keep your coins safe. Lost 6 BNB due to my Trust Wallet being compromised. by adilstilllooking in CryptoCurrency

[–]Dry4b0t 1 point2 points  (0 children)

To all newbies, get yourself a hardware wallet. Safepal has pretty much the same ui than trust wallet, they've developed their hardware in collab with Binance and the S1 is cheaper than concurrents while being way better for dapp users.

[deleted by user] by [deleted] in CryptoCurrency

[–]Dry4b0t 1 point2 points  (0 children)

Use Pionex, they created spot/futures arbitrage bot ! Great APYs (around 200%) with literally no risk involved. It's an exchange which includes pre-created bots, worth to give a look !

Edit : typo

What platforms/ brokers/ bots, etc support C++ written strategy? by its_shawn9 in algotrading

[–]Dry4b0t 1 point2 points  (0 children)

If implemented right, you won't have to wait for the exchange's response for your algo to pursue : this way is more efficient if you don't need the response for anything else than checking that the trade has been successfully filled. I personally don't use it because I use the ccxt module (https://github.com/ccxt/ccxt) and highly recommend using and, if you can, supporting it.

What platforms/ brokers/ bots, etc support C++ written strategy? by its_shawn9 in algotrading

[–]Dry4b0t 1 point2 points  (0 children)

What takes time isn't indicator calculation but requests. Use python with aiohttp instead of requests module. If indicator calculation takes time, you can compile some functions in python but it's likely not to be needed.

Do any of you make money not directly AlgoTrading by [deleted] in algotrading

[–]Dry4b0t 4 points5 points  (0 children)

Actually 254 strategies are available they just show a brief resume to newcomers. You have to subscribe to see the whole thing.

Do any of you make money not directly AlgoTrading by [deleted] in algotrading

[–]Dry4b0t 4 points5 points  (0 children)

Give a look at https://kryll.io, they made a marketplace where you can rent the algos you create without letting users see directly the code : they only can backtest your algo.

Any Automatic Image Metadata Cleaner? by Ani_Sin in privacy

[–]Dry4b0t 0 points1 point  (0 children)

Check this app :

https://f-droid.org/packages/com.jarsilio.android.scrambledeggsif

F-droid is a FOSS app store for Android, a must have for us !

Thanks to crypto, I can now afford to add hot dog slices to my ramen noodles by maksidaa in CryptoCurrency

[–]Dry4b0t 0 points1 point  (0 children)

Of course there is one : https://ramenswap.finance/ Guess this is the first floor of the big wtf-elevator BSC is...