"Excellent and powerful video! I discovered a useful tip: you can create an instance of a dataclass directly within another instance. For example, instead of writing: python Copy code address = Address("New York", "New York", "USA") person01 = Person("Evan", 25, address) you can simplify it to: python Copy code person01 = Person("Evan", 25, Address("New York", "New York", "USA")) This way, you can call the Address dataclass directly within the Person instance creation, making your code cleaner and more concise."
@DataScienceWallah Жыл бұрын
One Of the Best tutor Of Python
@suhasmvsd785410 ай бұрын
I want to learn data science , machine learning and deep learning and i am not interested go to coaching centres. So i have searched in KZbin roadmaps of data science and i have founded krish datascience -2024 roadmap which is awesome with resources in that python is frist stage , so by using this playlist i have learned all python topics for data science and I am very happy . Thank you for creating such a good roadmap. Krish , please update detailed road map for AI Engineer .
@santoshsah3653 Жыл бұрын
Best tutorial provider channel, i found till now❤❤
@kunalkumaraiml2365 Жыл бұрын
Thank you so much sir for such incredible and insightful playlist ❣
@meeturiajaykumar.2384 Жыл бұрын
Hello sir, I am one of those keen members to listen to your tutorials and make use of them. I wanna request you to make a series of tutorials on SENSOR FUSION WITH MACHINE LEARNING ALGORITHMS. Since we don't have a proper playlist or tutorials on sensor fusion in youtube it will be useful for us to make complex real time projects using sensors. Please consider this request sir🙏🙏🙏🙏
@tejaskumark9602 Жыл бұрын
In this playlist enough for python
@zaheerbeg4810 Жыл бұрын
Very informative and knowledgeable 👍
@SidIndian082 Жыл бұрын
Excellent content 🙏🙏🙏🙏🙏
@Sovereignl55 Жыл бұрын
Amazing👍
@sketchytv1321 Жыл бұрын
اعلیٰ ۔
@mohsinkhan-bw3cd Жыл бұрын
U r the best
@prajwalkrishna Жыл бұрын
much needed video sir
@mohsinkhan-bw3cd Жыл бұрын
Make video of dvc and mlflow pls
@attaluridurgaprasad7492 Жыл бұрын
try to give examples with constructor also
@avbendre Жыл бұрын
Hi Sir, you had said you will stop the 799 charge for live videos of project in your channel, will it be implemented or we have to pay 799/month to access project implementations still
@krishnaik06 Жыл бұрын
More project are coming
@avbendre Жыл бұрын
@@krishnaik06 thank you sir, will join
@rewanthnayak2972 Жыл бұрын
can we give default variable and optional types in dataclass
@shivkojha Жыл бұрын
This is like struct in Golang or C.
@Replcate Жыл бұрын
Sir pls make some tutorial on pytorch custom model and custom trained deployment on android plsss I need very badly
@Replcate Жыл бұрын
Pls if any body knows this pls share me way in java
@baskarp102 Жыл бұрын
Hi sir, I have one request, can you create hugging face using SEC filling video
@akkys97 Жыл бұрын
Hello Sir Make this video in Hindi also
@rahuljha6627 Жыл бұрын
So its like strucutre in C
@krishnanandanil4862 Жыл бұрын
why does this feel similar to javascript/typescript now
@paramjitsingh3627 Жыл бұрын
For me, seem to like case class of scala
@datalearningsihan Жыл бұрын
Wuuu first one to comment
@pankajray5939 Жыл бұрын
😊
@nriezedichisom1676 Жыл бұрын
Not sure about this
@DHIVYAM-CSE Жыл бұрын
1 st view
@Adityakumar-wp2mk6 ай бұрын
First info __init__ is a construtor is wrong . Second thing no one in this world can teach you dataclass in 16 min video
@vijayshakti2842 Жыл бұрын
Python copying things from Java and Spring boot now