Python

162 Articles 5 Followers


Python or GO ? Which is the better machine learning language?

4 May 2020 7 minute read 14 comments ProngsDark

For those of you that followed me in the past, you probably know that I am Kotlin fanboy and for good reasons. That language is beautiful, expressive, easy to read and understand no matter the technical background. However its nature was not suited f...

Pi 4 - script in Python with the date and time marked

30 Apr 2020 2 minute read 0 comments ilodz24hd

Many of the novice programmers such as would like to start their fun with Raspberry. Most of them search the Web for scripts and programs written in Python to take full advantage of Pi. Today, a short program that encloses a camera for a specified ti...

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

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

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

Python 1- Variables, Lists, and Dictionaries

3 Apr 2020 1 minute read 2 comments CPix

Recently, I started a FinTech Bootcamp and wanted to share some of the basics I have learned. Python is an important programming language for financial analysis and so much more. To get started you will want to download an application which supports...

Tipping at the Right Time with Python: Improved Timer

16 Mar 2020 4 minute read 7 comments 11100111

A couple of days ago I wrote a short tutorial on how to make a timer. The purpose of the timer was to remind us to open Publish0x, read and tip. Reactions and feedback led me to do a bit more development.   Timer Review: Assessing Functionalities The...

Tipping at the Right Time with Python: Learn to Program a Timer

13 Mar 2020 3 minute read 2 comments 11100111

Sooner or later you made it to Publish0x. Chances are you are interested in cryptos (or gaming and crypto games or publishing or even more). Anyway, you are exploring Publish0x and you wonder: Is there a way to always tip at the right time and maximi...

The Unicycle Diaries Part 1: Uniswap, The Graph, and Me

5 Mar 2020 7 minute read 2 comments pierce

You've probably played with Uniswap by now. If you haven't you're in for a treat! Uniswap is an Ethereum based decentralized exchange (DEX) with a built in Automated Market Maker (AMM). This means it's an exchange with no order book where anyone in t...