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
Here we have concrete, solvable Python-related issues.
Читать полностью…
Usually people want others opinion rather than a solution for a structured base question
Читать полностью…
I mean there are plenty of ais out there. There are less questions about "actual python" to ask
Читать полностью…
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
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()
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.
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
normally you don't share pictures, you share links or a piece of text
Читать полностью…
Good morning.
I'm new to Python, please someone help me with beneficial books/resources I can learn
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.
Читать полностью…
That doesn't automagically change the purpose or rules of this group.
Читать полностью…
Bro every asked question is going to end up with a warning
Читать полностью…
do you guys just work with python or make money with it too?
Читать полностью…
This chat is English only and the question is offtopic
Читать полностью…
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.
Hey there can anyone explain the difference between data scientist and data analytics?
Читать полностью…
The group doesn't allow me to send pictures of my project.
Читать полностью…