docs
docs copied to clipboard
Codecademy Docs is a collection of information for all things code. 📕
### Actual Behavior From the namedtuple python collections module docs : https://www.codecademy.com/resources/docs/python/collections-module/namedtuple When you run the Codebyte Example you get this error : ``` Traceback (most recent call last): File...
### Reason/inspiration (optional) "We would like a new term entry on the `math.comb()` function for [Python- Math Module](https://www.codecademy.com/resources/docs/python/math-module): `math.comb()`. The entry should go in a new file under `docs/content/python/concepts/math-module/terms/math-comb/math-comb.md. The...
Sam_p_Bunyan ### Description - I have added the document putifabsent.md in docs/content/dart/concepts/map/terms//putifabsent/putifabsent.md. ### Issue Solved - Closes issue number #4373 ### Type of Change - Adding a new entry ###...
### Description - Added the List.indexWhere() term for Dart - Closes #4308 ### Type of Change - Adding a new entry ### Checklist - [x] All writings are my own....
### Description Added Bubble Sort to the docs by explaining it and giving a code example in java ### Issue Solved #4147 [Entry] Algorithms: Adding Bubble Sort ### Type of...
### Reason/inspiration (optional) We would like a new term entry on the `deque()` method for [Collection Module](https://www.codecademy.com/resources/docs/python/collections-module). The entry should go in a new file under `docs/content/python/concepts/collections-module/terms/deque/deque.md`. The entry should...
### Reason/inspiration (optional) [Reposted issue because prior version couldn't unlink from closed PR] We would like a new term entry on the `.scaleOrdinal()` method for [D3](https://www.codecademy.com/resources/docs/d3): Scaling. The entry should...
### Description Added is an additional consideration for creating indices. When tables are large, the need for an index increases but so do the risks of indiscriminate use. ### Issue...
### Description Added documentation for .removeWhere() method for lists in Dart programming language. Also created the directory for list under Dart/concepts and other folders that were mentioned in the issue....
### Description Moved five entry folders- `accessibility`, `design-pattern`, `inclusive-design`, `user-centered-design`, and `ux-honeycomb` to a terms directory under `design-methodologies`. Made minor edits to fix links. ### Issue Solved ### Type of...