Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
JavaScript Functions A JavaScript function is a block of code designed to perform a...
Introduction In the world of software development, the quality of your code is paramount....
1.Write a program to add space between the strings. txt = "TodayIsFriday" first = True for letter...
Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...
extend() vs append() vs insert(): extend()-Adds all elements from an iterable (e.g., list, tuple) to...
Buy Me a Coffee☕ *Memos: My post explains movedim(). My post explains transpose() and t(). My...
Buy Me a Coffee☕ *My post explains unsqueeze(). squeeze() can get the 0D or more D tensor of the...
Here are some while loop questions focused on numbers for practice: Basic Problems 1.Print Numbers ...
Buy Me a Coffee☕ *Memos: My post explains square(). My post explains float_power(). My post...
Buy Me a Coffee☕ *My post explains take() and take_along_dim(). gather() can get the 0D or more D...
split(): The split() method divides a string into a list of substrings based on a...
Buy Me a Coffee☕ *My post explains torch.nan and torch.inf. nan_to_num() can get the 0D or more D...
split(): It converts string into list and seperated by commas. join(): It converts list into...
Buy Me a Coffee☕ *My post explains empty() and empty_like(). empty_strided() can create the 0D or...
Buy Me a Coffee☕ *Memos: My post explains arange(). My post explains linspace(). logspace()...
Write a program to check the given key is title or not. istitle()- Check the first letter of each...
Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...
Buy Me a Coffee☕ *Memos: My post explains tile(). My post explains expand(). My post explains...
some new git commands: git branch (branch_name) git checkout (Branch_name) git add git commit...
Buy Me a Coffee☕ *Memos: My post explains variable assignment. My post explains parameters and...
What We Will Learn? What Is Function Terminologies Different Types of...
Buy Me a Coffee☕ *Memos: My post explains a function. My post explains positional-only...
Buy Me a Coffee☕ *My post explains rot90(). roll() can get the 0D or more D tensor of zero or more...
Buy Me a Coffee☕ Path.mkdir() can create zero or more directories as shown below: *Memos: There...
Buy Me a Coffee☕ *Memos: My post explains a set and copy. My post explains the useful functions...
Buy Me a Coffee☕ *Memos: My post explains sum() and nansum(). My post explains prod() and...
Buy Me a Coffee☕ *Memos: My post explains add(). My post explains mul(). My post explains...
Buy Me a Coffee☕ *Memos: My post explains a set and copy. My post explains the useful functions...
Buy Me a Coffee☕ *Memos: My post explains a tuple. My post explains the tuple with slicing and...
Buy Me a Coffee☕ *Memos: My post explains isreal(), isnan() and isfinite(). My post explains...