Hi this is Palak Sharma. I have completed my engineering and lots of programming languages I learn from here. Python is also my favorite...
Hi, This is a transfer learning (Vgg19( Convolutional neural network tutorial that demonstrate how to classify weather scenes based on in...
Trying to search/delete for specific user with one letter name, "a", and always changing domains. Some addresses from this spam:...
[ATTACH] Hi, This is a convolutional neural network tutorial that demonstrate how to classify chess pieces based on images. First, we will build...
resp_code, mails = imap_ssl.search(None, '(FROM "a")') I want to search emails from a specific one letter named user, "a". Example: <a@xxxxx.com>...
Want to search folder "SPAM", for specific_user@any domain, and delete found mail. Code below ... import imaplib box =...
Any python experts willing to share there knowledge, please?! Want to: 1. Search ALL folders including SPAM, for "specific_user@ANY (wildcard)...
Hi guys !!! I'm new on python programming, I think I learn fast ( I hope hehehehe ), I create this little script to connect to a database extract...
Hello, I'm trying to make a card game with objects. Here's my class deck and my class hand: class Deck: def __init__(self):...
Hello guys, I'm a student that just starting my new journey in python programming, and i need a little help from professional. First of all I have...
I need to create a script in python to unmute speaker, if it is mute. The Scripts will check if speaker is in mute, if it is in mute than it will...
I am still very much a beginner in programming but i was looking for an open Python code that takes two images as an input, compares the images...
Hello all, I am very new to this topic trying to learn and practice python for a few days now. Currently trying to learning basics and theory...
For Example s = "AAA? BBB. CCC!" So, I do: import string table = str.maketrans('', '', string.punctuation) s = [w.translate(table) for w in s]...
Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
Are there any way to check the file existence in Python script.
Separate names with a comma.