Skip to content

Python Programming

Others:

Index

On this page

Program NumberDescriptionDate
Part A------
1* Check if a given number belongs to the Fibonacci sequence10th Feb 2025
2Solve Quadratic equation.10th Feb 2025
3* Find the Sum of n Natural number.17th Feb 2025
4* Display Multiple Tables.17th Feb 2025
5* Check if the given number is Prime or not.20th Feb 2025
6* Implement a Sequential Search.20th Feb 2025
7* Create a Calculator24th Feb 2025
8* Explore String Functions24th Feb 2025
9* Implement Selection Sort.3rd March 2025
10* Implement Stack.3rd March 2025
11Read and Write into a File3rd March 2025
Part B------
1* Demonstrate use of Basic Regular Expressions4th March 2025
2Demonstrate use of Advanced Regular Expressions4th March 2025
3* Demonstrate use of List10th March 2025
4* Demonstrate use of Dictionaries10th March 2025
5* Create SQLite Database and Perform Operations19th March 2025
6Create GUI using Tkinter Module19th March 2025
7* Demonstrate exceptions in Python20th March 2025
8* Drawing Line Chart and Bar Chart using Matplotlib20th March 2025
9* Drawing Histograms and Pie Chart using Matplotlib7th April 2025
10Create array using Numpy and Perform Operations7th April 2025
11Create Data Frame from Excel23rd April 2025
Important Questions

Questions Marked with '*' are considered Important

Part A 1,3,4,5,6,7,8,9,10

Part-B 1,3,4,5,7,8,9

Use Python in Web

More Info

This is done using vitepress-python-editor, which uses Pyodide to run your code and CodeMirror to display it.

Fun fact: this is running completely inside your browser securely without any extra servers, serverless functions or external workers! This also allows our website to stay static and not incur any (additional) cost.

If this feature is not working as expected, please report it to us on Github!

WARNING

This will not work if your browser is too old or does not support Web Assembly/Web Workers. If you're using a privacy focused browser like cromite, please enable JavaScript JIT and WebAssembly from the permissions menu.

If the Run Button doesn't show the run or loading button, try reloading your browser!

It will take some time to load, especially if your internet is slow.

Example Code:

python
print("Hello world")
Try it out
python
print("Hello world")