Articles by Tag #function

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Mastering JavaScript Functions: A Comprehensive Guide for Developers

JavaScript Functions A JavaScript function is a block of code designed to perform a...

Learn More 6 2Sep 5 '24

Writing Clean and Maintainable Functions in C#

Introduction In the world of software development, the quality of your code is paramount....

Learn More 5 0Sep 7 '24

Day 22- String Functions and Recursion

1.Write a program to add space between the strings. txt = "TodayIsFriday" first = True for letter...

Learn More 2 0Dec 19 '24

List in Python (3)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 2 0May 28

Day 24 - List Functions

extend() vs append() vs insert(): extend()-Adds all elements from an iterable (e.g., list, tuple) to...

Learn More 2 0Dec 31 '24

permute in PyTorch

Buy Me a Coffee☕ *Memos: My post explains movedim(). My post explains transpose() and t(). My...

Learn More 1 0Jul 12 '24

squeeze in PyTorch

Buy Me a Coffee☕ *My post explains unsqueeze(). squeeze() can get the 0D or more D tensor of the...

Learn More 1 0Dec 30 '24

Day 11 - Looping exercises

Here are some while loop questions focused on numbers for practice: Basic Problems 1.Print Numbers ...

Learn More 1 0Nov 27 '24

pow in PyTorch

Buy Me a Coffee☕ *Memos: My post explains square(). My post explains float_power(). My post...

Learn More 1 0Dec 31 '24

gather in PyTorch

Buy Me a Coffee☕ *My post explains take() and take_along_dim(). gather() can get the 0D or more D...

Learn More 1 0Aug 22 '24

Day-25 List functions, Tasks

split(): The split() method divides a string into a list of substrings based on a...

Learn More 1 0Dec 31 '24

nan_to_num in PyTorch

Buy Me a Coffee☕ *My post explains torch.nan and torch.inf. nan_to_num() can get the 0D or more D...

Learn More 1 0Jul 20 '24

Python Day-25 List functions, Tasks

split(): It converts string into list and seperated by commas. join(): It converts list into...

Learn More 1 0Dec 20 '24

empty_strided in PyTorch

Buy Me a Coffee☕ *My post explains empty() and empty_like(). empty_strided() can create the 0D or...

Learn More 1 0Jul 17 '24

logspace in PyTorch

Buy Me a Coffee☕ *Memos: My post explains arange(). My post explains linspace(). logspace()...

Learn More 1 0Jul 10 '24

Day 21- String Functions

Write a program to check the given key is title or not. istitle()- Check the first letter of each...

Learn More 1 0Dec 19 '24

List in Python (4)

Buy Me a Coffee☕ *Memos: My post explains a list and the list with indexing. My post explains...

Learn More 1 0May 28

repeat in PyTorch

Buy Me a Coffee☕ *Memos: My post explains tile(). My post explains expand(). My post explains...

Learn More 1 0Jul 17 '24

Day 4 at payilagam "Introduction to functions"

some new git commands: git branch (branch_name) git checkout (Branch_name) git add git commit...

Learn More 1 0Apr 3

`**` dictionary unpacking in Python

Buy Me a Coffee☕ *Memos: My post explains variable assignment. My post explains parameters and...

Learn More 0 0May 18

All About JavaScript Function

What We Will Learn? What Is Function Terminologies Different Types of...

Learn More 0 1Sep 12 '24

Parameters & Arguments in Python function

Buy Me a Coffee☕ *Memos: My post explains a function. My post explains positional-only...

Learn More 0 0May 16

roll in PyTorch

Buy Me a Coffee☕ *My post explains rot90(). roll() can get the 0D or more D tensor of zero or more...

Learn More 0 0Jul 15 '24

Path.mkdir(parents, exist_ok) in Python

Buy Me a Coffee☕ Path.mkdir() can create zero or more directories as shown below: *Memos: There...

Learn More 0 0Oct 14 '24

Set in Python (2)

Buy Me a Coffee☕ *Memos: My post explains a set and copy. My post explains the useful functions...

Learn More 0 0Jun 1

mode in PyTorch

Buy Me a Coffee☕ *Memos: My post explains sum() and nansum(). My post explains prod() and...

Learn More 0 0Jul 19 '24

sub in PyTorch

Buy Me a Coffee☕ *Memos: My post explains add(). My post explains mul(). My post explains...

Learn More 0 0Dec 30 '24

Set in Python (3)

Buy Me a Coffee☕ *Memos: My post explains a set and copy. My post explains the useful functions...

Learn More 0 0Jun 1

Tuple in Python (2)

Buy Me a Coffee☕ *Memos: My post explains a tuple. My post explains the tuple with slicing and...

Learn More 0 0Jun 1

isin in PyTorch

Buy Me a Coffee☕ *Memos: My post explains isreal(), isnan() and isfinite(). My post explains...

Learn More 0 0Jul 15 '24