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
A lot of people, with over 100k members, thousands can be considered as senior
Читать полностью…
looks like you need an offtopic group, please delete the off-topic message(s) and continue this conversation at @pythonofftopic
Читать полностью…
we are not python teachers, books are like teachers, read them and u will learn python by practicing what u learn
Читать полностью…
Rules in our groups are strictly enforced. It is strongly recommended to read our rules before engaging in any other activity!
Читать полностью…
This group is to help you on specific issues you have on YOUR code, so you have to show the code you wrote and explain where and why you are stuck... as simple as that
Читать полностью…
I needed the code for a telegram bot that could search for movies.
Читать полностью…
1. You know, the beauty about books is that you don't need to think about "what next". It tells you.
2. If you're getting errors, you should fix them.
You have not given me anything specific to work with. All I can safely do is tell you to read books. And I wouldn't even know which one to recommend.
Читать полностью…
No wonder you're stuck if all you search for is architecture. Google can guess as much as we can about what you want.
hi guys this pavan i recently practicing my python code help me with your guidance and let us connect from now on
Читать полностью…
Bottom line: Annotated is for type hints/metadata, but Relationship() needs to be executed and assigned directly.
Читать полностью…
Hello everyone
I needed a faster hosting site for python
Check out @PythonRes, a channel for Python resources - video courses, pdf books, tutorials and other info to help you learn Python.
Читать полностью…
Please provide a full explanation including all the details that you consider relevant. Your statement is too broad and there is no clear way to answer you, you have to explain:
- what you're doing
- what you're expecting
- what you're using
- where you're running the script
- what Python version you're using
- what packages and their versions you're using
- and the most important thing: show the code YOU wrote (read rule 5️⃣ for that)
and more details, that way your chances to get help will increase.
my problem is what should i do next it think painful for me ask even though i coded so many hours some projects . let me say while some projects iam getting errors so which way i want to improve
Читать полностью…
come on bro what i want to is improve myself even 1% is enough from me daily don't look down on me ok
Читать полностью…
heroes: list["Hero"]
heroes = Relationship(back_populates="group")
heroes: Annotated[list["Hero"], Relationship(back_populates="group")] = []