1- Headings
2- Block of Words
3- Line Breaks
4- Combine Two Things
5- Text Face
6- Bullet points
7- Line Breaks or Page
8- Links & Hyperlinks
9- Images & Figures
10- Adding Code & Blocks
11- Adding Tables
12- Contents
How to do headings
This is a normal text in Markdown
This is a block of special text
This is a 40 days long course of DATA SCIENCE with Python AKA
Python ka chilla with baba Aammar.
This is a second line.
Block of words and headings
Bold & Italics
Bold Italic Bold and italic
Underscore
Underscore
Underscore bold and italic
- Day-1
- Day-2
- Day-3
- Day-4
- Day-5
- Day-5a
- Day-5b
- Day-5b-1
- Day-5b-2
- Day-5b-2a
- Number List1
- Number List2
- Number List3
- number list1a
- number list2a
- One
- Two
- Three
- One
- Two
- Three
Visit the codanics youtube channel
this whole course is here
Here we are putting the picture from the local directory and from online resources.
This is the function of python print("Hello World")
for block of codes
this code show color according to the python lang sytanx
x = 4 + 5
y = 3 + 7
z = x * y
print(z)| species | petal_length | sepal_length |
|---|---|---|
| Virginica | 3.2 | 4.0 |
| Virginica | 6.2 | 5.0 |
| Setosa | 5.0 | 3.4 |
| Versicolor | 5.9 | 2.8 |
MarkDown
MarkDown
MarkDown
MarkDown
\
MarkDown
MarkDown\
MarkDown
| Column A | Column B | Column C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |
| A3 | B3 | C3 |
| Column A | Column B | Column C |
|---|---|---|
| A1 | B1 | C1 |
| A2 | B2 | C2 |
| A3 | B3 | C3 |