Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


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...

Notes on Cryptography for Dummies (Part 1)

19 Dec 2022 7 minute read 0 comments Great White Snark

I know a little about cryptography and related practices (encryption & decryption, hashing, encoding & decoding). However, my knowledge is limited to how to use certain libraries in certain programming languages (AES in PHP and JavaScript, Bouncy Cas...

Game Development with Various Tools: Possible Future Developments

16 Dec 2022 2 minute read 0 comments Great White Snark

One of the things that I have wanted to do for a long time (since high school, when I saw one of the other students making a simple side-scroller during lunch breaks), either as a hobby or professionally, is game development. It's why I took a two-ye...

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...

Ai adoption

14 Dec 2022 4 minute read 0 comments Stylianos Kampakis

On this article I'm going to discuss the topic of AI adoption. I'm going to talk about a couple of ways which organizations and companies can use in order to adopt AI more easily. More specifically, I'm going to talk about two areas of machine learni...

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 - First Contact (Python)

11 Dec 2022 5 minute read 0 comments santra

Welcome to the Python branch of my Web3 Development series. This is the first section, where we'll walk through some basic use cases of web3.py, Ethereum's Web3 library for Python. We'll create a short script to accomplish the following: Get the lat...

Hook binance launchpad

10 Dec 2022 1 minute read 2 comments Marco K

HOOK, the new project launched on Binance, is a quiz to earn platform, where users earn small sums by participating in quizzes, currently this is the pilot project mainly in Indonesia where 2 million users have signed up. The project has the ambition...

8 skills to be successful at FullStack Solidity Developer job

6 Dec 2022 1 minute read 0 comments Harry89PL

Here is my list of skills that are essential for developer to be successful at FullStack Solidity Developer job Strong problem-solving skills. Solid understanding of the Ethereum blockchain and Solidity principles. Knowledge of the Solidity programm...