New pages
- 08:31, 14 February 2026 Discord Bot - Python (hist | edit) [3,682 bytes] Lucash (talk | contribs) (Created page with "== Preface == Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Pyt...")
- 07:24, 14 February 2026 Discord Bot - Rust (hist | edit) [7,245 bytes] Lucash (talk | contribs) (Created page with "== Preface == Rust is a compiled, strongly and statically typed general purpose programming language. Compared to Python, Rust applications must be compiled for each operating system and architecture combination, and all variables defined should have a single type. To learn more about Rust, read [https://doc.rust-lang.org/book/ "The Book"], or follow a more [https://doc.rust-lang.org/rust-by-example/ interactive learning guide] with example code and output. == Getting...") originally created as "Discord Bot Rust"