Programming

611 Articles 12 Followers


Advent of Code 2022 Day 1

24 Jan 2023 1 minute read 0 comments Lochard

Sorry that I am blogging via my phone and I don't want to type too much. I will just share the finished code. You can see all of them on GitHub. Advent of Code 2022 Day 1 **Part 1** inputs

1. Introduction to web development

16 Jan 2023 3 minute read 0 comments Jadders

This series of blog posts is going to teach you how to create a fully interactive website. We'll start with the basics of HTML, then add some CSS. After introducing you to CSS, we'll then go back over both HTML and CSS in a bit more detail, so that y...

Kivy Python canvas

22 Dec 2022 2 minute read 1 comment Sthappened

Today, we will look at canvas. You can operate with canvas in .py file using with self.canvas:; or in .kv file using canvas:. What is canvas Canvas is a place which contains some objects. For example: Rectangle RoundedRectangle Color Ellipse We'll...

Perl - Using conditionals (first part)

15 Dec 2022 2 minute read 0 comments lingy

We finally come to the use of conditionals in Perl (the famous if and else). If conditional The basic if structure is like this: if (condition) { say "The condition is true"; } This code means that, if the expression in the condition is true, the...

Kivy Layouts and widgets

12 Dec 2022 2 minute read 0 comments Sthappened

Before doing anything in Kivy it is important to understand what Layouts and Widgets are and how to work with them. What is a widget? Widget is any visual object which you can create with Kivy. For example Button, Label, TextInput... You can place th...

What is Kivy?

11 Dec 2022 1 minute read 0 comments Sthappened

Kivy is an open-source Python framework used to create a cross-platform GUI (graphical user interface) apps. Why should you choose Kivy? Kivy has lots of different options, despite this, it is relatively simple. If you want to create an app with GUI...

Web3 Development - Series Introduction

5 Dec 2022 1 minute read 0 comments santra

I've decided to try my hand at writing a series of tutorials/guides outlining the basics of software that interacts with web3. For those new to web3 and/or curious of its importance, I'd suggest starting with Ethereum's own What is Web3? article. Thi...

Interesting Github Projects & Tools - Episode 1

26 Nov 2022 2 minute read 0 comments Zeddicus

For me, GitHub has always held a certain feeling when browsing its vast nest of repositories. It is often the first place I will look when trying to find a piece of software, a scrap of code, or a starting point for an idea I've had. It is truly a re...

Coding career can be started at anytime during our career

24 Nov 2022 2 minute read 0 comments Bala

Sometimes I feel that I want to quit coding and start enjoying life. I can do that only if I have enough money to do it. Without financial independence, I will not be able to do something like that. This is when I get motivation from people who are p...

The Hurrier I go, the Behinder I get, the Hurrier I go ...

22 Nov 2022 1 minute read 2 comments Great White Snark

Contrary to popular belief, Lewis Carol didn't actually write that quote, although it is often attributed to him, starting about fifty years after his death. What he did write has a similar meaning, though. The first known/recorded use is as a common...