discussion on how we can use statistical methods to measure and improve the efficacy of http://freeCodeCamp.com
@NDuma:
If you are interested in Gitter data, I would suggest the following:
How do people "Jump" around?
We have access to raw data for Gitter chatrooms but although there has been some interest no-one has tried yet. Are you interested?
We can work together the topic if you need help. Please share so we can help you to refine your findings.
@PunkDado
I will contact you for a quick analysis using the Survey Data about the status of the user at the time they got into FCC. We can add an additional distribution by country using a map. There are several tools we can use but I would be great if we compare the data with previous year. I think we can present the data using d3.js for simple interactive charts.
@becausealice2
Can you help us with that part?
satenndrra sends brownie points to @evaristoc :sparkles: :thumbsup: :sparkles:
:cookie: 351 | @evaristoc |http://www.freecodecamp.com/evaristoc
pip install
?
Traceback (most recent call last):
File "\anaconda3\lib\runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
File "\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "\Anaconda3\Scripts\floyd.exe\__main__.py", line 9, in <module>
File "\anaconda3\lib\site-packages\click\core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "\anaconda3\lib\site-packages\click\core.py", line 697, in main
rv = self.invoke(ctx)
File "\anaconda3\lib\site-packages\click\core.py", line 1063, in invoke
Command.invoke(self, ctx)
File "\anaconda3\lib\site-packages\click\core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "\anaconda3\lib\site-packages\click\core.py", line 535, in invoke
return callback(*args, **kwargs)
File "\anaconda3\lib\site-packages\floyd\main.py", line 26, in cli
check_cli_version()
File "\anaconda3\lib\site-packages\floyd\main.py", line 34, in check_cli_version
current_version = pkg_resources.require("floyd-cli")[0].version
File "\anaconda3\lib\site-packages\setuptools-27.2.0-py3.5.egg\pkg_resources\__init__.py", line 968, in require
File "\anaconda3\lib\site-packages\setuptools-27.2.0-py3.5.egg\pkg_resources\__init__.py", line 859, in resolve
pkg_resources.ContextualVersionConflict: (click 6.6 (\anaconda3\lib\site-packages), Requirement.parse('click>=6.7'), {'floyd-cli'})