Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How can I download Python files from GitHub?
Post: How can I download Python files from GitHub?

Hi. I'm a newbie and I'm trying to trade bitcoin automatically by using API modules. I need to download these modules from this GitHub webpage: https://github.com/HuobiRDCenter/huobi_Python I downl...
bitcoin10mil General Coding Help 2 2,884 Aug-26-2020, 06:26 PM
    Thread: what is wrong with this code?
Post: what is wrong with this code?

def check1(): import time if stat1 < 5: while stat1 <5: print('smaller_than_5') time.sleep(1) print('same_or_bigger_than_5') #I get the error message here. else: print('...
bitcoin10mil General Coding Help 2 1,978 Aug-23-2020, 08:08 AM
    Thread: How can you make it simpler?
Post: RE: How can you make it simpler?

(Aug-22-2020, 07:39 PM)DreamingInsanity Wrote: I'm not sure what the parameter "x" does - could you expand on that? If you just want a 4 digit number with not repeating digits, you could try this: ...
bitcoin10mil General Coding Help 5 2,619 Aug-22-2020, 08:00 PM
    Thread: How can you make it simpler?
Post: How can you make it simpler?

Hi. I'm a newbie. I'm trying to make a Python program that can give me a random 4 digit number without digit repetition but it is too long and very confusing. Can you make it simpler? def fourdigit(...
bitcoin10mil General Coding Help 5 2,619 Aug-22-2020, 07:21 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020