Skip to content

gruel/python-advanced-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced python course

This repository contains jupyter lessons and data for an advanced class for python.

The lessons are starting with a reminder of python essential. It introduce the concept of hash table (dictionaries), defensive programming, numpy and matplotlib usage, how to deal with physical quantities and a short introduction to the pandas library.

Slides

Feedback form

Instructor Notes

Spyder tricks

  • Modification of the size of the ipython console panel is done:

    1. By going in:

    tools/preferences/ipython console/display tab/font style

      • By increasing the font size using the following key combinaisons:

        ctrl + +
        

      or:

      ctrl + shift + =
      
      • to decrease the font size:

        ctrl + -
        
  • To send and execute the line or the selection:

    F9
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published