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
Try the documentation of the library used or the one you are supposed to use.
Читать полностью…
1 Read and get familiar with the basics
2 Practice coding in the language
3 Understand the code - most important
4 Fix errors and issues independently
5 Read advanced topics and repeat all of the above
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Читать полностью…
u right, windows is l a m e for development, only ms guys use that cuz they cant decide on their own to use beyond ms
Читать полностью…
no
there is no such thing as official Python Telegram group
from the group description:
Resources to learn python: @pythonresЧитать полностью…
Hey there, how can I test my fastapi authenticated endpoints with pytest ?
Читать полностью…
Hello. Could you give me resource for simple projects that use python in data analysis, I couldn't understand without practical examples
Читать полностью…
while u didn't learnt objects:
- learn basics without AI or youtube, use only docs
- don't use editor like vscode, just use python ide
- test yourself every time u think u learnt something
- study how librarys and other projects works and try to do it yourself
docs are foundamental to learn how to do anything, its the first thing which u have to read. AI are ok to learn how to optimize scripts or suggestions to make a better architectures but NEVER use it to make programs from 0 else u will learn absolutely nothing
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
Bro you will be even able to develop AI solutions decently, it's a good investment for development overall
Читать полностью…
Imo, Mac is absolutely better than windows for developers.
Читать полностью…
pip3 install --help | grep -E -- '^\s*(-i|-v)' on Linux. On Windows you still call pip3 install --help and check yourself or use however searching the output may work on Windows.
python -m pip install -v -i https://mirrors.aliyun.com/pypi/simple soundfile
https://mirrors.aliyun.com/pypi/simple
https://pypi.tuna.tsinghua.edu.cn/simple
https://pypi.mirrors.ustc.edu.cn/simple
https://mirrors.sustech.edu.cn/pypi/simple
Those mirrors have all been able to install soundfile.