Skip to main content

All Questions

3 votes
1 answer
327 views

What is the correct ORDER BY syntax in DataJoint for Python?

In DataJoint for Python, what is the correct syntax of the ORDER BY argument used in the fetch command? The current documentation (as of 2018-08-17) only specifies the following syntax for DataJoint ...
Vathes's user avatar
  • 61
2 votes
3 answers
1k views

Is it dangerous if I expose my database schema in an open source project? [closed]

I am writing myself a blog in python, and am to put it up to GitHub. One of the file in this project will be a script that create the required tables in DB at the very beginning. Since I've gonna put ...
FrostNovaZzz's user avatar
2 votes
6 answers
2k views

Agile Software Development in Python [closed]

I have been trying to learn a cross platform language with a fast learning curve, and so it seemed obvious Python was the logical choice. I've never programmed before but I have been reading on ...
user avatar