python | Unsorted

Telegram-канал python - Python

135201

You will be muted until you read the rules. Read them! @Rules_for_Python A group about the Python programming language. Offtopic things go here: @pythonofftopic Resources to learn python: @pythonres Group for Hy: @hylang Selenium: @SeleniumPython

Subscribe to a channel

Python

Yes because code and errors are text usually is not needed to share images

Читать полностью…

Python

You don't understand me.I have told you on this grouo no option to allow me to post or share a picture

Читать полностью…

Python

Do you have the ability to send a picture? in this group?

Читать полностью…

Python

U can't send image!😈

Читать полностью…

Python

why did you tag him?
have you read the rules?

Читать полностью…

Python

If you're sorry then remove the messages and use the appropriate group to ask your question.

Читать полностью…

Python

why this code non run mac os?: from delphifmx import *
if sys.platform == "darwin": # macOS
self.mm_menu = MainMenu(Application)
self.mm_menu.SetProps(Name="mainMenu")
self.mi_file = MenuItem(self.mm_menu)
self.mi_load_style = MenuItem(self.mm_menu)

Читать полностью…

Python

Help me how create menu in python with delphifmx library for mac os?

Читать полностью…

Python

Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.

Читать полностью…

Python

This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.

Читать полностью…

Python

I know these course I wanted booker one but it's oki

Читать полностью…

Python

You just need to put some effort

Читать полностью…

Python

Do u know a book to help me??

Читать полностью…

Python

I don't personally know one because I don't use videos

Читать полностью…

Python

Just disappointed because I thought there was definitely the course I wanted.

Читать полностью…

Python

So much fuss and we still don't know what you need to share the picture for.

Читать полностью…

Python

Send me the image to personal chat

Читать полностью…

Python

yes.If I want to send a picture tells me you are not allowed to send Image

Читать полностью…

Python

thanks, I have do mistake

Читать полностью…

Python

haven't you read my reply to the original poster?
that's a way to install different Python versions without using sudo and without messing up the operating system, that's an answer to his question... not the nonsense answer you made that has NOTHING to do with his question and every what you said it's totally wrong... come on kid, go do your bedroom and your homework

Читать полностью…

Python

Urgency does not justify breaking the rules.

Читать полностью…

Python

37 with newlines and comments, 29 without newlines and 27 without newlines and comments. But even if it was 20, the rules say everything between 5 to 10+ lines should be pasted using a pasting service. So, I don't see the point of saying it's 20 lines.

Читать полностью…

Python

Ok, but the code is 20 lines

Читать полностью…

Python

help me with delphifmx components menu, run in windows not run in mac os (not show menu): # --- CLASSE PRINCIPALE DELL'APPLICAZIONE (HELLO FORM) ---
class HelloForm(Form):

# Variabili di classe per configurazioni generali (possono essere sovrascritte da istanza)
user_name_key = ""
key_value = ""
tesseract_path = ""
openid_key = ""
output_folder = ""
#FILE_NAME = "dati_estesi4.json"

def __init__(self, owner):
super().__init__(owner)
self.start_pos = None
self.end_pos = None
self.captured_image = None
self.selecting = False

self.TbOrd = 0


self.SetProps(Caption = "Hello Python",
Position = "ScreenCenter", OnShow = self.__form_show)


# --- INIZIO: AGGIUNTA MAIN MENU ---
if sys.platform == "darwin": # macOS
self.mm_menu = MainMenu(Application)
self.mm_menu.SetProps(Name="mainMenu")
else: # Windows, Linux, etc.
self.mm_menu = MainMenu(self)
self.mm_menu.SetProps(Parent=self)

self.mi_file = MenuItem(self.mm_menu)
self.mi_load_style = MenuItem(self.mm_menu)
self.mi_exit = MenuItem(self.mm_menu)

self.mi_file.SetProps(Parent = self.mm_menu, Text = "File")
# Cambiato OnClick da __menu_exit_click a __menu_preferences_click
self.mi_load_style.SetProps(Parent = self.mi_file, Text = "Preferences", OnClick = self.__menu_preferences_click)
self.mi_exit.SetProps(Parent = self.mi_file, Text = "Exit", OnClick = (lambda sender: Application.Terminate()))

Читать полностью…

Python

anyone know how to use proxys i tryed to many times and none of proxys works for me

Читать полностью…

Python

Not a book: https://docs.python-telegram-bot.org/en/stable/

Читать полностью…

Python

https://youtu.be/zck_YW3SULg?si=xtXpwbIqFicFIG13

Читать полностью…

Python

I'm searching all the time I can't find one

Читать полностью…

Python

I bet there is, you just need to search it

Читать полностью…

Python

Maybe, I don't know one specific but surely you'll fins one on youtube

Читать полностью…
Subscribe to a channel