I have a Django app, where I use raw SQL query to get some item with date before some date. In view.py file I have to query the CourseInfo table to get the cour
I am currently working on a tutorial in the "Python Crash course" Book. The tutorial is about creating a "Learning Log" Webapp with Django. The idea of the app
I have been working on a Word Office Addin for a few weeks now and everything worked fine until now. I want the add a third button to my custom tab. In order to
My Netbeans is not showing up errors in the editor. It's showing errors in the bottom bar. I have no idea how to resolve it. Here's the screenshot:
How does one do this? If I want to analyze how something is getting compiled, how would I get the emitted assembly code?
This question is taken from the book Fundamentals of Database systems 6th edition (Elmasri,Navathe) Chapter 5 query 3b. One way the authors answered this is by
I had downloaded the metronic theme from http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469 to use along with the PyroCMS framewor
I am new to MemoryMappedFiles. I am creating a file using MemoryMappedFile and I want to write a json string to it. But the problem is for the Write method of t
I'm trying to just create a simple binary tree to store integers. I don't want to just create a struct node outside of my class BinaryTree and then instantiate
I wanted to share my python program to my friends but the problem is they will have to install python first then all the libraries which I used in order to run