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

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

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

Python

honestly it's pretty straightforward. i run them locally all the time.

just pip install opencv-python and you're good to go. opencv's dnn module can load models in a bunch of formats: tensorflow, pytorch, onnx, whatever.

for example, with mobilenet ssd it's literally:

net = cv2.dnn.readNetFromTensorflow('model.pb', 'config.pbtxt')
blob = cv2.dnn.blobFromImage(img, size=(300, 300))
net.setInput(blob)
out = net.forward()


if you're on termux tho it's a bit more annoying to set up. not impossible, just takes some tinkering. for anything heavy i'd honestly just spin up a cheap vps.

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

Python

I will keep it in mind

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

Python

Don't pick all the paths, which will result in burnout. Saying this as someone who did same thing and saw others too.

Focus on one path, learn everything that's needed, practice, and when you had time, learn something alongside it.

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

Python

Recomiendan usar vscode para programar con python?

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

Python

Data analyst

Query data, clean it, analyze trends, create visualizations and reports, present findings to stakeholders

Data science

Gather/clean data at scale, design experiments, build & train ML models, develop algorithms, deploy predictive systems

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

Python

normally you don't share pictures, you share links or a piece of text

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

Python

If you want to talk about something related, just ask

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

Python

Yeah treat with Ai the same you're saying

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

Python

Blockchain is very interesting, i like blockchain Bitcoin.

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

Python

I have some chats curses with chat gpt and i learn using this. remember using chat ia for learn not for fix problems.

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

Python

How is this about Python? If you want to talk about AI, go to the off-topic group

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

Python

I have five different path three one to choose and proceed
Cybersecurity
Network and IT engineering
Ai engineering
Blockchain
Computer vision

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

Python

How much experience you have and what's your skills

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

Python

thanks for respond me.

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

Python

do you guys just work with python or make money with it too?

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

Python

How to run open cv models locally?

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

Python

Otherwise you'll just end up doing nothing at all.

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

Python

This chat is English only and the question is offtopic

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

Python

Python groups in other languages
(⚠️Not managed by us ‼️)

Arabic @arabipython
Azerbaijani @azepug
Chinese @pythonzh
French @python_francais
German @pythonde
Hebrew @pythonisrael
Tamil @pythontamilcommunity
Indonesian @pythonid
Italian @python_ita @pythonita
Kazakh @python_kz
Malaysia @pythonmalaysia
Persian @pyfarsi
Portuguese @pythonbr
Russian @ru_python_beginners @ru_python @python_scripts
Spanish @PythonEsp
Swahili @python_eafrica
Turkish @python_tr
Uzbek @python_uz

If you have an active and well managed group that you want to be listed there, ask in the Meta group, link in the rules page.

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

Python

Hey there can anyone explain the difference between data scientist and data analytics?

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

Python

The group doesn't allow me to send pictures of my project.

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

Python

any one here in python ?

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

Python

Shouldn't i learn oop first

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

Python

Do you understand me?

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

Python

I think that you should start using pandas documentation and do some questions to IA, using IA for learning not for copy paste.

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

Python

What would you recommend to someone like me a roocky

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

Python

i work with pandas library a lot. I try apply some IA using framework, i dont remember now, i will see the nome of the framework, one moment.

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

Python

Can i ask you something

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

Python

I haven't heard of it

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