Posts

Showing posts from July, 2024

Best Laptops To Buy Under 50k

Minimum Criteria for any laptop  : > Itel Core i5 13th Generation > Iris Xe Graphic Card > RAM: Min 8GB and upto 16 GB > ROM: 512 GB SSD > 5 + 6 Hours Battery Life > Portabel : 14 Inch > H-More Performance > U-More Efficient   Links To Laptop : List 1=> Below 50K ~ Trakin tech Youtube Channel Reference 1: Infinix ZEROBOOK 13 - https://bit.ly/4boePE9 2: MSI Modern 15 - https://bit.ly/3RQf18m 3: HONOR MagicBook X14 Pro  https://amzn.to/4eMgR3W 4:ASUS Vivobook 16 - https://bit.ly/3zqcewt 5: HP 15s - https://bit.ly/3xHJqik [Best] List 2=> 1: Acer Aspire 7 - https://bit.ly/4aV8OQC [Best] 2: HP Laptop 15s - https://bit.ly/3SaQ1rF 3: Samsung Galaxy Book 2 - https://bit.ly/3u5ZCIk 4: Dell Vostro 14 - https://bit.ly/3Hxn5W1 5: Lenovo ThinkPad 15 - https://bit.ly/3Sx9Gm7

Python Notes

# Make  Python(Celebal Pre Interview preparation ) Notes Online (post in saurabh notes)  # Index: A] Python Features Application  B] Python Datatypes Mutable Immutable C] Type casting D} Advance Datatype List :  Apppend, clear, pop, remove, insert, reverse, count Tuple : len, max, min, sum, sort, count Set : add,clear,pop,remove Dictionary : clear, pop, get, keys, copy E] Functions of List,Tuple,Set,Dictionary F] Flow Control: Selective Statement: If, If-else,Nested If,If-elif-else  Iterative Statement: For Loop, While Loop Transfer Statement: Continue,Break,Pass G] Function H]Range > Type of Argument > Python OOPS # Python Interview Preparation: Now, A] Python  Python is high level programming language that was created by guido van rossum and first released in 1991 > Features Easy to read syntax Interpretation/ Interpreted Cross-platform compatability Large Standard Library: Data Exporting Analysis (numpy,pandas,matplotlib) Extensive third Party l...