Skip to content

ezequias/data.science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Repository

https://github.com/dsacademybr

My repository

All jupyter notebooks found here can be run at: [Notebooks]: https://mybinder.org/v2/gh/ezequias/data.science/master

CARREER

DATA ANALYST > > DATA SCIENTIST

CHALLENGERS

https://www.practicepython.org/exercise/2014/05/28/16-password-generator.html https://www.w3resource.com/python-exercises/

INSTALL JUPYTER LAB

conda install -c conda-forge jupyterlab==0.31.8

Proceed ([y]/n)? yes

CHECK VERSION

jupyter lab --version

GET IN JUPYTER

Go to project directory and type:

jupyter notebook Or []: https://hub.mybinder.org/user/ezequias-data.science-67plkvi4/tree

START JUPYTER LAB

jupyter lab

PYTHON 3 DOCUMENTATION

[]: https://docs.python.org/3/

[]: https://docs.python.org/3/tutorial/index.html

BUILT-IN FUNCTIONS

[]: https://docs.python.org/3/library/functions.html

CONVERT TO BYTECODE (compile)

python -OO -m py_compile teste.py

CONVERT TO BYTECODE (all)

python -m compileall .

HELP (to object)

help(myObject)

SEE AVALIABLE METHODS AND PROPERTIES OF AN OBJECT

dir(myObject)

About

Data Science Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published