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
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
I have created a Python Encryption, successful decryptor, I can give 8trx
Читать полностью…
Each python file (script) has it internal name resolved.
When you run your .py file, the one that is executed gets a name of main
So
if __name__ == "__main__"
It's a good practice to define one's functions and classes before if __name__ == "__main__", of which the executable code goes under the main.
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.
i just use python-is-python3 in my system but anyways
Читать полностью…
I like to use shogun. It offers you exceeding performance for large scale training and it is heavily focused on kernel methods and you can also engineer your own kernel if I'm not mistaken
Читать полностью…
❗️ Message from Adase [7105966780] was reported to the admins.
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
I need a download link for Python and all Python libraries.
Читать полностью…
I'm getting started ML with python, please help me with real practical math topics required in the field and even the scop of them
Читать полностью…
Here is a good article
https://realpython.com/if-name-main-python/
I guess it's just a conditional statement that directs the script to get started at a particular point.
Читать полностью…
As an Amateur learning to script with python.
Do i make up functions and classes independently and pull them under an umbrella (main) and if yes how?
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
❗️ Message from ali [476260951] was reported to the admins.
Guys, I want to ask, besides using sklearn, what do you usually use for SVM?
Читать полностью…