Python and type hinting
This is one of the underrated features of python. (3.5+ only).
def greet(name):
return f"hello {name}"
This is an example function creating greetings for the name. With type-hinting, it becomes:
def greet(name: str) -> str:
return f"hello {name}"
We hint that the name is a string and the function returns a string. This approach has a couple of benefits:
It Improves code readability. The potential other developer reading the code can understand the variables without checking the function body.
IDES, static analyzers can benefit hinted variables and functions.

Note
Type hinting is not a strict type checking mechanism placed inside the Python interpreter.
If you have a function that can work both strings and integers and you hinted the first param. as a string, it will still continue to work with integer values, too.
Also see PEP 484 to learn about it more.

Hello @emrebeyler,
I have few questions.
Is steemd.com an open source.Do you know github repository of steemd.com.I am supporting you as a witness. I also want to add somewords telling people to approve you as a witness. I also need your support. This is a win-win situation. I hope you would reply me.
Steemd is not open-source.
thanks for reply.
👍
hellow
my dear
@emrebeyler
its nice post,,,which is usefull for a programmer,,,its need to learn a programming language such infrmative and greatfull is python,,,thanks for share your post aboupython based post,,,that are great usefull for all programmer,,,it is important worldwide programming language,,,thanks a lot sharing for your post,,,
Dont spam my posts with your comments. Next time I will flag you.
wow,,its python ,,which plays a great role in programming language,,thanks
it is good programming language,, l like it
I guess i am the only one who didnt knew about python,the logo looks cool though.
f-strings are Python 3.6+
yeah, you can change the body with .format() if you want to run it at 3.5 :)
This is the most useful post I have seen from you in this series.
I don't have that kind of series mate, perhaps you mean @themarkymark's series?
Yes, you're right.
The Spanish police have captured a cybercrime group hailing from both Russia and Ukraine, answered to have been engaged with taking USD 1.24 billion and washing them utilizing Bitcoin, Associated Press announced.
In excess of a 100 money related organizations were focused over a time of 5 years; the culprits figured out how to escape with as much as EUR 10 million in each heist. As indicated by Interpol and Spanish police explanations, the pioneer of the group is a Ukrainian called "Denis K." who was captured alongside three speculated associates from Russia and Ukraine in the Spanish city of Alicante.
The gathering would access the influenced managing an account organizes by sending phishing messages with vindictive connections to bank authorities. The malware would then give the pack individuals a chance to pick up control over influenced equipment, enabling them to break into ATMs and utilize the machines to pull back boundless entireties of cash. As indicated by the specialists, despite the fact that the assaults happened to budgetary organizations around the world, every single Russian bank were influenced and around 50 of them lost cash in the assaults.
The AP likewise reports that the crooks did not spend their not well picked up cash, rather choosing transforming it into bitcoin, which was then utilized for purchasing distinctive resources, including land and vehicles in Spain.
Back in February, the Thai police captured Sergey Medvedev, said to be the number two man in a universal cybercrime association and manager of the Dark Web webpage Infraud, who, at the season of capture, was in control of more than 100,000 Bitcoins (USD 799 million).