Strumenti Utente

Strumenti Sito


python:pycon

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
python:pycon [2017/04/11 10:49] – notebook talk pietropython:pycon [2019/11/01 22:31] (versione attuale) – slide LD 2019 pietro
Linea 19: Linea 19:
         * 5.1 - Series.str ({{ :python:pycon:tutorial_2017:5.1 - Series.str.ipynb |ipynb}}, {{ :python:pycon:tutorial_2017:5.1 - Series.str.pdf |pdf}})         * 5.1 - Series.str ({{ :python:pycon:tutorial_2017:5.1 - Series.str.ipynb |ipynb}}, {{ :python:pycon:tutorial_2017:5.1 - Series.str.pdf |pdf}})
         * 6.1 - Altre ({{ :python:pycon:tutorial_2017:6.1 - Altre.ipynb |ipynb}}, {{ :python:pycon:tutorial_2017:6.1 - Altre.pdf |pdf}})         * 6.1 - Altre ({{ :python:pycon:tutorial_2017:6.1 - Altre.ipynb |ipynb}}, {{ :python:pycon:tutorial_2017:6.1 - Altre.pdf |pdf}})
 +
 +
 ==== Talk "How to use pandas the wrong way", Saturday, April 8 ==== ==== Talk "How to use pandas the wrong way", Saturday, April 8 ====
  
Linea 33: Linea 35:
         * 9.1 - don't be fanatic ({{ :python:pycon:wrong_2017:9.1 - don't be fanatic.ipynb |ipynb}}, {{ :python:pycon:wrong_2017:9.1 - don't be fanatic.pdf |pdf}})         * 9.1 - don't be fanatic ({{ :python:pycon:wrong_2017:9.1 - don't be fanatic.ipynb |ipynb}}, {{ :python:pycon:wrong_2017:9.1 - don't be fanatic.pdf |pdf}})
         * 9.7 - hdf ({{ :python:pycon:wrong_2017:9.7 - hdf.ipynb |ipynb}}, {{ :python:pycon:wrong_2017:9.7 - hdf.pdf |pdf}})         * 9.7 - hdf ({{ :python:pycon:wrong_2017:9.7 - hdf.ipynb |ipynb}}, {{ :python:pycon:wrong_2017:9.7 - hdf.pdf |pdf}})
 +
 +
 +===== EuroPython, Rimini, July 2017 =====
 +
 +==== Talk "How to use pandas the wrong way", Wednesday, July 12 ====
 +
 +    * {{ :python:pycon:diapo_wrong_ep_2017.pdf | Slides from the talk }}
 +    * Dataset used (from the **pandas** tests suite):
 +        * {{ :python:pycon:wrong_ep_2017:quotes2.csv | quotes2.csv}}
 +    * Notebooks used:
 +        * 1.1 - Loops ({{ :python:pycon:wrong_ep_2017:1.1 - Loops.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:1.1 - Loops.pdf |pdf}})
 +        * 2.1 - Indexes ({{ :python:pycon:wrong_ep_2017:2.1 - Indexes.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:2.1 - Indexes.pdf |pdf}})
 +        * 3.1 - Concatenated assignment ({{ :python:pycon:wrong_ep_2017:3.1 - Concatenated assignment.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:3.1 - Concatenated assignment.pdf |pdf}})
 +        * 5.1 - dtypes ({{ :python:pycon:wrong_ep_2017:5.1 - dtypes.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:5.1 - dtypes.pdf |pdf}})
 +        * 5.2 - casting ({{ :python:pycon:wrong_ep_2017:5.2 - casting.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:5.2 - casting.pdf |pdf}})
 +        * 6.1 - Columns ({{ :python:pycon:wrong_ep_2017:6.1 - Columns.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:6.1 - Columns.pdf |pdf}})
 +        * 7.1 - Axis ({{ :python:pycon:wrong_ep_2017:7.1 - Axis.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:7.1 - Axis.pdf |pdf}})
 +        * 8.1 - Groupby ({{ :python:pycon:wrong_ep_2017:8.1 - Groupby.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:8.1 - Groupby.pdf |pdf}})
 +        * 8.6 - MultiIndex ({{ :python:pycon:wrong_ep_2017:8.6 - MultiIndex.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:8.6 - MultiIndex.pdf |pdf}})
 +        * 9.1 - don't be fanatic ({{ :python:pycon:wrong_ep_2017:9.1 - don't be fanatic.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:9.1 - don't be fanatic.pdf |pdf}})
 +        * 9.5 - chunking ({{ :python:pycon:wrong_ep_2017:9.5 - chunking.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:9.5 - chunking.pdf |pdf}})
 +        * 9.7 - hdf ({{ :python:pycon:wrong_ep_2017:9.7 - hdf.ipynb |ipynb}}, {{ :python:pycon:wrong_ep_2017:9.7 - hdf.pdf |pdf}})
 +
 +===== Linux Day, Pisa, 28 ottobre 2017 =====
 +
 +==== Talk "Data Analysis e Machine Learning in Python" ====
 +    * {{ :python:pycon:diapo_ml_python_ld_2017.pdf | Slide della presentazione }}
 +    * Dataset utilizzato (proveniente dalla suite di test di **pandas**):
 +        * {{ :python:pycon:tutorial_2017:tips.csv | tips.csv}}
 +    * Notebook utilizzato:
 +        * ''ML con Python - Esempi'' ({{ :python:pycon:ld_2017:ml_con_python_-_esempi.ipynb |ipynb}}, {{ :python:pycon:ld_2017:ml_con_python_-_esempi.pdf |pdf}})
 +
 +===== Pycon LT, Kaunas, May 5, 2018 =====
 +
 +==== Talk "Data analysis in Python - come in, don’t get lost" ====
 +    * {{ :python:pycon:slides_ml_pycon_lt_2018.pdf | Slide from the talk }}
 +    * Dataset used (from the **pandas** test suite):
 +        * {{ :python:pycon:tutorial_2017:tips.csv | tips.csv}}
 +    * Notebook used:
 +        * ''Data with Python - Examples'' ({{ :python:pycon:lt_2018:data_with_python_-_examples.ipynb |ipynb}}, {{ :python:pycon:lt_2018:data_with_python_-_examples.pdf |pdf}})
 +
 +===== Pycon X, Firenze, May 2019 =====
 +
 +==== Talk "You don't need n dimensions when you have pandas" ====
 +    * {{ :python:pycon:diapo_ndim_2019.pdf | Slides from the talk }}
 +    * Dataset used (from the **pandas** tests suite):
 +        * {{ :python:pycon:ndim_2019:quotes.csv | quotes.csv}}
 +    * Notebook used:
 +        * ''1.0'' (**pandas** for dummies) ({{ :python:pycon:ndim_2019:1.0.ipynb |ipynb}}, {{ :python:pycon:ndim_2019:1.0.pdf |pdf}})
 +        * ''1.1'' (basic example) ({{ :python:pycon:ndim_2019:1.0.ipynb |ipynb}}, {{ :python:pycon:ndim_2019:1.0.pdf |pdf}})
 +        * ''1.2'' (unbalanced data) ({{ :python:pycon:ndim_2019:1.0.ipynb |ipynb}}, {{ :python:pycon:ndim_2019:1.0.pdf |pdf}})
 +
 +
 +===== Linux Day, Pisa, 26 ottobre 2017 =====
 +
 +==== Talk "Cosa ci dicono le reti (in Python)" ====
 +    * {{ :python:pycon:diapo_network_python_ld_2019.pdf | Slide della presentazione }}
  
python/pycon.1491900591.txt.gz · Ultima modifica: 2017/04/11 10:49 da pietro