Notes qui resume la plus part des elements appris dans mon parcours au CVM
live server
pour ouvrire le serveur
php -S localhost:8000
version 3.9
Pour py 6
dans cmd pip install pyside6
pour installer numpy
dans cmd pip install numpy
pip install matplotlib
#This is an<h1>tag##This is an<h2>tag###This is an<h3>tag####This is an<h4>tag#####This is an<h5>tag######This is an<h6>tag
*This text will be italic*or_This will also be italic_**This text will be bold**or__This will also be bold__~~This text will be strikethrough~~
* Item 1* Item 2* Item 2a* Item 2b
Item 1Item 2Item 3Item 3aItem 3b

[title](https://www.example.com)
> Blockquote
This is an inline code: \``
This is a code block
Escape Markdown *This text is escaped from Markdown formatting *\
# H1for top-level titles## H2for major headings### H3for subheadings#### H4to###### H6for additional subheading levels
*Italic*or_Italic_for italic text**Bold**or__Bold__for bold text~~Strikethrough~~for strikethrough text
- Use dashes
-, asterisks*, or plus signs+interchangeably:- Item 1+ Item 2* Item 3
- Number followed by a dot for sequential steps:
First itemSecond itemThird item
[Link text](URL)for hyperlinksfor images
- Use
>for block quotes:Quote text
- Use backticks for
inline code:`code`
- Use triple backticks for blocks of code or specify a language:
console.log('Hello, world!');
Tables
Use pipes | and dashes - to create tables:
| Header 1 | Header 2 |
| -------- | -------- |
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Task Lists
Create task lists with dashes and brackets:
[ ] To-do item 1
[x] Completed item
Automatic Linking
URLs and email addresses can be automatically linked without explicit Markdown:
<http://www.example.com>
<example@example.com>
Horizontal Rules
Use three or more dashes ---, asterisks ***, or underscores ___:
---
Escape Characters
Use the backslash \ to escape Markdown characters:
\*Not italic*\
GitHub Flavored Markdown (GFM)
GFM provides additional features like emoji support :emoji:, tables, and more.