|
| 1 | +[ |
| 2 | + "EuroPython": [ |
| 3 | + "2025": [ |
| 4 | + { |
| 5 | + "name": "Bloomberg", |
| 6 | + "website": "https://www.bloomberg.com/company/values/tech-at-bloomberg/python/", |
| 7 | + "level": "Platinum", |
| 8 | + "amount": 18000 |
| 9 | + }, |
| 10 | + { |
| 11 | + "name": "Gel", |
| 12 | + "website": "https://www.geldata.com/", |
| 13 | + "level": "Platinum", |
| 14 | + "amount": 18000 |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Microsoft", |
| 18 | + "website": "https://www.microsoft.com/", |
| 19 | + "level": "Platinum", |
| 20 | + "amount": 18000 |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "ARM", |
| 24 | + "website": "https://www.arm.com/", |
| 25 | + "level": "Gold", |
| 26 | + "amount": 9500 |
| 27 | + }, |
| 28 | + { |
| 29 | + "name": "G-Research", |
| 30 | + "website": "https://www.gresearch.com/", |
| 31 | + "level": "Gold", |
| 32 | + "amount": 9500 |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "Jetbrains", |
| 36 | + "website": "https://jetbrains.com/", |
| 37 | + "level": "Gold", |
| 38 | + "amount": 9500 |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "Google Cloud", |
| 42 | + "website": "https://cloud.google.com/", |
| 43 | + "level": "Gold", |
| 44 | + "amount": 9500 |
| 45 | + }, |
| 46 | + { |
| 47 | + "name": "Numberly", |
| 48 | + "website": "https://numberly.com/", |
| 49 | + "level": "Gold", |
| 50 | + "amount": 9500 |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "Picnic", |
| 54 | + "website": "https://jobs.picnic.app/en/home", |
| 55 | + "level": "Gold", |
| 56 | + "amount": 9500 |
| 57 | + }, |
| 58 | + { |
| 59 | + "name": "Pydantic", |
| 60 | + "website": "https://pydantic.dev/", |
| 61 | + "level": "Gold", |
| 62 | + "amount": 9500 |
| 63 | + }, |
| 64 | + { |
| 65 | + "name": "Travelperk", |
| 66 | + "website": "https://grnh.se/e4647ad81us", |
| 67 | + "level": "Gold", |
| 68 | + "amount": 9500 |
| 69 | + }, |
| 70 | + { |
| 71 | + "name": "Ataccama", |
| 72 | + "website": "https://jobs.ataccama.com/", |
| 73 | + "level": "Silver", |
| 74 | + "amount": 7000 |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "Apify", |
| 78 | + "website": "https://apify.com/", |
| 79 | + "level": "Silver", |
| 80 | + "amount": 7000 |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "Pretix", |
| 84 | + "website": "https://pretix.eu/", |
| 85 | + "level": "Silver", |
| 86 | + "amount": 7000 |
| 87 | + }, |
| 88 | + { |
| 89 | + "name": "Snowflake", |
| 90 | + "website": "https://snowflake.com/", |
| 91 | + "level": "Silver", |
| 92 | + "amount": 7000 |
| 93 | + }, |
| 94 | + { |
| 95 | + "name": "Anaconda Inc", |
| 96 | + "website": "https://www.anaconda.com/", |
| 97 | + "level": "Bronze", |
| 98 | + "amount": 2000 |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "Sema", |
| 102 | + "website": "https://www.semasoftware.com/", |
| 103 | + "level": "Bronze", |
| 104 | + "amount": 2000 |
| 105 | + }, |
| 106 | + { |
| 107 | + "name": "Sentry", |
| 108 | + "website": "https://sentry.io/welcome", |
| 109 | + "level": "Bronze", |
| 110 | + "amount": 2000 |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "Python Institute", |
| 114 | + "website": "https://pythoninstitute.org/", |
| 115 | + "level": "Patron", |
| 116 | + "amount": 1000 |
| 117 | + }, |
| 118 | + { |
| 119 | + "name": "Qt Group", |
| 120 | + "website": "https://qt.io", |
| 121 | + "level": "Patron", |
| 122 | + "amount": 1000 |
| 123 | + }, |
| 124 | + { |
| 125 | + "name": "Rossum", |
| 126 | + "website": "https://rossum.ai/", |
| 127 | + "level": "Patron", |
| 128 | + "amount": 1000 |
| 129 | + } |
| 130 | + ], |
| 131 | + "2024": [ |
| 132 | + { |
| 133 | + "name": "...", |
| 134 | + "website": "...", |
| 135 | + "level": "...", |
| 136 | + "amount": 2000 |
| 137 | + } |
| 138 | + ] |
| 139 | + ], |
| 140 | + "PyCon Italy": [], |
| 141 | + "PyCon Greece": [], |
| 142 | + "PyCon Germany": [] |
| 143 | +] |
0 commit comments