Home / Computer Science

Computer Science

Master Java, Big Data, C/C++, Hibernate & modern computing at IT2Edu. Hands-on tutorials, coding practice & real-world applications

Track Ethereum Transactions Using Python (Etherscan API Guide)

If you’re dealing with Ethereum transactions—whether for security audits, tax reporting, or investigating suspicious activity—you need a reliable way to fetch transaction history. In this guide, I’ll show you how to build a Python script that pulls transaction details (TX hash, timestamp, and amount) from Etherscan for any wallet address. Ethereum Transaction Extraction and …

Read More »

Understanding Basic Concepts of Python Dictionaries: A Complete Guide

Basic Concepts of Dictionaries in Python Dictionaries in Python are a data structure that stores information in key-value pairs. They are similar to real-world dictionaries, where each word (key) maps to a specific definition (value). Python dictionaries are: Unordered: The elements in a dictionary are not stored in a specific …

Read More »

Pricing and Licensing of Microsoft Dataverse

Explore the various Microsoft subscription plans that include Microsoft Dataverse, such as Dynamics 365, Power Apps, and Power Automate. Understand how Dataverse offers flexible licensing options and seamless integration with existing Microsoft services, providing organizations with a cost-effective solution for consolidating data management and application development efforts.

Read More »

Azure Data Engineering Core Concepts

Before going into Azure Data engineering, we need to learn few concepts that are backbone for data engineering workloads. Data can generate from various platforms such as stock market, social media and business operations etc. Data can be of Streaming data, operational data and analytical data. Streaming Data: Data Engineering …

Read More »