Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Beginners book in Spanish
Post: Beginners book in Spanish

Hi all! I'm looking for a good "Python for beginners" book in Spanish for my wife. She has a little bit of programming experience from a bash programming course a long time ago, but thats about it. W...
MauserMan News and Discussions 1 1,840 Jan-25-2020, 11:29 AM
    Thread: Can i prevent the random generator to generate already used numbers?
Post: RE: Can i prevent the random generator to generate...

Thanks a lot all for your help, random.sample did the trick. My code went from this: import random lottorad = [0, 0, 0, 0, 0, 0, 0] unik_rad = False while unik_rad == False: for x in ran...
MauserMan General Coding Help 3 2,876 Jan-05-2020, 04:44 PM
    Thread: Can i prevent the random generator to generate already used numbers?
Post: Can i prevent the random generator to generate alr...

Hi all! I'm new to Python and played around a bit with the random module a little as a part of my learning process. I wanted to do i lottery game that randomly spits out 7 numbers in the range of 1 t...
MauserMan General Coding Help 3 2,876 Jan-05-2020, 04:08 PM

User Panel Messages

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