python | Unsorted

Telegram-канал python - Python

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

Subscribe to a channel

Python

yes, that's fine but it's not enforcable in config

Читать полностью…

Python

Yes, for quite some time now

Читать полностью…

Python

For those using uv, you can at least partially protect yourself against such attacks by adding this to your

pyproject.toml:

[tool.uv]
exclude-newer = "7 days
"
or this to your ~/.config/uv/uv.toml:

exclude-newer = "7 days
"
This will prevent uv picking up any package version released within the last 7 days, hopefully allowing enough time for the community to detect any malware and yank the package version before you install it.

From https://news.ycombinator.com/item?id=47547140

Here is the official uv docs
https://docs.astral.sh/uv/concepts/indexes/#configuring-exclude-newer-for-an-index

Читать полностью…

Python

Sorting algo and Graph

Читать полностью…

Python

whats the best youtube channel for learning python ?

Читать полностью…

Python

Hi can you specify the algorithm area

Читать полностью…

Python

Are you hiring or what

Читать полностью…

Python

python -m pip install pygame

Читать полностью…

Python

What issues are you having using it with Python ?

Читать полностью…

Python

Has anyone here worked with Riot api? (Approved project by them)

Читать полностью…

Python

Except reading books, what other sources are there

Читать полностью…

Python

It is, the name of the group is AI.

Written by GenericLLM.

Читать полностью…

Python

This group is not about how to use AI. Please remove this message.

Читать полностью…

Python

Guys anyone Like to create Tools or Beginner i want help

Читать полностью…

Python

What do you mean? Shouldn't anyone be helped?

Читать полностью…

Python

Seems pip also added a flag for this in v26.1 (2026-04-26)

Allow --uploaded-prior-to to accept a duration in days (e.g., P3D for 3 days ago)

Читать полностью…

Python

awesome, thanks. This may push me to using uv instead of pip. Do you use uv?

Читать полностью…

Python

We're looking for strategies to improve dependency security in our Python projects, specifically for pip and uv.

We're trying to implement an "age gate" similar to how npm has npmMinimalAgeGate – basically, preventing the installation of very new packages that might be risky.

The challenge: pip and uv don't seem to have a direct, built-in way to enforce this "minimum upload age" directly in their config. pip has --uploaded-prior-to, but it's a command-line flag, not a persistent config.

Seeking advice on:

Age Gates for Python: How do you prevent installing brand new, potentially untrusted packages with pip or uv?
Dependency Security Strategies: What are your best practices for managing and upgrading dependencies securely across Python projects?
Tools/Workarounds: Any tools, scripts, or clever config tricks for pip/uv that achieve a similar "age gate" effect?

Any tips or insights would be super helpful! Thanks! 🙏

Читать полностью…

Python

Corey Schafer got me thru the basics tbh. His vids are straight to the point no fluff. After that I'd say freeCodeCamp for project stuff.

Читать полностью…

Python

Wait, @Doragonsureiya_bot this bot is not written in python?

Читать полностью…

Python

Nah I'm a uni student just looking for help with algorithms Q

Читать полностью…

Python

Hi
Can I find someone good at algorithms?

Читать полностью…

Python

Its actually not really with python, just trying to find somebody that might have gone through the issues with their api.. I cant find a riot_client_secret api and maybe someone here has through the same issue?

Читать полностью…

Python

Thanks for the suggestion

Читать полностью…

Python

Reading a book is my recommendation. Because it really guides you. Yes, it has more content, but that content is used for taking the time to explain things. And it does not mean that you cannot try to resolve understanding issues elsewhere, if that book doesn't work for you for that part. But generally it presents a concept, which is what you either don't get at all or which you only get in a limited sense when using other resources. Courses are quicker but they cover less ground. Tutorials can be quite comprehensive, but you may not need to know everything about a certain topic when starting to learn Python. Or they are too brief and leave out important information.

If the focus is on "getting started quickly" then that means that there's less focus and time spent on "understanding what you do". One might actually get you started quicker, but very quickly after that, you might need to get an answer to questions that weren't even raised, which the book likely would have covered.

So, not only feel free but encouraged to use other resources in addition to a books, but as a replacement, be warned that the "well rounded experience", not the fast one, mostly comes from books. At least that's my humble opinion.

That said, maybe try realpython.com.

Читать полностью…

Python

https://pythonbooks.org/free-books/

Читать полностью…

Python

Hello I am uzma from bangalore, India, I am a BCA graduate but I have not worked in IT. Now I want to learn Python and become software developer, will you plz guide me that from where to start learning.

Читать полностью…

Python

What exactly do you need help with?

Читать полностью…

Python

I think it would have been better to guide her.

Читать полностью…

Python

I only see a list of what you fixed for her.

Читать полностью…
Subscribe to a channel