Beginning Your Rust Programming Odyssey

By |February 23, 2024|Computer Programming Languages, Rust|

Beginning Your Rust Programming Odyssey - Embarking on Your Rust Adventure Kickstart your journey with Rust—a comprehensive yet intricate programming language. This guide covers the essentials: Installation guidelines for Rust across Linux, macOS, and Windows platforms. Crafting a basic "Hello, world!" program. Navigating through Cargo, Rust's integral package manager and construction tool. Installation [...]

Comments Off on Beginning Your Rust Programming Odyssey

Pong – JavaScript

By |February 18, 2024|CSS, Games|

Pong - JavaScript. Pong is a classic arcade game that simulates a virtual game of table tennis. The objective of Pong is simple: players control paddles on opposite sides of the screen, with the goal of hitting a ball back and forth between them. The game continues until one player fails to return [...]

Comments Off on Pong – JavaScript

Python Glossary

By |April 25, 2018|Computer Programming Languages, Python|

Python Glossary A programming glossary for Python for the beginner. If you want a more in-depth glossary, visit the Official Python Documentation. Class Python is a Language that supports the Object Oriented Programming paradigm. Like other OOP languages, Python has classes which are defined wireframes of objects. Python supports class inheritance. A class [...]

Comments Off on Python Glossary

Alice Teaches OOP (Glossary of useful terms)

By |April 21, 2018|Alice, Computer Programming Languages|

Alice Teaches OOP: Expanded Glossary of Key Terms When learning Object-Oriented Programming (OOP) with Alice, understanding the terminology is essential. Here is an expanded glossary to help clarify the concepts used within the Alice programming environment, supported by references to online resources. World In Alice, a "world" is a container for all objects, [...]

Comments Off on Alice Teaches OOP (Glossary of useful terms)
Go to Top