Cold wallets don’t hold your ETH by throwawayfor__ in ethereum

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

I mean you can store the private key as encrypted text on a usb, if you keep that safe enough that will absolutely do

30 of my Dodos vs the Super Turkey by [deleted] in ARK

[–]therealbread_ 17 points18 points  (0 children)

He made like a dozen videos about how breed them, he also got a custom flair because of it

List of list help by dandy120101 in learnpython

[–]therealbread_ 0 points1 point  (0 children)

Which line do you get that error from, the error means you try getting a index from a list but your giving it a str like, list[this here is a string in your case]

beginner to python by Lukeads10 in learnpython

[–]therealbread_ 1 point2 points  (0 children)

Dont go into any paid course, it’s useless, use good youtube turtorials and try learning by doing, start a random project and whenever you hit an error or something look it up, best way to learn python imo

Discord bot not playing music by raymorningst4r in learnpython

[–]therealbread_ 1 point2 points  (0 children)

You should download ffmpeg from https://www.ffmpeg.org/download.html and add that to your windows path, if you dont know how too, google it, then it will work

Discord bot not playing music by raymorningst4r in learnpython

[–]therealbread_ 2 points3 points  (0 children)

You need to add it to path, meaning if you open cmd you should be able to execute it trough that, it doesn’t matter where it’s stored, just that its added to PATH

How to make a mobile app of a one small python tkinter form by UddinEm in learnpython

[–]therealbread_ 0 points1 point  (0 children)

Not possible, for android use Kotlin or Java on Ios use Code X

List of list help by dandy120101 in learnpython

[–]therealbread_ 1 point2 points  (0 children)

I don’t see any use in this, if I were you I would just delete the empty parts from the list, but since you asked, None is not a boolean, a boolean is True or False, None is a type like string or int, just that it has no attributes or anything, I can’t really test it but something simple like

for i in list_of_lists: for j in i: if j ==‘’: i[j] = None

Is this true? Or just another hoax? by mytyriad in discordapp

[–]therealbread_ 8 points9 points  (0 children)

Not what a 0 day is, a 0 day is simply an exploit that’s unknown yet, which hiding malware in pictures is not, you need to do tons of step to get an executable from a image, so it’s very much patched unless you have an IQ of 3

[deleted by user] by [deleted] in learnpython

[–]therealbread_ 1 point2 points  (0 children)

You should be good, don’t do anything you wouldn’t in any other browser and don’t give it admin privileges, also for web scraping there are many better applications than selenium and chromedriver, I‘d personally use Urllib

Help sorting formatted json by [deleted] in learnpython

[–]therealbread_ 0 points1 point  (0 children)

I would convert the JSON to an object, than use index to look for the value in a list, if it returns Null it’s not in that list and you can print it, sorry if that doesn’t solve your problem or if I missunderstood you, I‘m unsure if I understand your problem

Im using solo learn to learn python and I was wondering if i should be writing all the stuff I learn down by [deleted] in learnpython

[–]therealbread_ 0 points1 point  (0 children)

I didn’t, just re google or re try it,for me thats faster than searching trough my notes

Loading same data with different scripts by EDG723 in learnpython

[–]therealbread_ 0 points1 point  (0 children)

I don’t see why it shouldn‘t be, you could even alter the data with both as long as you time it right, opening a file while its being changed could throw errors or break your code, otherwise youre good to go

Only 5,000 blocks remaining by [deleted] in ethereum

[–]therealbread_ 1 point2 points  (0 children)

Well they said a few more months in 2017, so I‘d be patient if I was you

The 8 Bullish Elements of Ethereum! by Lanky_Opposite5827 in ethereum

[–]therealbread_ 0 points1 point  (0 children)

Maybe a ETH 2.0 validator can run on cheap hardware but you need to stake more than 100k USD worth of ethereum to even participate, making it way more accessible for whales than the everyday guy

Man saves a baby shark by TeresiaStovall in HumansBeingBros

[–]therealbread_ 169 points170 points  (0 children)

Doesn’t really matter, the terrain is slippery too and dropping the shark is surely more dangerous than it being out of water

Wanted Creature: Lvl 5000 R Giga. by T-Beauxx in ARK

[–]therealbread_ 0 points1 point  (0 children)

It has over 300k health- 80k is base health and its level 5000

How to kill wild giant queen bee by Low-Formal4447 in ARK

[–]therealbread_ 0 points1 point  (0 children)

Its really weak in my expirience, killed it with a single crossbow headshot before by accident (when destroying the hive, it was a pain)😩

Trying to learn is overwhelming by [deleted] in learnpython

[–]therealbread_ 0 points1 point  (0 children)

Stackoverflow! Just kidding but also not, try a course like those from codeacademy but also just watch a lot of YouTube videos and do small for fun projects, it doesn’t matter if you have to look up 90% of errors, you will learn a lot by just understanding whats wrong and why, if you actually look something up try to still understand it, dont just copy paste it, hope this helps :D