Nitrogen Basics Cheat Sheet
Nitrogen (N) – An Essential Element for Life and the Atmosphere 1. General Information Symbol: N Atomic Number: 7 Atomic Mass: 14.01 u Group: 15 (Pnictogens) Period: 2 Block: p-block…
Nitrogen (N) – An Essential Element for Life and the Atmosphere 1. General Information Symbol: N Atomic Number: 7 Atomic Mass: 14.01 u Group: 15 (Pnictogens) Period: 2 Block: p-block…
Carbon (C) – The Element of Life and the Backbone of Organic Chemistry 1. General Information Symbol: C Atomic Number: 6 Atomic Mass: 12.01 u Group: 14 (Carbon Group) Period:…
Boron (B) – A Versatile Metalloid Essential for Industrial and Biological Applications 1. General Information Symbol: B Atomic Number: 5 Atomic Mass: 10.81 u Group: 13 (Metalloids) Period: 2 Block:…
Beryllium (Be) – A Lightweight, Strong, and Toxic Alkaline Earth Metal 1. General Information Symbol: Be Atomic Number: 4 Atomic Mass: 9.0122 u Group: 2 (Alkaline Earth Metals) Period: 2…
Lithium (Li) – The Lightest Metal and Highly Reactive Alkali Element 1. General Information Symbol: Li Atomic Number: 3 Atomic Mass: 6.94 u Group: 1 (Alkali Metals) Period: 2 Block:…
Helium (He) – The Lightest Noble Gas and the Second Most Abundant Element in the Universe 1. General Information Symbol: He Atomic Number: 2 Atomic Mass: 4.0026 u Group: 18…
Hydrogen (H) – The Lightest and Most Abundant Element in the Universe 1. General Information Symbol: H Atomic Number: 1 Atomic Mass: 1.008 u Group: 1 (Non-metal) Period: 1 Block:…
Midjourney is an AI-powered tool that generates stunning images from text prompts. 1. Getting Started Join the Midjourney Server Visit: https://www.midjourney.com Join the Midjourney Discord server. Use /imagine in the…
Pandas is a powerful Python library for data manipulation, analysis, and visualization. 1. Installing and Importing Pandas pip install pandas import pandas as pd 2. Creating DataFrames and Series Create…
Numerical Python (NumPy) is a powerful library for numerical computations in Python. 1. Installing and Importing NumPy pip install numpy import numpy as np 2. Creating Arrays 1D Array arr…