thedevs_python | Unsorted

Telegram-канал thedevs_python - Python

4418

Part of @thedevs General Rules: @rulesforthedevs Only related to group topic (Python + Python Frameworks) Other @thedevs groups: https://thedevs.network

Subscribe to a channel

Python

https://roadmap.sh/python

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

Python

😂

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

Python

absolutely, yes. you need to be a good engineer and know how to instruct LLMs and how they work to be great at software development.

the project can also be huge. doesn't matter. there is a strategy for everything. LLMs can build that too but a simple "clone facebook" prompt will not do it 😃

but that's why i'm saying, get familiar with AIs because without them you are not relevant. especially as someone that is new at programming.

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

Python

What most people often compare are clueless developers using AI and skilled developers without AI

They both lack the best of parts, skilled developers using AI to enhance their skills

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

Python

my best advice: learn to build things with AIs. most companies won't hire rookies that easily anymore imo. it's just not worth it. especially in the coding area.

either you are very speciaized or if you are aiming to be a general software developer then you better get used to coding less and understanding what you need to do to get what you want from an LLM.

there are free models available. try to get used to coding with AI. that's my advice

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

Python

Better upgrade those legacy device before playing with PyTorch

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

Python

this is actually the linux command

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

Python

hmm, maybe i'm using a different version of the site tho.

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

Python

the command for my spec in the docs does not work

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

Python

There is an --index-url parameter if you follow it correctly

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

Python

If you select the correct option, the command will be shown according to your spec

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

Python

that's not my system spec tho

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

Python

that command is the only command shown in official documentation. if you did read the documentation, I'm quite sure it will work

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

Python

show the command and error, or it does not happen

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

Python

This is why I'm asking if he had read the documentation, because it is plain obvious

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

Python

Here to start Python would be happy if you help me

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

Python

Try with a Better Facebook

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

Python

I agree human programming is on its way out, but human engineering isn't... at least not yet. If you let Claude or Codex or whatever actually plan and engineer the entire project - once it gets too large you have a pile of steaming garbage. Like the codebases at my job :)

But if you are treating it like a programming intern and having it write out what you are already planning in your head, and connect systems together the way you have planned out before hand, it becomes the most valuable tool in a programmer's toolbox

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

Python

i know this is very controversial and most here won't agree with me but my opinion is that human programming is mostly over. that idea just didn't yet fully hit enterprises.

of course it depends on what a software company is building but general purpose stuff like a company that creates websites is over now. no way such a company can compete with AI.

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

Python

sure, that's why i'm looking for a job.

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

Python

Didn't see you mention Mac. Only Intel processor and Intel UHD video

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

Python

You are using MacOS on Intel?

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

Python

is it so hard to copy paste what the documentation shown to you?

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

Python

pip3 install torch torchvision
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)

[notice] A new release of pip is available: 26.0 -> 26.0.1
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for torch

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

Python

Of course it will show the correct command if you really choose and check the option in the documentation

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

Python

i don't even know if this shit has cuda

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

Python

docs says pip3 install torch torchvision

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

Python

this worked for me, thanks.

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

Python

Yes tried the commands in the docs doesn’t work.

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

Python

Why are you installing from default index? You should install it from pytorch index like:

python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu

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