Skip to content
Open navbar menu
Sign UpLog In
YellowYetti

Liam Ferguson

@YellowYetti
YEEEEEEEEEEEEEEEEEEEEEEEEEEEET
YellowYetti
YellowYetti
shared a Post
4 years ago
If you can subtract items in a list?
Hey I was wondering if anyone knows how to subtract items in a list?
UniqueOstrich18
UniqueOstrich18
You can use pop() or del to delete items from a list. del simply deletes an item in the list, as long as you specify an index. del can also delete variables other than lists. Example usage: (replace list with the name of your list, and index with the index of the item you want to delete) del list[index] pop deletes an item in a list, but returns the item that was deleted. Example usage: (replace list with the name of your list, and index with the index of the item you want to delete) deleted = 4 years ago
CodeLongAndPros
CodeLongAndPros
What do you mean by "subtract"?4 years ago
YellowYetti
YellowYetti
shared a Post
4 years ago
I was wondering if anyone knew how to mine bitcoin in python to help fund me get a car and spread the use of crypto currency.
Preflope
Preflope
To start mining, we need to be able to communicate with the bitcoin core. Mining is achieved by finding the correct hash, which has a preset number of zeros in the beginning, and it also signifies the difficulty level. We begin with importing a necessary library: from bitcoin import *. Bitcoin follows a protocol that the first ‘n’ number of digits must be zero. Currently, the value of ‘n’ stands at 20 but I will show it to you using a smaller ‘n’ so that the code finishes execution in linear tim1 year ago
willisidi
willisidi
Cryptocurrency brokers are intermediaries who help buy and sell digital assets and manage an investment portfolio. The brokerage company https://www.asktraders.com/broker/crypto-broker/ is responsible for the price at which the asset is traded, the formation of offers, opening or closing of an account. Today, cryptocurrency brokers often act as cryptocurrency exchanges; thus, the two industries have merged, but previously, for traditional markets, brokers played a slightly different role.2 years ago
thomsoxon
thomsoxon
Who are the brokers?2 years ago
YellowYetti
YellowYetti
shared a Post
4 years ago
I have no idea how to make programs and may I please have help.
AtriDey
AtriDey
https://repl.it/talk/ask/Solved-input-still-welcome-Best-and-fastest-way-to-learn-Python/25431 That's my thread about learning Python. If you have the time, you can watch ProgrammingKnowledge, who makes YouTube tutorials on many languages including Python.4 years ago
khoubaib99
khoubaib99
Hello @YellowYetti my name is khoubaib im lil bit experienced with python i can help you . so python is really amazing language to learn and to start with but like most of the programming languages, it needs patience and a lot of hard work and practice to become familiar with the language .. https://www.youtube.com/watch?v=rfscVS0vtbw&t=14027s this tutorial is easy to follow with if you didn't understand something you can just stop the vid do a simple search and for sure you will find exactly wh4 years ago