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

i am begginer and was requesting for some tutorials to start learning?

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

Python

Where is the teacher who teach python?

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

Python

Just think about it, you'll find less help, articles, documentation,etc regarding reactpy than using real react

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

Python

it depends. for long term projects or in corporate settings, people tend to choose more common tech stack for stability and various reasons. (just my opinion)

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

Python

I am executing the script in a local terminal using the command python my_script.py

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

Python

ah, Windows? sorry for that then, bad luck

anyway, have you checked this code:

os.environ.get("OPENAI_API_KEY")

returned the proper value?

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

Python

this is the way i did i will to pycharm terminal and i enter: ... setx OPENAI_API_KEY "my_api_key"

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

Python

So, have you added the environment variable with the API key?

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

Python

import os
from openai import OpenAI

client = OpenAI(
# This is the default and can be omitted
api_key=os.environ.get("OPENAI_API_KEY"),
)

chat_completion = client.chat.completions.create(
messages=[
{
"role": "user",
"content": "Say this is a test",
}
],
model="gpt-3.5-turbo",
)

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

Python

Please don't ask meta questions like:

- Any user of $x here?
- Anyone used technology $y?
- Hello, I need help on $z!

Just ask about your problem directly! If you don't know what to ask, please read: http://catb.org/~esr/faqs/smart-questions.html

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

Python

https://wiki.python.org/moin/BeginnersGuide/NonProgrammers

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

Python

What you want to do before you learn?

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

Python

I understood the concept and now it's almost done

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

Python

It all depends on you. It is not particularly difficult

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

Python

Rule 🔟: Job posts are SPAM unless they meet the requirements. Read the rules for details.

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

Python

There are no teachers here. But we can send you links for self learning

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

Python

it is in version 1. so, you really can't tell how long this project will last. and does it have big company backing it.

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

Python

for AI python is the best choice
and focus on python will save a lot if we want to dev a ai web app. or another suggestion about ai web app

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

Python

anyone knows reactpy? if use reactpy only python is needed for web app. it is a good choice?

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

Python

and... how are you running the script?

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

Python

Can you print it in the code?

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

Python

how did you do that?

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

Python

error message ; openai.OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable

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

Python

0

I'm trying to use the OpenAI API in Python to create a chat completion, but I keep running into an error related to the API key. Here’s my code:

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

Python

Does anyone use yolov8?

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

Python

guys whould you introduce me biginer python course?

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

Python

python has a large community

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

Python

What can I do after I learn it?

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

Python

Huh, is it easy to learn Python?

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

Python

You are welcome brother

Let me know if it works

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