95371f92b3
fix(learn): clarify formatting requirements for multiple ternary operators challenge ( #38993 )
...
* fix(learn): clarify formatting requirements for multiple ternary operators challenge
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-06-03 18:33:03 +02:00
1244e9775f
fix(client): allow numbers as answers ( #38992 )
...
Handles yaml floats.
2020-06-02 22:22:44 +05:30
6d879e3439
fix(docs): emphasize use of Markdown in challenges ( #38986 )
2020-06-02 17:11:16 +05:30
da166363eb
fix(curriculum): add clarification to question and escape backslash ( #38951 )
...
* fix: add clarification to question
* fix: adjust word placement
Adjust word placement in python for everybody curriculum
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-06-02 16:27:51 +09:00
87ef15befa
Fixes a broken link to 'undefined is a keyword' ( #38897 )
...
Fixes a broken link to 'undefined is a keyword' by replacing the wrong link with the correct one.
2020-06-02 16:22:59 +09:00
40cd0982f7
fix: numpy accessing and changing elements
2020-06-02 16:04:17 +09:00
31614fa9a6
fix(client): remove auto redirect on report user page ( #38974 )
2020-06-01 23:03:53 +05:30
959608e85e
fix(client): public profile qa and infosec certification links ( #38948 )
2020-06-01 19:53:59 +05:30
a4ee5ea09a
fix(client): background-color in code blocks of questions ( #38968 )
2020-06-01 18:38:08 +05:30
4af28cf12c
fix(client): update report user verbiage and link ( #38954 )
2020-06-01 18:37:24 +05:30
727ae4b932
fix(api): update url in email template ( #38970 )
2020-06-01 18:00:26 +05:30
a6c2b5ee1d
fix(curriculum) remove unnecessary */
from description ( #38969 )
2020-05-31 10:49:10 -05:00
0f313c521d
fix: Data Analysis with Python- Incorrect answer for Numpy Operations ( #38972 )
...
* fix: Data Analysis with Python- Incorrect answer for Numpy Operations
* Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-operations.english.md
Change option from 2 to 1
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-05-31 10:47:50 -05:00
1c0dc04056
Fix false negatives in bubble sort test ( #38801 )
2020-05-31 08:18:12 -05:00
5cd850f666
Update wording of what multiplyAll
should do in "Nesting For Loops" ( #38852 )
2020-05-31 08:16:00 -05:00
3873f97e09
Update visualize-data-with-a-heat-map.english.md ( #38869 )
...
I changed the second User Story #16 to User story #17
2020-05-31 08:14:00 -05:00
198c051d0e
fix(doc): Correct link for "making changes and syncing" ( #38956 )
...
Fixing localhost link.
2020-05-31 08:06:00 -05:00
306a7975f7
fix(curriculum): python for everybody ( #38953 )
...
* fix: dictionaries and loops
* fix: dictionaries common applications
* fix: intermediate strings
* fix: introduction elements of python
* fix: networking using urllib in python
* fix: objects a sample class
* fix: python dictionaries
* fix: python lists
* fix: strings and lists
* fix: web services xml
* fix: refactor python questions to md
* fix: refactor questions to md
* fix: remove extra word
Removed unnecessary word is
* fix: add code blocks to answers
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: format python code
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-05-31 07:57:09 -05:00
94dee083aa
fix: remove extra word ( #38949 )
2020-05-30 15:09:28 -05:00
8b1860af97
docs: remove instructions about next branch ( #38940 )
2020-05-29 10:58:25 +02:00
2e819b2e0a
fix(curriculum): update instructions ( #38865 )
...
* fix(learn): update instructions
edited text - change "returns a random number" to "returns a random whole number" to be more clear on the problem statement.
Address review comments : add the keyword "whole" to description, to make it consistent with challenge title and Instructions.
2020-05-29 10:56:17 +02:00
690cc04a3c
fix(curriculum): update anonymous message board url ( #38937 )
2020-05-28 22:00:55 +05:30
f21e62c2ad
fix: personal library solution URL ( #38910 )
2020-05-28 20:58:20 +05:30
53db0f103e
fix: exercise tracker solution URL ( #38854 )
2020-05-28 20:57:40 +05:30
a9acf11209
refactor(client): simply landing query ( #38935 )
2020-05-28 20:56:48 +05:30
fcef62d5de
refactor(learn): use graphQL filter for Map ( #38913 )
2020-05-28 20:56:19 +05:30
d233cb35a3
fix(client): ensure validation works during watch ( #38936 )
2020-05-28 20:54:29 +05:30
3567813c51
feat(curriculum): add python multiple choice questions ( #38890 )
2020-05-28 19:10:36 +05:30
18d2dca05b
fix(client): landing page superblocks ( #38914 )
2020-05-28 14:20:51 +05:30
7fd92c5fe6
fix: make videos bigger + add styles ( #38924 )
2020-05-28 12:55:25 +05:30
e040d64e4e
fix(client): add margin to certs ( #38921 )
2020-05-28 12:40:07 +05:30
3b65bc8191
fix(learn): typo in "Priority Queue" description ( #38804 )
2020-05-28 12:37:12 +05:30
0bbbd16aa9
Clarify ambiguous instructions in "Stack Class" ( #38802 )
2020-05-27 18:14:15 -05:00
4d176bf2fb
fix(curriculum): validate straight after parsing ( #38896 )
2020-05-27 16:59:58 +05:30
db08ab2965
fix: backend projects not submitting ( #38900 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-05-27 13:19:16 +05:30
911ba72106
fix: allow ctrl+enter to submit video lessons ( #38898 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-05-27 13:19:16 +05:30
74430b3ec3
chore: update new IS, QA challenge 4 to hidden
2020-05-27 13:19:16 +05:30
1fe1789200
chore: update python, IS and QA cert challenge 7 to hidden
2020-05-27 13:19:16 +05:30
cdabd90736
chore: update challengeType 10 to hidden
2020-05-27 13:19:16 +05:30
82a929681f
chore: update challengeType 11 to hidden
2020-05-27 13:19:16 +05:30
8248d704ce
fix: move around new CIP challenges
...
Move newly added rosetta code challenges
2020-05-27 13:19:15 +05:30
9879d6e72b
fix(learn): update project views for python
2020-05-27 13:19:15 +05:30
e21439d7e8
Dictionary Iteration: Printing Key, Value Pairs ( #38722 )
...
* Dictionary Iteration: Printing Key, Value Pairs
* Apply suggestions from code review
Co-authored-by: Eric Leung <eric@erictleung.com >
Co-authored-by: Beau Carnes <beaucarnes@gmail.com >
Co-authored-by: Eric Leung <eric@erictleung.com >
2020-05-27 13:19:15 +05:30
35ede1fc49
Data Cleaning/Viz- Subplot Method Arguments ( #38655 )
...
* Data Cleaning/Viz- Subplot Method Arguments
* Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.english.md
Co-authored-by: Eric Leung <eric@erictleung.com >
* Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/data-cleaning-and-visualizations.english.md
Co-authored-by: Eric Leung <eric@erictleung.com >
* fix yaml
Co-authored-by: Beau Carnes <beaucarnes@gmail.com >
Co-authored-by: Eric Leung <eric@erictleung.com >
2020-05-27 13:19:15 +05:30
1cb664cc38
feat(learn): Data Analysis Example B - Using the 'Loc' Method ( #38656 )
2020-05-27 13:19:15 +05:30
1284406ba2
feat(learn): Denoting Code Blocks in Python ( #38723 )
2020-05-27 13:19:15 +05:30
add7feb7a5
feat(learn): NumPy Algebra and Size: Size and Efficiency ( #38725 )
...
* NumPy Algebra and Size: Size and Efficiency Question
* Update curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-course/numpy-algebra-and-size.english.md
Co-authored-by: Eric Leung <eric@erictleung.com >
Co-authored-by: Eric Leung <eric@erictleung.com >
2020-05-27 13:19:15 +05:30
c30fd2aa8f
feat(learn): Pandas Extracting Tables from HTML ( #38726 )
2020-05-27 13:19:15 +05:30
2dd9798143
Read Data Fr Databases: Methods Available to a Cursor ( #38720 )
2020-05-27 13:19:14 +05:30
9901cc49de
Data Cleaning Duplicates: Duplicated Method ( #38719 )
2020-05-27 13:19:14 +05:30