20 January 2026
id 8318010401Will a mac m4 mini work the same for me?
Bro you will be even able to develop AI solutions decently, it's a good investment for development overall
AJMAL SHAJAHANIam interested in python, bro what have to do next
1 Read and get familiar with the basics
2 Practice coding in the language
3 Understand the code - most important
4 Fix errors and issues independently
5 Read advanced topics and repeat all of the above
AJMAL SHAJAHANIam interested in python, bro what have to do next
while u didn't learnt objects:
- learn basics without AI or youtube, use only docs
- don't use editor like vscode, just use python ide
- test yourself every time u think u learnt something
- study how librarys and other projects works and try to do it yourself
docs are foundamental to learn how to do anything, its the first thing which u have to read. AI are ok to learn how to optimize scripts or suggestions to make a better architectures but NEVER use it to make programs from 0 else u will learn absolutely nothing
Safo JojHello. Could you give me resource for simple projects that use python in data analysis, I couldn't understand without practical examples
Try the documentation of the library used or the one you are supposed to use.
id 8022351464Hey there, how can I test my fastapi authenticated endpoints with pytest ?
Do you know how pytest works?
id 8022351464Hey there, how can I test my fastapi authenticated endpoints with pytest ?
It's kind of the best thing out there
cloudedDo you know how pytest works?
Yeaaah I read the docs, and also watched some tutorials on YouTube, I am not an expert but I can find my way through
id 8022351464Yeaaah I read the docs, and also watched some tutorials on YouTube, I am not an expert but I can find my way through
Then pick a library to do the requests and combine both.
cloudedThen pick a library to do the requests and combine both.
I tried but each time it raises a different error, when I try to add a db and test the endpoints it won't work
id 8022351464I tried but each time it raises a different error, when I try to add a db and test the endpoints it won't work
Like show us exactly what you done and what errors you get that's a better way to help you
id 8138965059What is a Pytest for?
Dude you need to take some Google soon, not only because of this question
Charly RománLike show us exactly what you done and what errors you get that's a better way to help you
No I wanna know the systematic way to implement testing like in general how we do this and then I'll fix my errors and implement it by myself
Charly Románhttps://fastapi.tiangolo.com/tutorial/testing/
I read that, it doesn't show how to test authenticated endpoints