Today I am going to introduce a new concept for Python developers: typeclasses.It is a concept behind our new dry-python library called classes. (more…)
Read more »
Given a directory that contains: We can create a runme.sh file to always make sure we are running python 3. Create a shell script Create a file called runme.sh and put the following code in: Now instead of running python app.py or python3 app.py, you can ... (more…)
Read more »
I used to find writing CUDA code rather terrifying. But then I discovered a couple of tricks that actually make it quite accessible. In this video I introduc... (more…)
Read more »
Regex is a group of characters which helps to find pattern within a string. Regex is used in lot of applications including the search engines, search and for find and replace in text documents... (more…)
Read more »
This is an incredibly powerful calculator that is capable of many useful day-to-day functions. - JordanLeich/Ultimate-Calculator... (more…)
Read more »