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
It is pip install openai or python -m pip install openai you used the wrong command
Why you want to share photos whe everything is text?
Читать полностью…
Multiple cloud hosting cli interface, I'm a newbie at python tho
Читать полностью…
No one can help you until you explain your difficulties.
Читать полностью…
No because not all phones are the same nor there is an official app for python on mobile phones
Читать полностью…
There's no right question.or a good choice so we can give any advice. Also your question needs to be python specific to be here
Читать полностью…
I understand that. But sitting and studying something that won't be useful to me in the future is not a waste of time.
Читать полностью…
Start with the basics and then slowly look at the networking side of Python
Читать полностью…
Hello everyone I want to learn python. Basically, I will need to work with websites - register on them, parse information, click on buttons) the easiest way for me is to learn from examples, and not just read theory. Is there any online resources that would help me learn from examples what I need?
Читать полностью…
if you come in a group and define yourself as a hacker (and a powerful one) you are publicly declaring to anyone that you are not familiar with the world you claim to be part of. this is a standard rule that does not make exceptions, and idiots like me who will flame you, will not be a matter of "if" but of "when"
Читать полностью…
What type of project? And what’s your current skill level?
Читать полностью…
-m pip install openai
-m : The term '-m' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path
was included, verify that the path is correct and try again.
At line:1 char:1
+ -m pip install openai
+ ~~
+ CategoryInfo : ObjectNotFound: (-m:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
A lot of people, better to explain your issue completely
Читать полностью…
Hello everyone. Can you send me the file to install python for phone?
Читать полностью…
If we create libraries that can have better control over the hardware than C++ libraries then is it possible to develop high level Games
Читать полностью…
C++ is much faster than Python and gives developers much greater and more precise control over the hardware. Games require very accurate control over the hardware to provide good stability and performance even with high detail settings, and Python doesn't provide this to the same extent as C++ or Java
Читать полностью…
Python is too slow and lacks low-level control needed for games like PUBG.
PUBG requires very high performance, real-time graphics, physics, networking, and full control over memory and hardware, which C++ provides, but Python does not.
Python is good for small games, prototypes, and tools, while AAA games are made in C++.