Login
Discover
Waves
Decks
Plus
Login
Signup
chanh-mark
@chanh-mark
42
Followers
4
Following
1
Resource Credits
Available
Used
Created
April 26, 2020
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
chanh-mark
OCD
2020-05-19 06:53
String Formatting in Python: A Complete Guide for Beginners
Python is a modern and powerful programming language. Therefore, we can do one thing in many different ways. It's similar to format a string, a very common task in coding, we have even 4 different methods
$ 1.471
6
chanh-mark
OCD
2020-05-13 16:21
Sending Email with Python
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
$ 0.242
11
4
chanh-mark
OCD
2020-05-05 07:27
Python Tips #1: Generator And Yield Keyword In 5 Minutes
Python Tips #1: Generator And Yield Keyword In 5 Minutes 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
$ 0.214
1
chanh-mark
Learning Python
2020-04-27 03:21
Python *args & **kwargs in depth
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
$ 0.147
8
5