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

Hi guys I'm also new to python but on mobile

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

Python

Here we have concrete, solvable Python-related issues.

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

Python

Usually people want others opinion rather than a solution for a structured base question

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

Python

I mean there are plenty of ais out there. There are less questions about "actual python" to ask

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

Python

Actual Python problems.

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

Python

Then what is the point of this group

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

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

Good morning.
I'm new to Python, please someone help me with beneficial books/resources I can learn

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

Python

Opinions and open-questions, theological discussions, what-if questions, love-and-hate related problems, ranting, cursing, joking, other languages, etc all go to the off-topic group.

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

Python

That doesn't automagically change the purpose or rules of this group.

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

Python

Whatever😅
There is no one answering these questions

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

Python

That's not a warning. It's a request and a hint.

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

Python

Bro every asked question is going to end up with a warning

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

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

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