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
It not only depends on the book but also a bit about what you want to learn and use Python for. And of course a bit is personal preference or learning style.
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
Almost always who asks for telegram bots doesn't know the programming languange he want to use
Читать полностью…
You can use the Telegram Bot API and read its documentation. You can also use the requests library to call the API directly. If you prefer not to work with raw requests, you can use frameworks like telebot or aiogram. Alternatively, if you want lower-level access, you can use MTProto via libraries such as Telethon or Pyrogram.
Читать полностью…
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
Depends on what you wanna do
Traing models -> deep/machine learning requires
If using models to build products -> then no need
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
Читать полностью…
I don't know if he knows Python or not so I answered him on a direct question if he doesn't know so I paved the way for him to learn without having to repeat the question later
Читать полностью…
Oh, we have the same intent. But if one knows python, then there's no need to ask that kind of question. First step is to learn python then.
Читать полностью…
Maybe he is a learner so I answer him on the size of his question
Читать полностью…
I'm stuck on a topic to finish my thesis, and that is that the article code uses the mlp method, but I use the drl method. Now I want to bring the criteria to see which one has better performance or not and whether the accuracy of the work is higher than the article or not, because I have to show it to the referee, what should I do?
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
Friends, to work in the field of artificial intelligence, do we need to learn all the topics (Deep learning, machine learning, NLP, ...)? Or should we choose only one of them to enter the job market?
Читать полностью…
"Hi", "hello" and all other socializing goes to @pythonofftopic! Feel free to chat there, and ask for help with Python code here. Don't forget to delete your message from this group!
Читать полностью…
It is
As with all pip options, it does support env variables and global configs
https://pip.pypa.io/en/stable/topics/configuration/