Posts

Showing posts from February, 2026

JavaScript

 A programming language Available at client side and server side

HTML Emmet

 Creating an HTML element with content h1{Hello World}  p{This is a paragrah} Nesting elements ul>li get multiple elements ul>li*3 nav>ul>li*3>a{Link $} elements with class and id div.contianer div.hero.banner div#main auto increment numbers of class ul>li.item$*3 Cheat sheet reference cheatsheet-a5.pdf

Python tools

  uv is a package manager like pip which is written in Rust and is ultrafast.  Pypi: uv · PyPI Documentation: Commands | uv Getting started | uv What is a wheel in python? Package Formats - Python Packaging User Guide Wheel is used during installing package. Egg was used in the earlier version.