{"id":11088,"date":"2015-10-23T02:36:31","date_gmt":"2015-10-23T06:36:31","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=11088"},"modified":"2015-11-11T00:58:23","modified_gmt":"2015-11-11T05:58:23","slug":"%e0%a6%aa%e0%a6%be%e0%a6%87%e0%a6%a5%e0%a6%a8-%e0%a6%aa%e0%a7%8d%e0%a6%b0%e0%a7%8b%e0%a6%97%e0%a7%8d%e0%a6%b0%e0%a6%be%e0%a6%ae%e0%a6%bf%e0%a6%82-%e0%a6%85%e0%a6%aa%e0%a6%be%e0%a6%b0%e0%a7%87%e0%a6%9f","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=11088","title":{"rendered":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 : \u09ae\u09cc\u09b2\u09bf\u0995 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0\u09b8\u09ae\u09c2\u09b9 (Python Basic Operators in Bangla)"},"content":{"rendered":"<h2>1.6 Python Basic Operators<\/h2>\n<p>\u098f\u0995\u099f\u09bf \u09b8\u09b9\u099c \u09b8\u09ae\u09c0\u0995\u09b0\u09a3 \u09ac\u09bf\u09ac\u09c7\u099a\u09a8\u09be \u0995\u09b0\u09bf\u0983 \u09ea + \u09eb = \u09ef; \u098f\u0996\u09be\u09a8\u09c7 \u09ea \u098f\u09ac\u0982 \u09eb \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09c1\u09b2\u09cb\u0995\u09c7 \u09b9\u099a\u09cd\u099b\u09c7 \u2018operands\u2019 \u098f\u09ac\u0982 \u2018+\u2019 \u09b9\u099a\u09cd\u099b\u09c7 \u2018operators\u2019\u0964 Python \u098f \u09a8\u09bf\u09ae\u09cd\u09a8\u09cb\u0995\u09cd\u09a4 operators \u0997\u09c1\u09b2\u09cb \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09df\u0964<\/p>\n<ul>\n<li>Arithmetic Operators<\/li>\n<li>Comparison (Relational) Operators<\/li>\n<li>Assignment Operators<\/li>\n<li>Logical Operators<\/li>\n<li>Bitwise Operators<\/li>\n<li>Membership Operators<\/li>\n<li>Identity Operators<\/li>\n<\/ul>\n<p>\u09a8\u09bf\u099a\u09c7 \u0995\u09bf\u099b\u09c1 \u0989\u09a6\u09be\u09b9\u09b0\u09a3 \u09a6\u09c7\u09df\u09be \u09b9\u09df\u09c7\u099b\u09c7 (\u098f\u0996\u09be\u09a8\u09c7, a = 10 \u098f\u09ac\u0982 b = 20)\u0964<\/p>\n<table width=\"604\">\n<tbody>\n<tr>\n<td colspan=\"2\" width=\"107\"><strong>Operator<\/strong><\/td>\n<td colspan=\"6\" width=\"421\"><strong>Description<\/strong><\/td>\n<td width=\"76\"><strong>Example<\/strong><\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Arithmetic Operators (\u09af\u09cb\u0997, \u09ac\u09bf\u09df\u09cb\u0997, \u0997\u09c1\u09a8, \u09ad\u09be\u0997 \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf)<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">+ \u09af\u09cb\u0997<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09a6\u09c1\u0987\u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u0997\u09c1\u09b2\u09cb \u09af\u09cb\u0997 \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">a + b = 30<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">&#8211; \u09ac\u09bf\u09df\u09cb\u0997<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u09a5\u09c7\u0995\u09c7 \u09a1\u09be\u09a8 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u09ac\u09bf\u09df\u09cb\u0997 \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">a \u2013 b = -10<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">* \u0997\u09c1\u09a8<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09a6\u09c1\u0987\u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u0997\u09c1\u09b2\u09cb \u0997\u09c1\u09a8 \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">a * b = 200<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">\/ \u09ad\u09be\u0997<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8\u0995\u09c7 \u09a1\u09be\u09a8 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u09a6\u09bf\u09df\u09c7 \u09ad\u09be\u0997 \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">b \/ a = 2<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">% Modulus (\u09ad\u09be\u0997\u09b6\u09c7\u09b7)<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8\u0995\u09c7 \u09a1\u09be\u09a8 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u09a6\u09bf\u09df\u09c7 \u09ad\u09be\u0997 \u0995\u09b0\u09c7 \u09ad\u09be\u0997\u09b6\u09c7\u09b7 \u09a8\u09bf\u09b0\u09cd\u09a8\u09df \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">b % a = 0<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">** Exponent (\u09aa\u09be\u0993\u09df\u09be\u09b0)<\/td>\n<td colspan=\"6\" width=\"421\">Operators \u098f\u09b0 \u09aa\u09be\u0993\u09df\u09be\u09b0 \u09a8\u09bf\u09b0\u09cd\u09a8\u09df \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">a**b =10<sup>20<\/sup><\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">\/\/ Floor Division (\u09aa\u09c2\u09b0\u09cd\u09a3-\u09b8\u0982\u0996\u09cd\u09af\u09be\u09b0 \u09ad\u09be\u0997\u09ab\u09b2)<\/td>\n<td colspan=\"6\" width=\"421\">Operator \u098f\u09b0 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8\u0995\u09c7 \u09a1\u09be\u09a8 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ae\u09be\u09a8 \u09a6\u09bf\u09df\u09c7 \u09ad\u09be\u0997 \u0995\u09b0\u09c7 \u09ad\u09be\u0997\u09ab\u09b2 \u09ac\u09c7\u09b0 \u0995\u09b0\u09c7 \u098f\u09ac\u0982 \u09a6\u09b6\u09ae\u09bf\u0995\u09c7\u09b0 \u0986\u0997 \u09aa\u09b0\u09cd\u09af\u09a8\u09cd\u09a4 (\u09aa\u09c2\u09b0\u09cd\u09a3-\u09b8\u0982\u0996\u09cd\u09af\u09be) \u09ae\u09be\u09a8 \u09a8\u09bf\u09b0\u09cd\u09a8\u09df \u0995\u09b0\u09c7\u0964<\/td>\n<td width=\"76\">9\/\/2 = 4 \u098f\u09ac\u0982 9.0\/\/2.0 = 4.0<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Comparison Operators (\u09a6\u09c1\u099f\u09bf operand \u098f\u09b0 \u09a4\u09c1\u09b2\u09a8\u09be \u0993 \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995 \u09b8\u09cd\u09a5\u09be\u09aa\u09a8)\u0964<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">==<\/td>\n<td colspan=\"5\" width=\"416\">\u09b8\u09ae\u09be\u09a8 \u099a\u09bf\u09b9\u09cd\u09a8\u0964<\/td>\n<td colspan=\"2\" width=\"80\">(a == b) \u09b8\u09a0\u09bf\u0995 \u09a8\u09df\u0964<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">!= \u0985\u09a5\u09ac\u09be &lt;&gt;<\/td>\n<td colspan=\"5\" width=\"416\">\u0985\u09b8\u09ae\u09be\u09a8 \u099a\u09bf\u09b9\u09cd\u09a8\u0964<\/td>\n<td colspan=\"2\" width=\"80\">(a != b) \u09b8\u09a0\u09bf\u0995\u0964<\/td>\n<\/tr>\n<tr>\n<td colspan=\"2\" width=\"107\">&gt;, &lt;, &gt;= \u098f\u09ac\u0982 &lt;=<\/td>\n<td colspan=\"5\" width=\"416\">\u0985\u09b8\u09ae\u09a4\u09be\u2019\u09b0 \u099a\u09bf\u09b9\u09cd\u09a8\u0964<\/td>\n<td colspan=\"2\" width=\"80\">(a &gt; b) \u09b8\u09a0\u09bf\u0995 \u09a8\u09df, \u0986\u09ac\u09be\u09b0 (a &lt;= b) \u09b8\u09a0\u09bf\u0995\u0964<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Assignment Operators<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">=<\/td>\n<td colspan=\"2\" width=\"406\">\u09a1\u09be\u09a8 \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u098f \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c = a + b \u0985\u09b0\u09cd\u09a5 a + b \u098f\u09b0 \u09ae\u09be\u09a8 c \u09a4\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09be<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">+= Add AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09a1\u09be\u09a8 \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 \u09af\u09cb\u0997 \u0995\u09b0\u09c7 \u09a8\u09a4\u09c1\u09a8 \u0995\u09b0\u09c7 \u09ac\u09be\u09ae \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c += a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c + a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">-= Subtract AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09a1\u09be\u09a8 \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u09a5\u09c7\u0995\u09c7 \u09ac\u09bf\u09df\u09cb\u0997 \u0995\u09b0\u09c7 \u09a8\u09a4\u09c1\u09a8 \u0995\u09b0\u09c7 \u09ac\u09be\u09ae \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c -= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c &#8211; a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">*= Multiply AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09a6\u09c1\u0987 \u09aa\u09be\u09b6\u09c7\u09b0 operand \u0997\u09c1\u09a8 \u0995\u09b0\u09c7 \u09ac\u09be\u09ae \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09a8\u09a4\u09c1\u09a8 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c *= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c * a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">\/= Divide AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09ac\u09be\u09ae \u09a6\u09bf\u0995\u09c7\u09b0 operand \u09a1\u09be\u09a8 \u09aa\u09be\u09b6\u09c7\u09b0 operand \u09a6\u09bf\u09df\u09c7 \u09ad\u09be\u0997 \u0995\u09b0\u09c7 \u09aa\u09cd\u09b0\u09be\u09aa\u09cd\u09a4 \u09ad\u09be\u0997\u09ab\u09b2 \u09ac\u09be\u09ae \u09a6\u09bf\u0995\u09c7\u09b0 operand \u098f\u09b0 \u09a8\u09a4\u09c1\u09a8 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c \/= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c \/ a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">%= Modulus AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09a6\u09c1\u0987 \u09a6\u09bf\u0995\u09c7\u09b0 operands \u098f\u09b0 \u09ae\u09a1\u09c1\u09b2\u09be\u09b8 (\u09ad\u09be\u0997\u09b6\u09c7\u09b7) \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c %= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c % a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">**= Exponent AND<\/td>\n<td colspan=\"2\" width=\"406\">\u09a6\u09c1\u0987 \u09a6\u09bf\u0995\u09c7\u09b0 operands \u098f\u09b0 \u09aa\u09be\u0993\u09df\u09be\u09b0 \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c **= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c<sup>a<\/sup><\/td>\n<\/tr>\n<tr>\n<td colspan=\"3\" width=\"110\">\/\/= Floor Division<\/td>\n<td colspan=\"2\" width=\"406\">\u09a6\u09c1\u0987 \u09a6\u09bf\u0995\u09c7\u09b0 operands \u098f\u09b0 Floor Division \u09ac\u09be\u09ae \u09aa\u09be\u09b6\u09c7\u09b0 operand \u098f\u09b0 \u09ae\u09be\u09a8 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09b0\u09c7\u0995\u09b0\u09cd\u09a1 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"4\" width=\"87\">c \/\/= a \u098f\u09b0 \u0985\u09b0\u09cd\u09a5 c = c \/\/ a<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Bitwise Operators (\u09ac\u09be\u0987\u09a8\u09be\u09b0\u09bf \u09b9\u09bf\u09b8\u09be\u09ac)<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\u09ae\u09a8\u09c7 a = 60; \u098f\u09ac\u0982 b = 13 \u09b9\u09df, \u09a4\u09ac\u09c7 \u09ac\u09be\u0987\u09a8\u09be\u09b0\u09bf \u09ab\u09b0\u09ae\u09cd\u09af\u09be\u099f \u098f a = 0011 1100 \u098f\u09ac\u0982 b = 0000 1101<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">a&amp;b = 0000 1100<\/p>\n<p>a|b = 0011 1101<\/p>\n<p>a^b = 0011 0001<\/p>\n<p>~a\u00a0 = 1100 0011<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Membership Operators<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"87\">in \u0985\u09a5\u09ac\u09be not in<\/td>\n<td colspan=\"5\" width=\"436\">\u098f\u0995\u099f\u09bf \u09ad\u09c7\u09b0\u09bf\u09df\u09c7\u09ac\u09b2 \u098f\u0995\u099f\u09bf \u09ac\u09bf\u09b6\u09c7\u09b7 \u09b8\u09bf\u09b0\u09bf\u099c \u0985\u09a5\u09ac\u09be \u09a7\u09be\u09b0\u09be\u09b0 \u0985\u0982\u09b6 \u09b9\u09bf\u09b8\u09c7\u09ac\u09c7 \u09af\u09a5\u09be\u0995\u09cd\u09b0\u09ae\u09c7 \u09a5\u09be\u0995\u09be \u09ac\u09be \u09a8\u09be \u09a5\u09be\u0995\u09be \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"3\" width=\"81\">x in y \u098f\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2 1 \u09b9\u09ac\u09c7 \u09af\u09a6\u09bf x \u09ad\u09c7\u09b0\u09bf\u09df\u09c7\u09ac\u09b2\u099f\u09bf y \u09a7\u09be\u09b0\u09be\u09b0 \u0985\u0982\u09b6 \u09b9\u09df, \u09a4\u09c7\u09ae\u09a8\u0987 \u09ad\u09be\u09ac\u09c7 x not in y \u098f\u09b0 \u09ae\u09be\u09a8 1 \u09b9\u09ac\u09c7 \u09af\u09a6\u09bf x \u09ad\u09c7\u09b0\u09bf\u09df\u09c7\u09ac\u09b2\u099f\u09bf y \u09a7\u09be\u09b0\u09be\u09b0 \u0985\u0982\u09b6 \u09a8\u09be \u09b9\u09df\u0964<\/td>\n<\/tr>\n<tr>\n<td colspan=\"9\" width=\"604\">\n<h2>Python Identity Operators<\/h2>\n<\/td>\n<\/tr>\n<tr>\n<td width=\"87\">is<\/td>\n<td colspan=\"3\" width=\"416\">\u098f\u0987 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0 \u09ac\u09c1\u099d\u09be\u09df \u09af\u09c7 \u098f\u09b0 \u09a6\u09c1\u0987 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ad\u09c7\u09b0\u09bf\u09df\u09c7\u09ac\u09b2\u0997\u09c1\u09b2\u09cb \u098f\u0995\u0987 \u09ac\u09b8\u09cd\u09a4\u09c1 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7\u0964<\/td>\n<td colspan=\"5\" width=\"101\">x is y \u098f\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2 1 \u09b9\u09ac\u09c7 \u09af\u09a6\u09bf x \u0993 y \u098f\u0995\u0987 \u09ac\u09b8\u09cd\u09a4\u09c1 \u09ac\u09cb\u099d\u09be\u09df\u0964<\/td>\n<\/tr>\n<tr>\n<td width=\"87\">is not<\/td>\n<td colspan=\"3\" width=\"416\">\u098f\u0987 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0 \u09ac\u09c1\u099d\u09be\u09df \u09af\u09c7 \u098f\u09b0 \u09a6\u09c1\u0987 \u09aa\u09be\u09b6\u09c7\u09b0 \u09ad\u09c7\u09b0\u09bf\u09df\u09c7\u09ac\u09b2\u0997\u09c1\u09b2\u09cb \u098f\u0995\u0987 \u09ac\u09b8\u09cd\u09a4\u09c1 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7 \u09a8\u09be\u0964<\/td>\n<td colspan=\"5\" width=\"101\">x is not y \u098f\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2 1 \u09b9\u09ac\u09c7 \u09af\u09a6\u09bf x \u0993 y \u098f\u0995\u0987 \u09ac\u09b8\u09cd\u09a4\u09c1 \u09a8\u09be \u09ac\u09cb\u099d\u09be\u09df\u0964<\/td>\n<\/tr>\n<tr>\n<td width=\"87\"><\/td>\n<td width=\"21\"><\/td>\n<td width=\"3\"><\/td>\n<td width=\"392\"><\/td>\n<td width=\"14\"><\/td>\n<td width=\"7\"><\/td>\n<td width=\"1\"><\/td>\n<td width=\"4\"><\/td>\n<td width=\"76\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Python Operators Precedence (\u0985\u0997\u09cd\u09b0\u09be\u09a7\u09bf\u0995\u09be\u09b0)<\/h2>\n<p>\u09a8\u09bf\u099a\u09c7 <strong>Python<\/strong><strong> \u098f\u09b0 \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09b0 \u098f\u09b0 \u09b8\u09bf\u09b0\u09bf\u09df\u09be\u09b2\/ \u0985\u0997\u09cd\u09b0\u09be\u09a7\u09bf\u0995\u09be\u09b0 (\u0995\u09cb\u09a8\u099f\u09bf\u09b0 \u0995\u09be\u099c \u0986\u0997\u09c7 \u09b9\u09ac\u09c7) \u09a6\u09c7\u09df\u09be \u09b9\u09b2\u0983<\/strong><\/p>\n<ol>\n<li>**<\/li>\n<li>~ + &#8211;<\/li>\n<li>* \/ % \/\/<\/li>\n<li>+ &#8211;<\/li>\n<li>&gt;&gt; &lt;&lt;<\/li>\n<li>&amp;<\/li>\n<li>^ |<\/li>\n<li>&lt;= &lt; &gt; &gt;=<\/li>\n<li>&lt;&gt; == !=<\/li>\n<li>= %= \/= \/\/= -= += *= **=<\/li>\n<li>is is not<\/li>\n<li>in not in<\/li>\n<li>not or and<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>1.6 Python Basic Operators \u098f\u0995\u099f\u09bf \u09b8\u09b9\u099c \u09b8\u09ae\u09c0\u0995\u09b0\u09a3 \u09ac\u09bf\u09ac\u09c7\u099a\u09a8\u09be \u0995\u09b0\u09bf\u0983 \u09ea + \u09eb = \u09ef; \u098f\u0996\u09be\u09a8\u09c7 \u09ea \u098f\u09ac\u0982 \u09eb \u09b8\u0982\u0996\u09cd\u09af\u09be\u0997\u09c1\u09b2\u09cb\u0995\u09c7 \u09b9\u099a\u09cd\u099b\u09c7 \u2018operands\u2019 \u098f\u09ac\u0982 \u2018+\u2019 \u09b9\u099a\u09cd\u099b\u09c7 \u2018operators\u2019\u0964 Python \u098f \u09a8\u09bf\u09ae\u09cd\u09a8\u09cb\u0995\u09cd\u09a4 operators \u0997\u09c1\u09b2\u09cb \u09ac\u09cd\u09af\u09ac\u09b9\u09c3\u09a4 \u09b9\u09df\u0964 Arithmetic Operators Comparison (Relational) Operators Assignment Operators Logical Operators Bitwise Operators Membership Operators Identity Operators \u09a8\u09bf\u099a\u09c7 \u0995\u09bf\u099b\u09c1 \u0989\u09a6\u09be\u09b9\u09b0\u09a3 \u09a6\u09c7\u09df\u09be \u09b9\u09df\u09c7\u099b\u09c7 (\u098f\u0996\u09be\u09a8\u09c7, a = &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=11088\">Continue reading<\/a><\/p>\n","protected":false},"author":130,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1613],"tags":[1290,1616,766,1615,407],"class_list":["post-11088","post","type-post","status-publish","format-standard","hentry","category-python-complete-courses","tag-operator","tag-python","tag-766","tag-1615","tag-407","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":11068,"url":"http:\/\/bangla.sitestree.com\/?p=11068","url_meta":{"origin":11088,"position":0},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 :  \u09ac\u09c7\u09b8\u09bf\u0995 (Python Tutorial in Bangla : Basic)","author":"","date":"October 19, 2015","format":false,"excerpt":"\u09b2\u09bf\u0996\u09c7\u099b\u09c7\u09a8: \u0986\u09ac\u09b0\u09be\u09b0 \u09b0\u09c7\u099c\u0993\u09df\u09be\u09a8 \u09b6\u09c1\u09ad 1.1 Python - Tutorial Python \u098f\u0995\u099f\u09bf general-purpose interpreted, \u09b8\u09be\u09a7\u09be\u09b0\u09a3, \u09b8\u09b9\u099c\u09ac\u09cb\u09a7\u09cd\u09af, \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af-\u0995\u09c7\u09a8\u09cd\u09a6\u09cd\u09b0\u09bf\u0995 \u098f\u09ac\u0982 \u0989\u099a\u09cd\u099a\u09ae\u09be\u09a8\u09c7\u09b0 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u09b2\u09cd\u09af\u09be\u0982\u0997\u09c1\u09df\u09c7\u099c\u0964 \u09e7\u09ef\u09ee\u09eb-\u09e7\u09ef\u09ef\u09e6 \u09b8\u09be\u09b2\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0997\u09c1\u0987\u09a6\u09cb \u09ad\u09cd\u09af\u09be\u09a8 \u09b0\u09b8\u09be\u09ae (Guido van Rossum) \u098f\u0987 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u09b2\u09cd\u09af\u09be\u0982\u0997\u09c1\u09df\u09c7\u099c \u09b8\u09c3\u09b7\u09cd\u099f\u09bf \u0995\u09b0\u09c7\u09a8\u0964 \u098f\u0987 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09df\u09be\u09b2\u099f\u09bf Python \u09b8\u09ae\u09cd\u09aa\u09b0\u09cd\u0995\u09c7 \u09af\u09a5\u09c7\u09b7\u09cd\u099f \u09a7\u09be\u09b0\u09a3\u09be \u09a6\u09bf\u09ac\u09c7\u0964 \u0995\u09be\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09af\u09be\u09b0\u09be \u098f\u0995\u09c7\u09ac\u09be\u09b0\u09c7 \u09b6\u09c1\u09b0\u09c1 \u09a5\u09c7\u0995\u09c7 Python \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u09b6\u09bf\u0996\u09a4\u09c7 \u099a\u09be\u09a8,\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11070,"url":"http:\/\/bangla.sitestree.com\/?p=11070","url_meta":{"origin":11088,"position":1},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09af\u09bc\u09be\u09b2 :  \u0987\u09a8\u09cd\u09b8\u099f\u09b2\u09c7\u09b6\u09a8 (Python &#8211; Environment Setup in bangla)","author":"","date":"October 20, 2015","format":false,"excerpt":"\u09b2\u09bf\u0996\u09c7\u099b\u09c7\u09a8: \u0986\u09ac\u09b0\u09be\u09b0 \u09b0\u09c7\u099c\u0993\u09df\u09be\u09a8 \u09b6\u09c1\u09ad \u00a0 1.3 Python - Environment Setup Local Environment Setup Local Environment Setup \u098f\u09b0 \u0995\u09cd\u09b7\u09c7\u09a4\u09cd\u09b0\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0 \u098f\u09b0 \u09b8\u09be\u09b0\u09cd\u099a \u0987\u099e\u09cd\u099c\u09bf\u09a8\u09c7 \u099f\u09be\u0987\u09aa \u0995\u09b0\u09c1\u09a8 \u2018Python\u2019 \u098f\u09ac\u0982 \u09a6\u09c7\u0996\u09c1\u09a8 \u098f\u099f\u09bf \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09ae\u09cd\u09aa\u09bf\u0989\u099f\u09be\u09b0\u09c7 \u0987\u09a8\u09cd\u09b8\u099f\u09b2 \u0995\u09b0\u09be \u0986\u099b\u09c7 \u0995\u09bf\u09a8\u09be, \u098f\u09ac\u0982 \u09af\u09a6\u09bf \u09a5\u09be\u0995\u09c7 \u09a4\u09ac\u09c7 \u098f\u09b0 \u09ad\u09be\u09b0\u09cd\u09b8\u09a8\u099f\u09bf \u099c\u09c7\u09a8\u09c7 \u09b0\u09be\u0996\u09c1\u09a8\u0964 \u098f\u099b\u09dc\u09be\u0993 Python \u098f\u09b0 \u0985\u09ab\u09bf\u09b6\u09bf\u09df\u09be\u09b2 \u0993\u09df\u09c7\u09ac\u09b8\u09be\u0987\u099f (http:\/\/www.python.org\/) \u09a5\u09c7\u0995\u09c7\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11079,"url":"http:\/\/bangla.sitestree.com\/?p=11079","url_meta":{"origin":11088,"position":2},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 : \u09ac\u09c7\u09b8\u09bf\u0995 \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 (Python Basic Syntax in bangla)","author":"","date":"October 21, 2015","format":false,"excerpt":"1.4 Python Basic Syntax \u0986\u09aa\u09a8\u09be\u09b0 Python \u09aa\u09cd\u09b0\u09ae\u09cd\u09aa\u099f \u098f \u09a8\u09bf\u099a\u09c7\u09b0 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u099f\u09bf \u09b2\u09bf\u0996\u09c1\u09a8 \u098f\u09ac\u0982 Enter \u099a\u09be\u09aa\u09c1\u09a8\u0964 >>> print \"Hello, Python!\" \u00a0 \u0985\u09a8\u09c7\u0995 \u09b8\u09ae\u09df \u09a8\u09a4\u09c1\u09a8 \u09ad\u09be\u09b0\u09cd\u09b8\u09a8\u09c7 \u0995\u09be\u099c \u0995\u09b0\u09b2\u09c7 \u09ac\u09cd\u09b0\u09cd\u09af\u09be\u0995\u09c7\u099f\u09c7\u09b0 \u09ad\u09c7\u09a4\u09b0 \u09aa\u09cd\u09b0\u09bf\u09a8\u09cd\u099f \u09b8\u09cd\u099f\u09c7\u099f\u09ae\u09c7\u09a8\u09cd\u099f \u09a6\u09bf\u09a4\u09c7 \u09b9\u09df \u09af\u09c7\u09ae\u09a8, print (\"Hello, Python!\")\u0964 \u09af\u09be\u0987\u09b9\u09cb\u0995, 2.4.3 \u09ad\u09be\u09b0\u09cd\u09b8\u09a8\u09c7 \u09b0\u09be\u09a8 \u0989\u09aa\u09b0\u09c7\u09b0 \u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f\u099f\u09bf \u09b0\u09be\u09a8 \u0995\u09b0\u09b2\u09c7 \u09a8\u09bf\u099a\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2\u099f\u09bf \u0986\u09b8\u09ac\u09c7\u0964 Hello, Python! \u00a0 Python\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11099,"url":"http:\/\/bangla.sitestree.com\/?p=11099","url_meta":{"origin":11088,"position":3},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 : \u09a4\u09be\u09b2\u09bf\u0995\u09be (Python Lists in Bangla)","author":"","date":"October 28, 2015","format":false,"excerpt":"1.11 Python Lists Python \u098f\u09b0 \u09b8\u09ac\u099a\u09c7\u09df\u09c7 \u09ac\u09c7\u09b8\u09bf\u0995 \u09a1\u09be\u099f\u09be \u09b8\u09cd\u099f\u09cd\u09b0\u09be\u0995\u099a\u09be\u09b0 \u09b9\u099a\u09cd\u099b\u09c7 sequence. \u098f\u09b0 \u09aa\u09cd\u09b0\u09a4\u09bf\u099f\u09bf \u0989\u09aa\u09be\u09a6\u09be\u09a8 \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 \u098f\u0995\u099f\u09bf \u09a8\u09be\u09ae\u09cd\u09ac\u09be\u09b0 assign \u0995\u09b0\u09be \u09a5\u09be\u0995\u09c7, \u09af\u09be \u098f\u09b0 \u0985\u09ac\u09b8\u09cd\u09a5\u09be\u09a8\/ \u0987\u09a8\u09cd\u09a1\u09c7\u0995\u09cd\u09b8 \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u09c7\u0964 \u09b8\u09b0\u09cd\u09ac \u09aa\u09cd\u09b0\u09a5\u09ae \u0987\u09a8\u09cd\u09a1\u09c7\u0995\u09cd\u09b8 \u09b9\u099a\u09cd\u099b\u09c7 \u09e6, \u09a4\u09be\u09b0\u09aa\u09b0\u09c7\u09b0\u099f\u09be \u09e7, \u09a4\u09be\u09b0\u09aa\u09b0\u09c7\u09b0\u099f\u09be \u09e8... \u0987\u09a4\u09cd\u09af\u09be\u09a6\u09bf ! Python \u098f \u09ec \u09a7\u09b0\u09a8\u09c7\u09b0 built-in sequence \u0986\u099b\u09c7, \u09a4\u09be\u09a6\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b8\u09ac\u099a\u09c7\u09df\u09c7 \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 \u09b9\u099a\u09cd\u099b\u09c7\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11101,"url":"http:\/\/bangla.sitestree.com\/?p=11101","url_meta":{"origin":11088,"position":4},"title":"\u09aa\u09be\u0987\u09a5\u09a8 \u0997\u09cd\u09b0\u09be\u09ab\u09bf\u0995\u09cd\u09af\u09be\u09b2 \u0987\u0989\u099c\u09be\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 (Tkinter) (Python GUI Programming (Tkinter))","author":"","date":"October 29, 2015","format":false,"excerpt":"Python GUI Programming (Tkinter) \u0997\u09cd\u09b0\u09be\u09ab\u09bf\u0995\u09be\u09b2 \u0987\u0989\u09b8\u09be\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8 (GUIs) \u09a1\u09c7\u09ad\u09c7\u09b2\u09be\u09aa \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af Python \u09ac\u09c7\u09b6 \u0995\u09bf\u099b\u09c1 \u0985\u09aa\u09b6\u09a8 \u09a6\u09bf\u09df\u09c7 \u09a5\u09be\u0995\u09c7\u0964 \u098f\u09a6\u09c7\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09b8\u09ac\u099a\u09c7\u09df\u09c7 \u0997\u09c1\u09b0\u09c1\u09a4\u09cd\u09ac\u09aa\u09c2\u09b0\u09cd\u09a8 \u09b9\u09b2 Tkinter (Python \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9\u0995\u09c3\u09a4 GUI toolkit \u098f\u09b0 \u0987\u09a8\u09cd\u099f\u09be\u09b0\u09ab\u09c7\u09b8), wxPython (\u0993\u09aa\u09c7\u09a8-\u09b8\u09cb\u09b0\u09cd\u09b8 Python \u0987\u09a8\u099f\u09be\u09b0\u09ab\u09c7\u09b8, http:\/\/wxpython.org \u098f \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09ac\u09c7), \u098f\u09ac\u0982 JPython (Java\u2019\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u099a\u09b2\u09bf\u09a4 Python \u09aa\u09cb\u09b0\u09cd\u099f, http:\/\/www.jython.org \u098f \u09aa\u09be\u0993\u09df\u09be \u09af\u09be\u09ac\u09c7)\u0964\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.tutorialspoint.com\/python\/images\/tkwindow.jpg?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":11166,"url":"http:\/\/bangla.sitestree.com\/?p=11166","url_meta":{"origin":11088,"position":5},"title":"C \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 Python \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 (Python Extension Programming with C)","author":"","date":"October 31, 2015","format":false,"excerpt":"C \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 Python \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 C, C++ \u0985\u09a5\u09ac\u09be Java \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u098f\u09b0 \u09af\u09c7\u0995\u09cb\u09a8 \u0995\u09cb\u09a1 Python script \u098f\u09b0 \u09b8\u09be\u09a5\u09c7 \u0987\u09a8\u09cd\u099f\u09c7\u0997\u09cd\u09b0\u09c7\u099f\/ \u09b0\u09c2\u09aa\u09be\u09a8\u09cd\u09a4\u09b0 \u0995\u09b0\u09be \u09af\u09be\u09df, \u09af\u09be\u0995\u09c7 Python \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 \u09ac\u09b2\u09c7\u0964 Python \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 \u09ab\u09be\u0987\u09b2\u0997\u09c1\u09b2\u09cb \u09b8\u09cd\u09ac\u09be\u09ad\u09be\u09ac\u09bf\u0995 C \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09c0\u09b0 \u09ae\u09a4, Unix \u0985\u09aa\u09be\u09b0\u09c7\u099f\u09bf\u0982 \u09b8\u09bf\u09b8\u09cd\u099f\u09c7\u09ae \u098f\u00a0.so\u00a0\u09ab\u09b0\u09ae\u09cd\u09af\u09be\u099f \u0993 Windows \u09ae\u09c7\u09b6\u09bf\u09a8\u09c7.dll\u00a0\u09ab\u09b0\u09ae\u09cd\u09af\u09be\u099f\u09c7\u09b0 \u09b9\u09df\u0964 \u00a0 \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 \u09b2\u09c7\u0996\u09be\u09b0 \u09aa\u09c2\u09b0\u09cd\u09ac\u09b6\u09b0\u09cd\u09a4 Python \u098f\u0995\u09cd\u09b8\u099f\u09c7\u09a8\u09b6\u09a8 \u09b2\u09bf\u0996\u09a4\u09c7 \u09b9\u09b2\u09c7 Python\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"http:\/\/bangla.sitestree.com\/?cat=1613"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/11088","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/130"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11088"}],"version-history":[{"count":3,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/11088\/revisions"}],"predecessor-version":[{"id":11105,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/11088\/revisions\/11105"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=11088"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=11088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}