Sudeshna

Top 25 Data Science Topics in Python

  Foundations Introduction to Python for Data Science – syntax, Jupyter, libraries. Data Structures in Python – lists, dictionaries, sets, and tuples for data handling. NumPy for Numerical Computing – arrays, broadcasting, linear algebra. Pandas for Data Analysis – dataframes, cleaning, aggregation. Data Visualization Basics – Matplotlib, Seaborn, Plotly. Data Preparation Data Cleaning & Preprocessing […]

Top 25 Data Science Topics in Python Read More »

Top 25 Python Programming Ideas

  AI, Data & Automation Build Your Own AI Chatbot with GPT-4/5 APIs – personalised assistants for study, work, or business. Stock Market Price Predictor using Machine Learning – train models on real-time financial data. Automated Resume Optimizer (ATS-Friendly) – parse and score resumes using Python & NLP. AI-Powered Blog Post Generator – generate SEO-optimised

Top 25 Python Programming Ideas Read More »

Python FAQ

Table of Contents Add a header to begin generating the table of contents Scroll to Top General Python FAQ Frequently Asked Questions What is Python ? Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. It supports multiple programming paradigms beyond object-oriented

Python FAQ Read More »

Python Glossary

Terms Description Abstract base class Abstract base classes complement duck-typing by providing a way to define interfaces when other techniques like hasattr() would be clumsy or subtly wrong (for example with magic methods). ABCs introduce virtual subclasses, which are classes that don’t inherit from a class but are still recognized by isinstance() and issubclass(); see

Python Glossary Read More »

Health Insurance Portability and Accountability Act of 1996 (HIPAA)

Table of Contents Add a header to begin generating the table of contents Publication Date:  Aug 20, 1996 PUBLIC LAW 104-191 || 104th Congress || An Act To amend the Internal Revenue Code of 1986 to improve portability and continuity of health insurance coverage in the group and individual markets, to combat waste, fraud, and abuse in

Health Insurance Portability and Accountability Act of 1996 (HIPAA) Read More »

IEEE 1293: Standard for Terminology and Test Methods for Circuit Probes

IEEE 1293 is officially titled:“IEEE Standard for Terminology and Test Methods for Circuit Probes.” It defines standardised terms, classifications, and testing procedures related to circuit probes, especially spring-loaded or pogo pin types used in test fixtures. These probes make temporary connections between electronic test systems and the devices under test (DUTs), typically in in-circuit testing

IEEE 1293: Standard for Terminology and Test Methods for Circuit Probes Read More »

IEEE 430: Standard for the Test Methods for Electrical Characteristics of Instrument Transformers

IEEE 430 is a standard developed by the Institute of Electrical and Electronics Engineers (IEEE) that defines test methods for determining the electrical characteristics of instrument transformers, which include current transformers (CTs) and voltage (potential) transformers (VTs or PTs). The standard ensures consistency and reliability in testing procedures, offering utilities, manufacturers, and engineers a solid

IEEE 430: Standard for the Test Methods for Electrical Characteristics of Instrument Transformers Read More »

IEEE 1051: Standard for Verilog Analogue and Mixed-Signal Extensions

IEEE 1051 is a standardised extension to the Verilog hardware description language (HDL) that allows the modelling and simulation of analogue, digital, and mixed-signal systems within a unified framework. It builds upon Verilog-AMS, a language developed to bridge the gap between purely digital simulations and real-world analogue behaviour. Full Title: IEEE 1051 – Standard for

IEEE 1051: Standard for Verilog Analogue and Mixed-Signal Extensions Read More »

Scroll to Top