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

no, into the message you sent the indentation is wrong, the conditions must be at the same indentation of the num variable

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

Python

no
code is text and errors are text
you don't need images to describe issues

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

Python

I am not getting how

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

Python

then use correct indentation

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

Python

And when naming a variable u diretly give the value..if strings then in quotes

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

Python

Impossible to help without details.
Read this please:
http://www.catb.org/~esr/faqs/smart-questions.html

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

Python

I am finding error in this code:

num=int(input("Enter the value of num: "))

if(num<0):
print("number is negative")
elif(num==0):
print("number is zero")
else(num>O):
print("number is positive")

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

Python

What are all in python do I need to master for becoming an experienced person in data analytics?

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

Python

So basic that they are built into python itself, which is why you can call the module from the executable.

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

Python

Assume you want to install the requests package.

pip3 install requests

or
python -m pip install requests

or
python3 -m pip install requests

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

Python

You can check this
https://fithappensml.github.io/flutter-firebase-auth-guide/
it's an interactive guide. Maybe it would be useful for you.

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

Python

Hi everyone 👋
Quick question is anyone here working as an AI agent developer (CrewAI / Google ADK, etc ) ?
We’re exploring whether Python is the right fit for our project and would love some real experience/examples or guidance from people already building in this space

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

Python

And kindly tell me the roadmap for it.

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

Python

Thank you James,
Yes please share the github link
More over I want to know the content/ roadmap for learning ai agent devlopment

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

Python

Also this for the doc : https://sentro-docs.onrender.com/

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

Python

num = int(input("Enter the value of num: "))

if(num < 0):
print("number is negative")

elif(num == 0):
print("number is zero")

else:
print("number is positive")

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

Python

If ur using idle...try vscode ul understand better with identation...

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

Python

Kindly allow the group to send images

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

Python

😢 Still it's showing error:
It's showing indentation error

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

Python

without the specific error its impossible help you, but i don't understand why do you use the () for the conditions, in python it is not necessary

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

Python

Kindly help me to solve

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

Python

To be experienced in data Analytics you need to do data Analytics professionally. No matter how many books you read, libraries you learn courses you made being experienced means working on real projects

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

Python

They’re linked to Python. Use it once and it becomes a familiar thing

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

Python

i didn't knew about these commands

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

Python

How can I instal Telegram library in python?

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

Python

Adding the word Python to your off-topic question doesn't magically turn it to a Python related question, so please delete your message here and move to the @PythonOfftopic group and ask there.

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

Python

looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic

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

Python

Hi everyone,
Hope you all are good. Can anyone suggest me what should I choose ? as I have interest in coding and in robotics, but I fear to choose, which paths I'm best fit.

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

Python

Coding for this is done in python

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

Python

I got this one from pypi : https://pypi.org/project/sentro/

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