Skip to content

pdyba/pythonquestiondb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PythonQuestionDB

File structure

questions/XXXX/YYYY/ZZ.json

where: XXXX - subject id YYYY - question id ZZ - language in country ISO code

Question (JSON) structure

M - Mandatory O - Optional

{
    "qid": "M str - unique - 8 digit subject id + question id",
    "language": "M str - country ISO code",
    "type": "M one of predefined type bool/abcd/open",
    "question": "M str",
    "expected_answare": "M str",
    "answare": "O list of answares for abcd type",
    "img": "O bool",
    "code_in_file": "O bool"
}

Example:

{
    "qid": "00010000",
    "language": "en",
    "type": "open",
    "question": "Whats the default file extension for python files",
    "expected_answare": ".py"
}

Folder to subject

  1. Warm up questions
  2. Python
  3. Basic Syntax
  4. Variable Types
  5. Basic Operators
  6. Decision Making
  7. Loops
  8. Numbers
  9. Strings
  10. Lists
  11. Tuples
  12. Dictionary
  13. Date & Time
  14. Functions
  15. Modules
  16. Files I/O
  17. Exceptions
  18. Classes/Objects
  19. Reg Expressions
  20. Database Access
  21. Networking
  22. Sending Email
  23. Multithreading
  24. XML Processing
  25. GUI Programming
  26. Introduction
  27. Built-in Functions
  28. Binary Data Services
  29. Data Types
  30. Numeric and Mathematical Modules
  31. Functional Programming Modules
  32. File and Directory Access
  33. Data Persistence
  34. Data Compression and Archiving
  35. File Formats
  36. Cryptographic Services
  37. Generic Operating System Services
  38. Concurrent Execution
  39. Interprocess Communication and Networking
  40. Internet Data Handling
  41. Structured Markup Processing Tools
  42. Internet Protocols and Support
  43. Multimedia Services
  44. Internationalization
  45. Program Frameworks
  46. Development Tools
  47. Debugging and Profiling
  48. Software Packaging and Distribution
  49. Python Runtime Services
  50. Custom Python Interpreters
  51. Importing Modules
  52. Python Language Services
  53. Miscellaneous Services
  54. MS Windows Specific Services
  55. Unix Specific Services
  56. Superseded Modules
  57. Undocumented Modules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published