├── Chapter1 ├── Chapter1_Introduction.ipynb ├── bpyfd_diags1.png ├── pycrust.png └── pyscripter.png ├── Chapter10 ├── .ipynb_checkpoints │ └── Chapter10_Packages-checkpoint.ipynb ├── Chapter10_Packages.ipynb └── bpyfd_diags8.png ├── Chapter11 ├── .ipynb_checkpoints │ └── Chapter11_Standard_library-checkpoint.ipynb ├── Chapter11_Standard_library.ipynb ├── arq.zip ├── dt.csv └── temp.txt ├── Chapter12 ├── .ipynb_checkpoints │ └── Chapter12_Third_Party_Libraries-checkpoint.ipynb └── Chapter12_Third_Party_Libraries.ipynb ├── Chapter13 ├── .ipynb_checkpoints │ └── Chapter13_Exceptions-checkpoint.ipynb ├── Chapter13_Exceptions.ipynb ├── temp.txt └── trace.log ├── Chapter14 ├── .ipynb_checkpoints │ └── Chapter14_Introspection-checkpoint.ipynb └── Chapter14_Introspection.ipynb ├── Chapter15 ├── .ipynb_checkpoints │ └── Chapter15_Generators-checkpoint.ipynb └── Chapter15_Generators.ipynb ├── Chapter2 ├── Chapter2_Syntax.ipynb └── bpyfd_diags2.png ├── Chapter3 └── Chapter3_Control_flow.ipynb ├── Chapter4 ├── Chapter4_Loops.ipynb └── bpyfd_diags3.png ├── Chapter5 ├── Chapter5_Types.ipynb ├── bpyfd_diags4.png └── bpyfd_diags5.png ├── Chapter6 └── Chapter6_Functions.ipynb ├── Chapter7 └── Chapter7_Documentation.ipynb ├── Chapter8 ├── .ipynb_checkpoints │ └── Chapter8_Modules-checkpoint.ipynb ├── Chapter8_Modules.ipynb ├── bpyfd_diags6.png ├── calc.py └── modutils.py ├── Chapter9 ├── .ipynb_checkpoints │ └── Chapter9_Scope_of_names-checkpoint.ipynb ├── Chapter9_Scope_of_names.ipynb └── bpyfd_diags7.png ├── Dockerfile ├── ExercisesI └── ExercisesI.ipynb ├── README.md ├── images ├── bg_hr.png ├── blacktocat.png ├── by-nc-sa.png ├── icon_download.png ├── pypd_cover2e.jpg └── sprite_download.png ├── index.html ├── javascripts └── main.js ├── notebook_template.ipynb ├── params.json └── stylesheets ├── custom.css ├── pygment_trac.css └── stylesheet.css /Chapter1/Chapter1_Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter1/Chapter1_Introduction.ipynb -------------------------------------------------------------------------------- /Chapter1/bpyfd_diags1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter1/bpyfd_diags1.png -------------------------------------------------------------------------------- /Chapter1/pycrust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter1/pycrust.png -------------------------------------------------------------------------------- /Chapter1/pyscripter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter1/pyscripter.png -------------------------------------------------------------------------------- /Chapter10/.ipynb_checkpoints/Chapter10_Packages-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter10/.ipynb_checkpoints/Chapter10_Packages-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter10/Chapter10_Packages.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter10/Chapter10_Packages.ipynb -------------------------------------------------------------------------------- /Chapter10/bpyfd_diags8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter10/bpyfd_diags8.png -------------------------------------------------------------------------------- /Chapter11/.ipynb_checkpoints/Chapter11_Standard_library-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter11/.ipynb_checkpoints/Chapter11_Standard_library-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter11/Chapter11_Standard_library.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter11/Chapter11_Standard_library.ipynb -------------------------------------------------------------------------------- /Chapter11/arq.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter11/arq.zip -------------------------------------------------------------------------------- /Chapter11/dt.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter11/dt.csv -------------------------------------------------------------------------------- /Chapter11/temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter11/temp.txt -------------------------------------------------------------------------------- /Chapter12/.ipynb_checkpoints/Chapter12_Third_Party_Libraries-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter12/.ipynb_checkpoints/Chapter12_Third_Party_Libraries-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter12/Chapter12_Third_Party_Libraries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter12/Chapter12_Third_Party_Libraries.ipynb -------------------------------------------------------------------------------- /Chapter13/.ipynb_checkpoints/Chapter13_Exceptions-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter13/.ipynb_checkpoints/Chapter13_Exceptions-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter13/Chapter13_Exceptions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter13/Chapter13_Exceptions.ipynb -------------------------------------------------------------------------------- /Chapter13/temp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter13/temp.txt -------------------------------------------------------------------------------- /Chapter13/trace.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter13/trace.log -------------------------------------------------------------------------------- /Chapter14/.ipynb_checkpoints/Chapter14_Introspection-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter14/.ipynb_checkpoints/Chapter14_Introspection-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter14/Chapter14_Introspection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter14/Chapter14_Introspection.ipynb -------------------------------------------------------------------------------- /Chapter15/.ipynb_checkpoints/Chapter15_Generators-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter15/.ipynb_checkpoints/Chapter15_Generators-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter15/Chapter15_Generators.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter15/Chapter15_Generators.ipynb -------------------------------------------------------------------------------- /Chapter2/Chapter2_Syntax.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter2/Chapter2_Syntax.ipynb -------------------------------------------------------------------------------- /Chapter2/bpyfd_diags2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter2/bpyfd_diags2.png -------------------------------------------------------------------------------- /Chapter3/Chapter3_Control_flow.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter3/Chapter3_Control_flow.ipynb -------------------------------------------------------------------------------- /Chapter4/Chapter4_Loops.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter4/Chapter4_Loops.ipynb -------------------------------------------------------------------------------- /Chapter4/bpyfd_diags3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter4/bpyfd_diags3.png -------------------------------------------------------------------------------- /Chapter5/Chapter5_Types.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter5/Chapter5_Types.ipynb -------------------------------------------------------------------------------- /Chapter5/bpyfd_diags4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter5/bpyfd_diags4.png -------------------------------------------------------------------------------- /Chapter5/bpyfd_diags5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter5/bpyfd_diags5.png -------------------------------------------------------------------------------- /Chapter6/Chapter6_Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter6/Chapter6_Functions.ipynb -------------------------------------------------------------------------------- /Chapter7/Chapter7_Documentation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter7/Chapter7_Documentation.ipynb -------------------------------------------------------------------------------- /Chapter8/.ipynb_checkpoints/Chapter8_Modules-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter8/.ipynb_checkpoints/Chapter8_Modules-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter8/Chapter8_Modules.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter8/Chapter8_Modules.ipynb -------------------------------------------------------------------------------- /Chapter8/bpyfd_diags6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter8/bpyfd_diags6.png -------------------------------------------------------------------------------- /Chapter8/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter8/calc.py -------------------------------------------------------------------------------- /Chapter8/modutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter8/modutils.py -------------------------------------------------------------------------------- /Chapter9/.ipynb_checkpoints/Chapter9_Scope_of_names-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter9/.ipynb_checkpoints/Chapter9_Scope_of_names-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter9/Chapter9_Scope_of_names.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter9/Chapter9_Scope_of_names.ipynb -------------------------------------------------------------------------------- /Chapter9/bpyfd_diags7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Chapter9/bpyfd_diags7.png -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/Dockerfile -------------------------------------------------------------------------------- /ExercisesI/ExercisesI.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/ExercisesI/ExercisesI.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/README.md -------------------------------------------------------------------------------- /images/bg_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/bg_hr.png -------------------------------------------------------------------------------- /images/blacktocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/blacktocat.png -------------------------------------------------------------------------------- /images/by-nc-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/by-nc-sa.png -------------------------------------------------------------------------------- /images/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/icon_download.png -------------------------------------------------------------------------------- /images/pypd_cover2e.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/pypd_cover2e.jpg -------------------------------------------------------------------------------- /images/sprite_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/images/sprite_download.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/index.html -------------------------------------------------------------------------------- /javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /notebook_template.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/notebook_template.ipynb -------------------------------------------------------------------------------- /params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/params.json -------------------------------------------------------------------------------- /stylesheets/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/stylesheets/custom.css -------------------------------------------------------------------------------- /stylesheets/pygment_trac.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/stylesheets/pygment_trac.css -------------------------------------------------------------------------------- /stylesheets/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ricardoduarte/python-for-developers/HEAD/stylesheets/stylesheet.css --------------------------------------------------------------------------------