Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 150
License: MIT
Image: ubuntu2004
Kernel: Python 3 (system-wide)
import json data = [{'name': 'Lambda School', 'url': 'https://lambdaschool.com/', 'does_ISA_exclude_california': True,'total_placement_in_90_days_rate_for_graudated_job_seekers': .61, 'total_placement_in_180_days_rate_for_graudated_job_seekers': .81, 'are_there_paid_team_leads': False, 'latest_public_outcomes_report_auditor_name': 'The MFA Companies', 'latest_public_outcomes_report_auditor_url': 'https://themfacompanies.com', 'isa_up_front_fee': 0, 'isa_payment_earliest_start_after_x_months': 0, 'were_there_any_significant_changes_after_last_public_outcomes_data_period': True}, {'name': 'Galvanize', 'url': 'https://galvanize.com', 'isa_up_front_fee': 2000, 'isa_payment_earliest_start_after_x_months': 3}, {'name': 'Flatiron', 'url': 'https://flatiron.com'}, {'name': 'Pathrise', 'url': 'https://pathrise.com'}, {'name': 'Interview Kickstart', 'url': 'https://interviewkickstart.com'}, {'name': 'Coding Dojo', 'url': 'https://codingdojo.com'}, {'name': 'Thinkful', 'url': 'https://thinkful.com'}, {'name': 'Springboard', 'url': 'https://springboard.com'}, {'name': 'DigitalCrafts', 'url': 'https://digitalcrafts.com'}] json.dumps(data)
'[{"name": "Lambda School", "url": "https://lambdaschool.com/", "does_ISA_exclude_california": "California", "total_placement_in_90_days_rate_for_graudated_job_seekers": 0.61, "total_placement_in_180_days_rate_for_graudated_job_seekers": 0.81, "are_there_paid_team_leads": false, "latest_public_outcomes_report_auditor_name": "The MFA Companies", "latest_public_outcomes_report_auditor_url": "https://themfacompanies.com", "isa_up_front_fee": 0, "isa_payment_earliest_start_after_x_months": 0, "were_there_any_significant_changes_after_last_public_outcomes_data_period": true}, {"name": "Galvanize", "url": "https://galvanize.com", "isa_up_front_fee": 2000, "isa_payment_earliest_start_after_x_months": 3}, {"name": "Flatiron", "url": "https://flatiron.com"}, {"name": "Pathrise", "url": "https://pathrise.com"}, {"name": "Interview Kickstart", "url": "https://interviewkickstart.com"}, {"name": "Coding Dojo", "url": "https://codingdojo.com"}, {"name": "Thinkful", "url": "https://thinkful.com"}, {"name": "Springboard", "url": "https://springboard.com"}, {"name": "DigitalCrafts", "url": "https://digitalcrafts.com"}]'
0.61