Programming Leftovers
-
GoLang: A Flexible Open-Source Language by Google
Go, often referred to as GoLang, is an open-source programming language created by Google. It was designed by Robert Griesemer, Rob Pike, and Ken Thompson and first introduced in 2009.
-
Writing Selenium/Appium Tests on Windows [Ed: Wasting KDE resources on a malicious platform with DRM]
Akademy, KDE’s annual conference, recently took place in Thessaloniki, Greece. Lots of people were super excited about the prospect of getting GUI Testing off the ground based on the Selenium tech I built last year. Since KDE produces cross-platform applications an obvious question arose though…
-
Pandas to Dictionary
In Python, the “DataFrame.to_dict()” method of the “pandas” module is used to convert the specified Pandas DataFrame to Dictionary.
-
Pandas Change Index
The “DataFrame.set_index()” method is used to set the single or multiple existing columns as the index of the Pandas DataFrame.
-
Random Sentence Generator in Python
The “random.randint()”, “essential-generators”, “random.choice()”, and “secret.choice()” methods are used to generate random sentences in Python.