Programming

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


EOS is the scalable, flexible and usable cryptocurrency

21 Apr 2020 2 minute read 0 comments Stat1c

The first blockchain in the world that has its own constitution. The project was launched in 2017. Basically  a software that has implemented a new architecture of the digital payment system. Its principles are: scalability, flexibility and facilitat...

Learn the Programming Language 'PYTHON' in 2 hrs and develop your blockchain project.

21 Apr 2020 2 minute read 0 comments Kavi

Hello and welcome to my blog .  From the title of the page you already got the point about what i am going to bring for you for learning. yes it 'PYTHON' a programming language which is quite easier and popular among all the learner .  I just brought...

Introducing EMR and ACW Tokens for World Builder

21 Apr 2020 2 minute read 0 comments Daniel Goldman

I've written a few articles about World Builder and related topics. Today I want to discuss various core projects and tokens that we'll be creating and supporting. A number of these projects are attempts to help monetize activities that are tradition...

How To Become A Blockchain Developer

21 Apr 2020 4 minute read 6 comments alexroan

This article is for professional software developers interested in steering their careers towards blockchain. Are you interested in blockchain development but don’t know where to start? Here are my steps to becoming a blockchain developer in 2020 and...

Python *args & **kwargs in depth

20 Apr 2020 3 minute read 6 comments Chanh Ha

Today, in Python explained, we are welcome to see one of the most mysterious things with a new Python learner. It is *args and **kwargs variables. We will figure out below questions: What is *args and **kwargs variables? When SHOULD and SHOULD NOT u...

Kotlin 1.4 : Performant, Modern, Fresh

19 Apr 2020 4 minute read 0 comments ProngsDark

As we approach the inevitable release of the 1.4 version of the Kotlin programming language, I thought that this is a great time to take a look at what is new, what is changed and how this update will influence our future work. Note that this article...

Python Tips #1: Generator And Yield Keyword In 5 Minutes

19 Apr 2020 7 minute read 4 comments Chanh Ha

Python generator gives us a lazy iterator that is introduced in PEP255. We probably guess the idea from the “lazy” term. It means we are able to evaluate the piece of code whenever you want. It’s hard to understand clearly, right? For easier to under...

Sending Email with Python

18 Apr 2020 6 minute read 1 comment Chanh Ha

Sending email is a very common task in any system. You probably found this tutorial because you want to send emails using Python. In this tutorial, we will learn how to send emails with and without attachment/HTML contents in Python. After complete t...

How to set up Django in your device

17 Apr 2020 2 minute read 1 comment ryosuke

There is so many tools and programming languages to code for web whether it is front-end or back-end for example PHP and JavaScript ,django and flask. in this blog we are going to talk about django so what is Django? Django is a free and open-source...

How to create Clickable Container

17 Apr 2020 1 minute read 0 comments Chanh Ha

Many times while you are working in Flutter, you would like to allow onTap in the Container widget. However, the Container widget doesn’t have onTap or onPress method. So this post is exactly for you, at the end of this post we will know 2 ways to en...