https://github.com/bloomberg/bbit-learning-labs
Learning labs curated by BBIT
https://github.com/bloomberg/bbit-learning-labs
Last synced: over 1 year ago
JSON representation
Learning labs curated by BBIT
- Host: GitHub
- URL: https://github.com/bloomberg/bbit-learning-labs
- Owner: bloomberg
- License: apache-2.0
- Created: 2022-07-05T23:05:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T23:17:04.000Z (over 1 year ago)
- Last Synced: 2025-04-14T05:16:48.278Z (over 1 year ago)
- Language: Python
- Size: 7.32 MB
- Stars: 39
- Watchers: 6
- Forks: 924
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Labs
[](https://mybinder.org/v2/gh/bloomberg/bbit-learning-labs/HEAD)
Get ready to learn! Bloomberg learning labs are a collection of activities designed to help candidates learn more about particular technologies, financial domain concepts and display how we can use computer science knowledge to solve problems in this domain.
## Menu
- [Rationale](#rationale)
- [Framework](#Framework)
- [Contributions](#contributions)
- [License](#license)
- [Code of Conduct](#code-of-conduct)
- [Security Vulnerability Reporting](#security-vulnerability-reporting)
## Rationale
Here at Bloomberg, we wanted to give individual a better insight into what software engineering looks like and how we build our software solutions. This repo contains a series of labs which will walk through & engage developers to create solutions to problems we face at Bloomberg! Through these labs you can learn more about our problem domain and continue to develop your coding skills.
## Framework
This lab follows a framework of learning items. Each learning item should have a goal/objective for the developer to complete. Objective items can build off each other allowing the developer to use their previous code in new problem sets. Each learning item item has set of **engineering provided data** and **developer provided solutions**
### Lab Provided Data
- Problem Background/Jupyter Notebook
- Data Source
- Solution Interface
- Tests
#### *Problem Background/Jupyter Notebook*
The lab will include a Jupyter notebook which gives the developers context & a background into the problem. Additionally, in each of the notebooks there is a section to allow developers to write their solutions.
#### *Data Source*
Each lab will be setup to provide *generators* for any required data. This is all mock data so feel free to update it as you see fit while working through the lab.
#### *Solution Interface*
For expected solutions, the lab will provide developers with an interface. The methods of this interface are what will be used in tests & are expected of the classes that you create.
#### *Tests*
Every piece of code needs a good test! To help validate that what you've developed matches requirements we've included test files. They focus on the expected use cases of a class, but can always be expanded if you'd like to increase your coverage.
## Contributions
We :heart: contributions.
Have you had a good experience with this project? Why not share some love and contribute code, or just let us know about any issues you had with it?
We welcome issue reports [here](../../issues); be sure to choose the proper issue template for your issue, so that we can be sure you're providing the necessary information.
Before sending a [Pull Request](../../pulls), please make sure you read our
[Contribution Guidelines](https://github.com/bloomberg/.github/blob/master/CONTRIBUTING.md).
## License
Please read the [LICENSE](LICENSE) file.
## Code of Conduct
This project has adopted a [Code of Conduct](https://github.com/bloomberg/.github/blob/master/CODE_OF_CONDUCT.md).
If you have any concerns about the Code, or behavior which you have experienced in the project, please
contact us at opensource@bloomberg.net.
## Security Vulnerability Reporting
If you believe you have identified a security vulnerability in this project, please send email to the project
team at opensource@bloomberg.net, detailing the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until
we've had an opportunity to review and address them.