We just released a new version of Zerynth (r2.0.5) with a lot of new functionalities, new supported hardware, better stability and an enhanced UX. (more…)
Read more »
The challenge Create a function called shortcut to remove all the lowercase vowels in a given string. Examples Don’t worry about uppercase vowels. Test cases The solution in Python Option 1 (long way): Option 2 (using translate): Option 3 (using join): Op... (more…)
Read more »
Julia vs Python Should we ditch Python and other languages in favor of Julia for technical computing? That's certainly a thought that comes to mind when one looks at the benchmarks on http://julialang.org/. Python and other high level languages are way ... (more…)
Read more »
Deciding the strike price for writing options, based on the Open Interest from the option chain data from NSE(National Stock Exchange) - rbhatia46/Option-Writing-Calls-Using-Open-Interest... (more…)
Read more »
Simple educational python Snake game created with PySide6 and Qt framework - gudarzi/QtSnake... (more…)
Read more »