searxng.json 23.4 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
{
  "query": "python",
  "number_of_results": 116000000,
  "results": [
    {
      "url": "https://www.python.org/",
      "title": "Welcome to Python.org",
      "content": "Python is a versatile and powerful language that lets you work quickly and integrate systems more effectively. Learn how to get started, download the latest version, access documentation, find jobs, and join the Python community.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "www.python.org",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        1,
        1,
        1
      ],
      "score": 9.0,
      "category": "general"
    },
    {
      "url": "https://wiki.nerdvpn.de/wiki/Python_(programming_language)",
      "title": "Python (programming language) - Wikipedia",
      "content": "Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "wiki.nerdvpn.de",
        "/wiki/Python_(programming_language)",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        4,
        3,
        2
      ],
      "score": 3.25,
      "category": "general"
    },
    {
      "url": "https://docs.python.org/3/tutorial/index.html",
      "title": "The Python Tutorial \u2014 Python 3.12.3 documentation",
      "content": "3 days ago \u00b7 Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to object-oriented programming. Python\u2019s elegant syntax and dynamic typing, together with its interpreted nature, make it an ideal language for scripting and rapid application development in many \u2026",
      "engine": "bing",
      "parsed_url": [
        "https",
        "docs.python.org",
        "/3/tutorial/index.html",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        5,
        5,
        3
      ],
      "score": 2.2,
      "category": "general"
    },
    {
      "url": "https://www.python.org/downloads/",
      "title": "Download Python | Python.org",
      "content": "Python is a popular programming language for various purposes. Find the latest version of Python for different operating systems, download release notes, and learn about the development process.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "www.python.org",
        "/downloads/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "duckduckgo"
      ],
      "positions": [
        2,
        2
      ],
      "score": 2.0,
      "category": "general"
    },
    {
      "url": "https://www.python.org/about/gettingstarted/",
      "title": "Python For Beginners | Python.org",
      "content": "Learn the basics of Python, a popular and easy-to-use programming language, from installing it to using it for various purposes. Find out how to access online documentation, tutorials, books, code samples, and more resources to help you get started with Python.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "www.python.org",
        "/about/gettingstarted/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        9,
        4,
        4
      ],
      "score": 1.8333333333333333,
      "category": "general"
    },
    {
      "url": "https://www.python.org/shell/",
      "title": "Welcome to Python.org",
      "content": "Python is a versatile and easy-to-use programming language that lets you work quickly. Learn more about Python, download the latest version, access documentation, find jobs, and join the community.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "www.python.org",
        "/shell/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        3,
        10,
        8
      ],
      "score": 1.675,
      "category": "general"
    },
    {
      "url": "https://realpython.com/",
      "title": "Python Tutorials \u2013 Real Python",
      "content": "Real Python offers comprehensive and up-to-date tutorials, books, and courses for Python developers of all skill levels. Whether you want to learn Python basics, web development, data science, machine learning, or more, you can find clear and practical guides and code examples here.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "realpython.com",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        6,
        6,
        5
      ],
      "score": 1.6,
      "category": "general"
    },
    {
      "url": "https://wiki.nerdvpn.de/wiki/Python",
      "title": "Python",
      "content": "Topics referred to by the same term",
      "engine": "wikipedia",
      "parsed_url": [
        "https",
        "wiki.nerdvpn.de",
        "/wiki/Python",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "wikipedia"
      ],
      "positions": [
        1
      ],
      "score": 1.0,
      "category": "general"
    },
    {
      "title": "Online Python - IDE, Editor, Compiler, Interpreter",
      "content": "Online Python IDE is a free online tool that lets you write, execute, and share Python code in the web browser. Learn about Python, its features, and its popularity as a general-purpose programming language for web development, data science, and more.",
      "url": "https://www.online-python.com/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.online-python.com",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        8,
        6
      ],
      "score": 0.5833333333333333,
      "category": "general"
    },
    {
      "url": "https://micropython.org/",
      "title": "MicroPython - Python for microcontrollers",
      "content": "MicroPython is a full Python compiler and runtime that runs on the bare-metal. You get an interactive prompt (the REPL) to execute commands immediately, along ...",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "micropython.org",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        1
      ],
      "score": 1.0,
      "category": "general"
    },
    {
      "url": "https://dictionary.cambridge.org/uk/dictionary/english/python",
      "title": "PYTHON | \u0417\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0432 \u0430\u043d\u0433\u043b\u0456\u0439\u0441\u044c\u043a\u0456\u0439 \u043c\u043e\u0432\u0456 - Cambridge Dictionary",
      "content": "Apr 17, 2024 \u2014 \u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f PYTHON: 1. a very large snake that kills animals for food by wrapping itself around them and crushing them\u2026. \u0414\u0456\u0437\u043d\u0430\u0439\u0442\u0435\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435.",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "dictionary.cambridge.org",
        "/uk/dictionary/english/python",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        2
      ],
      "score": 0.5,
      "category": "general"
    },
    {
      "url": "https://www.codetoday.co.uk/code",
      "title": "Web-based Python Editor (with Turtle graphics)",
      "content": "Quick way of starting to write Python code, including drawing with Turtle, provided by CodeToday using Trinket.io Ideal for young children to start ...",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "www.codetoday.co.uk",
        "/code",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        3
      ],
      "score": 0.3333333333333333,
      "category": "general"
    },
    {
      "url": "https://snapcraft.io/docs/python-plugin",
      "title": "The python plugin | Snapcraft documentation",
      "content": "The python plugin can be used by either Python 2 or Python 3 based parts using a setup.py script for building the project, or using a package published to ...",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "snapcraft.io",
        "/docs/python-plugin",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        4
      ],
      "score": 0.25,
      "category": "general"
    },
    {
      "url": "https://www.developer-tech.com/categories/developer-languages/developer-languages-python/",
      "title": "Latest Python Developer News",
      "content": "Python's status as the primary language for AI and machine learning projects, from its extensive data-handling capabilities to its flexibility and ...",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "www.developer-tech.com",
        "/categories/developer-languages/developer-languages-python/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        5
      ],
      "score": 0.2,
      "category": "general"
    },
    {
      "url": "https://subjectguides.york.ac.uk/coding/python",
      "title": "Coding: a Practical Guide - Python - Subject Guides",
      "content": "Python is a coding language used for a wide range of things, including working with data, building systems and software, and even creating games.",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "subjectguides.york.ac.uk",
        "/coding/python",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        6
      ],
      "score": 0.16666666666666666,
      "category": "general"
    },
    {
      "url": "https://hub.salford.ac.uk/psytech/python/getting-started-python/",
      "title": "Getting Started - Python - Salford PsyTech Home - The Hub",
      "content": "Python in itself is a very friendly programming language, when we get to grips with writing code, once you grasp the logic, it will become very intuitive.",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "hub.salford.ac.uk",
        "/psytech/python/getting-started-python/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        7
      ],
      "score": 0.14285714285714285,
      "category": "general"
    },
    {
      "url": "https://snapcraft.io/docs/python-apps",
      "title": "Python apps | Snapcraft documentation",
      "content": "Snapcraft can be used to package and distribute Python applications in a way that enables convenient installation by users. The process of creating a snap ...",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "snapcraft.io",
        "/docs/python-apps",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        8
      ],
      "score": 0.125,
      "category": "general"
    },
    {
      "url": "https://anvil.works/",
      "title": "Anvil | Build Web Apps with Nothing but Python",
      "content": "Anvil is a free Python-based drag-and-drop web app builder.\u200eSign Up \u00b7 \u200eSign in \u00b7 \u200ePricing \u00b7 \u200eForum",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "anvil.works",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        9
      ],
      "score": 0.1111111111111111,
      "category": "general"
    },
    {
      "url": "https://docs.python.org/",
      "title": "Python 3.12.3 documentation",
      "content": "3 days ago \u00b7 This is the official documentation for Python 3.12.3. Documentation sections: What's new in Python 3.12? Or all \"What's new\" documents since Python 2.0. Tutorial. Start here: a tour of Python's syntax and features. Library reference. Standard library and builtins. Language reference.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "docs.python.org",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing",
        "duckduckgo"
      ],
      "positions": [
        7,
        13
      ],
      "score": 0.43956043956043955,
      "category": "general"
    },
    {
      "title": "How to Use Python: Your First Steps - Real Python",
      "content": "Learn the basics of Python syntax, installation, error handling, and more in this tutorial. You'll also code your first Python program and test your knowledge with a quiz.",
      "url": "https://realpython.com/python-first-steps/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "realpython.com",
        "/python-first-steps/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "qwant",
        "duckduckgo"
      ],
      "positions": [
        14,
        7
      ],
      "score": 0.42857142857142855,
      "category": "general"
    },
    {
      "title": "The Python Tutorial \u2014 Python 3.11.8 documentation",
      "content": "This tutorial introduces the reader informally to the basic concepts and features of the Python language and system. It helps to have a Python interpreter handy for hands-on experience, but all examples are self-contained, so the tutorial can be read off-line as well. For a description of standard objects and modules, see The Python Standard ...",
      "url": "https://docs.python.org/3.11/tutorial/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "docs.python.org",
        "/3.11/tutorial/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        7
      ],
      "score": 0.14285714285714285,
      "category": "general"
    },
    {
      "url": "https://realpython.com/python-introduction/",
      "title": "Introduction to Python 3 \u2013 Real Python",
      "content": "Python programming language, including a brief history of the development of Python and reasons why you might select Python as your language of choice.",
      "engine": "bing",
      "parsed_url": [
        "https",
        "realpython.com",
        "/python-introduction/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "bing"
      ],
      "positions": [
        8
      ],
      "score": 0.125,
      "category": "general"
    },
    {
      "title": "Our Documentation | Python.org",
      "content": "Find online or download Python's documentation, tutorials, and guides for beginners and advanced users. Learn how to port from Python 2 to Python 3, contribute to Python, and access Python videos and books.",
      "url": "https://www.python.org/doc/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.python.org",
        "/doc/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        9
      ],
      "score": 0.1111111111111111,
      "category": "general"
    },
    {
      "title": "Welcome to Python.org",
      "url": "http://www.get-python.org/shell/",
      "content": "The mission of the Python Software Foundation is to promote, protect, and advance the Python programming language, and to support and facilitate the growth of a diverse and international community of Python programmers. Learn more. Become a Member Donate to the PSF.",
      "engine": "qwant",
      "parsed_url": [
        "http",
        "www.get-python.org",
        "/shell/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "qwant"
      ],
      "positions": [
        9
      ],
      "score": 0.1111111111111111,
      "category": "general"
    },
    {
      "title": "About Python\u2122 | Python.org",
      "content": "Python is a powerful, fast, and versatile programming language that runs on various platforms and is easy to learn. Learn how to get started, explore the applications, and join the community of Python programmers and users.",
      "url": "https://www.python.org/about/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.python.org",
        "/about/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        11
      ],
      "score": 0.09090909090909091,
      "category": "general"
    },
    {
      "title": "Online Python Compiler (Interpreter) - Programiz",
      "content": "Write and run Python code using this online tool. You can use Python Shell like IDLE, and take inputs from the user in our Python compiler.",
      "url": "https://www.programiz.com/python-programming/online-compiler/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.programiz.com",
        "/python-programming/online-compiler/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        12
      ],
      "score": 0.08333333333333333,
      "category": "general"
    },
    {
      "title": "Welcome to Python.org",
      "content": "Python is a versatile and powerful language that lets you work quickly and integrate systems more effectively. Download the latest version, read the documentation, find jobs, events, success stories, and more on Python.org.",
      "url": "https://www.python.org/?downloads",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.python.org",
        "/",
        "",
        "downloads",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        15
      ],
      "score": 0.06666666666666667,
      "category": "general"
    },
    {
      "url": "https://www.matillion.com/blog/the-importance-of-python-and-its-growing-influence-on-data-productivty-a-matillion-perspective",
      "title": "The Importance of Python and its Growing Influence on ...",
      "content": "Jan 30, 2024 \u2014 The synergy of low-code functionality with Python's versatility empowers data professionals to orchestrate complex transformations seamlessly.",
      "img_src": null,
      "engine": "google",
      "parsed_url": [
        "https",
        "www.matillion.com",
        "/blog/the-importance-of-python-and-its-growing-influence-on-data-productivty-a-matillion-perspective",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "google"
      ],
      "positions": [
        10
      ],
      "score": 0.1,
      "category": "general"
    },
    {
      "title": "BeginnersGuide - Python Wiki",
      "content": "This is the program that reads Python programs and carries out their instructions; you need it before you can do any Python programming. Mac and Linux distributions may include an outdated version of Python (Python 2), but you should install an updated one (Python 3). See BeginnersGuide/Download for instructions to download the correct version ...",
      "url": "https://wiki.python.org/moin/BeginnersGuide",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "wiki.python.org",
        "/moin/BeginnersGuide",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        16
      ],
      "score": 0.0625,
      "category": "general"
    },
    {
      "title": "Learn Python - Free Interactive Python Tutorial",
      "content": "Learn Python from scratch or improve your skills with this website that offers tutorials, exercises, tests and certification. Explore topics such as basics, data science, advanced features and more with DataCamp.",
      "url": "https://www.learnpython.org/",
      "engine": "duckduckgo",
      "parsed_url": [
        "https",
        "www.learnpython.org",
        "/",
        "",
        "",
        ""
      ],
      "template": "default.html",
      "engines": [
        "duckduckgo"
      ],
      "positions": [
        17
      ],
      "score": 0.058823529411764705,
      "category": "general"
    }
  ],
  "answers": [],
  "corrections": [],
  "infoboxes": [
    {
      "infobox": "Python",
      "id": "https://en.wikipedia.org/wiki/Python_(programming_language)",
      "content": "general-purpose programming language",
      "img_src": "https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/.PY_file_recreation.png/500px-.PY_file_recreation.png",
      "urls": [
        {
          "title": "Official website",
          "url": "https://www.python.org/",
          "official": true
        },
        {
          "title": "Wikipedia (en)",
          "url": "https://en.wikipedia.org/wiki/Python_(programming_language)"
        },
        {
          "title": "Wikidata",
          "url": "http://www.wikidata.org/entity/Q28865"
        }
      ],
      "attributes": [
        {
          "label": "Inception",
          "value": "Wednesday, February 20, 1991",
          "entity": "P571"
        },
        {
          "label": "Developer",
          "value": "Python Software Foundation, Guido van Rossum",
          "entity": "P178"
        },
        {
          "label": "Copyright license",
          "value": "Python Software Foundation License",
          "entity": "P275"
        },
        {
          "label": "Programmed in",
          "value": "C, Python",
          "entity": "P277"
        },
        {
          "label": "Software version identifier",
          "value": "3.12.3, 3.13.0a6",
          "entity": "P348"
        }
      ],
      "engine": "wikidata",
      "engines": [
        "wikidata"
      ]
    }
  ],
  "suggestions": [
    "python turtle",
    "micro python tutorial",
    "python docs",
    "python compiler",
    "snapcraft python",
    "micropython vs python",
    "python online",
    "python download"
  ],
  "unresponsive_engines": []
}