Getting Started with Functions - Bengali
- subtitles off
- captions off
- English
- Bengali
- Questions posted on Forums
- Python 3.4.3 Tutorials - Bengali
-
Make a function to calculate sum of matrix
How can we create function to calculate sum of matrix.
07-08M 50-60S Mukulgoswami340@gmail.com
Answer last updated on: July 8, 2020, 6:07 p.m.
-
why an error occur in the below program code
a=10b=20print(id(a))def func(x,y): y=a a=2 print(y) return x+yn1=int(input("Enter no"))n2=int(input("Enter"))print(func(n1,n2))
02-03M 40-50S Cinil
Answer last updated on: May 4, 2020, 9:42 p.m.
-
getting started with symbolics
Dear AllI am using jupyter notebook in Python 3On typing var('x')h(x)=x^2g(x)=xf= Piecewise([[(0,1),h(x)],[(1,2),g(x)]],x)I get following reply.-------------------------------------------------------------------------- NameError Traceback (most recent call last) <ipython-input-46-77057750395d> in <module>() 2 __tmp__=var("x"); h = symbolic_expression(x**Integer(2)).function(x) 3 __tmp__=var("x"); g = symbolic_expression(x).function(x) ----> 4 f= Piecewise([[(Integer(0),Integer(1)),h(x)],[(Integer(1),Integer(2)),g(x)]],x) NameError: name 'Piecewise' is not defined Kindly help
00-01M 10-20S gaganj1981@gmail.com
Answer last updated on: April 28, 2020, 12:45 a.m.
-
1Getting started with IPython
-
2Using plot command interactively
-
3Embellishing a plot
-
4Saving plots
-
5Multiple plots
-
6Subplots
-
7Additional features of IPython
-
8Loading Data From Files
-
9Plotting Data
-
10Other Types Of Plots
-
11Plotting Charts
-
12Getting started with Lists
-
13Getting started with for
-
14Getting started with strings
-
15Getting started with files
-
16Statistics
-
17Getting started with arrays
-
18Accessing parts of arrays
-
19Image manipulation using Arrays
-
20Basic Matrix Operations
-
21Advanced Matrix Operations
-
22Least square fit
-
23Basic datatypes and operators
-
24Sequence datatypes
-
25Input-output
-
26Conditional Statements
-
27Loops
-
28Manipulating lists
-
29Manipulating strings
-
30Getting started with tuples
-
31Dictionaries
-
32Sets in Python
-
Getting Started with Functions
-
34Advanced Features of Functions
-
35Using Python Modules
-
36Writing Python Scripts
-
37Testing and Debugging
-
38Handling Errors and Exceptions
Questions posted on ST Forums:
253 visits
Outline:
ফাংশন সম্পর্কে একটি ফাংশন কিভাবে সংজ্ঞায়িত করে একটি ফাংশন সংজ্ঞায়িত করার জন্য উদাহরণ আর্গুমেন্ট সহ একটি ফাংশন কল করা আর্গুমেন্ট ছাড়া একটি ফাংশন কল করা একটি ফাংশন থেকে ভ্যালু রিটার্ন করা কোডিং এ ইনডেন্টেশন কোডের ডকুমেন্টেশন বানানো বা কমেন্ট করা পাইথন ফাংশনে docstrings কিভাবে ব্যবহার করে ব্যাসার্ধ r সহ ক্ষেত্রফল এবং পরিধি ফেরৎ করতে একটি ফাংশন সার্কল কিভাবে লেখে
Width: | 848 | Height: | 640 |
---|---|---|---|
Duration: | 00:07:10 | Size: | 3.8 MB |
Show video info