<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-436209728022730478</id><updated>2025-09-07T13:23:32.713+05:30</updated><category term="Current"/><category term="MOBILE"/><category term="TECH TIPS"/><category term="PRICE"/><category term="PYTHON TIPS"/><category term="Entertainment"/><category term="Review"/><category term="JOB SEQUENCE"/><category term="News"/><category term="Cricket News"/><category term="MAKE MONEY"/><category term="SYSTEM TIPS"/><category term="GOVERNMENT JOBS"/><category term="IPL"/><category term="Health Tips"/><category term="AGRICULTURE TIPS"/><category term="IT JOBS"/><category term="BLOGGER"/><category term="Career Guidance"/><category term="HTML &amp; SCRIPT"/><category term="INTERVIEW TRICKS"/><category term="எங்கள் மொழி"/><category term="தமிழ் டிப்ஸ்"/><category term="Bigg Boss"/><category term="Insurance"/><title type='text'>Latest Tech Updates</title><subtitle type='html'>A blog for tech updates ,python basics,best smartphone under 12000,Online job,earn money online free,interview tips,movie review,computer tips and tricks, trending tech news, technology trends, best Seo tips, best seo for blogger , high cpc keyword for high revenue, Google adsense, search engine optimization, organic traffic, get more views,shorts,how to,theme,templates,blogger 2023,updates 2023,best blogger theme,best seo tips 2023,download,Latest Tech Updates, free domain</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default?start-index=26&amp;max-results=25'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>375</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-1877128190413819595</id><published>2024-06-24T11:47:00.003+05:30</published><updated>2024-06-24T11:47:47.259+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Working with functions in python class 12 computer science 083</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Working with Function in Python&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;A function is a subprogram&amp;nbsp; that act as on data and return the result. Functions improves a program&#39;s clarity and readability and makes programming more efficient by reducing code duplication and breaking down complex task into more manageable small parts.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2024/06/working-with-functions-in-python-class.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;911&quot; data-original-width=&quot;1620&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6kdD43ic45xFTA8uo1JE5BHf9fPWY0xlY9veEWgFKK2q-xqby7uPDaG-7K8FkYd8pSEzQXL9S3yhX-eAFivFXxSbaPct8PcYq-2eQ7mfBZY9HoZPCKwQ7wohuTqulPI1WEOF5RcGZm-TalFFAbdBI7S5DhEgxLtPfEIiscyJiZjfdqkuUnjYJtvjzkJb4/w400-h225/20221025092143_6357aaa7e07da_python_class_12_functions_explained_printed_pdfpage0.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Characteristics of Function&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A function is a block of code that performs a specific task.&lt;/li&gt;&lt;li&gt;A function is a block of code which only runs when it is called.&lt;/li&gt;&lt;li&gt;A function is a block of organized, reusable code that is used to perform a single, related action.&lt;/li&gt;&lt;li&gt;A function is simply a “part” of code that you can use over and over again, rather than writing it out multiple times.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Functions enable programmers to break down or decompose a problem into smaller parts, each of which performs a particular task.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Functions also known as routines, sub-routines, methods, procedures and sub-programs.&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Types of Function:&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;b&gt;Built - In Function&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;Functions based on Module&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;User defined Function&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;1.Built - In Function&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Built -in functions are the predefined functions that are already available in Python.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;For Example:&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;input(), print(), int(), float(), eval(), max() and min()&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;abs(), type(), len(), round(), range()&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;2. Functions based on Module&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;When a program become more lengthy and complex, there arises a need for the tasks to be spilt into smaller segments called modules.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;When we break a program into modules, each module should contain functions that perform related tasks.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;A module in Python is a file that contains a collection of related functions.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Functions of math module:&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;ceil(), floor(), pow(), sqrt(), fabs(), cos(), sin(), tan()&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Functions of random module:&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;randrange(), randint(), random()&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;3.User defined Function&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;A user defined function is created or defined by the def keyword, followed by the function name, parentheses () and colon (:)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Syntax of Python Function&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;def function_name (optional parameters ):&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;				&lt;/span&gt;body of the function&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;function_name(optional parameters values)&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;In Python every function defined by def keyword.&lt;/li&gt;&lt;li&gt;Function must be called/invoked to execute it code.&lt;/li&gt;&lt;li&gt;A function must be defined before the function calling.&lt;/li&gt;&lt;li&gt;Every function return a value using the return statement as the last statement of the function code.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;If a function does not have any return statement then it will return None&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The first line of function definition i.e. def function_name (optional parameters ): is called function header.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;function_name (optional parameters values) statement is called function calling statement&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;For Example:&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;def greetings():&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;print(&quot;Good Morning&quot;)&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;greetings()&lt;/b&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Here def greetings(); is called function header, print(&quot;Good Morning&quot;) is code of the function and greetings() is function calling statement.&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Related Search: (Keywords)&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in Python Class 12 Solutions Type B&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in Python Class 12 programs with output&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in python class 12 pdf&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in python class 12 notes&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in Python Class 12 Solutions Type C&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in Python Class 12 important Questions&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working with functions in python class 12 notes pdf&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/search/label/PYTHON%20TIPS?&amp;amp;max-results=7&quot; target=&quot;_blank&quot;&gt;Working With functions in Python class 12 PPT&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/1877128190413819595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2024/06/working-with-functions-in-python-class.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/1877128190413819595'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/1877128190413819595'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2024/06/working-with-functions-in-python-class.html' title='Working with functions in python class 12 computer science 083'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6kdD43ic45xFTA8uo1JE5BHf9fPWY0xlY9veEWgFKK2q-xqby7uPDaG-7K8FkYd8pSEzQXL9S3yhX-eAFivFXxSbaPct8PcYq-2eQ7mfBZY9HoZPCKwQ7wohuTqulPI1WEOF5RcGZm-TalFFAbdBI7S5DhEgxLtPfEIiscyJiZjfdqkuUnjYJtvjzkJb4/s72-w400-h225-c/20221025092143_6357aaa7e07da_python_class_12_functions_explained_printed_pdfpage0.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-6117487645605448862</id><published>2024-06-20T12:01:00.000+05:30</published><updated>2024-06-20T12:01:50.541+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Class 12 Computer Science notes Chapter 3 Databases Management commands and syntax</title><content type='html'>&lt;h2 style=&quot;text-align: left;&quot;&gt;Class 12 Computer Science notes Chapter 3 Databases Management commands and syntax&lt;/h2&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Structured Query Language-(SQL)&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;SQL is a standard language for storing, manipulating and retrieving data in databases.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;In this blog we can learn about the basic commands of DBMS and how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2024/06/class-12-computer-science-notes-chapter.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;396&quot; data-original-width=&quot;714&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB4hV1P_fiOCukobjhJI7_YG0UMWIudATCKCHdE0AIU1G805k7CaTWGSqcnpz7b-z6XX0rIT4ZHbFBg_UnEL2I5cnfeerhS6FlNvzIIOm49CKp6CSG-DXe83o_cnkIYNfLCNL6We3_k6wVs_P1_XwJCWW7XPAakxHopd35TqYmaQhrC8615gJ0ouyqpaGm/w400-h221/DBMS.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;CREATE&lt;/h4&gt;&lt;p&gt;CREATE TABLE: Used to create the structure of a table.&lt;/p&gt;&lt;p&gt;CREATE TABLE table_name (column1 datatype, column2 datatype, column3&amp;nbsp; datatype,….);&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;ALTER&amp;nbsp;&lt;/h4&gt;&lt;p&gt;ALTER TABLE: Used to implement structure modification.&lt;/p&gt;&lt;p&gt;To add a new column after creating table:&lt;/p&gt;&lt;p&gt;ALTER TABLE table_name ADD column_name datatype;&lt;/p&gt;&lt;p&gt;To modify an existing column.&lt;/p&gt;&lt;p&gt;ALTER TABLE table_name MODIFY COLUMN column_name datatype;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;DROP&amp;nbsp;&lt;/h4&gt;&lt;p&gt;DROP TABLE: To remove a table&amp;nbsp; and remove all of its data&lt;/p&gt;&lt;p&gt;DROP TABLE table_name ;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;INSERT&lt;/h4&gt;&lt;p&gt;INSERT INTO: is used to insert new records in a table.&lt;/p&gt;&lt;p&gt;INSERT INTO table_name (column1,column2,column3, ..) VALUES(value1, value2, value3, ..);&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;SELECT&lt;/h4&gt;&lt;p&gt;SELECT: The SELECT statement is used to select and display data from a database.&lt;/p&gt;&lt;p&gt;SELECT column1, column2, … FROM table_name;&lt;/p&gt;&lt;p&gt;SELECT * FROM table_name;&lt;/p&gt;&lt;p&gt;SELECT column1, column2, … FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;DISTINCT&lt;/h4&gt;&lt;p&gt;DISTINCT: Distinct keyword eliminates duplicate rows from the result of a select statement.&lt;/p&gt;&lt;p&gt;SELECT DISTINCT column1, column2, … FROM table_name;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Read More&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/create-csv-file-by-entering-user-id-and.html&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;Create a CSV file by entering user-id and password, read and search the password for given you.&lt;/a&gt;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;ORDER BY&lt;/h4&gt;&lt;p&gt;ORDER BY : Used to sort the result-set in ascending or descending order.&lt;/p&gt;&lt;p&gt;SELECT column1, column2, … FROM table_name ORDER BY&amp;nbsp; column1 … ASC|DESC;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;GROUP BY&amp;nbsp;&lt;/h4&gt;&lt;p&gt;GROUP BY : Used with aggregate functions (COUNT, MAX, MIN, SUM, AVG) to group the result-set by one or more columns&lt;/p&gt;&lt;p&gt;SELECT column_name(s) FROM table_name WHERE condition GROUP BY column_name(s)&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;HAVING&lt;/h4&gt;&lt;p&gt;HAVING : Places condition on groups.&lt;/p&gt;&lt;p&gt;SELECT column_name(s) FROM table_name WHERE condition GROUP BY column_name(s) HAVING condition&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;MAX ()&lt;/h4&gt;&lt;p&gt;MAX (): To select the maximum value of a particular column.&lt;/p&gt;&lt;p&gt;SELECT MAX(column_name) FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;MIN ()&lt;/h4&gt;&lt;p&gt;MIN (): To select the minimum value of a particular column.&lt;/p&gt;&lt;p&gt;SELECT MIN(column_name) FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;SUM ()&lt;/h4&gt;&lt;p&gt;SUM (): To find the total value of a particular column.&lt;/p&gt;&lt;p&gt;SELECT SUM(column_name) FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;AVG ()&lt;/h4&gt;&lt;p&gt;AVG (): To find the average value of a particular column.&lt;/p&gt;&lt;p&gt;SELECT AVG(column_name) FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;COUNT ()&lt;/h4&gt;&lt;p&gt;COUNT (): Returns the number of records in the table.&lt;/p&gt;&lt;p&gt;SELECT COUNT(column_name) FROM table_name WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;UPDATE&amp;nbsp;&lt;/h4&gt;&lt;p&gt;UPDATE : Used to modify the existing records in a table.&lt;/p&gt;&lt;p&gt;UPDATE table_name SET column1 = value1, column2 = value2, …WHERE condition;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;DELETE&lt;/h4&gt;&lt;p&gt;DELETE : Used to delete existing records in a table.&lt;/p&gt;&lt;p&gt;DELETE FROM table_name WHERE condition;&lt;/p&gt;&lt;p&gt;Read More&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/create-csv-file-by-entering-user-id-and.html&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;Create a CSV file by entering user-id and password, read and search the password for given you.&lt;/a&gt;&lt;/p&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;Related Search:&lt;/h4&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Databases Management class 12 Notes Computer Science&lt;/li&gt;&lt;li&gt;CBSE Revision notes (PDF Download) Free&lt;/li&gt;&lt;li&gt;CBSE Revision notes for Class 12 Computer Science PDF&lt;/li&gt;&lt;li&gt;CBSE Revision notes Class 12 Computer Science – CBSE&lt;/li&gt;&lt;li&gt;CBSE Revisions notes and Key Points Class 12 Computer Science&lt;/li&gt;&lt;li&gt;Summary of the NCERT books all chapters in Computer Science class 12&lt;/li&gt;&lt;li&gt;Short notes for CBSE class 12th Computer Science&lt;/li&gt;&lt;li&gt;Key notes and chapter summary of Computer Science class 12&lt;/li&gt;&lt;li&gt;Quick revision notes for CBSE board exams&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/6117487645605448862/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2024/06/class-12-computer-science-notes-chapter.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6117487645605448862'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6117487645605448862'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2024/06/class-12-computer-science-notes-chapter.html' title='Class 12 Computer Science notes Chapter 3 Databases Management commands and syntax'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB4hV1P_fiOCukobjhJI7_YG0UMWIudATCKCHdE0AIU1G805k7CaTWGSqcnpz7b-z6XX0rIT4ZHbFBg_UnEL2I5cnfeerhS6FlNvzIIOm49CKp6CSG-DXe83o_cnkIYNfLCNL6We3_k6wVs_P1_XwJCWW7XPAakxHopd35TqYmaQhrC8615gJ0ouyqpaGm/s72-w400-h221-c/DBMS.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-8970717707567080404</id><published>2023-07-10T14:11:00.000+05:30</published><updated>2023-07-10T14:11:04.248+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Create a CSV file by entering user-id and password, read and search the password for given userid. | Class XII CS CBSE</title><content type='html'>&lt;h1 style=&quot;text-align: left;&quot;&gt;What is a CSV?&amp;nbsp;&lt;/h1&gt;&lt;p&gt;Comma Separated Values- (CSV) is a simple file format used to store tabular data, such as a spreadsheet or database. A Comma Separated Values- (CSV)&amp;nbsp; file stores tabular data (numbers and text) in plain text. Each line of the file is a data record. Each record consists of one or more fields, separated by commas.&lt;/p&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;csv.reader()&lt;/h2&gt;&lt;p&gt;csvreader is an iterable object. Hence, .next() method returns the current row and advances the iterator to the next row.&amp;nbsp;&lt;/p&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;csv.writer()&lt;/h2&gt;&lt;p&gt;The file object is named as csvfile. The file object is converted to csv.writer object. We save the csv.writer object as csvwriter.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Also check &lt;a href=&quot;https://ramrw7.blogspot.com/2021/11/python-program-to-search-record-of.html&quot; target=&quot;_blank&quot;&gt;Python Program to search the record of a particular student from CSV file on the basis of inputted name&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/create-csv-file-by-entering-user-id-and.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Create a CSV file by entering user-id and password&quot; border=&quot;0&quot; data-original-height=&quot;256&quot; data-original-width=&quot;506&quot; height=&quot;203&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhUbO0VfXb0e2p1TayNEoIHLI2cq_iZ737sXnxVskdsMDO1oYDiZA7XCQnHkW7dtITxX4JiVpjJMd1R1m85NADdEQAexYMYrxTsrICg8YjXR9uDn52JnrOVyXKeeyTtLJ1OXF8-Y_4OpdVi9PPFIC8z1Ldxu1ExyCNkzQTIy67gXDF1sXEPCvT-Z7YYtdF/w400-h203/CSV_Python_Latest_Tech_Updates.jpg&quot; title=&quot;Create a CSV file by entering user-id and password&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Program&lt;/h3&gt;&lt;p&gt;import csv&amp;nbsp;&lt;/p&gt;&lt;p&gt;with open(&quot;user_info.csv&quot;, &quot;w&quot;) as obj:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; fileobj = csv.writer(obj)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; fileobj.writerow([&quot;User Id&quot;, &quot;password&quot;])&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; while(True):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; user_id = input(&quot;enter id: &quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; password = input(&quot;enter password: &quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; record = [user_id, password]&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fileobj.writerow(record)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; x = input(&quot;press Y/y to continue and N/n to terminate the program\n&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if x in &quot;Nn&quot;:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elif x in &quot;Yy&quot;:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; continue&lt;/p&gt;&lt;p&gt;with open(&quot;user_info.csv&quot;, &quot;r&quot;) as obj2:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; fileobj2 = csv.reader(obj2)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; given = input(&quot;enter the user id to be searched\n&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; for i in fileobj2:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; next(fileobj2)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # print(i,given)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if i[0] == given:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(i[1])&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break&lt;/p&gt;&lt;p&gt;Also Check&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/seek-and-tell-in-python-class-12.html&quot; target=&quot;_blank&quot;&gt;seek() and tell() in python class 12 | difference between seek and tell in python with example in Python 2023&lt;/a&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Related searches&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Csv in python example&lt;/li&gt;&lt;li&gt;read csv python pandas&lt;/li&gt;&lt;li&gt;csv file handling in python&lt;/li&gt;&lt;li&gt;csv writer python&lt;/li&gt;&lt;li&gt;import csv python&lt;/li&gt;&lt;li&gt;read_csv python&lt;/li&gt;&lt;li&gt;pip install csv&lt;/li&gt;&lt;li&gt;read specific rows from csv in python pandas&lt;/li&gt;&lt;li&gt;write a python program to create a csv file by entering user id and password&lt;/li&gt;&lt;li&gt;write a python program to implement a stack using list.&lt;/li&gt;&lt;li&gt;create password csv file&lt;/li&gt;&lt;li&gt;create a binary file with roll number, name and marks. input a roll number and update the marks.&lt;/li&gt;&lt;li&gt;write a python program to read each row from a given csv file and print a list of strings&lt;/li&gt;&lt;li&gt;write a program to add employee records into a csv file&lt;/li&gt;&lt;li&gt;read the given csv file and display the maximum salary&lt;/li&gt;&lt;li&gt;write a program to read the csv file and display the content&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/8970717707567080404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/07/create-csv-file-by-entering-user-id-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8970717707567080404'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8970717707567080404'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/07/create-csv-file-by-entering-user-id-and.html' title='Create a CSV file by entering user-id and password, read and search the password for given userid. | Class XII CS CBSE'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhUbO0VfXb0e2p1TayNEoIHLI2cq_iZ737sXnxVskdsMDO1oYDiZA7XCQnHkW7dtITxX4JiVpjJMd1R1m85NADdEQAexYMYrxTsrICg8YjXR9uDn52JnrOVyXKeeyTtLJ1OXF8-Y_4OpdVi9PPFIC8z1Ldxu1ExyCNkzQTIy67gXDF1sXEPCvT-Z7YYtdF/s72-w400-h203-c/CSV_Python_Latest_Tech_Updates.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-6384926537114560098</id><published>2023-07-08T12:22:00.003+05:30</published><updated>2023-07-08T12:26:08.450+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>How to implement stack in Python 2023</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Stack implementation in Python&amp;nbsp; (Push(),Pop() and Peek())&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first. It has three primitive operations:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Push: Add an element to the stack&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Pop: Remove an element from the stack&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Peek: Get the topmost element of the stack&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Python, a stack is implemented using a list object.&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;To push an item in the stack, use the list function append list.append(item)&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;To pop an item in the stack, use the list function pop list.pop()&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;To get the top most item in the stack, write list[-1]&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/how-to-implement-stack-in-python-2023.html&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;Stack implementation in python- Latest Tech Updates&quot; border=&quot;0&quot; data-original-height=&quot;535&quot; data-original-width=&quot;1111&quot; height=&quot;193&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdAaIsFTu0RLBCHQpbSFLAgwb1BH7JpBhOjlwbjDgS9H_cxgT9jikuy5DBePyxI7IuLEmXWQvOG7QRb98mWN9puCRfeZicauShnXK7oFovfFtteLNLO1M7_LINmkZRcL0n4JatRCD8tiiTYml2cJNcom_u-8h9X0FNwgvRTacz1dXy2YY7fkTgpT5kxtyS/w400-h193/Stack%20implementation%20in%20python.png&quot; title=&quot;Stack implementation in python- Latest Tech Updates&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;The following illustration explains the concept:&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list=[]&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list.append(1) # append 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;push:&quot;,list)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list.append(2) # append 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;push:&quot;,list)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list.append(3) # append 3&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;push:&quot;,list)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list.pop() # pop 3&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;pop:&quot;,list)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;peek:&quot;,list[-1]) # get top most element&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;list.pop() # pop 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;pop:&quot;,list)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;print(&quot;peek:&quot;,list[-1]) # get top most element&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Also &lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/seek-and-tell-in-python-class-12.html&quot; target=&quot;_blank&quot;&gt;Check&amp;nbsp;seek() and tell() in python class 12&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Stack Implementation using Python&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;We Will try to implement this data structure in the Python programming language. There are various ways to implement the stack data structure in Python. We will do it in the easiest way, which is by using a list.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The list is an in-built data structure in Python, and it can be used as a stack. We can use the append() method to push elements to the top of the stack. We also have the pop() method which removes the items in LIFO order.&amp;nbsp;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Applications of Stack Data Structure&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack is a simple data structure to implement, it is very powerful. The most common uses of a stack are:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;To reverse a word - Put all the letters in a stack and pop them out. Because of the LIFO order of stack, you will get the letters in reverse order.&lt;/li&gt;&lt;li&gt;In compilers - Compilers use the stack to calculate the value of expressions like 2 + 4 / 5 * (7 - 9) by converting the expression to prefix or postfix form.&lt;/li&gt;&lt;li&gt;In browsers - The back button in a browser saves all the URLs you have visited previously in a stack. Each time you visit a new page, it is added on top of the stack. When you press the back button, the current URL is removed from the stack, and the previous URL is accessed.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Example Program-1&lt;/h3&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Given below is the Python code that implements the stack data structure.&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;stack = []&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;max_size = int(input(&quot;Enter the max limit of the stack: &quot;))&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;while True:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; print(&quot;What do you want to do? &quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; print(&quot;1. Push&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; print(&quot;2. Pop&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; print(&quot;3. Exit&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; choice = int(input(&quot;Enter your choice: &quot;))&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; if choice == 1:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(len(stack) == max_size):&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&quot;Stack is full.&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value = input(&quot;Enter the value: &quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stack.append(value)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&#39;Stack after elements are pushed:&#39;, stack)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; elif choice == 2:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(len(stack) == 0):&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&quot;Stack is empty.&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; stack.pop()&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&#39;Stack after elements are popped:&#39;, stack)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; elif choice == 3:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&quot;Invalid choice.&quot;)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; print()&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Output:&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter the max limit of the stack: 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter the value: Red&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are pushed: [&#39;Red&#39;]&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter the value: Blue&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are pushed: [&#39;Red&#39;, &#39;Blue&#39;]&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack is full.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are pushed: [&#39;Red&#39;, &#39;Blue&#39;]&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are popped: [&#39;Red&#39;]&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are popped: []&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack is empty.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Stack after elements are popped: []&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;What do you want to do?&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;1. Push&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;2. Pop&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;3. Exit&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Enter your choice: 3&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Example Program -2&lt;/h3&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&amp;nbsp;Stack implementation in python&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;# Creating a stack&lt;/div&gt;&lt;div&gt;def create_stack():&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; stack = []&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; return stack&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;# Creating an empty stack&lt;/div&gt;&lt;div&gt;def check_empty(stack):&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; return len(stack) == 0&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;# Adding elements into the stack&lt;/div&gt;&lt;div&gt;def push(stack, item):&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; stack.append(item)&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; print(&quot;pushed item: &quot; + item)&lt;/div&gt;&lt;div&gt;# Removing an element from the stack&lt;/div&gt;&lt;div&gt;def pop(stack):&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; if (check_empty(stack)):&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &quot;stack is empty&quot;&lt;/div&gt;&lt;div&gt;&amp;nbsp; &amp;nbsp; return stack.pop()&lt;/div&gt;&lt;div&gt;stack = create_stack()&lt;/div&gt;&lt;div&gt;push(stack, str(1))&lt;/div&gt;&lt;div&gt;push(stack, str(2))&lt;/div&gt;&lt;div&gt;push(stack, str(3))&lt;/div&gt;&lt;div&gt;push(stack, str(4))&lt;/div&gt;&lt;div&gt;print(&quot;popped item: &quot; + pop(stack))&lt;/div&gt;&lt;div&gt;print(&quot;stack after popping an element: &quot; + str(stack))&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/08/read-text-file-line-by-line-and-display.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Also Read - Read a text file line by line and display each word separated by a &#39;#&#39; in Python | CBSE 12&lt;/b&gt;&lt;/a&gt;&lt;/div&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Search Related Tags&amp;nbsp;&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;push and pop operation in stack in data structure&lt;/li&gt;&lt;li&gt;write a python program to implement push and pop operation using list&lt;/li&gt;&lt;li&gt;queue in python&lt;/li&gt;&lt;li&gt;stack in python&lt;/li&gt;&lt;li&gt;stack program in python&lt;/li&gt;&lt;li&gt;stack in python w3schools&lt;/li&gt;&lt;li&gt;stack in python pdf&lt;/li&gt;&lt;li&gt;write a python program to implement stack using list class 12&lt;/li&gt;&lt;li&gt;stack operations in python&lt;/li&gt;&lt;li&gt;stack implementation using list in python&lt;/li&gt;&lt;li&gt;peek in stack python&lt;/li&gt;&lt;li&gt;queue in python&lt;/li&gt;&lt;li&gt;stack top in python&lt;/li&gt;&lt;li&gt;stack program in python class 12 pdf&lt;/li&gt;&lt;li&gt;check if stack is empty python&lt;/li&gt;&lt;li&gt;stack implementation using list in python&lt;/li&gt;&lt;li&gt;stack in python pdf&lt;/li&gt;&lt;li&gt;write a python program to implement push and pop operation using list&lt;/li&gt;&lt;li&gt;stack in python w3schools&lt;/li&gt;&lt;li&gt;stack operations in python&lt;/li&gt;&lt;li&gt;stack in python using function&lt;/li&gt;&lt;li&gt;queue in python&lt;/li&gt;&lt;li&gt;stack top in python&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/6384926537114560098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/07/how-to-implement-stack-in-python-2023.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6384926537114560098'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6384926537114560098'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/07/how-to-implement-stack-in-python-2023.html' title='How to implement stack in Python 2023'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdAaIsFTu0RLBCHQpbSFLAgwb1BH7JpBhOjlwbjDgS9H_cxgT9jikuy5DBePyxI7IuLEmXWQvOG7QRb98mWN9puCRfeZicauShnXK7oFovfFtteLNLO1M7_LINmkZRcL0n4JatRCD8tiiTYml2cJNcom_u-8h9X0FNwgvRTacz1dXy2YY7fkTgpT5kxtyS/s72-w400-h193-c/Stack%20implementation%20in%20python.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-2305127195461870389</id><published>2023-07-07T20:46:00.000+05:30</published><updated>2023-07-07T20:46:52.469+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE"/><category scheme="http://www.blogger.com/atom/ns#" term="PRICE"/><title type='text'>Wow OnePlus Nord 3 5G out now with price Starting at ₹33,999</title><content type='html'>&lt;p style=&quot;text-align: justify;&quot;&gt;Wow OnePlus has launched OnePlus Nord 3 5G in India at OnePlus&amp;nbsp;Summer Launch event. OnePlus Nord 3 5G’s MediaTek Dimensity 9000 chipset has flagship-level performance, but the secret sauce is the LPDDR5X RAM for a face-melting Fast and Smooth experience.&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Feature Highlights&amp;nbsp;&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Super Fluid AMOLED display to 17.12cm (6.74 inches5)&amp;nbsp;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;MediaTek Dimensity 9000&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;OxygenOS 13.1 based on Android™ 13&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;50 MP IMX890 Main Camera + OIS&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;8GB+128GB / 16GB+256GB&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;&lt;p style=&quot;font-size: medium; font-weight: 400;&quot;&gt;Overall the OnePlus has given the new good smartphone with top features, Here are the new and unique features of OnePlus Nord 3 5G.&lt;/p&gt;&lt;p style=&quot;font-size: medium; font-weight: 400;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Operating System: OxygenOS 13.1 based on Android™ 13&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;CPU: MediaTek Dimensity 9000&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;GPU: Arm® Mali G710 MC10&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;RAM: 8GB/16GB LPDDR5X&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Storage: 128GB/256GB UFS 3.1&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Available configurations: 8GB+128GB / 16GB+256GB&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;Vibration: Haptic motor&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/wow-oneplus-nord-3-5g-out-now-with.html&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;OnePlus Nord 3 5G Latest Tech Updates&quot; border=&quot;0&quot; data-original-height=&quot;290&quot; data-original-width=&quot;525&quot; height=&quot;221&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7p27zOv8svQB7ecAsqCZ9WJBrB4_1CbeRmueJIZ5q0Ncv-DncZCzn4IdTCBZ4G_W9YHWwHtcUAvQaDkOJvs1S6lUFapsIVw8kLZDp55u0mZvkyNH3fVwSJ4VS8UtzW6_k9p-_siU-hDryvY1_I7wNHNQuoaBNJxmKD6jbQbrqD_5upLkO1FmRfI7RitFY/w400-h221/OnePlus%20Nord%203%205G-Latest%20Tech%20Updates-compressed.jpg&quot; title=&quot;OnePlus Nord 3 5G Latest Tech Updates&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;clear: both; text-align: left;&quot;&gt;Display&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Size: 17.12 centimeters (6.74 inches)&lt;/li&gt;&lt;li&gt;Resolution: 2772 x 1240 pixels, 450 ppi&lt;/li&gt;&lt;li&gt;Screen-to-body Ratio: 93.5%&lt;/li&gt;&lt;li&gt;Aspect Ratio: 20.1:9&lt;/li&gt;&lt;li&gt;Refresh Rate: 40-120 Hz dynamic&lt;/li&gt;&lt;li&gt;Type: 120 Hz Super Fluid AMOLED&lt;/li&gt;&lt;li&gt;Touch Response Rate: Up to 1000 Hz&lt;/li&gt;&lt;li&gt;Support sRGB, Display P3, 10-bit Color Depth, HDR10+&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Camera&amp;nbsp; Primary &amp;amp; Secondary&amp;nbsp;&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Sensor: Sony IMX890&lt;/li&gt;&lt;li&gt;Sensor Size: 1/1.56&quot;&lt;/li&gt;&lt;li&gt;Megapixels: 50&lt;/li&gt;&lt;li&gt;Focal Length: 24mm equivalent&lt;/li&gt;&lt;li&gt;Lens Quantity: 6P&lt;/li&gt;&lt;li&gt;Autofocus: PDAF&lt;/li&gt;&lt;li&gt;Pixel Size: 1.0 µm&lt;/li&gt;&lt;li&gt;Aperture: ƒ/1.8&lt;/li&gt;&lt;li&gt;EIS support&lt;/li&gt;&lt;li&gt;OIS support&lt;/li&gt;&lt;li&gt;Ultra-Wide Camera&lt;/li&gt;&lt;li&gt;Megapixels: 8&lt;/li&gt;&lt;li&gt;Ultra-wide Angle: 112°&lt;/li&gt;&lt;li&gt;Autofocus: Fixed Focus&lt;/li&gt;&lt;li&gt;Pixel Size: 1.12 µm&lt;/li&gt;&lt;li&gt;Aperture: ƒ/2.2&lt;/li&gt;&lt;li&gt;Macro Lens&lt;/li&gt;&lt;li&gt;Megapixels: 2&lt;/li&gt;&lt;li&gt;Effective Shooting Distance: 4cm&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;RAM &amp;amp; Storage&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Do you like RAM? Because this phone has up to 16 GB of fast LPDDR5X RAM. And it has RAM-Vita, which is a RAM management feature, so you can do boss-level multitasking with your RAM. The RAM-ifications are insane!&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Also Read&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/05/the-all-new-poco-f5-5g-snapdragon-7-gen.html&quot; target=&quot;_blank&quot;&gt;POCO F5 5G Snapdragon® 7+ Gen 2 full 120Hz Flow AMOLED&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Sound&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;We inflated OnePlus Nord 3 5G’s Super Fluid AMOLED display to 17.12cm (6.74 inches5) with an extra-large 120 Hz adaptive dynamic frame rate for jaw-dropping views and effortless swipes. Take advantage of the dual speakers with Dolby Atmos on the side for an all-around immersive streaming and gaming experience.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Camera&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;50 MP IMX890 Main Camera + OIS&lt;/li&gt;&lt;li&gt;4cm Macro Lens&lt;/li&gt;&lt;li&gt;112° Ultra Wide Camera&lt;/li&gt;&lt;li&gt;4K Sixty&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Shoot hyper-smooth 4K 60 fps video, even in low lighting, with help from AI noise reduction magic from the MediaTek 9000 chipset.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Battery and Charching&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;OnePlus Nord 3 5G up with an absolute unit of a 5,000 mAh equivalent battery7, backed up by 80W SUPERVOOC charging that jacks your battery up to a day’s power in just 15 minutes8. (Environmental ambient temperature: 25°C ± 1°C, charging from 1% to roughly 60% of the battery.) OnePlus Nord ‘s ‘VOOC is so super, its full name is actually “80W SUPEVOOC charching your battery upto a days power in just 15min.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;OS&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;OnePlus Nord 3 5G comes with OxygenOS 13.1 out of the box10. This seamlessly smooth OS is inspired by nature and comes with some extra-useful tools.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Price&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;font-size: medium; font-weight: 400;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;8 GB RAM + 128 GB Storage: 33,999 (inclusive of all taxes)&amp;nbsp;&amp;nbsp;&lt;/li&gt;&lt;li&gt;16 GB RAM + 256 GB Storage: 37,999 (inclusive of all taxes)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Click heere to know full specification - &lt;a href=&quot;https://www.googleadservices.com/pagead/aclk?sa=L&amp;amp;ai=DChcSEwirjvr06_z_AhWLmWYCHZTqD1YYABACGgJzbQ&amp;amp;ohost=www.google.com&amp;amp;cid=CAESbOD2xazTPkSbUjnxooUpRDnSvgP4ae5x0oJ_nxCJddqmtUXh-fbRcu3qRmDI-0YXNIjNovm-rgKEMVAwm9Ma3FBCcFmuKJy5T2QTy8ZYtH2vtKVR3FrPJYJNPNe5dN8tjwN06V0ntnlD-FyGNw&amp;amp;sig=AOD64_3jOFg4VCVPLD-7KEn08Ur6dQwo3A&amp;amp;q&amp;amp;adurl&amp;amp;ved=2ahUKEwjVqPH06_z_AhWg9zgGHe6EBDA4ChDRDHoECAUQAQ&quot; target=&quot;_blank&quot;&gt;OnePlus Nord 3 5G&amp;nbsp;&amp;nbsp;(Official website)&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Related Search Tags&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;oneplus nord 3 release date&lt;/li&gt;&lt;li&gt;oneplus nord 3 official website&lt;/li&gt;&lt;li&gt;oneplus nord 3 amazon&lt;/li&gt;&lt;li&gt;oneplus nord 3 lite&lt;/li&gt;&lt;li&gt;oneplus nord 2&lt;/li&gt;&lt;li&gt;oneplus nord 3 review&lt;/li&gt;&lt;li&gt;oneplus nord 3 gsmarena&lt;/li&gt;&lt;li&gt;oneplus nord 3 5g release date&lt;/li&gt;&lt;li&gt;oneplus nord 3 price in india flipkart&lt;/li&gt;&lt;li&gt;oneplus nord 3 5g release date&lt;/li&gt;&lt;li&gt;oneplus nord 3 official website&lt;/li&gt;&lt;li&gt;oneplus nord 3 specifications&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/2305127195461870389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/07/wow-oneplus-nord-3-5g-out-now-with.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2305127195461870389'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2305127195461870389'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/07/wow-oneplus-nord-3-5g-out-now-with.html' title='Wow OnePlus Nord 3 5G out now with price Starting at ₹33,999'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7p27zOv8svQB7ecAsqCZ9WJBrB4_1CbeRmueJIZ5q0Ncv-DncZCzn4IdTCBZ4G_W9YHWwHtcUAvQaDkOJvs1S6lUFapsIVw8kLZDp55u0mZvkyNH3fVwSJ4VS8UtzW6_k9p-_siU-hDryvY1_I7wNHNQuoaBNJxmKD6jbQbrqD_5upLkO1FmRfI7RitFY/s72-w400-h221-c/OnePlus%20Nord%203%205G-Latest%20Tech%20Updates-compressed.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-3534341724479556600</id><published>2023-07-04T22:11:00.000+05:30</published><updated>2023-07-04T22:11:21.307+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>seek() and tell() in python class 12 | difference between seek and tell in python with example in Python 2023</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;seek() and tell() in python&amp;nbsp;&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Data file handling Within a file, we can get the current
position of cursor and move the cursor. To do this python gives us two functions,
tell()and seek().&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Highlights&amp;nbsp;&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;tell() method&lt;/li&gt;&lt;li&gt;seek() method&lt;/li&gt;&lt;li&gt;Example Program&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;tell() method&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;This function returns an integer that specifies the current position of the file object in the file. The
position so specified is the byte position from the beginning of the file till the current position of the file object.&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;The syntax of using tell() is: file_object.tell()&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/seek-and-tell-in-python-class-12.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;seek() and tell() in python class 12&quot; border=&quot;0&quot; data-original-height=&quot;343&quot; data-original-width=&quot;615&quot; height=&quot;223&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXZcGG9II1AWDYjOo5WM_oJWbyxarKY8H4qo8nRzWx1b-wDUZPJJdinMpF-pY7Drud638Fna-jOOkppI0xSSWWF34haKnuSXgtD5N08gqQ-nSFppQc6Edzj4zM7aQIhYi-W0VoKcrzcmaXNCp2FBUMVzwA0liJ7T8jci-Bi_kOZR5VcANixEh4qr4fib_H/w400-h223/Python-file-seek-function-example-Latest%20Tech%20Updates-compressed.jpg&quot; title=&quot;seek() and tell() in python class 12&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;seek() method&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;This method is used to position the file object at a particular position in a file. The syntax of seek() is:&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;file_object.seek(offset [, reference_point]) In the above syntax, offset is the number of bytes by which the file object is to be moved. reference point indicates the starting position of the file object. That is, with reference to which position, the offset has to be counted. It can have any of the following values:&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;0 - beginning of the file&lt;/li&gt;&lt;li&gt;1 - current position of the file&lt;/li&gt;&lt;li&gt;2 - end of file&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;By default, the value of reference_point is 0, i.e. the offset is counted from the beginning of the file. For example, the statement fileObject.seek(5,0) will position the file object at 5th byte position from the beginning of the file. The code in Program 2-2 below demonstrates the usage of seek() and tell().&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;offset - Required parameter. Sets the cursor to the
specified position and starts reading after that position. whence - Optional parameter. It is used to set the point of
reference to start from which place.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;0 - Default. Sets the point of reference at the beginning of
the file. Equivalent to os.SEEK_SET.&lt;/li&gt;&lt;li&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;1 - Sets the point of reference at the current position of
the file. Equivalent to os.SEEK_CUR.&lt;/li&gt;&lt;li&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;2 - Sets the point of reference at the end of the file.
Equivalent to os.SEEK_END.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;b&gt;Also check&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/binary-file-handling-in-python-class-12.html&quot; target=&quot;_blank&quot;&gt;Binary File Handling in Python class 12 cbse | Binary File | dump() and load() | Pickling and un pickling 2023&lt;/a&gt;&lt;/b&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Application of seek() and tell()&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;/i&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(&quot;Learning to move the file object&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;fileobject=open(&quot;testfile.txt&quot;,&quot;r+&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;str=fileobject.read()&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(str)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(&quot;Initially, the position of the file object is:
&quot;,fileobject.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;tell())&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;fileobject.seek(0)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(&quot;Now the file object is at the beginning of the
file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&quot;,fileobject.tell())&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;fileobject.seek(10)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(&quot;We are moving to 10th byte position from the
beginning of&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;file&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(&quot;The position of the file object is at&quot;,
fileobject.tell())&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;str=fileobject.read()&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(str)&lt;/i&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Output of Program 2-2:&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;RESTART:
Path_to_file\Program2-2.py&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Learning to move the file object&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;roll_numbers = [1, 2, 3, 4, 5, 6]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Initially, the position of the file object is: 33&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Now the file object is at the beginning of the file: 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;We are moving to 10th byte position from the beginning of
file&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;The position of the file object is at 10&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;numbers = [1, 2, 3, 4, 5, 6]&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Example 2:&amp;nbsp;&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;fh = open (&quot;text.txt&quot;, &quot;r+&quot;)&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;print (&quot;Name of the file: &quot;, fh.name)&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;line_1 = fh.readline()&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;print (&quot;Read Line: %s&quot; % (line_1))&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; # Again, set the pointer to the beginning&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;fh.seek (0, 1)&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;line_2 = fh.readline()&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;print (&quot;Read Line: %s&quot; % (line_2))&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;# Close opend file&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;fh.close()&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Also Check&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/10/read-text-file-line-by-line-and-display.html&quot; target=&quot;_blank&quot;&gt;Simple way to Read a text file line by line and display each word separated by a # | Python Class 12 computer science 083 new&lt;/a&gt;&amp;nbsp;&lt;/b&gt;&lt;b style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Related Tags &lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;seek() function in python example&lt;/li&gt;&lt;li&gt;tell() in python&lt;/li&gt;&lt;li&gt;difference between seek and tell in python&lt;/li&gt;&lt;li&gt;difference between seek and tell in python with example&lt;/li&gt;&lt;li&gt;seek and tell in python class 12&lt;/li&gt;&lt;li&gt;seek in python w3schools&lt;/li&gt;&lt;li&gt;seek(n 1) function in python&lt;/li&gt;&lt;li&gt;write the use of seek &amp;amp; tell function.&lt;/li&gt;&lt;li&gt;difference between seek and tell in python&lt;/li&gt;&lt;li&gt;seek() function in python example&lt;/li&gt;&lt;li&gt;difference between seek and tell in python with example&lt;/li&gt;&lt;li&gt;seek() function in python&lt;/li&gt;&lt;li&gt;tell() function in python&lt;/li&gt;&lt;li&gt;what is the use of seek() method in files&lt;/li&gt;&lt;li&gt;csv file in python cbse class 12&lt;/li&gt;&lt;li&gt;seek(n 1) function in python&lt;/li&gt;&lt;/ul&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/3534341724479556600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/07/seek-and-tell-in-python-class-12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/3534341724479556600'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/3534341724479556600'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/07/seek-and-tell-in-python-class-12.html' title='seek() and tell() in python class 12 | difference between seek and tell in python with example in Python 2023'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXZcGG9II1AWDYjOo5WM_oJWbyxarKY8H4qo8nRzWx1b-wDUZPJJdinMpF-pY7Drud638Fna-jOOkppI0xSSWWF34haKnuSXgtD5N08gqQ-nSFppQc6Edzj4zM7aQIhYi-W0VoKcrzcmaXNCp2FBUMVzwA0liJ7T8jci-Bi_kOZR5VcANixEh4qr4fib_H/s72-w400-h223-c/Python-file-seek-function-example-Latest%20Tech%20Updates-compressed.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-595798773844870312</id><published>2023-07-03T21:23:00.002+05:30</published><updated>2023-07-03T22:05:49.657+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Binary File Handling in Python class 12 cbse  | Binary File | dump() and load() | Pickling and un pickling 2023</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Binary File Handling in Python&lt;span style=&quot;color: #202124;&quot;&gt;&amp;nbsp;class 12&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;&lt;h1 style=&quot;text-align: justify;&quot;&gt;Topics Covered&amp;nbsp;&lt;/h1&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Introduction to Files&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Types of Files&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Binary Files&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Pickle Module&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Method dump() &amp;amp; load()&amp;nbsp;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Sample Program&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;Introduction to Files&lt;/span&gt;&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Python that accept the input
manipulate it and display the output. A file is a named location on a secondary
storage media where data are permanently stored for later access.&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/07/binary-file-handling-in-python-class-12.htmlQK45j3W8aMBGpjFvfIp5jxwSGQXCPrKKk0EjlbJ1FvlWADKqlrV20l8ddvHZPWVZ5zT45Gs4KDGZL1O7ElxMCM9gJBKn5GmD/s738/images-compressed.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;414&quot; data-original-width=&quot;738&quot; height=&quot;225&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5kkMa5uSivxSuUFWJjHozf3mwJh6pbuy-4etGt4Tv2lTLVN7uFYULO_d4BTsZN5hbODutmBRlECBtPGDC_nxu748fstm2QK45j3W8aMBGpjFvfIp5jxwSGQXCPrKKk0EjlbJ1FvlWADKqlrV20l8ddvHZPWVZ5zT45Gs4KDGZL1O7ElxMCM9gJBKn5GmD/w400-h225/images-compressed.jpg&quot; title=&quot;Binary File Handling in Python&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Types of Files&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: justify;&quot;&gt;There are two types of data files &lt;/h4&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;text file &lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;binary file. &lt;/li&gt;&lt;/ol&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Text Files&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;A text file consists of human readable characters, which can
be opened by any text editor. &lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;they are
stored in sequence of bytes consisting of 0s and 1s. In ASCII, UNICODE or any
other encoding scheme&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Binary Files &lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;binary files are made up of non-human readable characters
and symbols, which require specific programs to access its contents.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Binary files are also stored in terms of bytes (0s and 1s), but
unlike text files, these bytes do not represent the ASCII values of characters.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Now we are going to discuss about Binary files&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;Pickle Module&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Python considers everything as an object. So, all data types
including list, tuple, dictionary, etc. are also considered as objects. Python
provides a module called Pickle. The module Pickle is used for serializing and
de-serializing any Python object structure. Pickling is a method of preserving
food items by placing them in some solution, which increases the shelf life.
The pickle module provides two methods - dump() and load() to work with binary
files for pickling and unpickling, respectively. &lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Serialization is the process of transforming data or an
object in memory (RAM) to a stream of bytes called byte streams. These byte
streams in a binary file can then be stored in a disk or in a database or sent
through a network. Serialization process is also called pickling.
De-serialization or unpickling is the inverse of pickling process where a byte
stream is converted back to Python object. &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: justify;&quot;&gt;The dump() method&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;This method is used to convert (pickling) Python objects for
writing data in a binary file. The file in which data are to be dumped, needs
to be opened in binary write mode (wb).&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;Syntax of dump() is as follows:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;dump(data_object, file_object)&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Eg:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: left;&quot;&gt;Pickling data in Python&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;import pickle&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;listvalues=[1,&quot;Geetika&quot;,&#39;F&#39;, 26]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fileobject=open(&quot;mybinary.dat&quot;, &quot;wb&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;pickle.dump(listvalues,fileobject)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fileobject.close()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;Also check&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/08/read-text-file-line-by-line-and-display.html&quot; target=&quot;_blank&quot;&gt;Read text line by line and display uppercase, lowercase, digits, vowels and consonants&lt;/a&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: left;&quot;&gt;The load() method&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;This method is used to load (unpickling) data from a binary
file. The file to be loaded is opened in binary read (rb) mode. Syntax of
load() is as follows: &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;Store_object = load(file_object)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: left;&quot;&gt;Unpickling data in Python&lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;import pickle&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print(&quot;The data that were stored in file are: &quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fileobject=open(&quot;mybinary.dat&quot;,&quot;rb&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;objectvar=pickle.load(fileobject)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fileobject.close()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print(objectvar)&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;Program to create a binary file with some data &lt;/h4&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;import pickle&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fh=open(&quot;ram1.bat&quot;,&quot;wb&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;data={}&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;conf=&quot;y&quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;while conf==&quot;y&quot;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;name=input(&quot;Enter Name:&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;age=int(input(&quot;Enter Age:&quot;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;Class=int(input(&quot;Enter the Class:&quot;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;data[&quot;NAME&quot;]=name&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;data[&quot;Stu_Age&quot;]=age&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;data[&quot;Class&quot;]=Class&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;pickle.dump(data,fh)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;print(&quot;Stored!!!!!!&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;conf=input(&quot;Do you want to cont.--Yes or No:&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;fh.close()&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;&lt;/p&gt;

&lt;h4 style=&quot;text-align: left;&quot;&gt;To perform basic operations on a binary file using pickle
module&lt;/h4&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;# Program to write and read employee records in a binary
file&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;import pickle&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print(&quot;WORKING WITH BINARY FILES&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;bfile=open(&quot;empfile.dat&quot;,&quot;ab&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;recno=1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print (&quot;Enter Records of Employees&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;#taking data from user and dumping in the file as list
object&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;while True:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print(&quot;RECORD
No.&quot;, recno)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;eno=int(input(&quot;\tEmployee number :
&quot;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;ename=input(&quot;\tEmployee Name : &quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;ebasic=int(input(&quot;\tBasic Salary :
&quot;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;allow=int(input(&quot;\tAllowances : &quot;))&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;totsal=ebasic+allow&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print(&quot;\tTOTAL
SALARY : &quot;, totsal)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;edata=[eno,ename,ebasic,allow,totsal]&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;pickle.dump(edata,bfile)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;ans=input(&quot;Do
you wish to enter more records (y/n)? &quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;recno=recno+1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;if ans.lower()==&#39;n&#39;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print(&quot;Record
entry OVER &quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;break&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;# retrieving the size of file&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print(&quot;Size of binary file (in
bytes):&quot;,bfile.tell())&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;bfile.close()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;# Reading the employee records from the file using load()
module&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print(&quot;Now reading the employee records from the
file&quot;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;print()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;readrec=1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;try:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;with open(&quot;empfile.dat&quot;,&quot;rb&quot;) as bfile:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;while True:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;edata=pickle.load(bfile)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print(&quot;Record
Number : &quot;,readrec)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;print(edata)&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;readrec=readrec+1&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;except EOFError:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;mso-spacerun: yes;&quot;&gt;&amp;nbsp;&lt;/span&gt;pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;bfile.close()&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&amp;nbsp;Also check&amp;nbsp;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/08/create-binary-file-with-name-and-roll.html&quot; target=&quot;_blank&quot;&gt;create binary file with name and roll no. &lt;/a&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;h3 style=&quot;text-align: left;&quot;&gt;Search Related Tags &lt;/h3&gt;&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;amongst which of the following is / are the method used to
unpickling data from a binary file?&lt;/li&gt;&lt;li&gt;dump and load in python pickle&lt;/li&gt;&lt;li&gt;pickle.load in python&lt;/li&gt;&lt;li&gt;pickle.dump in python&lt;/li&gt;&lt;li&gt;python pickle example&lt;/li&gt;&lt;li&gt;pickle module in python&lt;/li&gt;&lt;li&gt;pickling and unpickling in python&lt;/li&gt;&lt;li&gt;how to append data in binary file in python using pickle&lt;/li&gt;&lt;li&gt;binary file program in python class 12&lt;/li&gt;&lt;li&gt;binary files in python class 12 notes&lt;/li&gt;&lt;li&gt;binary file questions in python class 12&lt;/li&gt;&lt;li&gt;computer science syllabus class 12 2023-24&lt;/li&gt;&lt;li&gt;class 12 computer science syllabus 2023-24 pdf&lt;/li&gt;&lt;li&gt;computer science deleted syllabus class 12 2023&lt;/li&gt;&lt;li&gt;computer science syllabus class 12 2023 pdf&lt;/li&gt;&lt;li&gt;binary file handling in python class 12 questions and
answers&lt;/li&gt;&lt;/ul&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/595798773844870312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/07/binary-file-handling-in-python-class-12.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/595798773844870312'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/595798773844870312'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/07/binary-file-handling-in-python-class-12.html' title='Binary File Handling in Python class 12 cbse  | Binary File | dump() and load() | Pickling and un pickling 2023'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5kkMa5uSivxSuUFWJjHozf3mwJh6pbuy-4etGt4Tv2lTLVN7uFYULO_d4BTsZN5hbODutmBRlECBtPGDC_nxu748fstm2QK45j3W8aMBGpjFvfIp5jxwSGQXCPrKKk0EjlbJ1FvlWADKqlrV20l8ddvHZPWVZ5zT45Gs4KDGZL1O7ElxMCM9gJBKn5GmD/s72-w400-h225-c/images-compressed.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-8638629860346587888</id><published>2023-05-16T11:39:00.003+05:30</published><updated>2023-07-03T22:07:52.786+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE"/><title type='text'>The All New POCO F5 5G Snapdragon® 7+ Gen 2 full 120Hz Flow AMOLED configuration and Price 2023 POCO F5 5G buy online</title><content type='html'>&lt;h2 style=&quot;text-align: justify;&quot;&gt;The All New POCO F5 5G Snapdragon® 7+ Gen 2 full 120Hz Flow AMOLED configuration and Price 2023&lt;/h2&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Features Highlights&amp;nbsp;&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Snapdragon® 7+ Gen 2 processor&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;120Hz Flow AMOLED&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;64MP triple camera with OIS&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Film Camera&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Processor and Speed&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;The origin of speed&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Snapdragon® 7+ Gen 2 processor&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Snapdragon® 7+ Gen 2&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;4nm 5G Fast Processor&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The Snapdragon® 7+ Gen 2 is manufactured using a TSMC 4nm process, same flagship CPU and GPU structure with Snapdragon® 8+ Gen 1. Combining strong strength with low energy consumption to achieve higher performance with exceptional power.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB6NzIaW_9M_Axd-Xa76VoTnRQ9AwFVlaPDXnDLe6uIlYO_xQ4yB4qYI3wmZEpwvbexMvAtqjsdeJBsJVBgru4p3mKZE9OoDi2q7lvBTvrXkWrkh5a90nvY4UwgMg9R5h9EI7ZlXf5mC9IeMw1E4K7-xH2MXq7onczSwp2WjhT1vMxvZjXPNaI3UfIYQ/s1015/POCO%20F5%205G.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img alt=&quot;POCO F5 5G full Review -Latest Tech Updates&quot; border=&quot;0&quot; data-original-height=&quot;535&quot; data-original-width=&quot;1015&quot; height=&quot;169&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB6NzIaW_9M_Axd-Xa76VoTnRQ9AwFVlaPDXnDLe6uIlYO_xQ4yB4qYI3wmZEpwvbexMvAtqjsdeJBsJVBgru4p3mKZE9OoDi2q7lvBTvrXkWrkh5a90nvY4UwgMg9R5h9EI7ZlXf5mC9IeMw1E4K7-xH2MXq7onczSwp2WjhT1vMxvZjXPNaI3UfIYQ/w320-h169/POCO%20F5%205G.jpg&quot; title=&quot;POCO F5 5G full Review -Latest Tech Updates&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;New Cooling System&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Liquid Cool Technology 2.0&lt;/li&gt;&lt;li&gt;Re-evolution of heat dissipation&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The newly designed high efficient vapor chamber with steam channels increases the heat dissipation capacity by 35% under the same area. Equipped with super-large area graphite, rapid heat transfer and cooling of the chip creates a new level of sustainable, high-performance output.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Camera&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;64MP ultra-clear triple camera&lt;/li&gt;&lt;li&gt;Professional photography, masterpiece potential&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The flagship versatile three-shot combination is outstanding in every way. Your creations stand out, backed by the Snapdragon® 7+ Gen 2 processor.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Extraordinary Display&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;120Hz Flow AMOLED&lt;/li&gt;&lt;li&gt;6.67&quot; Flow AMOLED&lt;/li&gt;&lt;li&gt;Super slim bezel, more complete view&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The flagship 6.67&quot; flow AMOLED Dotdisplay uses super slim bezel, providing a stunning 93.4% screen-to-body ratio.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Powerful Storage&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;LPDDR5 + UFS 3.1&lt;/li&gt;&lt;li&gt;Fast RAM, fast flash memory&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Whether you’re watching HD movies, loading massive games, or reading multiple files, the overall operation is smooth as silk.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Sound&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Dolby Vision &amp;amp; Adaptive HDR&lt;/li&gt;&lt;li&gt;Exceptional screen details&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;With ultra-vivid colors, sharper contrast, and richer details, Dolby Vision keeps you coming back for more. The adaptive HDR can maintain dark details, highlights, global contrast, and color perception of HDR content under different ambient light conditions.&amp;nbsp;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Battery&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;67W turbo charging 5000mAh Battery&lt;/li&gt;&lt;li&gt;Superb endurance&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;67W turbo charging, fast with an over sized 5000mAh battery, a longer battery life that allows you to use it at will.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Price and buy Link (Official Website)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;POCO F5 5G Price&amp;nbsp;Rs. 33,958.25&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Best buy Link &lt;a href=&quot;https://www.po.co/global/product/poco-f5&quot; target=&quot;_blank&quot;&gt;POCO F5 5G&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Ali Express &lt;a href=&quot;https://www.aliexpress.com/item/1005005444889299.html?af_dp=xhe_shortlink&amp;amp;tt=xhe_short_link&amp;amp;sellerId=239520811&amp;amp;aff_fcid=da4afcde90bf4ec5982e0f00312dc141-1684216852039-00923-_oki530F&amp;amp;aff_fsk=_oki530F&amp;amp;aff_platform=default&amp;amp;sk=_oki530F&amp;amp;aff_trace_key=da4afcde90bf4ec5982e0f00312dc141-1684216852039-00923-_oki530F&amp;amp;terminal_id=16a7f4f7c56e4f3db2f8ef42429c1e89&amp;amp;afSmartRedirect=y&quot; target=&quot;_blank&quot;&gt;Link&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Search Tags&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 5g price in india&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 5g gsmarena&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 5g price&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 5g launch date in india&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 amazon&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 review&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 5g flipkart&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;poco f5 pro&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/8638629860346587888/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/05/the-all-new-poco-f5-5g-snapdragon-7-gen.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8638629860346587888'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8638629860346587888'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/05/the-all-new-poco-f5-5g-snapdragon-7-gen.html' title='The All New POCO F5 5G Snapdragon® 7+ Gen 2 full 120Hz Flow AMOLED configuration and Price 2023 POCO F5 5G buy online'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiB6NzIaW_9M_Axd-Xa76VoTnRQ9AwFVlaPDXnDLe6uIlYO_xQ4yB4qYI3wmZEpwvbexMvAtqjsdeJBsJVBgru4p3mKZE9OoDi2q7lvBTvrXkWrkh5a90nvY4UwgMg9R5h9EI7ZlXf5mC9IeMw1E4K7-xH2MXq7onczSwp2WjhT1vMxvZjXPNaI3UfIYQ/s72-w320-h169-c/POCO%20F5%205G.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-5870824230308968323</id><published>2023-04-04T13:40:00.001+05:30</published><updated>2023-04-04T13:42:33.758+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="TECH TIPS"/><title type='text'>How to Connect NAS Storage in Xiaomi Mi Security Camera Very Easy Steps in 2min</title><content type='html'>&lt;h2 style=&quot;text-align: justify;&quot;&gt;How to Connect NAS Storage in Xiaomi Mi Security Camera Very Easy Steps&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Here i show you the Very Easy Steps to Connect NAS Storage in Xiaomi Mi Security Camera&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Create a Folder&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Assign Permissions&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Turn on CISF File Sharing Support&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;b&gt;Configure the Storage on Mi Home App&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2023/04/how-to-connect-nas-storage-in-xiaomi-mi.html&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img alt=&quot;How to Connect NAS Storage in Xiaomi Mi Security Camera Very Easy Steps in 2min&quot; border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDLgBDyVdO3LeBoyUdRJ7uyLER9Y4beNPDnhOjxHJ60CTI-pz2I2I4K77eKD276M41ExGbMpceu-chf6HzG4oOGDtM18Mb9YpkwFZbUL-PfS-bhSyCKK6B2eS5QDRMloyunGbvWhHMrBQKVSO9HjQHVnE3A5g4ra-B2QtLiKeGBYS1mU0v9dsLaEiR0A/w320-h180/How-to-Connect-NAS-Storage-in-Xiaomi-Mi-Security-Camera%20in%20easlily%20Latest%20Tech%20Updates.png&quot; title=&quot;How to Connect NAS Storage in Xiaomi Mi Security Camera Very Easy Steps in 2min&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Step 1: Create a Folder&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Open file explorer and navigate to the directory on your computer where you would like to save your files and create a folder. Rename the folder to something relevant like “MiSecurityFootages” or “SecurityCameraFootages”. This folder will be used to save all the clips from the camera.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Step 2: Assign Permissions&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The next step is to assign permissions to the folder for it to be able to access and save the footage.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Right Click on the folder -&amp;gt; Properties.&lt;/li&gt;&lt;li&gt;Then, click on Sharing -&amp;gt; Advanced Sharing -&amp;gt; Share this folder&lt;/li&gt;&lt;li&gt;Click on Permissions, and under Permissions for Everyone, click on Full Control&lt;/li&gt;&lt;li&gt;Click on Apply and then OK.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Assigning permissions is essential because it enables the folder to be shared through the network. If permissions are not assigned, the app won’t be able to detect the folder and you won’t be able to save the files on your hard drive.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Step 3: Turn on CISF File Sharing Support&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Search for “Turn Windows features on or off” on your computer and turn on “SMB 1.0/CISF File Sharing Support“.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Without this, the cameras won’t be able to save the footage on the hard drive. Save the settings and restart your computer.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Step 4: Configure the Storage on Mi Home Application&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;On your smartphone, open the Mi Home App and open the settings menu -&amp;gt; manage storage.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Click on NAS Network Storage, and you should be able to see the shared storage.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;After completing every steps you will successfully how to connect NAS storage in Xiaomi Mi Security Camera.&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;If you cannot see the storage, try the following steps.&lt;/h4&gt;&lt;p&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;In the settings, go to Network Status -&amp;gt; Sharing Options.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Click on Private and turn on network discovery for all the network profiles.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Click on Guest or Public and turn on file and printer sharing.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Next, click on All Networks and turn on Password Protected Sharing.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Now, back to the app. Navigate back to settings and NAS Network Storage and click on the storage.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;In the next screen, enter your username and password, which is your default Windows username and password and click on done.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Navigate to the shared folder you created, and the setup is successful.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;You can adjust various settings, such as time intervals and video length.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;It will show “Transmission is normal” when the connection is stable and saving files in the shared folder.&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Tags&amp;nbsp;&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;mi camera nas storage not showing&lt;/li&gt;&lt;li&gt;cloud nas storage mi camera&lt;/li&gt;&lt;li&gt;mi camera cloud storage price&lt;/li&gt;&lt;li&gt;connect mi camera to cloud storage&lt;/li&gt;&lt;li&gt;cloud storage for mi camera&lt;/li&gt;&lt;li&gt;xiaomi camera synology&lt;/li&gt;&lt;li&gt;xiaomi nas&lt;/li&gt;&lt;li&gt;mi 360 camera cloud storage&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/5870824230308968323/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2023/04/how-to-connect-nas-storage-in-xiaomi-mi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/5870824230308968323'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/5870824230308968323'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2023/04/how-to-connect-nas-storage-in-xiaomi-mi.html' title='How to Connect NAS Storage in Xiaomi Mi Security Camera Very Easy Steps in 2min'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDLgBDyVdO3LeBoyUdRJ7uyLER9Y4beNPDnhOjxHJ60CTI-pz2I2I4K77eKD276M41ExGbMpceu-chf6HzG4oOGDtM18Mb9YpkwFZbUL-PfS-bhSyCKK6B2eS5QDRMloyunGbvWhHMrBQKVSO9HjQHVnE3A5g4ra-B2QtLiKeGBYS1mU0v9dsLaEiR0A/s72-w320-h180-c/How-to-Connect-NAS-Storage-in-Xiaomi-Mi-Security-Camera%20in%20easlily%20Latest%20Tech%20Updates.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-688985532239013218</id><published>2022-10-27T08:45:00.001+05:30</published><updated>2022-10-27T08:45:52.846+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="SYSTEM TIPS"/><category scheme="http://www.blogger.com/atom/ns#" term="TECH TIPS"/><title type='text'>Nothing ear stick earbuds  Nothing Ear (stick) announced with cylindrical case and up to 29 hours of powerful battery backup</title><content type='html'>&lt;h2 style=&quot;text-align: justify;&quot;&gt;No&lt;span style=&quot;font-size: 12px;&quot;&gt;thing ear stick earbuds&amp;nbsp; Nothing Ear (stick) announced with cylindrical case and up to 29 hours of powerful battery backup.&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;&lt;div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT2U0xy3JoP-5mQ-Z2EkX5lBF9HB-eHmxQGItg4A17od07qA0Wv8MGMEuf49VB9xoCzqzDRa8IcL-PCagM2GW5RY8F8xcNeTA0NsdrPTVZmjCQQJWNBIRNbffjTwlbRg7rB2iMEjGTaN_jWpodcC_3i6_R_bAOcT5G_snBBTZzKL_RYXW9tDvXAtbK-g/s480/Untitled8647-q82-w480-h.webp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;https://ramrw7.blogspot.com/2022/10/nothing-ear-stick-earbuds-nothing-ear.html&quot; border=&quot;0&quot; data-original-height=&quot;401&quot; data-original-width=&quot;480&quot; height=&quot;267&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT2U0xy3JoP-5mQ-Z2EkX5lBF9HB-eHmxQGItg4A17od07qA0Wv8MGMEuf49VB9xoCzqzDRa8IcL-PCagM2GW5RY8F8xcNeTA0NsdrPTVZmjCQQJWNBIRNbffjTwlbRg7rB2iMEjGTaN_jWpodcC_3i6_R_bAOcT5G_snBBTZzKL_RYXW9tDvXAtbK-g/w320-h267/Untitled8647-q82-w480-h.webp&quot; title=&quot;https://ramrw7.blogspot.com/2022/10/nothing-ear-stick-earbuds-nothing-ear.html&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;HIGHLIGHTS-Nothing ear stick buds&amp;nbsp;&lt;/b&gt;&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;12.6mm Dynamic drivers&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;up to 7 hours of listening time or 3 hours of calls on a single charge&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Bluetooth 5.2 and will work with Android 5.1 and above as well as iOS 11 and above&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;Nothing Ear (stick) is priced at Rs 8,499&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nothing has launched its third product today, the brand’s second pair of earbuds called the Nothing Ear (stick). The new earbuds aren’t exactly like the Nothing Ear (1) and come with a different feature set. If you’re curious about what’s new with the Ear (stick) here’s all you need to know&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;specifications&amp;nbsp;&lt;/h3&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;The Nothing Ear (stick) comes with a new vertical, cylindrical case that is shaped like lipstick. The body of the case doesn’t have any hinges and lids, but instead twists in place to open access to the earbuds. The case charges with USB-C adapters and doesn’t support wireless charging.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nothing’s signature transparent design along with 12.6mm Dynamic drivers, support for AAC and SBC codecs, and a stem design. Nothing claims the Ear (stick) can last for up to 7 hours of listening time or 3 hours of calls on a single charge, and with the case, the total battery time for music playback is up to 29 hours.&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;no silicone tips this time around, and you get button-based gestures. The earbuds also come with IP54 dust and water resistance, in-ear detection and support for Google Fast Pair as well as Microsoft Swift Pair. They support Bluetooth 5.2 and will work with Android 5.1 and above as well as iOS 11 and above.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Price&lt;/h3&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;The Nothing Ear (stick) is priced at Rs 8,499 and will be available to purchase on Myntra and Flipkart in India via open sale from November 17, which is much later than the international availability which kicks off on November 4.&lt;/span&gt;&lt;/div&gt;

&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Related searches&lt;/h3&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Nothing Ear 2&lt;/span&gt;&lt;/div&gt;

&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nothing Ear (1) case&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Nothing earbuds&lt;/span&gt;&lt;/div&gt;

&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nothing Phone (1)&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Most comfortable earbuds&lt;/span&gt;&lt;/div&gt;

&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Next Samsung earbuds&lt;/div&gt;&lt;/span&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 12px;&quot;&gt;Samsung new earbuds leak&lt;/span&gt;&lt;/div&gt;

&lt;span style=&quot;font-size: 12px;&quot;&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Nothing Phone (1 Flipkart)&lt;/div&gt;&lt;/span&gt;
&lt;!--/data/user/0/com.samsung.android.app.notes/files/clipdata/clipdata_bodytext_221027_083805_596.sdocx--&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/688985532239013218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/10/nothing-ear-stick-earbuds-nothing-ear.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/688985532239013218'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/688985532239013218'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/10/nothing-ear-stick-earbuds-nothing-ear.html' title='Nothing ear stick earbuds  Nothing Ear (stick) announced with cylindrical case and up to 29 hours of powerful battery backup'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT2U0xy3JoP-5mQ-Z2EkX5lBF9HB-eHmxQGItg4A17od07qA0Wv8MGMEuf49VB9xoCzqzDRa8IcL-PCagM2GW5RY8F8xcNeTA0NsdrPTVZmjCQQJWNBIRNbffjTwlbRg7rB2iMEjGTaN_jWpodcC_3i6_R_bAOcT5G_snBBTZzKL_RYXW9tDvXAtbK-g/s72-w320-h267-c/Untitled8647-q82-w480-h.webp" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-5665022693071977941</id><published>2022-09-17T14:00:00.006+05:30</published><updated>2022-09-17T14:31:44.096+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Python program to create a dictionary with the roll number, name and marks of n students in a class and display the names of students who have marks above 75 | Computer Science 083 class XII </title><content type='html'>&lt;h2 style=&quot;text-align: left;&quot;&gt;&lt;/h2&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Write a program to create a dictionary with the roll number,
name and marks of n students in a class and display the names of students who
have marks above 75.&lt;/h2&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;text-align: justify;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Solution :&amp;nbsp;&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif98OwNbGh1HwCjDNneBMjE5dniwiFe69GIapw7g4SI8v_bP-3czVLY22QS9JtT5etNjohoW9NovnVzCIRdGTLwqU2uKV-yz8tjPu8c6ATOVxf68-i-rEQIoAxplMOsBI5yYBppY80b6Z-S1ZI50bVjSeWE_JddIEpyfirM01jzERsaHnr2pZCa0NIcw/s545/Python-Latest%20Tech%20Updates.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;481&quot; data-original-width=&quot;545&quot; height=&quot;354&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif98OwNbGh1HwCjDNneBMjE5dniwiFe69GIapw7g4SI8v_bP-3czVLY22QS9JtT5etNjohoW9NovnVzCIRdGTLwqU2uKV-yz8tjPu8c6ATOVxf68-i-rEQIoAxplMOsBI5yYBppY80b6Z-S1ZI50bVjSeWE_JddIEpyfirM01jzERsaHnr2pZCa0NIcw/w400-h354/Python-Latest%20Tech%20Updates.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Also Check&amp;nbsp;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;1.&lt;span style=&quot;color: red;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/08/create-binary-file-with-name-and-roll.html&quot; rel=&quot;bookmark&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: 0px 50%; background-repeat: initial; background-size: initial; border: 0px; display: inline; font-family: Rubik, Arial, sans-serif; font-size: 16px; opacity: 0.8; outline: 0px; padding: 0px; text-decoration-line: none; transition: color 0.4s ease 0s; vertical-align: baseline;&quot; title=&quot;Create a binary file with name and roll number. Search for a given roll number and display the name, if not found display appropriate message -Pracrtical 083 CS XII&quot;&gt;&lt;span&gt;&lt;span style=&quot;color: red;&quot;&gt;Create a binary file with name and roll number. Search for a given roll number and display the name, if not found display appropriate message -Pracrtical 083 CS XII&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;2.&lt;a href=&quot;https://ramrw7.blogspot.com/2021/11/read-text-file-and-display-number-of.html&quot; rel=&quot;bookmark&quot; style=&quot;background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: 0px 50%; background-repeat: initial; background-size: initial; border: 0px; display: inline; font-family: Rubik, Arial, sans-serif; font-size: 16px; opacity: 0.8; outline: 0px; padding: 0px; text-decoration-line: none; transition: color 0.4s ease 0s; vertical-align: baseline;&quot; title=&quot;Read a text file and display the number of vowels/ consonants/ uppercase/ lowercase characters and other than character and digit in the file&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;Read a text file and display the number of vowels/ consonants/ uppercase/ lowercase characters and other than character and digit in the file&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Source Code&lt;/h3&gt;&lt;pre&gt;&lt;div&gt;&lt;b&gt;n = int(input(&quot;How many Students?&quot;))&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;stu = {}&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;for i in range(1, n+1):&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; print(&quot;Enter details of Student&quot;, (i))&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; rollno= int(input(&quot;Roll number :&quot;))&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; name = input(&quot;Name :&quot;)&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; marks = float(input(&quot;Marks :&quot;))&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; d = {&quot;Roll_no&quot; : rollno, &quot;Name&quot;: name, &quot;Marks&quot;: marks}&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; key = &quot;Stu&quot; + str(i)&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; stu[key] = d&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;print(&quot;Students with marks &amp;gt; 75 are:&quot;)&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;for i in range(1, n+1):&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; key = &quot;Stu&quot; + str(i)&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if stu[key][&quot;Marks&quot;] &amp;gt;= 75:&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(stu[key])&lt;/b&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Output&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2J-E_x-P4d8BKEP2R0vw4GHbwo7NzQCDq1eRKbu7ZA7i4Hz9HtYv8Kpbw-gRtE6c201zqz-Xell1Jpv1vNFSBkwjTZATzeMuQTL6qEvstee8yr-DxsW1zWzbrUNg0jHfD913V3_Z03HZ0GRGY-x89TtTZ8HXCAfYjGbOWsknbHLRiq5pjYdugPuuFRQ/s902/Python-Latest%20Tech%20Updates-1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;650&quot; data-original-width=&quot;902&quot; height=&quot;231&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2J-E_x-P4d8BKEP2R0vw4GHbwo7NzQCDq1eRKbu7ZA7i4Hz9HtYv8Kpbw-gRtE6c201zqz-Xell1Jpv1vNFSBkwjTZATzeMuQTL6qEvstee8yr-DxsW1zWzbrUNg0jHfD913V3_Z03HZ0GRGY-x89TtTZ8HXCAfYjGbOWsknbHLRiq5pjYdugPuuFRQ/s320/Python-Latest%20Tech%20Updates-1.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Sample Output: &lt;/h3&gt;&lt;div&gt;How many Students?3
Enter details of Student 1
Roll number :01
Name :Raja
Marks :57
Enter details of Student 2
Roll number :02
Name :Sanjay
Marks :78
Enter details of Student 3
Roll number :03
Name :Devi
Marks :79
Students with marks &amp;gt; 75 are:
{&#39;Roll_no&#39;: 2, &#39;Name&#39;: &#39;Sanjay&#39;, &#39;Marks&#39;: 78.0}
{&#39;Roll_no&#39;: 3, &#39;Name&#39;: &#39;Devi&#39;, &#39;Marks&#39;: 79.0}
&amp;gt;&amp;gt;&amp;gt; &lt;/div&gt;&lt;/pre&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/5665022693071977941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/09/python-program-to-create-dictionary.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/5665022693071977941'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/5665022693071977941'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/09/python-program-to-create-dictionary.html' title='Python program to create a dictionary with the roll number, name and marks of n students in a class and display the names of students who have marks above 75 | Computer Science 083 class XII '/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEif98OwNbGh1HwCjDNneBMjE5dniwiFe69GIapw7g4SI8v_bP-3czVLY22QS9JtT5etNjohoW9NovnVzCIRdGTLwqU2uKV-yz8tjPu8c6ATOVxf68-i-rEQIoAxplMOsBI5yYBppY80b6Z-S1ZI50bVjSeWE_JddIEpyfirM01jzERsaHnr2pZCa0NIcw/s72-w400-h354-c/Python-Latest%20Tech%20Updates.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-2747138676538119038</id><published>2022-09-09T13:00:00.000+05:30</published><updated>2022-09-09T13:00:01.009+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>CBSE Class 10th Compartment Result 2022 | cbse compartment result 2022 class 10, class 12 |  Direct Link  </title><content type='html'>&lt;h2 style=&quot;text-align: justify;&quot;&gt;CBSE Class 10th Compartment Result 2022 | cbse compartment result 2022 class 10, class 12 |&amp;nbsp; Direct Link&amp;nbsp;&amp;nbsp;&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;CBSE Class 10th Compartment Result 2022: CBSE-Central Board of Secondary Education to declare CBSE Class 10 compartment exam 2022 result at 12PM today. Once released, marks sheets or scorecards will be available on the official website, &lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;cbseresults.nic.in&lt;/a&gt;, &lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;results.cbse.nic.in&lt;/a&gt;, and &lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;digilocker.gov.in.&lt;/a&gt; Students can check result using their roll number, school number and admit card ID. Particular school can check the result via given steps.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;CBSE declared the Class 12th compartment results 2022 on September 7, 2022 at the official website -- cbse.nic.in. CBSE Class 10 compartment exams 2022 were held from August 23 to August 29, 2022 at centres across the country.&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Method 1- (For Schools)&lt;/h2&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Step 1. First Visit Official Website&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;&amp;nbsp;https://www.cbse.gov.in/&lt;/a&gt;&lt;/h3&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;&lt;br /&gt;&lt;/a&gt;Step 2&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;477&quot; data-original-width=&quot;1337&quot; height=&quot;114&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg01_QfbYyMxKCABgda-IUNwOVHO1lbdJSztgps99PBzhi5YQ6oNgEfoFkhwZNlQHGOqT5R6A8KXSgCmNRvXaNVkf90rRPVyB6DHKBtSknCc3yro0wgXc7Zh2F6qJmsJT4zuPp7MED_GjZOlb0ALi68zDNLozb1xiuxE1LH3k6Spduczxr8uX6RnvugIg/s320/1-compressed.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Step 3&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;571&quot; data-original-width=&quot;1203&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKaeXE6sZKVQai_qlmVZVv7oVZ2aXiQbTV23fSszbC_gLwpT2DXLz5oOgdPgBwh8Cdih4oxRp8TbjEkCk0nUwDVxpvFnxmjJZxinJMY-8cZpfV3f4Ux1Msdsecy9FUgasVJSAlkc1kn0SC8iuhCl_QP65eTPRx075yJyEoRShY4l5gSwY1PUb0uwHjzg/s320/2-compressed.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h3 style=&quot;clear: both; text-align: left;&quot;&gt;Step 4&lt;/h3&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;571&quot; data-original-width=&quot;1203&quot; height=&quot;152&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCy0tOMaQCMCf1Zhrv8seLcoK6S_GyAiq-ppfoJndTagC11D3b_xTBqB18Des_Q-zJuLdGBFzjeS1mwRtkjLC-Ej_GE4i1oxCAM-lRMYrsifmEiRBoblPDJxcRJvpbzFVGPVoWc51ZqOHTL-cikq0I3kdBtiXjmPGFk5u5I9zCQJXZhx6auRtyjKObsg/s320/3-compressed.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;clear: both; text-align: left;&quot;&gt;Step 5&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;551&quot; data-original-width=&quot;757&quot; height=&quot;233&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhD3ZqAx0_R-L__fZtt8ngNWHk86SUc42_G4xV0mFvRG1qKKTY2rrQneywLgbEHeKpF5ZMa2oGxRqObxEhB05KGzknq-zEmOBuSpkDd4bZSzmAx34NYrcfognv-xXFIx7Xo0caCrihPkMfJBM846OK8qDJDvv4NT9uPfntymYV_F-Ix-No7Si4-QdbzUg/s320/4-compressed.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;Direct Link -&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://cbse.digitallocker.gov.in/public/auth/login&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;CBSE compartment result 2022 class 10, class 12&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h2&gt;Method-2&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Visit the official CBSE site &lt;a href=&quot;https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html&quot;&gt;cbse.gov.in&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Search for the results link on the CBSE website homepage and click on it&lt;/li&gt;&lt;li&gt;Enter your login details such as your name and roll number&lt;/li&gt;&lt;li&gt;Then the Class 10th compartment results will be displayed on the screen&lt;/li&gt;&lt;li&gt;Download and take a printout of the same for future reference.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;b&gt;Direct Link -&amp;nbsp;&amp;nbsp;&lt;a href=&quot;https://cbseresults.nic.in/class-tenth/class10th22Compart.htm&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;CBSE compartment result 2022 class 10, class 12&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;CBSE Class 10 compartment exams were held from August 23 to August 29, for the students who did not pass the main CBSE board exams. The compartment exams for Class 12 students started on 23 August.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;This time, the CBSE Board is providing a combined Marksheet cum Passing Certificate to all the compartment category candidates who have been declared Pass in the Compartment Examination at the time of declaration of the result itself. For all students who have been declared Pass, their combined Marksheet cum Passing Certificate will be made available in the DigiLocker along with the Migration Certificate. Both the digital documents could be used for the purpose of admission to Institutes of Higher Education,” CBSE said in a statement.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/2747138676538119038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2747138676538119038'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2747138676538119038'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/09/cbse-class-10th-compartment-result-2022.html' title='CBSE Class 10th Compartment Result 2022 | cbse compartment result 2022 class 10, class 12 |  Direct Link  '/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg01_QfbYyMxKCABgda-IUNwOVHO1lbdJSztgps99PBzhi5YQ6oNgEfoFkhwZNlQHGOqT5R6A8KXSgCmNRvXaNVkf90rRPVyB6DHKBtSknCc3yro0wgXc7Zh2F6qJmsJT4zuPp7MED_GjZOlb0ALi68zDNLozb1xiuxE1LH3k6Spduczxr8uX6RnvugIg/s72-c/1-compressed.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-8229351642678947803</id><published>2022-08-26T11:29:00.003+05:30</published><updated>2022-08-26T19:15:16.879+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Very best important questions for class 11 Computer Science</title><content type='html'>&lt;h3 style=&quot;text-align: left;&quot;&gt;Very best important questions for class 11 Computer Sciencecbse computer science python with solution&amp;nbsp;&lt;/h3&gt;&lt;div&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;Here i have prepared the sample question paper for 35 marks class 11&amp;nbsp;cbse computer science python 2022-2023 including getting started with python and control flow concept.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCtmQQRauuz6TWiSFRsnMfzzXjWT8Lrco8yN9f4ZTGXLv3cqoWbb2I32JKxrZb610gdB2OZnpEF_cqCc3bF-qxGuiL-_kbt0T9GiXRV810tqmOUBFnqPsnxfsynf_mZbHXw3e4au2XJdduj7I4k_bAbbYjK6tI7E1KmGXcH0z4x6D7d_6Grf_guowVPA/s1280/776852-626327-python.jpg&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;1280&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCtmQQRauuz6TWiSFRsnMfzzXjWT8Lrco8yN9f4ZTGXLv3cqoWbb2I32JKxrZb610gdB2OZnpEF_cqCc3bF-qxGuiL-_kbt0T9GiXRV810tqmOUBFnqPsnxfsynf_mZbHXw3e4au2XJdduj7I4k_bAbbYjK6tI7E1KmGXcH0z4x6D7d_6Grf_guowVPA/s320/776852-626327-python.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;b&gt;I. Short Answer type Questions-5 X 1 = 5&lt;/b&gt;&lt;/div&gt;&lt;p&gt;1.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Find the invalid identifier from the following&lt;/p&gt;&lt;p&gt;&amp;nbsp;a. none&lt;/p&gt;&lt;p&gt;b. address&lt;/p&gt;&lt;p&gt;c. Name&lt;/p&gt;&lt;p&gt;d. pass&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2.Consider a declaration L = (1, &#39;Python&#39;, &#39;3.14&#39;).&lt;/p&gt;&lt;p&gt;Which of the following represents the data type of L?&lt;/p&gt;&lt;p&gt;&amp;nbsp;a. list&lt;/p&gt;&lt;p&gt;b. tuple&lt;/p&gt;&lt;p&gt;c. dictionary&lt;/p&gt;&lt;p&gt;d. string&lt;/p&gt;&lt;p&gt;&amp;nbsp;3.Given a Tuple tup1= (10, 20, 30, 40, 50, 60, 70, 80, 90).&lt;/p&gt;&lt;p&gt;&amp;nbsp;What will be the output of print (tup1 [3:7:2])?&lt;/p&gt;&lt;p&gt;&amp;nbsp;a. (40,50,60,70,80)&lt;/p&gt;&lt;p&gt;b. (40,50,60,70)&lt;/p&gt;&lt;p&gt;c. [40,60]&lt;/p&gt;&lt;p&gt;d. (40,60)&lt;/p&gt;&lt;p&gt;&amp;nbsp;4.The return type of the input() function is&lt;/p&gt;&lt;p&gt;&amp;nbsp;a. string&lt;/p&gt;&lt;p&gt;b. integer&lt;/p&gt;&lt;p&gt;c. list&lt;/p&gt;&lt;p&gt;d. tuple&amp;nbsp;&lt;/p&gt;&lt;p&gt;5.Which is the correct operator for power(x)?&lt;/p&gt;&lt;p&gt;&amp;nbsp;a) X^y&lt;/p&gt;&lt;p&gt;b) X**y&lt;/p&gt;&lt;p&gt;c) X^^y&lt;/p&gt;&lt;p&gt;d) None of the mentioned&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2022/08/python-mysql-connection-python-project.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;Also read&amp;nbsp;Python Mysql Connection | python project with database connectivity&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;&amp;nbsp;II.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Short Answer type Questions -5 X 2 = 10&lt;/h3&gt;&lt;p&gt;1.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;When and who was developed python?&lt;/p&gt;&lt;p&gt;2.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Python is an interpreted language‟. What does it mean to you?&lt;/p&gt;&lt;p&gt;3.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;What are the two modes in Python?&lt;/p&gt;&lt;p&gt;4.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;What are literals in Python? How many types of literals are allowed in Python?&lt;/p&gt;&lt;p&gt;5.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;What is mean by totken?&amp;nbsp;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;III.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Long Answer type Questions [4 mark each]&lt;span style=&quot;white-space: pre;&quot;&gt;			&lt;/span&gt;3 X 4 = 12&amp;nbsp;&lt;/h3&gt;&lt;p&gt;6.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;What is the difference between list and tuple ? Give an example.&lt;/p&gt;&lt;p&gt;7.&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Which of the following variable names are invalid ? Justify.&lt;/p&gt;&lt;p&gt;(a) try&lt;/p&gt;&lt;p&gt;(b) 123 Hello&lt;/p&gt;&lt;p&gt;(c) sum&lt;/p&gt;&lt;p&gt;(d) abc@123&lt;/p&gt;&lt;p&gt;8.Find the error and rewrite the program&amp;nbsp;&lt;/p&gt;&lt;p&gt;num=int(input(“ Enter an integer:”)&lt;/p&gt;&lt;p&gt;If num%2=0&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp;print(num,”is even no.”)&lt;/p&gt;&lt;p&gt;Else:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Print(num,”is odd no.”)&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;HOTS -2 X 4 = 8&lt;/h3&gt;&lt;p&gt;1. Sheela wants to make a project about eligibility to vote with help of python but she doesn’t know to do, help her to do.&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. Program to print a given character is an upppercase or a lowercase or a digit or any other character.&lt;/p&gt;&lt;div&gt;&lt;a href=&quot;https://ramrw7.blogspot.com/2021/08/create-binary-file-with-name-and-roll.html&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;&lt;span&gt;Also read&amp;nbsp;&lt;/span&gt;Create a binary file with name and roll number. Search for a given roll number and display the name, if not found display appropriate message -Pracrtical 083 CS XII&lt;/b&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Search Related keywords&amp;nbsp;&lt;/h3&gt;&lt;div&gt;&lt;div&gt;sample question paper for class 11 cbse computer science python with solution&lt;/div&gt;&lt;div&gt;class 11 computer science question papers with solutions&lt;/div&gt;&lt;div&gt;sample question paper for class 11 cbse computer science python term 2&lt;/div&gt;&lt;div&gt;computer science class 11 previous year question papers pdf&lt;/div&gt;&lt;div&gt;class 11 cs sample paper term 2&lt;/div&gt;&lt;div&gt;computer science sample paper class 11 cbse with solution pdf&lt;/div&gt;&lt;div&gt;class 11 computer science question paper 2022&lt;/div&gt;&lt;div&gt;sample question paper for class 11 cbse computer science python 2021 22 term 1&lt;/div&gt;&lt;div&gt;class 11 cbse sample papers&lt;/div&gt;&lt;div&gt;class 11 cbse sample paper 2020&lt;/div&gt;&lt;div&gt;class 11 cbse sample paper chemistry&lt;/div&gt;&lt;div&gt;class 11 cbse sample papers 2021&lt;/div&gt;&lt;div&gt;cbse class 11 cs sample paper 2021&lt;/div&gt;&lt;div&gt;cbse class 11 cs sample paper&lt;/div&gt;&lt;div&gt;class 11 cs sample paper 2021&lt;/div&gt;&lt;div&gt;class 11 cs sample paper&lt;/div&gt;&lt;div&gt;class 11 cs sample paper term 2&lt;/div&gt;&lt;div&gt;computer science sample paper class 11 cbse with solution pdf&lt;/div&gt;&lt;div&gt;class 11 computer science question paper 2022&lt;/div&gt;&lt;div&gt;sample question paper for class 11 cbse computer science (python) 2021-22 term 1&lt;/div&gt;&lt;div&gt;sample question paper for class 11 cbse computer science python with solution&lt;/div&gt;&lt;div&gt;class 11 computer science question papers with solutions&lt;/div&gt;&lt;div&gt;cbse class 12 computer science python question paper with solutions&lt;/div&gt;&lt;div&gt;cbse class 12 computer science question paper with solutions&lt;/div&gt;&lt;div&gt;computer science sample papers class 12 solved pdf&lt;/div&gt;&lt;div&gt;computer science class 12 sample paper 2022 with solutions&lt;/div&gt;&lt;div&gt;class 12 computer science question paper 2022&lt;/div&gt;&lt;div&gt;sample paper class 12 2022&lt;/div&gt;&lt;div&gt;cbse previous year question papers class 12 computer science python&lt;/div&gt;&lt;div&gt;cbse sample paper class 12&lt;/div&gt;&lt;div&gt;class 12 computer science question paper 2022&lt;/div&gt;&lt;div&gt;sample paper class 12 2022&lt;/div&gt;&lt;div&gt;cbse previous year question papers class 12 computer science python&lt;/div&gt;&lt;div&gt;cbse sample paper class 12&lt;/div&gt;&lt;div&gt;cbse class 12 computer science (python question paper with solutions)&lt;/div&gt;&lt;div&gt;cbse class 12 computer science question paper with solutions&lt;/div&gt;&lt;div&gt;class 12 cbse cs sample paper&lt;/div&gt;&lt;div&gt;class 12 cbse sample question paper&lt;/div&gt;&lt;div&gt;class 12 cbse sample question paper 2021&lt;/div&gt;&lt;div&gt;class 12 cbse sample paper with solution&lt;/div&gt;&lt;div&gt;cbse class 12 cs sample paper 2020&lt;/div&gt;&lt;div&gt;cbse class 12 cs sample paper 2021&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/8229351642678947803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/08/sample-question-paper-for-class-11-cbse.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8229351642678947803'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8229351642678947803'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/08/sample-question-paper-for-class-11-cbse.html' title='Very best important questions for class 11 Computer Science'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCtmQQRauuz6TWiSFRsnMfzzXjWT8Lrco8yN9f4ZTGXLv3cqoWbb2I32JKxrZb610gdB2OZnpEF_cqCc3bF-qxGuiL-_kbt0T9GiXRV810tqmOUBFnqPsnxfsynf_mZbHXw3e4au2XJdduj7I4k_bAbbYjK6tI7E1KmGXcH0z4x6D7d_6Grf_guowVPA/s72-c/776852-626327-python.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-9036812511713699760</id><published>2022-08-24T21:43:00.004+05:30</published><updated>2022-08-26T19:25:29.152+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Easy way to connect python with mysql </title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Easy way to connect python with mysql&amp;nbsp;&lt;/h1&gt;&lt;h1 style=&quot;text-align: justify;&quot;&gt;Python with MySQL Connectivity: Database &amp;amp; Table for class 12 computer science 083 new - project 2022-2023 |&amp;nbsp;&amp;nbsp;how to connect python with mysql&lt;/h1&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;What is MySQL?&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;MySQL is an Open-Source database and one of the best type of RDBMS (Relational Database Management System). Co-founder of MySQLdb is Michael Widenius’s, and also MySQL name derives from the daughter of Michael.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-pN-Bh422sAqeAV2H6VikowDeJ3tysjjUafhAnQwIUbgdZoflYw6J-l4DODRXaxFiyhGeTdV0X3BFjryZ5Av5bOWJEJ3x41xmwrrse356MQeTT7uTgCDH4IpSjur2_uYMX19MNv_0TylqFb89dN-RIkKV9_LMiMgaWDzD8gUTvSFhSa64hhsgndWZ2Q/s297/IMG_20220824_212148.png&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;237&quot; data-original-width=&quot;297&quot; height=&quot;237&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-pN-Bh422sAqeAV2H6VikowDeJ3tysjjUafhAnQwIUbgdZoflYw6J-l4DODRXaxFiyhGeTdV0X3BFjryZ5Av5bOWJEJ3x41xmwrrse356MQeTT7uTgCDH4IpSjur2_uYMX19MNv_0TylqFb89dN-RIkKV9_LMiMgaWDzD8gUTvSFhSa64hhsgndWZ2Q/s1600/IMG_20220824_212148.png&quot; width=&quot;297&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;How to Install MySQL Connector Python on Windows, Linux/Unix&lt;/h3&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Install MySQL in Linux/Unix:&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Download RPM package for Linux/Unix from Official site: &lt;a href=&quot;https://www.mysql.com/downloads/&quot;&gt;https://www.mysql.com/downloads/&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;In terminal use following command&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;rpm  -i &amp;lt;Package_name&amp;gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;Example   rpm -i MySQL-5.0.9.0.i386.rpm&lt;/i&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;How to Install MySQL Connector Library for Python&lt;/h3&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Here is how to connect MySQL with Python:How to Install pip&amp;nbsp;&lt;br /&gt;For Python 2.7 or lower install using pip as:&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;pip install mysql-connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;For Python 3 or higher version install using pip3 as:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;pip3 install mysql-connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;Test the MySQL Database connection with Python&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;To test MySQL database connectivity in Python here, we will use pre-installed MySQL connector and pass credentials into connect() function like host, username and password as shown in the below Python MySQL connector example.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Syntax to access MySQL with Python:&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;import mysql.connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp;db_connection = mysql.connector.connect(&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp;host=&quot;hostname&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp;user=&quot;username&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp;passwd=&quot;password&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; &amp;nbsp; )&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;b&gt;Example&lt;/b&gt;:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;import mysql.connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_connection = mysql.connector.connect(&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; host=&quot;localhost&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; user=&quot;root&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; passwd=&quot;root&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(db_connection)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;b&gt;Output&lt;/b&gt;:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;lt;mysql.connector.connection.MySQLConnection object at 0x000002338A4C6B00&amp;gt;&lt;/i&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Creating Database in MySQL using Python&lt;br /&gt;Syntax to Create new database in SQL is&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;CREATE DATABASE &quot;database_name&quot;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Now we create database using database programming in Python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;import mysql.connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; db_connection = mysql.connector.connect(&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; host= &quot;localhost&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; user= &quot;root&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; passwd= &quot;root&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; )&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;# &lt;b&gt;creating database_cursor to perform SQL operation&lt;/b&gt;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_cursor = db_connection.cursor()&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;# executing cursor with execute method and pass SQL query&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_cursor.execute(&quot;CREATE DATABASE my_first_db&quot;)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;# get list of all databases&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_cursor.execute(&quot;SHOW DATABASES&quot;)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;#print all databases&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;for db in db_cursor:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp;print(db)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Insert Operation with MySQL in Python:&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Let’s perform insertion operation in MySQL Database table which we already create. We will insert data oi STUDENT table and EMPLOYEE table.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;b&gt;SQL Syntax&lt;/b&gt;:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;INSERT INTO student (id, name) VALUES (01, &quot;John&quot;)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;INSERT INTO employee (id, name, salary) VALUES(01, &quot;John&quot;, 10000)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;b&gt;Example&lt;/b&gt;:&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;import mysql.connector&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; db_connection = mysql.connector.connect(&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; host=&quot;localhost&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; user=&quot;root&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; passwd=&quot;root&quot;,&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; database=&quot;my_first_db&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&amp;nbsp; )&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_cursor = db_connection.cursor()&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;student_sql_query = &quot;INSERT INTO student(id,name) VALUES(01, &#39;John&#39;)&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;employee_sql_query = &quot; INSERT INTO employee (id, name, salary) VALUES (01, &#39;John&#39;, 10000)&quot;&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;#Execute cursor and pass query as well as student data&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_cursor.execute(student_sql_query)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;#Execute cursor and pass query of employee and data of employee&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;db_cursor.execute(employee_sql_query)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;db_connection.commit()&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;print(db_cursor.rowcount, &quot;Record Inserted&quot;)&lt;/i&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Search Keyword&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Python Mysql Connection | python project with database connectivity&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;project python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;python project&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;python projects&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysqldb connector&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysqldb connector&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysqlconnection&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysql in python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysql python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;mysqldb python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample question paper for class 11 cbse computer science python with solution&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 computer science question papers with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample question paper for class 11 cbse computer science python term 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;computer science class 11 previous year question papers pdf&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cs sample paper term 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;computer science sample paper class 11 cbse with solution pdf&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 computer science question paper 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample question paper for class 11 cbse computer science python 2021 22 term 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cbse sample papers&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cbse sample paper 2020&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cbse sample paper chemistry&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cbse sample papers 2021&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 11 cs sample paper 2021&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 11 cs sample paper&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cs sample paper 2021&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cs sample paper&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 cs sample paper term 2&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;computer science sample paper class 11 cbse with solution pdf&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 computer science question paper 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample question paper for class 11 cbse computer science (python) 2021-22 term 1&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample question paper for class 11 cbse computer science python with solution&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 11 computer science question papers with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 computer science python question paper with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 computer science question paper with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;computer science sample papers class 12 solved pdf&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;computer science class 12 sample paper 2022 with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 computer science question paper 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample paper class 12 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse previous year question papers class 12 computer science python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse sample paper class 12&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 computer science question paper 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;sample paper class 12 2022&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse previous year question papers class 12 computer science python&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse sample paper class 12&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 computer science (python question paper with solutions)&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 computer science question paper with solutions&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 cbse cs sample paper&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 cbse sample question paper&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 cbse sample question paper 2021&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;class 12 cbse sample paper with solution&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 cs sample paper 2020&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;cbse class 12 cs sample paper 2021&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/9036812511713699760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/08/python-mysql-connection-python-project.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/9036812511713699760'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/9036812511713699760'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/08/python-mysql-connection-python-project.html' title='Easy way to connect python with mysql '/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi-pN-Bh422sAqeAV2H6VikowDeJ3tysjjUafhAnQwIUbgdZoflYw6J-l4DODRXaxFiyhGeTdV0X3BFjryZ5Av5bOWJEJ3x41xmwrrse356MQeTT7uTgCDH4IpSjur2_uYMX19MNv_0TylqFb89dN-RIkKV9_LMiMgaWDzD8gUTvSFhSa64hhsgndWZ2Q/s72-c/IMG_20220824_212148.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-3198719168293171027</id><published>2022-08-12T20:09:00.003+05:30</published><updated>2022-08-12T20:09:35.174+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="Entertainment"/><title type='text'>Viruman Movie Review | Karthi | Aditi Shankar | Public Review 2022 </title><content type='html'>&lt;h1 style=&quot;text-align: left;&quot;&gt;Viruman Movie Review | Karthi | Aditi Shankar&lt;/h1&gt;&lt;p&gt;Viruman is an Indian Tamil-language masala film written and directed by M. Muthaiah and starring Karthi and debutant Aditi Shankar, while Rajkiran, Prakash Raj, Soori, Karunas, Vadivukkarasi, and Saranya Ponvannan play supporting roles. The film is produced by Jyothika and Suriya under 2D Entertainment.&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAYwlPqPTQ65YmxvNdasvKCss3sS7aLYWPdye97DLIWQ_lvelMiPi0hJfz-REFEtVjkH_fMqE16CkamjRfwcpXzRFDO8N5-grMIJkgC5xQQrwQ1kpgucnVgmmvLNlllUMLshqrVCIzvAuNvCu4qbT6Ce8PqKLqkOwFBUL4971FdKeW3GuWGXJXXw1AmQ/s394/Viruman.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Viruman Movie Review | Karthi | Aditi Shankar | Public Review 2022&quot; border=&quot;0&quot; data-original-height=&quot;394&quot; data-original-width=&quot;252&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAYwlPqPTQ65YmxvNdasvKCss3sS7aLYWPdye97DLIWQ_lvelMiPi0hJfz-REFEtVjkH_fMqE16CkamjRfwcpXzRFDO8N5-grMIJkgC5xQQrwQ1kpgucnVgmmvLNlllUMLshqrVCIzvAuNvCu4qbT6Ce8PqKLqkOwFBUL4971FdKeW3GuWGXJXXw1AmQ/w205-h320/Viruman.jpg&quot; title=&quot;Viruman Movie Review | Karthi | Aditi Shankar | Public Review 2022&quot; width=&quot;205&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;Viruman Movie:&lt;/h2&gt;&lt;p&gt;Directed by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;M. Muthaiah&lt;/p&gt;&lt;p&gt;Written by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;M. Muthaiah&lt;/p&gt;&lt;p&gt;Produced by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Suriya&lt;/p&gt;&lt;p&gt;Jyothika&lt;/p&gt;&lt;p&gt;Starring&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Karthi&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Aditi Shankar&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Rajkiran&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Prakash Raj&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Soori&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Karunas&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Vadivukkarasi&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;Saranya Ponvannan&lt;/p&gt;&lt;p&gt;Cinematography&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Selvakumar S. K.&lt;/p&gt;&lt;p&gt;Edited by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Venkat Raajen&lt;/p&gt;&lt;p&gt;Music by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Yuvan Shankar Raja&lt;/p&gt;&lt;p&gt;Production&lt;/p&gt;&lt;p&gt;company&lt;span style=&quot;white-space: pre;&quot;&gt;		&lt;/span&gt;2D Entertainment&lt;/p&gt;&lt;p&gt;Distributed by&lt;span style=&quot;white-space: pre;&quot;&gt;	&lt;/span&gt;Sakthi Film Factory&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Tamil activity show Viruman, featuring Karthi in the number one spot job, at long last raised a ruckus around town on Friday, August 12. As per reports, the film will be screened at 425 auditoriums across the state. The web-based reaction to a film assumes a critical part in molding its future in the cinema world, read on to figure out the early surveys of Viruman.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;According to moviegoers, Karthi and Prakash Raj&#39;s exhibitions in the film are excellent. While some were intrigued by debutante Aditi Shankar&#39;s exhibition, others adulated Yuvan Shankar Raja for getting back to his structure with this mass performer. As indicated by surveys, the principal half of this M. Muthaiah executive is timed at 1 hour 28 minutes while the final part makes some run memories of near 1 hour 2 minutes.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;One client anticipated the film&#39;s destiny by tweeting, &quot;Viruman stupendous opening in Madurai. Working day Opening Show is getting Housefull. One principal reason is Fantastic Promotion by the group. Quickly - Promotion assumes a major part to pull the crowd. With this run, I figure it will wind up as SUPER HIT.&quot;&lt;/p&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;Viruman Movie Review:&lt;/h2&gt;&lt;p&gt;&lt;b&gt;Title: Viruman&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Cast: Karthi, Aidit Shankar, Prakash Raj&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Director: Muthiah&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rating: 2.5/5&lt;/b&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Tags:&lt;/h3&gt;&lt;p&gt;viruman movie watch online&lt;/p&gt;&lt;p&gt;viruman movie download&lt;/p&gt;&lt;p&gt;viruman movie release date&lt;/p&gt;&lt;p&gt;viruman movie trailer&lt;/p&gt;&lt;p&gt;viruman movie near me&lt;/p&gt;&lt;p&gt;viruman movie review&lt;/p&gt;&lt;p&gt;viruman cast&lt;/p&gt;&lt;p&gt;viruman director&lt;/p&gt;&lt;p&gt;viruman karthi movie download&lt;/p&gt;&lt;p&gt;viruman movie download kutty movies&lt;/p&gt;&lt;p&gt;viruman cast&lt;/p&gt;&lt;p&gt;viruman movie release date&lt;/p&gt;&lt;p&gt;viruman trailer&lt;/p&gt;&lt;p&gt;viruman download&lt;/p&gt;&lt;p&gt;viruman director&lt;/p&gt;&lt;p&gt;viruman movie heroine name&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Related Search&lt;/h3&gt;&lt;p&gt;viruman review,viruman movie review,viruman public review,viruman,viruman fdfs review,viruman movie public review,viruman public review tamil,viruman meme review,viruman review tamil,viruman movie,viruman madurai review,viruman movie review tamil,viruman public talk,viruman celebrities review,viruman trailer public review,viruman trailer,viruman public opinion,viruman public reaction,viruman movie trailer public review,viruman karthi&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/3198719168293171027/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/08/viruman-movie-review-karthi-aditi.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/3198719168293171027'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/3198719168293171027'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/08/viruman-movie-review-karthi-aditi.html' title='Viruman Movie Review | Karthi | Aditi Shankar | Public Review 2022 '/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAYwlPqPTQ65YmxvNdasvKCss3sS7aLYWPdye97DLIWQ_lvelMiPi0hJfz-REFEtVjkH_fMqE16CkamjRfwcpXzRFDO8N5-grMIJkgC5xQQrwQ1kpgucnVgmmvLNlllUMLshqrVCIzvAuNvCu4qbT6Ce8PqKLqkOwFBUL4971FdKeW3GuWGXJXXw1AmQ/s72-w205-h320-c/Viruman.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-598456664262964845</id><published>2022-04-24T17:31:00.003+05:30</published><updated>2022-04-24T17:31:54.730+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Class XII Computer Science 083 Important Data Structure stack Question and answer | Class 12 Term 2 important questions </title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Class XII Computer Science 083 Important Data Structure stack Question and answer | Class 12 Term 2 important questions&amp;nbsp;&lt;/h1&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOCy4aUnfPqiBi-RcQTdNR_P94xjKUK949QGKtx_AYHOhYWo5FQ6V3JanXialOCSTaFjLz9GJrQrGRlm6V4x5UQbN4PLF1Dg9PuQA5TFOvPW7LiqcZ7VdeVirLAHWcHmrmBRvhpwF1KmqBvYgrortZ1IfFsJqfRVtyl5BdhkeVgs2ItpdYIEAR2lJpg/s819/IMG_20220424_172958.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Data Structure stack Question&quot; border=&quot;0&quot; data-original-height=&quot;446&quot; data-original-width=&quot;819&quot; height=&quot;174&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOCy4aUnfPqiBi-RcQTdNR_P94xjKUK949QGKtx_AYHOhYWo5FQ6V3JanXialOCSTaFjLz9GJrQrGRlm6V4x5UQbN4PLF1Dg9PuQA5TFOvPW7LiqcZ7VdeVirLAHWcHmrmBRvhpwF1KmqBvYgrortZ1IfFsJqfRVtyl5BdhkeVgs2ItpdYIEAR2lJpg/s320/IMG_20220424_172958.png&quot; title=&quot;Data Structure stack Question&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;Push (Adding the element to Stack)&amp;nbsp;&lt;/h2&gt;&lt;p&gt;Write a function to push an element into the stack.&lt;/p&gt;&lt;p&gt;def push(stk,e):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; stk.append(e)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; top = len(stk)-1&lt;/p&gt;&lt;h2&gt;POP (Removing the element from the Stack)&amp;nbsp;&lt;/h2&gt;&lt;p&gt;Write a python function to delete an element from the stack.&lt;/p&gt;&lt;p&gt;def pop_stack(stk):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; if stk==[]:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &quot;UnderFlow&quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e = stk.pop()&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if len(stk)==0:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; top = None&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; top = len(stk)-1&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return e&lt;/p&gt;&lt;h2&gt;Display&amp;nbsp; (Display the element from the Stack)&amp;nbsp;&lt;/h2&gt;&lt;p&gt;Write a function to display the stack elements.&lt;/p&gt;&lt;p&gt;def display(stk):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; if stk==[]:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(&quot;Stack is Empty&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; top = len(stk)-1&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(stk[top],&quot;-Top&quot;)&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for i in range(top-1,-1,-1):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(stk[i])&lt;/p&gt;&lt;h2&gt;Inspection (Inspect the element of the Stack)&amp;nbsp;&lt;/h2&gt;&lt;p&gt;Write a function to inspect an element from the stack.&lt;/p&gt;&lt;p&gt;def peek(stk):&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; if stk==[]:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return &quot;UnderFlow&quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; else:&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; top = len(stk)-1&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return stk[top]&lt;/p&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Related searches&lt;/h3&gt;&lt;p&gt;sample paper 2021 class 12 computer science python term 2&lt;/p&gt;&lt;p&gt;computer science class 12 sample paper 2021 with solutions&lt;/p&gt;&lt;p&gt;class 12 computer science sample paper 2021-22 term 2&lt;/p&gt;&lt;p&gt;class 12 computer science term 2 sample paper solution&lt;/p&gt;&lt;p&gt;cs sample paper term 2 class 12&lt;/p&gt;&lt;p&gt;computer science sample paper class 12 2022 term 2&lt;/p&gt;&lt;p&gt;computer science (class 12 term 2 syllabus)&lt;/p&gt;&lt;p&gt;computer science sample papers class 12 solved pdf&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/598456664262964845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/04/class-xii-computer-science-083.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/598456664262964845'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/598456664262964845'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/04/class-xii-computer-science-083.html' title='Class XII Computer Science 083 Important Data Structure stack Question and answer | Class 12 Term 2 important questions '/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVOCy4aUnfPqiBi-RcQTdNR_P94xjKUK949QGKtx_AYHOhYWo5FQ6V3JanXialOCSTaFjLz9GJrQrGRlm6V4x5UQbN4PLF1Dg9PuQA5TFOvPW7LiqcZ7VdeVirLAHWcHmrmBRvhpwF1KmqBvYgrortZ1IfFsJqfRVtyl5BdhkeVgs2ItpdYIEAR2lJpg/s72-c/IMG_20220424_172958.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-8304128098028198688</id><published>2022-03-04T18:22:00.003+05:30</published><updated>2022-03-04T18:24:03.137+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Term 2 Practical File Computer Science /  Informatics Practices class 12  |  SQL commands Class XII 2022</title><content type='html'>&lt;h1 style=&quot;text-align: left;&quot;&gt;T&lt;b&gt;erm 2 Practical File Computer Science /&amp;nbsp;&amp;nbsp;&lt;/b&gt;Informatics Practices c&lt;b&gt;lass 12&amp;nbsp;&lt;/b&gt;&lt;/h1&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;Term 2 Practical File Computer Science /&amp;nbsp; Informatics Practices Class 12&amp;nbsp;&lt;br /&gt;
&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgFfXPjDmnq6aGO0PD8zaa6i7pJm0Te1mxywN-0UhQqEyN2jU0iwHmo4sMhoGR2uHWBCzYyPFqouSw4NnhLCQ5NLriiBxWQr1J7J-G-EzwDf3zq_GP6-NFsfh921JGYet4X_UKJ-10qipxF8HNbwpmyFpl-qt9gU_3Ll_69AlzzUBy96mv-sCVE8k6-Pg=s700&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Term 2 Practical File Computer Science /  Informatics Practices class 12&quot; border=&quot;0&quot; data-original-height=&quot;400&quot; data-original-width=&quot;700&quot; height=&quot;183&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgFfXPjDmnq6aGO0PD8zaa6i7pJm0Te1mxywN-0UhQqEyN2jU0iwHmo4sMhoGR2uHWBCzYyPFqouSw4NnhLCQ5NLriiBxWQr1J7J-G-EzwDf3zq_GP6-NFsfh921JGYet4X_UKJ-10qipxF8HNbwpmyFpl-qt9gU_3Ll_69AlzzUBy96mv-sCVE8k6-Pg=w320-h183&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot;&gt;&lt;h2&gt;&lt;b&gt;Suggested queries by CBSE for Term 2 Practical File&lt;/b&gt;&lt;/h2&gt;
&lt;/div&gt;&lt;div align=&quot;left&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;As per the&amp;nbsp; CBSE syllabus , the suggested queries are as follows:&lt;/p&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;h3&gt;
SQL Queries&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Create a student table with the student id, name, and marks as attributes where the student id is the primary key.&lt;/li&gt;&lt;li&gt;Insert the details of a new student in the above table.&lt;/li&gt;&lt;li&gt;Delete the details of a student in the above table.&lt;/li&gt;&lt;li&gt;Use the select command to get the details of the students with marks more than 80.&lt;/li&gt;&lt;li&gt;Find the min, max, sum, and average of the marks in a student marks table.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div align=&quot;left&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;h3&gt;
1. Create table student&lt;/h3&gt;&lt;p&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;create table student&lt;br /&gt;
(studentid int(3) primary key,&lt;br /&gt;
name varchar(20) not null,&lt;br /&gt;
marks decimal(5,2));&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEih-iNdmg_cmQyymVS376o2syjzgOHF101uydQqA-kD8ArHv18MknGDt6DmKMz-_9Kq3gzYdhaK_Db0knPVQpxpFRVJRO_siVNMZr_DTz6GqnaZw2yt6QjZnGDshGoP9U8TrIIJcApeRjpA-m_p6nA--v2iUBKd2LCyGnL0ECIeZDvvQZjTWsIJQfduzQ=s772&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Term 2 Practical File Computer Science /  Informatics Practices class 12&quot; border=&quot;0&quot; data-original-height=&quot;192&quot; data-original-width=&quot;772&quot; height=&quot;80&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEih-iNdmg_cmQyymVS376o2syjzgOHF101uydQqA-kD8ArHv18MknGDt6DmKMz-_9Kq3gzYdhaK_Db0knPVQpxpFRVJRO_siVNMZr_DTz6GqnaZw2yt6QjZnGDshGoP9U8TrIIJcApeRjpA-m_p6nA--v2iUBKd2LCyGnL0ECIeZDvvQZjTWsIJQfduzQ=w320-h80&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;2.Inserting records&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhzc5p1dT5gVuwwktYlor_rEpxM5BK51VFQFI7jpf-r16Kp0HBJcVG3HmASLFCwgjmsPKYZgtzBzzZWRazaSIaXSPN1cs7oDJ_-7BzSbhApuiVnVOeh4ThfQMbNBHvot53hUb7NEw2ETidIoVwoET3Du8z0SFVwlaYCNKyuWAHpFWm4mTNcdUjIeAx6Mg=s1042&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Term 2 Practical File Computer Science /  Informatics Practices class 12&quot; border=&quot;0&quot; data-original-height=&quot;282&quot; data-original-width=&quot;1042&quot; height=&quot;87&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhzc5p1dT5gVuwwktYlor_rEpxM5BK51VFQFI7jpf-r16Kp0HBJcVG3HmASLFCwgjmsPKYZgtzBzzZWRazaSIaXSPN1cs7oDJ_-7BzSbhApuiVnVOeh4ThfQMbNBHvot53hUb7NEw2ETidIoVwoET3Du8z0SFVwlaYCNKyuWAHpFWm4mTNcdUjIeAx6Mg=w320-h87&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;h3&gt;3.Deleting records&amp;nbsp;&lt;/h3&gt;
&lt;p dir=&quot;ltr&quot;&gt;delete from student where studentid=5;&lt;/p&gt;
&lt;h3&gt;4.Fetching record with criteria&lt;/h3&gt;
&lt;p dir=&quot;ltr&quot;&gt;select * from student where marks&amp;gt;80;&lt;/p&gt;
&lt;h3&gt;5.Maximum, Minimum, Sum and Average of marks&lt;/h3&gt;
&lt;p dir=&quot;ltr&quot;&gt;select max(marks), min(marks), sum(marks) , avg(marks) from student;&lt;/p&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;div align=&quot;left&quot;&gt;&lt;h4&gt;Related searches&lt;/h4&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot;&gt;
sql queries for class 12 practical file python&lt;br /&gt;
mysql programs for class 12 practical file&lt;br /&gt;
sql queries for practical file&lt;br /&gt;
sql practical file pdf&lt;br /&gt;
python practical programs for class 12 pdf&lt;br /&gt;
python programs for class 12 practical file with output pdf&lt;br /&gt;
class 12 ip term 2 practical filem, dbms practical file pdf&lt;/p&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;b&gt;f&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/8304128098028198688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/03/term-2-practical-file-computer-science.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8304128098028198688'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8304128098028198688'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/03/term-2-practical-file-computer-science.html' title='Term 2 Practical File Computer Science /  Informatics Practices class 12  |  SQL commands Class XII 2022'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgFfXPjDmnq6aGO0PD8zaa6i7pJm0Te1mxywN-0UhQqEyN2jU0iwHmo4sMhoGR2uHWBCzYyPFqouSw4NnhLCQ5NLriiBxWQr1J7J-G-EzwDf3zq_GP6-NFsfh921JGYet4X_UKJ-10qipxF8HNbwpmyFpl-qt9gU_3Ll_69AlzzUBy96mv-sCVE8k6-Pg=s72-w320-h183-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-7896730498946376065</id><published>2022-03-03T15:21:00.000+05:30</published><updated>2022-03-03T15:21:29.829+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="PYTHON TIPS"/><title type='text'>Write a Python program to implement a stack using a list data-structure | Computer Science Term II Practical Program for class 12 python</title><content type='html'>&lt;h1 style=&quot;text-align: left;&quot;&gt;Write a Python program to implement a stack using a list data-structure | Computer Science Term II Practical Program for class 12 python&lt;/h1&gt;&lt;div&gt;&lt;div&gt;A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg9-rM41T9DRPq56TA86Hb_BicgBnjYsd-iqNGI0J2hBAIb5b3tsfpRhphoMxzXeeLeGfLc2T146kuHsQxkbpkUktk08mLPYSeHcZymDG2bhCVcfgge7hpSz5yV1_EbBoYAwP5TVUKfPCQswbwHVO9m61D3-Gs855rlOCwqbXd6OEciB6C3Rp6lUrtd6g=s799&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Write a Python program to implement a stack using a list data-structure | Computer Science Term II Practical Program for class 12 python&quot; border=&quot;0&quot; data-original-height=&quot;469&quot; data-original-width=&quot;799&quot; height=&quot;235&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEg9-rM41T9DRPq56TA86Hb_BicgBnjYsd-iqNGI0J2hBAIb5b3tsfpRhphoMxzXeeLeGfLc2T146kuHsQxkbpkUktk08mLPYSeHcZymDG2bhCVcfgge7hpSz5yV1_EbBoYAwP5TVUKfPCQswbwHVO9m61D3-Gs855rlOCwqbXd6OEciB6C3Rp6lUrtd6g=w400-h235&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Basic Operations of Stack&lt;/h3&gt;&lt;div&gt;There are some basic operations that allow us to perform different actions on a stack.&lt;/div&gt;&lt;div&gt;&lt;ol style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Push: Add an element to the top of a stack&lt;/li&gt;&lt;li&gt;Pop: Remove an element from the top of a stack&lt;/li&gt;&lt;li&gt;IsEmpty: Check if the stack is empty&lt;/li&gt;&lt;li&gt;IsFull: Check if the stack is full&lt;/li&gt;&lt;li&gt;Peek: Get the value of the top element without removing it&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;h2 style=&quot;text-align: left;&quot;&gt;Working of Stack Data Structure&lt;/h2&gt;&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;A pointer called TOP is used to keep track of the top element in the stack.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;When initializing the stack, we set its value to -1 so that we can check if the stack is empty by comparing TOP == -1.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;On pushing an element, we increase the value of TOP and place the new element in the position pointed to by TOP.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;On popping an element, we return the element pointed to by TOP and reduce its value.&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Before pushing, we check if the stack is already full&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Before popping, we check if the stack is already empty&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Source Code&lt;/h3&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;pre&gt; # Stack implementation in python

# Creating a stack
def create_new_stack():
    stack = []
    return stack


# Creating an empty stack
def empty(stack):
    return len(stack) == 0


# Adding items into the stack
def push(stack, item):
    stack.append(item)
    print(&quot;pushed item: &quot; + item)


# Removing an element from the stack
def pop(stack):
    if (empty(stack)):
        return &quot;stack is empty&quot;

    return stack.pop()


stack = create_new_stack()
push(stack, str(1))
push(stack, str(2))
push(stack, str(3))
push(stack, str(4))
print(&quot;popped item: &quot; + pop(stack))
print(&quot;stack after popping an element: &quot; + str(stack))
  &lt;/pre&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;
  Output
  &lt;/h3&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEguRKsdlP9XPRDeko-QHUdn6YRHCOotByhLqj2hYIXSsUUceLXCXyOGk5b58A_WMI5xQgBmY8N3yq3hCJ-8q50I1pRCzkF9e_HwNFzyhpzaw7n6hmSnhWefB8ahvPPyNP0lQO0IcMKp7tUzqJo-4WchLyOtNH2tMAD33WLzv5y6ivCI7Z2XeHWlvZ0F8w=s916&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Write a Python program to implement a stack using a list data-structure | Computer Science Term II Practical Program for class 12 python&quot; border=&quot;0&quot; data-original-height=&quot;550&quot; data-original-width=&quot;916&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEguRKsdlP9XPRDeko-QHUdn6YRHCOotByhLqj2hYIXSsUUceLXCXyOGk5b58A_WMI5xQgBmY8N3yq3hCJ-8q50I1pRCzkF9e_HwNFzyhpzaw7n6hmSnhWefB8ahvPPyNP0lQO0IcMKp7tUzqJo-4WchLyOtNH2tMAD33WLzv5y6ivCI7Z2XeHWlvZ0F8w=w400-h240&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;h3 style=&quot;text-align: left;&quot;&gt;Search Related Tags&amp;nbsp;&lt;/h3&gt;&lt;div&gt;write a python program to implement a stack using list&lt;/div&gt;&lt;div&gt;stack implementation in python using class&lt;/div&gt;&lt;div&gt;stack program in python&lt;/div&gt;&lt;div&gt;list program in python class 12&lt;/div&gt;&lt;div&gt;stack in python w3schools&lt;/div&gt;&lt;div&gt;data structures in python class 12 notes&lt;/div&gt;&lt;div&gt;write a menu based program to perform the operation on stack in python&lt;/div&gt;&lt;div&gt;write a code to create an empty stack named st&lt;/div&gt;&lt;div&gt;computer science project for class 12 python pdf&lt;/div&gt;&lt;div&gt;class 12 computer science python project slideshare&lt;/div&gt;&lt;div&gt;class 12 computer science project on hospital management python&lt;/div&gt;&lt;div&gt;class 12 computer science project python and sql&lt;/div&gt;&lt;div&gt;class 12 computer science project topics&lt;/div&gt;&lt;div&gt;class 12 cs project&lt;/div&gt;&lt;div&gt;cs project class 12 python synopsis&lt;/div&gt;&lt;div&gt;class 12 computer science project synopsis&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/7896730498946376065/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/03/write-python-program-to-implement-stack.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/7896730498946376065'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/7896730498946376065'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/03/write-python-program-to-implement-stack.html' title='Write a Python program to implement a stack using a list data-structure | Computer Science Term II Practical Program for class 12 python'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEg9-rM41T9DRPq56TA86Hb_BicgBnjYsd-iqNGI0J2hBAIb5b3tsfpRhphoMxzXeeLeGfLc2T146kuHsQxkbpkUktk08mLPYSeHcZymDG2bhCVcfgge7hpSz5yV1_EbBoYAwP5TVUKfPCQswbwHVO9m61D3-Gs855rlOCwqbXd6OEciB6C3Rp6lUrtd6g=s72-w400-h235-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-8553114118149539397</id><published>2022-02-03T13:04:00.001+05:30</published><updated>2022-02-03T13:04:07.530+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="GOVERNMENT JOBS"/><title type='text'>UPSC Civil Service Examination 2022: Registration starts, this is the way to apply</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;UPSC Civil Service Examination 2022: Registration starts, this is the way to apply&lt;/h1&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;UPSC Civil Service Examination 2022 enlistment starts on upsc.gov.in. Applicants can actually take a look at the means and apply online through the immediate connection given underneath.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh0cl0MjkCy5-vPZblfNlYBpP-iFkwLqULGPccKh62lJHBWPCoJaY6yYX1gNN53pGW9-BzlEqpLHWhzUOilNz3r-IAGGAdLvu7lP1RTLN7iX7f3N5cAOVeFHN1yVNsCaWnCnqLdnmCAms0Gh7m-woxLe4VpFDdJnL717qGM4ntshxYryUNDXsgXBCuZYQ=s960&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Upsc civil services exam 2022 apply&quot; border=&quot;0&quot; data-original-height=&quot;720&quot; data-original-width=&quot;960&quot; height=&quot;240&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEh0cl0MjkCy5-vPZblfNlYBpP-iFkwLqULGPccKh62lJHBWPCoJaY6yYX1gNN53pGW9-BzlEqpLHWhzUOilNz3r-IAGGAdLvu7lP1RTLN7iX7f3N5cAOVeFHN1yVNsCaWnCnqLdnmCAms0Gh7m-woxLe4VpFDdJnL717qGM4ntshxYryUNDXsgXBCuZYQ=s320&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The Union Public Service Commission (UPSC) delivered a notice with respect to the web-based applications for Civil Service (Preliminary) Examination 2022. Intrigued competitors can visit the UPSC site at upsconline.nic.in and apply for the assessment. The last date to submit online applications is till 6 PM on February 22, 2022.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The Civil Service (Preliminary) Examination 2022 will be directed by the UPSC on Sunday, June 05, 2022. Applicants can apply online through the authority website of UPSC by following these straightforward advances given underneath.&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Instructions to Apply for Civil Service (Preliminary) Examination 2022&lt;/h2&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Visit &lt;a href=&quot;https://www.upsconline.nic.in/&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;the site - https://www.upsconline.nic.in/&lt;/a&gt;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Click on connect - &#39;Online Application for Various Examinations of UPSC&#39;&lt;/li&gt;&lt;li&gt;Another page will Open&lt;/li&gt;&lt;li&gt;Click on &#39;Part-I Registration&#39; against Civil Service (Preliminary) Examination 2022&lt;/li&gt;&lt;li&gt;Peruse all Instructions Carefully&lt;/li&gt;&lt;li&gt;Click on &#39;Yes/Yes&#39;&lt;/li&gt;&lt;li&gt;Enter Details and Click on &#39;Proceed/Proceed&#39;&lt;/li&gt;&lt;li&gt;The page will be diverted to Payment Gateways&lt;/li&gt;&lt;li&gt;Pay the application expenses and Click on &#39;Proceed/Proceed&#39;&lt;/li&gt;&lt;li&gt;Transfer your Photograph, Signature, and Photo Identity Card&lt;/li&gt;&lt;li&gt;Click on &#39;Proceed/Proceed&#39;&lt;/li&gt;&lt;li&gt;Select the Center and Submit&lt;/li&gt;&lt;li&gt;Your Application has been effectively submitted&lt;/li&gt;&lt;li&gt;Download and take a print out for future reference&lt;/li&gt;&lt;/ul&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Competitors can then again tap on Part - II Registration and apply utilizing Registration ID and Date of Birth.&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;As indicated by the notice, there will be a roof on the quantity of applicants assigned to every one of the Centers, with the exception of Chennai, Dispur, Kolkata, and Nagpur. The Commission will apportion focuses in view of the first-apply, first-designate premise, and the specific community will be frozen once the limit is accomplished.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The UPSC has encouraged possibility to apply from the get-go to get a Center of their decision. Competitors who meet all requirements for the fundamental assessment will be qualified to show up for the Civil Services (Main) Examination 2022..&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Related Searches of upsc civil services exam&amp;nbsp;&lt;/h4&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;upsc civil services exam 2022 syllabus&lt;/li&gt;&lt;li&gt;upsc civil services exam 2022 notification&lt;/li&gt;&lt;li&gt;upsc civil services exam 2021 syllabus&lt;/li&gt;&lt;li&gt;upsc online registration&lt;/li&gt;&lt;li&gt;upsc online registration 2022&lt;/li&gt;&lt;li&gt;upsc nda&lt;/li&gt;&lt;li&gt;upsc civil services exam 2022 notification&lt;/li&gt;&lt;li&gt;upsc online&lt;/li&gt;&lt;li&gt;upsc civil services exam 2022 notification&lt;/li&gt;&lt;li&gt;upsc 2022 syllabus&lt;/li&gt;&lt;li&gt;upsc 2022 notification pdf&lt;/li&gt;&lt;li&gt;upsc exam pattern&lt;/li&gt;&lt;li&gt;upsc online&lt;/li&gt;&lt;li&gt;upsc exam date 2022&lt;/li&gt;&lt;li&gt;upsc notification&lt;/li&gt;&lt;li&gt;upsc mains date 2022&lt;/li&gt;&lt;li&gt;upsc civil services exam 2021 notification&lt;/li&gt;&lt;li&gt;upsc 2022 notification pdf&lt;/li&gt;&lt;li&gt;upsc application form 2022 last date&lt;/li&gt;&lt;li&gt;upsc prelims 2022&lt;/li&gt;&lt;li&gt;upsc online&lt;/li&gt;&lt;li&gt;upsc civil services exam 2022 syllabus pdf&lt;/li&gt;&lt;li&gt;upsc notification&lt;/li&gt;&lt;li&gt;upsc vacancy 2022 in hindi&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/8553114118149539397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/02/upsc-civil-service-examination-2022.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8553114118149539397'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/8553114118149539397'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/02/upsc-civil-service-examination-2022.html' title='UPSC Civil Service Examination 2022: Registration starts, this is the way to apply'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEh0cl0MjkCy5-vPZblfNlYBpP-iFkwLqULGPccKh62lJHBWPCoJaY6yYX1gNN53pGW9-BzlEqpLHWhzUOilNz3r-IAGGAdLvu7lP1RTLN7iX7f3N5cAOVeFHN1yVNsCaWnCnqLdnmCAms0Gh7m-woxLe4VpFDdJnL717qGM4ntshxYryUNDXsgXBCuZYQ=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-635458053135127433</id><published>2022-01-06T18:04:00.003+05:30</published><updated>2022-01-06T18:06:28.606+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE"/><title type='text'>Xiaomi 11i HyperCharge 5G With 120W Charging, Xiaomi 11i 5G Launched in India: Price, Specifications</title><content type='html'>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;b style=&quot;font-size: 1.5em;&quot;&gt;Xiaomi 11i HyperCharge 5G With 120W Charging, Xiaomi 11i 5G Launched in India: Price, Specifications&lt;/b&gt;&lt;/p&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;HIGHLIGHTS&lt;/h2&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Xiaomi 11i HyperCharge 5G and&amp;nbsp; Xiaomi 11i specifications&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Both smartphones are come with a 108-megapixel primary camera&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;
Xiaomi 11i HyperCharge 5G and Xiaomi 11i have two variants each&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiPmO0P_5nkrG_yb4tNv1umNsFjRrIU2QMfY4_-yQy7YE1sVNevEw0O0w8YP3b-u1BKgcIBhuxhTcxgXDA_QL4t4bWV6q-BgPhDJKonOhbVVTKUVXSZS1SnAKVjmDSKlZGnJ-UP5UEytA1F1c_OWlUdRVWckvoZWTnnoSH6RfN5Eppc4YZ_yJzpXsn2Fg=s554&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Xiaomi 11i HyperCharge 5G With 120W Charging, Xiaomi 11i 5G Launched in India: Price, Specifications&quot; border=&quot;0&quot; data-original-height=&quot;554&quot; data-original-width=&quot;554&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiPmO0P_5nkrG_yb4tNv1umNsFjRrIU2QMfY4_-yQy7YE1sVNevEw0O0w8YP3b-u1BKgcIBhuxhTcxgXDA_QL4t4bWV6q-BgPhDJKonOhbVVTKUVXSZS1SnAKVjmDSKlZGnJ-UP5UEytA1F1c_OWlUdRVWckvoZWTnnoSH6RfN5Eppc4YZ_yJzpXsn2Fg=w320-h320&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;The&lt;u&gt; &lt;/u&gt;new&lt;u&gt; &lt;/u&gt;Xiaomi 11i HyperCharge 5G and Xiaomi 11i 5G has been launched in India on Thursday, January 6th as the latest smartphones from the Chinese company. Both phones share the same list of specifications to a large extent.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;Xiaomi 11i HyperCharge 5G is designed as a unique option in the series as it features 120W fast charging — a first for smartphones. The regular Xiaomi 11i, on the other hand, has 67W fast charging support. Both models in the Xiaomi 11i series come with a 120Hz Super AMOLED display and are powered by an octa-core MediaTek Dimensity 920 SoC. Overall, the Xiaomi 11i HyperCharge 5G appears to be a rebadged Redmi Note 11 Pro+, while the Xiaomi 11i seems to be a rebranded version of the Redmi Note 11 Pro. Both Redmi phones were launched in China last year.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Specifications&amp;nbsp;&lt;/h3&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Display&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - 6.67-inch&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Processor&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - MediaTek Dimensity 920&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Front Camera - 16-megapixel&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Rear Camera&amp;nbsp; - 108-megapixel + 8-megapixel&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;RAM&amp;nbsp; &amp;nbsp;-&amp;nbsp; &amp;nbsp;6GB&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Storage&amp;nbsp; - 128GB&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Battery Capacity&amp;nbsp; - 4500mAh&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;OS&amp;nbsp; &amp;nbsp;- Android 11&lt;/li&gt;&lt;li style=&quot;text-align: justify;&quot;&gt;Resolution&amp;nbsp; - 1080x2400 pixels&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 1.4em;&quot;&gt;&lt;b&gt;Xiaomi 11i HyperCharge 5G, Xiaomi 11i 5G price in India&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;The smartphones &amp;nbsp;Price in India has been set at Rs. 26,999 for the base 6GB RAM + 128GB storage variant. The phone also comes in an 8GB + 128GB variant that carries a price tag of Rs. 28,999. However, the &amp;nbsp;Xiaomi 11i 5G&amp;nbsp;is priced at Rs. 24,999 for the 6GB + 128GB model and Rs. 26,999 for the 8GB + 128GB option.&lt;/p&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;On the availability part, the Xiaomi 11i HyperCharge 5G and Xiaomi 11i 5G will go on sale in India from Wednesday, January 12.&amp;nbsp;Both phones will be available from&amp;nbsp;Flipkart, Mi.com, Mi Home stores, and offline retailers.&lt;br /&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;
&lt;/div&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Related searches&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Redmi 11i HyperCharge launch Date in India&lt;/li&gt;&lt;li&gt;Xiaomi 11i series 5g price&lt;/li&gt;&lt;li&gt;Xiaomi 11i HyperCharge specification&lt;/li&gt;&lt;li&gt;Redmi 11i launch date in India&lt;/li&gt;&lt;li&gt;Xiaomi 11i Price&lt;/li&gt;&lt;li&gt;Mi 11i price in India Flipkart&lt;/li&gt;&lt;li&gt;Redmi Note 11i launch date in India&lt;/li&gt;&lt;li&gt;Redmi Note 11 Pro&lt;/li&gt;&lt;li&gt;Xiaomi 11i hypercharge 5g price near harur, tamil nadu&lt;/li&gt;&lt;li&gt;Xiaomi 11i hypercharge 5g price near dharmapuri, tamil nadu&lt;/li&gt;&lt;li&gt;Xiaomi 11i HyperCharge launch date in India Price&lt;/li&gt;&lt;li&gt;Xiaomi 11i HyperCharge 5G Price in India&lt;/li&gt;&lt;li&gt;Redmi 11i HyperCharge Price in India&lt;/li&gt;&lt;li&gt;Xiaomi 11i HyperCharge price in India&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/635458053135127433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/01/xiaomi-11i-hypercharge-5g-with-120w.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/635458053135127433'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/635458053135127433'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/01/xiaomi-11i-hypercharge-5g-with-120w.html' title='Xiaomi 11i HyperCharge 5G With 120W Charging, Xiaomi 11i 5G Launched in India: Price, Specifications'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEiPmO0P_5nkrG_yb4tNv1umNsFjRrIU2QMfY4_-yQy7YE1sVNevEw0O0w8YP3b-u1BKgcIBhuxhTcxgXDA_QL4t4bWV6q-BgPhDJKonOhbVVTKUVXSZS1SnAKVjmDSKlZGnJ-UP5UEytA1F1c_OWlUdRVWckvoZWTnnoSH6RfN5Eppc4YZ_yJzpXsn2Fg=s72-w320-h320-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-88115197247063520</id><published>2022-01-05T19:02:00.006+05:30</published><updated>2022-01-06T07:53:49.372+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="MOBILE"/><title type='text'>Vivo V23 5G, Vivo V23 Pro 5G With Dual Selfie Cameras Launched in India: Price, Specifications full details</title><content type='html'>&lt;p style=&quot;text-align: justify;&quot;&gt;Vivo V23 5G, Vivo V23 Pro 5G With Dual Selfie Cameras Launched in India: Price, Specifications full details Vivo V23 5G&#39;s price starts at Rs. 29,990, while Vivo V23 Pro 5G&#39;s price starts at Rs. 28,990.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjvWSdIx1w80vJFkw39R69kYjGqTLTmD3VUPcUKm2TfvggstfqSb3236YX_WSkFWrpsngEab9kzKXf0kUOVtDTD4-QC-OjrlIyS3GNUuWfRDm40bz5e2KSGbB9B2J7WezdivXElAY1FSSNxUFiIBE3AtnV3W4cMPU8J_NO6ylfddmS6UUKjIbkazyWLpw=s739&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Vivo V23 5G&quot; border=&quot;0&quot; data-original-height=&quot;415&quot; data-original-width=&quot;739&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEjvWSdIx1w80vJFkw39R69kYjGqTLTmD3VUPcUKm2TfvggstfqSb3236YX_WSkFWrpsngEab9kzKXf0kUOVtDTD4-QC-OjrlIyS3GNUuWfRDm40bz5e2KSGbB9B2J7WezdivXElAY1FSSNxUFiIBE3AtnV3W4cMPU8J_NO6ylfddmS6UUKjIbkazyWLpw=s320&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;HIGHLIGHTS&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Vivo V23 5G is powered by MediaTek Dimensity 920 SoC&lt;/li&gt;&lt;li&gt;Vivo V23 Pro 5G is powered by MediaTek Dimensity 1200 SoC&lt;/li&gt;&lt;li&gt;Both smartphones run Android 12-based Funtouch OS 12&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The smartphone Vivo V23 5G and Vivo V23 Pro 5G were launched in India on Tuesday. The two smartphones feature a fluorite AG glass back that is claimed to change colours when hit by UV rays in sunlight. Vivo V23 5G and Vivo V23 Pro 5G are powered by MediaTek Dimensity 920 and Dimensity 1200 SOCs paired with up to 12GB of RAM. The two Vivo smartphones also feature 5G connectivity, full-HD+ AMOLED displays, and dual selfie cameras with a 50-megapixel primary sensor.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Vivo V23 5G, Vivo V23 Pro 5G price in India, availability&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The&amp;nbsp; Vivo V23 5G is priced at Rs. 29,990 for the 8GB RAM + 128GB storage variant. Its 12GB RAM + 256GB storage variant is priced at Rs. 34,990. Vivo V23 Pro 5G is available for Rs. 38,990 for the 8GB RAM + 128GB storage variant and Rs. 43,990 for the 12GB + 256GB storage variant. There are&amp;nbsp; two Vivo smartphones are available in Stardust Black and Sunshine Gold colour options.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;This smartphones are available to purchase at&amp;nbsp; official website, Flipkart, and offline retail stores. Vivo V23 5G and Vivo V23 Pro 5G are available for pre-orders from January 5. The former will be available to purchase from January 19, while the latter will be available to purchase from January 13.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Vivo V23 5G, Vivo V23 Pro 5G specifications&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The Vivo V23 comes with dual-SIM (Nano) Vivo V23 5G runs Android 12. It sports a 6.44-inch full-HD+ (1,080x2,400 pixels) AMOLED display. It is powered by MediaTek Dimensity 920 SoC paired with up to 12GB of RAM and up to 256GB of onboard storage.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;For optics, it gets a 64-megapixel primary sensor with an f/1.89 aperture lens, an 8-megapixel wide-angle lens with an f/2.2 aperture lens, and a 2-megapixel macro sensor with an f/2.4 aperture lens. Upfront, it gets a dual camera setup with a 50-megapixel primary sensor with an f/2.0 aperture lens and an 8-megapixel wide-angle sensor with an f/2.28 aperture lens.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;And also Vivo V23 Pro sports a 6.56-inch full-HD+ (1,080x2,376 pixels) AMOLED display. Under the hood, it features a MediaTek Dimensity 1200 SoC paired with up to 12GB of RAM and 256GB of onboard storage. Most of the camera sensors are carried forward from the vanilla V23 5G, apart from the primary rear camera which is a 108-megapixel sensor with an f/1.88 aperture lens.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Source from Vivo&lt;/p&gt;&lt;h4 style=&quot;text-align: justify;&quot;&gt;Search Related Tags&lt;/h4&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Vivo V23 Pro price in India Amazon&lt;/li&gt;&lt;li&gt;Vivo V23 Pro price in India Flipkart&lt;/li&gt;&lt;li&gt;Vivo V23 Pro Price in Nepal&lt;/li&gt;&lt;li&gt;Vivo V23 Pro Price in Kuwait&lt;/li&gt;&lt;li&gt;Vivo V23 vs Vivo V23 Pro&lt;/li&gt;&lt;li&gt;Vivo V23 Pro price mumbai&lt;/li&gt;&lt;li&gt;Vivo V23 Pro Review&lt;/li&gt;&lt;li&gt;Vivo V23 Pro images&lt;/li&gt;&lt;li&gt;Vivo V23 Pro 6000&lt;/li&gt;&lt;li&gt;Vivo V23 gsmarena&lt;/li&gt;&lt;li&gt;Vivo Y52s price in India&lt;/li&gt;&lt;li&gt;First 5G phone in India&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/88115197247063520/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2022/01/vivo-v23-5g-vivo-v23-pro-5g-with-dual.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/88115197247063520'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/88115197247063520'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2022/01/vivo-v23-5g-vivo-v23-pro-5g-with-dual.html' title='Vivo V23 5G, Vivo V23 Pro 5G With Dual Selfie Cameras Launched in India: Price, Specifications full details'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEjvWSdIx1w80vJFkw39R69kYjGqTLTmD3VUPcUKm2TfvggstfqSb3236YX_WSkFWrpsngEab9kzKXf0kUOVtDTD4-QC-OjrlIyS3GNUuWfRDm40bz5e2KSGbB9B2J7WezdivXElAY1FSSNxUFiIBE3AtnV3W4cMPU8J_NO6ylfddmS6UUKjIbkazyWLpw=s72-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-2428695202425664935</id><published>2021-12-17T19:58:00.002+05:30</published><updated>2021-12-17T19:58:17.542+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="Review"/><title type='text'>Decoupled Netflix: Decoupled review Madhavan’s fascinating overall performance tones down unrelenting toxicity of latest Netflix show</title><content type='html'>&lt;h1 style=&quot;text-align: left;&quot;&gt;&lt;b&gt;Decoupled Netflix: Decoupled review&amp;nbsp;&lt;/b&gt;&lt;b style=&quot;text-align: left;&quot;&gt;Madhavan’s fascinating overall performance tones down unrelenting toxicity of latest Netflix show&lt;/b&gt;&lt;/h1&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;b&gt;Decoupled&lt;/b&gt;&lt;b&gt; Highlights&lt;/b&gt;&lt;/h2&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;
&lt;b&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;Decoupled director&lt;/b&gt;&amp;nbsp;– Hardik Mehta&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;Decoupled creator&lt;/b&gt;&amp;nbsp;– Manu Joseph&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;Decoupled cast&lt;/b&gt;&amp;nbsp;– R Madhavan, Surveen Chawla&lt;/b&gt;&lt;/li&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;Decoupled rating&lt;/b&gt;&amp;nbsp;– 2.5 stars&lt;/b&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;



&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Decoupled, on&amp;nbsp;Netflix&amp;nbsp;isn&#39;t such a lot of a satire about a couple nearly separate as it is a vessel to impart creator&amp;nbsp;Manu Joseph&#39;s most troublesome musings to a crowd of people that typically wouldn&#39;t play with them.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiLs2bqHYiT-zoHiDFGEmY4FRVqCQintAlkEY3SqWIilOxQ449xuMD7nmORv55SdNc9gsEOYp_jbUlRSJfB9-Bd3Hv5kGCvcDXZU8_VzzTZ1g5_zWePpdR2v1Z2fqc_8GU9kVsTHuxZ_oAydx22MeAE6uiZzYMJhtHfu3c5B_zYSzkcWp9JTOqZVwBABQ=s1200&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Decoupled Netflix: Decoupled review Madhavan’s&quot; border=&quot;0&quot; data-original-height=&quot;667&quot; data-original-width=&quot;1200&quot; height=&quot;178&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiLs2bqHYiT-zoHiDFGEmY4FRVqCQintAlkEY3SqWIilOxQ449xuMD7nmORv55SdNc9gsEOYp_jbUlRSJfB9-Bd3Hv5kGCvcDXZU8_VzzTZ1g5_zWePpdR2v1Z2fqc_8GU9kVsTHuxZ_oAydx22MeAE6uiZzYMJhtHfu3c5B_zYSzkcWp9JTOqZVwBABQ=w320-h178&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;With its unpleasant brother code swagger and relaxed cowardice, Decoupled has passed up this great opportunity by somewhere around 10 years. Had it been delivered in the period of Entourage or Californication—with which it shares a self-involved essayist hero—it could&#39;ve been pardoned. Yet, the way things are, it puts on a show of being decidedly ancient, giving Joseph an outlet to communicate his contempt for specialists, the &#39;NDTV types&#39;, and the #MeToo development — all by utilizing his characters as a mouthpiece.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Be that as it may, who realized Madhavan would be so splendid at playing such an agonizing man. His raw fiction author Arya is the kind of individual you wouldn&#39;t have any desire to sit close to at an eatery—not on the grounds that he&#39;d grumble harshly about the food, but since he&#39;d likely force you to the side and give you a spontaneous talk concerning why most café kitchens utilize just men.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;There is a component of exploitation in the show&#39;s composing that Madhavan&#39;s exhibition totally overlooks. He plays Arya like the man of advantage that he is, somebody who revels in his made-up position in the public eye—the kind of fellow whose mother presumably let him know he was extraordinary growing up. Yet, as far as possible Arya to blusters about silly stuff; he never gripes about things that really matter. Arya lives in an air pocket through his own effort, what isolates him from this present reality, yet in addition his family.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;Decoupled verges on feeling for the kind of individuals that it needs to mock. For example, assuming you didn&#39;t realize that Joseph likewise composed Serious Men, you may miss the parody in Decoupled totally. Particularly when it takes rehashed burrows at Parasite, an odd film to deride, you&#39;d concur—was Coolie No 1 off the table? Be that as it may, as such a great deal Decoupled, this feels like an individual quarrel.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;You may imagine that it is a two-hander about present day connections, however it truly isn&#39;t. More than whatever else, it seems like watching the local miscreant shout from the housetops just to be met with complete quiet from individuals who have genuine responsibilities to take care of.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Decoupled Related Searches&amp;nbsp;&lt;/h3&gt;&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Decoupled meaning&lt;/li&gt;&lt;li&gt;Decoupled watch online free&lt;/li&gt;&lt;li&gt;Decoupled movie&lt;/li&gt;&lt;li&gt;Decoupled 2021&lt;/li&gt;&lt;li&gt;Decoupled Wiki&lt;/li&gt;&lt;li&gt;Decoupled rating&lt;/li&gt;&lt;li&gt;Decoupled Madhavan&lt;/li&gt;&lt;li&gt;Decoupled web series download&lt;/li&gt;&lt;li&gt;Refine this search&lt;/li&gt;&lt;li&gt;Decoupled Netflix India&lt;/li&gt;&lt;li&gt;Decoupled Netflix Download&lt;/li&gt;&lt;li&gt;Decoupled Netflix review&lt;/li&gt;&lt;li&gt;Decoupled Netflix release&lt;/li&gt;&lt;li&gt;Decoupled Netflix trailer&lt;/li&gt;&lt;li&gt;Decoupled Netflix Wiki&lt;/li&gt;&lt;li&gt;Decoupled Netflix cast&lt;/li&gt;&lt;li&gt;Decoupled netflix imdb&lt;/li&gt;&lt;li&gt;Decoupled Netflix wikipedia&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/2428695202425664935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2021/12/decoupled-netflix-decoupled-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2428695202425664935'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/2428695202425664935'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2021/12/decoupled-netflix-decoupled-review.html' title='Decoupled Netflix: Decoupled review Madhavan’s fascinating overall performance tones down unrelenting toxicity of latest Netflix show'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEiLs2bqHYiT-zoHiDFGEmY4FRVqCQintAlkEY3SqWIilOxQ449xuMD7nmORv55SdNc9gsEOYp_jbUlRSJfB9-Bd3Hv5kGCvcDXZU8_VzzTZ1g5_zWePpdR2v1Z2fqc_8GU9kVsTHuxZ_oAydx22MeAE6uiZzYMJhtHfu3c5B_zYSzkcWp9JTOqZVwBABQ=s72-w320-h178-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-6160839249694459422</id><published>2021-12-13T16:42:00.002+05:30</published><updated>2021-12-13T16:42:42.788+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="News"/><title type='text'>Medplus Health Services IPO opens today, Price Band, GMP And 10 important things</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Medplus Health Services IPO opens today, Price Band, GMP And 10 important things&lt;/h1&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Medplus IPO:&amp;nbsp;&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The public issue of Medplus Health Services Limited is opening today and it will stay accessible for offering till fifteenth December 2021. Value band of the book constructed issue has been fixed at ₹780 to ₹796 per value offer and India&#39;s second-biggest drug store retailer organization intends to raise ₹1,398.30 crore from this public proposition ( ₹600 crore from new issue.&amp;nbsp;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Post Highlights&amp;nbsp;&lt;/h3&gt;&lt;div&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Medplus Health Services IPO opens today&lt;/li&gt;&lt;li&gt;10 important things on IPO&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;₹798.30 crore through Offer available to be purchased or OFS). As per market onlookers, portions of Medplus Health Services are accessible at a charge of ₹280 in the dark market today.&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgDyNE4vPodVl6PVXcQhe7H1K2T5YyV15KWx13xJprCgwVBe86ROitNF7s3mSMPpNY5VS57gysZEDCmChRk0SAEz3qVMTV45Wt9Jhb7iJqJi7s8VPCRfjSgFtx2E4SgMMcVPAGap-bJqepOeekzgus-NFpZdgdmeW7RAAupvMEA5tDPkOxYq4l4t5raEA=s1200&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Medplus Health Services IPO opens today, Price Band, GMP And 10 important things&quot; border=&quot;0&quot; data-original-height=&quot;675&quot; data-original-width=&quot;1200&quot; height=&quot;180&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEgDyNE4vPodVl6PVXcQhe7H1K2T5YyV15KWx13xJprCgwVBe86ROitNF7s3mSMPpNY5VS57gysZEDCmChRk0SAEz3qVMTV45Wt9Jhb7iJqJi7s8VPCRfjSgFtx2E4SgMMcVPAGap-bJqepOeekzgus-NFpZdgdmeW7RAAupvMEA5tDPkOxYq4l4t5raEA=w320-h180&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;10 significant subtleties with respect to Medplus Health IPO:&lt;/h2&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;I. MedPlus IPO GMP:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;As per the market onlookers, portions of Medplus have begun to exchange the dim market in front of its membership opening. They said that Medplus Health IPO GMP today is ₹280, which means dim market is anticipating that this public issue should list around ₹1076 ( ₹796 + ₹280). In this way, dark market today is expecting around 35% posting gain from Medplus IPO.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;II. Medplus IPO price:&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;Company the executives has fixed value band of its public deal at ₹780 to ₹796 per value share.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;III. Medplus IPO buy in or not:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Giving her survey on Medplus Health IPO; Aprajita Saxena, Research Analyst at Trustline Securities said, &quot;Medplus Health Services is India&#39;s second-biggest drug store retailer as far as the quantity of stores and income. It has solid drug store retail organization of 2,165 stores and the organization is second biggest retail drug store in India. Strong brand notoriety, client recommendation, omni-channel stage and solid monetary measurements are a portion of the solid essentials that might incline toward the public issue. Because of the positive feelings posting gain could be of ₹300 and posting cost around ₹1096 each for this drug store stock.&quot;&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;IV. Medplus IPO size:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The drug store retailer organization expects to raise ₹1,398.30 crore from its public issue, out of which ₹600 crore is pointed from new issue whereas ₹798.30 crore is focused on by means of OFS.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;V. Medplus IPO parcel size:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;A bidder will actually want to apply for the IPO in parts and one parcel of the IPO contains 18 organization shares.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;VI. Medplus IPO application limit:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;One bidder can apply for least one parcel and most extreme 13 parts.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;VII. Medplus IPO speculation limit:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;As one bidder can apply 1 to 13 loads of the IPO, least venture permitted in the public issue is ₹14,328 ( ₹796 x 18) while greatest speculation permitted to single bidder is ₹1,86,264 [( ₹796 x 18) x 13].&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;VIII. Medplus IPO portion date:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The provisional date for conclusion of offer assignment is twentieth December 2021. Inception of discount might start on 21st December 2021 and credit of offers in the Demat Account of allottees may occur on 22nd December 2021.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;IX. Medplus IPO listing:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Shares of the organization will list on both NSE and BSE and the normal date of Medplus Health IPO posting is 23rd December 2021.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;X. Medplus IPO registrar:&amp;nbsp;&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Official recorder of the IPO is KFintech Private Limited.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Related Searches on IPO&lt;/h3&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;MedPlus IPO share price&lt;/li&gt;&lt;li&gt;MedPlus share price Today&lt;/li&gt;&lt;li&gt;MedPlus IPO review&lt;/li&gt;&lt;li&gt;MedPlus IPO valuation&lt;/li&gt;&lt;li&gt;MedPlus prospectus&lt;/li&gt;&lt;li&gt;MedPlus share price NSE&lt;/li&gt;&lt;li&gt;MedPlus Health Services&lt;/li&gt;&lt;li&gt;Medplus IPO DRHP&lt;/li&gt;&lt;li&gt;Medplus ipo gmp chanakya&lt;/li&gt;&lt;li&gt;Data Patterns IPO GMP&lt;/li&gt;&lt;li&gt;PharmEasy IPO&lt;/li&gt;&lt;li&gt;Medplus IPO GMP ipowatch&lt;/li&gt;&lt;li&gt;Wellness Forever IPO&lt;/li&gt;&lt;li&gt;HP Adhesives IPO GMP&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/6160839249694459422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2021/12/medplus-health-services-ipo-opens-today.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6160839249694459422'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6160839249694459422'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2021/12/medplus-health-services-ipo-opens-today.html' title='Medplus Health Services IPO opens today, Price Band, GMP And 10 important things'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEgDyNE4vPodVl6PVXcQhe7H1K2T5YyV15KWx13xJprCgwVBe86ROitNF7s3mSMPpNY5VS57gysZEDCmChRk0SAEz3qVMTV45Wt9Jhb7iJqJi7s8VPCRfjSgFtx2E4SgMMcVPAGap-bJqepOeekzgus-NFpZdgdmeW7RAAupvMEA5tDPkOxYq4l4t5raEA=s72-w320-h180-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-6685706172398310930</id><published>2021-12-12T22:02:00.004+05:30</published><updated>2021-12-12T22:05:55.494+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Current"/><category scheme="http://www.blogger.com/atom/ns#" term="Entertainment"/><title type='text'>Grand Finale Mr and Mrs Chinnathirai Season 3 Winner, Runner-up Name – MMC 2021</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;font-size: 20px; text-align: left;&quot;&gt;&lt;span&gt;&lt;b&gt;Grand Finale &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 20px; text-align: left;&quot;&gt;&lt;span&gt;&lt;b&gt;Mr and Mrs Chinnathirai Season 3 Winner, Runner-up Name – MMC 2021&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h1&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;p&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;Vijay TV’s the best couple reality show&amp;nbsp;&lt;b&gt;Mr and Mrs Chinnathirai Season 3&amp;nbsp;&lt;/b&gt;(MMC 2021) reached it’s grand finale episode with top 6 finalists.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;&lt;span style=&quot;text-align: left;&quot;&gt;MMC 2021 Highlights&lt;/span&gt;&lt;/h2&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;span style=&quot;text-align: left;&quot;&gt;Sunday 12th December 2021&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;text-align: left;&quot;&gt;6 couples competed at the grand finale&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;text-align: left;&quot;&gt;MMC season 3 got the title of this season along with prize money (Rs. 10 Lakhs )&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;The third season of Mr and Mrs Chinnathirai started on 24th April 2021 with top 12 celebrity couples.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;All these contestants put their relationship to test through the list of funny and hilarious tasks abd challenges throughout this season.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;From them, now we got the top 6 finalists of this season. Any 1 couple from them will be awarded as the winner of Mr and Mrs Chinnathirai Season 3 (2021).&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;On&amp;nbsp;&lt;b&gt;Sunday 12th December 2021&lt;/b&gt;, these top 6 couples competed at the grand finale and from them we got the winner of this new season.&lt;/p&gt;&lt;h3 style=&quot;text-align: justify;&quot;&gt;Title Winner List&lt;/h3&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhxtAaghoPDUSpC4-UHU8wRkXSHrvJ9FUxGmUtnIy3whf4XLzd8usdSY0cU2VT_ftHLyfowWvD5CV88axwZE-RzLDqeXKR1M5Z0MHgrwJsAYAJI3gC-eHNBe5vUU1gAld0EwUop0lu9Mbg7tPoHQJcneXQJMnQNRXwIXqBuGCew8ttQpLA5RNrwH8VnFg=s1654&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;1654&quot; data-original-width=&quot;1080&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEhxtAaghoPDUSpC4-UHU8wRkXSHrvJ9FUxGmUtnIy3whf4XLzd8usdSY0cU2VT_ftHLyfowWvD5CV88axwZE-RzLDqeXKR1M5Z0MHgrwJsAYAJI3gC-eHNBe5vUU1gAld0EwUop0lu9Mbg7tPoHQJcneXQJMnQNRXwIXqBuGCew8ttQpLA5RNrwH8VnFg=w418-h640&quot; width=&quot;418&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;The winner of MMC season 3 got the title of this season along with prize money (Rs. 10 Lakhs ) and some exciting gift hampers as well.&lt;/p&gt;
&lt;p dir=&quot;ltr&quot; style=&quot;text-align: justify;&quot;&gt;The grand finale of MMC 2021 will start from 3PM onwards on Vijay TV.&lt;/p&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;h4 style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 20px;&quot;&gt;Related searches&lt;/span&gt;&lt;/h4&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;p dir=&quot;ltr&quot;&gt;&lt;/p&gt;&lt;ul style=&quot;text-align: left;&quot;&gt;&lt;li&gt;Mr and Mrs Chinnathirai season 3 contestants name list with photo&lt;/li&gt;&lt;li&gt;Mr d Mrs Chinnathirai season 3 contestants Age&lt;/li&gt;&lt;li&gt;Mr and Mrs Chinnathirai Wiki&lt;/li&gt;&lt;li&gt;Sankarapandian and Jayabharathi&lt;/li&gt;&lt;li&gt;Who win in mr and mrs chinnathirai season 2&lt;/li&gt;&lt;li&gt;Who is the winner of mrs chinnathirai season 2&lt;/li&gt;&lt;li&gt;Mr and Mrs Chinnathirai season 3 Manikandan&lt;/li&gt;&lt;li&gt;Mr and Mrs Chinnathirai season 3 Sofia&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/6685706172398310930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2021/12/grand-finale-mr-and-mrs-chinnathirai.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6685706172398310930'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/6685706172398310930'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2021/12/grand-finale-mr-and-mrs-chinnathirai.html' title='Grand Finale Mr and Mrs Chinnathirai Season 3 Winner, Runner-up Name – MMC 2021'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEhxtAaghoPDUSpC4-UHU8wRkXSHrvJ9FUxGmUtnIy3whf4XLzd8usdSY0cU2VT_ftHLyfowWvD5CV88axwZE-RzLDqeXKR1M5Z0MHgrwJsAYAJI3gC-eHNBe5vUU1gAld0EwUop0lu9Mbg7tPoHQJcneXQJMnQNRXwIXqBuGCew8ttQpLA5RNrwH8VnFg=s72-w418-h640-c" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-436209728022730478.post-1836216849247348363</id><published>2021-12-12T19:32:00.000+05:30</published><updated>2021-12-12T19:32:03.584+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Bigg Boss"/><title type='text'> Bigg Boss Tamil 5 | 70th day -Imman Annachi Eliminated From Bigg Boss Tamil Season 5 | Bigg Boss 5 Tamil Elimination</title><content type='html'>&lt;h1 style=&quot;text-align: justify;&quot;&gt;Bigg Boss Tamil 5 | 70th day -Imman Annachi Eliminated From Bigg Boss Tamil Season 5&lt;/h1&gt;&lt;h2 style=&quot;text-align: justify;&quot;&gt;Bigg Boss Highlights&lt;/h2&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;70th day -Imman Annachi Eliminated&lt;/li&gt;&lt;li&gt;30 days Remaining&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;Bigg Boss Tamil season 5 is about to end in 30 days, and all the contestants are trying their better entertain to the audience and stay in the Bigg Boss house. Out of the 18 contestants and two more wild card entries, eight contestants left the Bigg Boss house.&amp;nbsp;&lt;/p&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZJHrgijeBZaqHe2QBRN6jGwmfoaB_H8JnZFx5BDD0Seryw35vF59Obd35lxxBMxFmrfAn0c-6alZTsYTx0AEw2E5U74TE2c5Q_WsHA51Erxroft_r2lAmkY0v_6b1YFktd4iopMZC6Act2trn0Q6mDEp-3L-fgUI1XdBKQgGRv2QjQP31nufzAGcb9g=s425&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Bigg Boss 5 Tamil Elimination&quot; border=&quot;0&quot; data-original-height=&quot;280&quot; data-original-width=&quot;425&quot; height=&quot;211&quot; src=&quot;https://blogger.googleusercontent.com/img/a/AVvXsEiZJHrgijeBZaqHe2QBRN6jGwmfoaB_H8JnZFx5BDD0Seryw35vF59Obd35lxxBMxFmrfAn0c-6alZTsYTx0AEw2E5U74TE2c5Q_WsHA51Erxroft_r2lAmkY0v_6b1YFktd4iopMZC6Act2trn0Q6mDEp-3L-fgUI1XdBKQgGRv2QjQP31nufzAGcb9g=w320-h211&quot; title=&quot;Bigg Boss 5 Tamil Elimination&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The remaining 12 contestants, seven of them—Imman Annachi, Niroop, Akshara, Thamarai, Ciby, Abhinay Vaddi, and Ameer—were nominated by their housemates to be eliminated from the show. However, after seeing the unofficial poll details, sources claim that Niroop, Akshara, Ciby, and Ameer are in the safe zone.&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The remaining housemates—Iman Annachi, Abhinay Vaddi, and Thamarai—are in jeopardy because they received the fewest votes from Bigg Boss viewers. However, as Abhinay Vaddi, who has been in nominations since the first week, will be saved by the audience, Besides Abhinay, it is anticipated that either Thamarai or Imman will be evicted.&lt;/p&gt;&lt;p style=&quot;text-align: justify;&quot;&gt;The latest information from BB 5 sources is that Imman Annachi will be leaving the Bigg Boss House this weekend as only one male contestant (Abishek Raaja) has been eliminated since the start of the show. Let&#39;s watch the episode for official confirmation.&amp;nbsp;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='https://ramrw7.blogspot.com/feeds/1836216849247348363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://ramrw7.blogspot.com/2021/12/bigg-boss-tamil-5-70th-day-imman.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/1836216849247348363'/><link rel='self' type='application/atom+xml' href='https://www.blogger.com/feeds/436209728022730478/posts/default/1836216849247348363'/><link rel='alternate' type='text/html' href='https://ramrw7.blogspot.com/2021/12/bigg-boss-tamil-5-70th-day-imman.html' title=' Bigg Boss Tamil 5 | 70th day -Imman Annachi Eliminated From Bigg Boss Tamil Season 5 | Bigg Boss 5 Tamil Elimination'/><author><name>Latest Technology Updates</name><uri>http://www.blogger.com/profile/13724783329146092219</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC2-XDxj_bIWMe8QfZAlqgumaHYzAG4acxlyeIe1MVRuBXgX2dGLjPqfUc1iNFMVY9I2V337eezr3OcbVR9UvKBFYcg0P9p51kalg1vGJIaLmT4yjWBgGS_4NRc18ffQ/s220/Ramnew.png'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/a/AVvXsEiZJHrgijeBZaqHe2QBRN6jGwmfoaB_H8JnZFx5BDD0Seryw35vF59Obd35lxxBMxFmrfAn0c-6alZTsYTx0AEw2E5U74TE2c5Q_WsHA51Erxroft_r2lAmkY0v_6b1YFktd4iopMZC6Act2trn0Q6mDEp-3L-fgUI1XdBKQgGRv2QjQP31nufzAGcb9g=s72-w320-h211-c" height="72" width="72"/><thr:total>0</thr:total></entry></feed>