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
When applying man most of the time I don't know what to write
Читать полностью…Locally and in the CI, and of course you can make a custom solution but that's the point, it already works and it is pretty standard. We (at my job) run it parallel in docker but using tox. Tox adds an easy way to manage the versions with just a file which comes handy.
Читать полностью…If it seems pretty useless then you may not have the need to use a tool like that. I use it a lot for libraries so I can test against multiple python versions.
Читать полностью…Hello! Has anyone had a chance to use tox? What’s your opinion on it?
For me, at the first glance, it seems pretty useless, but maybe I don’t know something
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.
i can"t paste here cause the rules of telegram doesn't allow
Читать полностью…Question,
I'm type hinting a function in producer.py that needs a BaseConsumer class from consumer.py
I need to import BaseConsumer for this, so if someone just reads the imports they think BaseConsumer is used in the code even though its just for type hints
It's a trivial example and just for type hints but is there a way around this ?
Hello my junior Brother is confused on which to pick JavaScript or Python can you guys please give some elderly advice pls 🙏
Читать полностью…You need to write what you want to know, for example: python if
Читать полностью…Open your browser, open google, type if statement python, type search button, read. Proof
Читать полностью…Docker will help you with multiple operating systems
But tox
will help with multiple python versions on those OSes
There is a diffrence
Are you testing them locally?
Please, correct me if I’m wrong - I’m just trying to figure out if I need this
I’m thinking on integrating it into CI to test libraries across multiple Python versions. However, there’s also something like dockerized matrix that could run in parallel. Each test would have separate environment, and tests will more isolated
Maybe I should approach this from a different angle? 😀
Sure, anything is possible
But not really related to python, so a bit offtopic here
i was initially creating an analysis script in python for tennis sport
i can't give the full detail but is there a way i integrate this into an AI tennis sport decision making analysis stat
looks like you need an offtopic group, please continue this conversation at @pythonofftopic
Читать полностью…