Why would a list order make any difference in result?
Reddit » Python Forum
by /u/RonaldJan
2y ago
Can someone please explain why the order of a list makes difference in the result? If I do: import whois class checkDomain: def __init__(self, domains): #self.mail = classes.email() for domain in domains: status = whois.whois(domain).status if(status == 'active'): print(domain) print("Active") print(status) print("-----------------") domain == '' else: print(domain) print("Not Active") print(status) print("-----------------") domain == '' domains = [ 'kajfkasfaldsaf.nl', 'arma.nl' ] x = checkDomain(domains) I get result 1. But when I do: import whois class checkDomain: def __init__(self ..read more
Visit website
Hey guys! how can i mount the button "i1" to the index finger (the hand is a png file)? Also i would like to keep the button as an circle. i am using #kivy for the #gui
Reddit » Python Forum
by /u/Ape_Devil
2y ago
submitted by /u/Ape_Devil [visit reddit] [comments ..read more
Visit website
Keyboard with arduino and python (doest work in games)
Reddit » Python Forum
by /u/Ape_Devil
2y ago
hey guys! ​ I am building something like a splitkeyboard / joystick-controller for pc. The brain of the project is an arduino pro micro. I am using it in combination with firmata and python. ​ I decided to use python because i wanna have more than on setup / layout, for each programm it's own layout. For example I would like to have a layout for blender, inkscape or for gaming, but one layout for each game or program. ​ I tried to do it with pyautogui, pynput it's working in general but not for games. It has something to do with directinput as far I can tell. ​ Do you have any advice how I ca ..read more
Visit website
Python School
Reddit » Python Forum
by /u/neo5000
2y ago
I’ve been trying to learn coding for quite some time and I took a couple year break and have started over and am trying to learn coding again at an online coding school. Things are going great so I’m not complaining. I just kinda have the python blues. It’s a skill I really wanna learn and technically I don’t have much else to do. I was just curious if the people on this forum could tell me more about my chances of employment if I really study hard and try to learn python to the best of my ability. What are my true chances of bettering my life and my career someday. submitted by /u/neo5000 ..read more
Visit website
Print Heart Shape on Console
Reddit » Python Forum
by /u/LantumoMatrixer
3y ago
Simple program, showing how to print a heart on the console https://youtu.be/kGFCxGsI_Rw submitted by /u/LantumoMatrixer [visit reddit] [comments ..read more
Visit website
Why I like Python
Reddit » Python Forum
by /u/LantumoMatrixer
3y ago
submitted by /u/LantumoMatrixer [visit reddit] [comments ..read more
Visit website
How's my website and what better can i do in that?
Reddit » Python Forum
by /u/myCODEnotein
3y ago
I have a small website in which i put all my coding notes so as to reference them whenever working on some project. Please tell me how it is and what better can i do in that. link : https://mycodenotein.netlify.app/src/tkinter submitted by /u/myCODEnotein [visit reddit] [comments ..read more
Visit website
Python Digital Phosphor Display with RTLSDR and Dear PyGui (new Python GUI)
Reddit » Python Forum
by /u/reddittestpilot
3y ago
submitted by /u/reddittestpilot [visit reddit] [comments ..read more
Visit website
What is your dream program with python ?
Reddit » Python Forum
by /u/myCODEnotein
3y ago
Hey Gies! ?Namaste My name is vikas and i am from myCODEnotein. I am planning a new series for youtube in which i will create your dream program with python. So , comment down the program which you would like me to create for you And also subscribe to the channel so that you don't miss the video channel link : https://www.youtube.com/channel/UCUOhChtj_k1Yb_yTztoSr2w submitted by /u/myCODEnotein [visit reddit] [comments ..read more
Visit website
Which One's Your Favourite?
Reddit » Python Forum
by /u/myCODEnotein
3y ago
Which among the following is your favourite package of python , for creating a GUI ? View Poll submitted by /u/myCODEnotein [visit reddit] [comments ..read more
Visit website

Follow Reddit » Python Forum on FeedSpot

Continue with Google
Continue with Apple
OR