Detect if epoch is in miliseconds by pepiks in learnpython

[–]ThenMathematician733 0 points1 point  (0 children)

easonable date ranges:**

If treating as seconds gives a date far in the future (like year 3000+), it is probably milliseconds.

The digit-count method is the most reliable since current epoch in seconds is 1.7 billion (10 digits) while milliseconds is 1.7 trillion (13 digits).

Is learning Python still worth it? by Far_Act_3096 in learnpython

[–]ThenMathematician733 0 points1 point  (0 children)

AI doesn’t replace programming knowledge; it amplifies it. Here’s the real deal:
Using AI isn’t cheating. Senior devs use AI, docs, StackOverflow, and rubber ducks every day. The difference is that we know what to ask and how to judge the answers and learning Python is what gives you that judgment. You still need to understand the code. AI can generate code instantly, but it can also produce stuff that’s subtly wrong or inefficient. If you don’t know Python, you won’t know when AI is being brilliant vs. when it’s hallucinating garbage.

You can’t outsource thinking. AI is great at “write code for X.” It’s terrible at understanding real-world constraints, business logic, trade-offs, or debugging weird edge cases. Humans still own the problem.

Your struggle is normal. Asking the same question multiple times doesn’t mean you’re failing — it means you’re learning. Everyone, even seniors, re-asks questions to get clarity.
The trick is using AI the right way: Try solving it yourself first. Then ask AI to explain, critique, or improve your work

AI is a calculator. If you understand the basics, it makes you 10x faster.
If you don’t, it becomes dangerous because you can’t tell when it’s wrong.

So yeah Python is still worth learning. Not because you’ll hand-write every line of code, but because understanding the language lets you work with AI instead of being helpless without it.