In this “Data structures in Python” series, I’ll go over the 6 major data structures that will come up in any kind of software engineer job…
Read more »
Earlier this week the White House published a report recommending the use of memory-safe programming languages to eliminate an entire class of vulnerabilities affecting software. The report quotes claims from large software producers like Google and Micro... (more…)
Read more »
If we call a language a high level language, then it becomes necessary for that language to have object oriented paradigm. This chapter will guide you through how to implement the concept of classes, constructors, destructor, instances, class variables an... (more…)
Read more »
One way to use a Python variable in an external Javascript is to declare the JS variable in the HTML template through context object, then pass this variable to the external script code : (more…)
Read more »