Giter Club home page Giter Club logo

python_sdia's Introduction

SDIA - Python

This is the official repository of the Python Course, for students enrolled in Parcours DATA - Science des Données et Intelligence Artificielle (SDIA) at Ecole Centrale de Lille.

The material is inspired and/or borrowed from courses previously given by:

Lab Schedule

  • The list below summarizes the list of labs addressed in this course, with an indicative number of hours to be spent in class for each lab.

  • After completing each lab, upload your work in the corresponding dropbox file request.
    Each lab will have its own file request link and formatting instructions for submmission.
    Please read carefully before submitting!

Lab 1 - Introduction (~3h)

Objectives: Revisiting the basics

  • Git and Github basics;
  • Using an IDE (Vscode);
  • Configure, structure and develop a Python project;
  • Refreshers about Python programming;
  • Unit-tests and Documentation;
  • Useful Python references.

Remark: Make sure you are familiar with all the elements covered in this lab. These will be repeatedly used throughout this course.

Lab 2 - Practice with classic libraries (~2h)

Objectives: Practice with libraries commonly used in data science (numpy, scipy, pandas, hdf5, matplotlib).

Lab 3 - Brownian motion, Fourier transform (~2h)

Objectives: Further practice with common libraries and algorithms (numpy.fft, matplotlib, seaborn).

Lab 4 - K-nearest neighbours (K-NN) classification with numpy, scikit-learn, cython and numba (~6h)

Objectives: Standard techniques and libraries to accelerate numpy codes (cython, numba). The implementation will be compared and validated against the corresponding scikit-learn implementation.

Lab 5 - Parallel Markov chains with multiprocessing and dask (~3h)

Objectives: Few parallelisation techniques in Python (multiprocessing, dask).

Lab 6 - Scraping the web with urllib3 and beautifulsoup (~2h) (TBC)

Objectives: Python libraries to crawl the web to collect data automatically (with urllib3 and Beautiful Soup).

References

Tutorials

Practise

Other

python_sdia's People

Contributors

mkenza avatar achraf-azize avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.