29 December 2025
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲Please give me a book if you have one.
there are the docs online... are the official and digital version of the books
@hyunlee1o link?
Hydro ツthere are the docs online... are the official and digital version of the books
What website is there and what is the name of the book? I currently have a book called python handbook.
crypto canyonWhat particular advantages does learning pip first serve
you have to know pip, it comes with python
crypto canyonWhat particular advantages does learning pip first serve
Its official python package manager and its what is used by default....
Uv aims to be pip-compatible so learning pip you already know uv (for the most part)
30 December 2025
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲Hello, what libraries did you learn in Python for backend?
django and related (drf orm), flask + bare sockets
🐸 🥵django and related (drf orm), flask + bare sockets
How long did it take you to learn python? I want to learn it too.
𝗁𝖺𝗂𝗍𝗈𝗐🇹🇲How long did it take you to learn python? I want to learn it too.
i simply learned not only language, but what can it be used for, so it took only a couple of years
Sissiogamer1Any actual ways to learn well python? I know there are many resources online which I already used, but they basically just give you the basics and tell you the simple things, I want to know it well and in depth, anyone has any resources?
learn some framework for small projects, refactoring a lot of code really helps to understand and remember constructions and language