• Home
  • Weblog
  • Projects
  • Links
  • About

The Python Graph Gallery

This website displays hundreds of charts, always providing the reproducible python code!

October 17, 2017 python – gallery – matplotlib – seaborn – visualization

GSoC 2017: Final Report

August 25, 2017 gsoc – google – google summer of code – pattern – clips – open source – python

The final days of this year’s Google Summer of Code have arrived and I am wrapping up my project. The last three months have been full of intense coding on the Pattern library and I’m happy to say that all milestones described in my project proposal are knocked ...

Read more...

f–strings in Python 3

August 19, 2017 python – python3 – pep498 – strings

I came across a negligible but convenient new string formatting feature introduced within PEP 498 (Literal String Interpolation) in Python 3.6. Essentially, it is a way of string formatting that lets you use embedded expressions that are evaluated at run time inside string constants. Here is what the official ...

Read more...

GSoC 2017: Phase #2

July 28, 2017 gsoc – google – google summer of code – pattern – clips – open source – python

The second GSoC coding period is over and has brought substantial progress. As of today, all of the submodules with the exception of pattern.server have been ported to Python 3.6. Pattern now shows consistent behavior for both Python 2.7 and Python 3.6 across all modules. All ...

Read more...

GSoC 2017: Phase #1

June 30, 2017 gsoc – google – google summer of code – pattern – clips – open source – python

The first weeks of GSoC are coming to an end, so let’s take some time to reflect on the overall progress during the first phase of the coding period.

Read more...

GSoC 2017: Welcome to the ride!

May 04, 2017 gsoc – google – google summer of code – pattern – clips – open source – python

I’m excited to announce that I have been selected to take part in this year’s Google Summer of Code. I will spend a major part of my summer working on the pattern module, an open–source Python library for natural language processing (NLP), machine learning and network analysis ...

Read more...

Boosting numpy: Why BLAS Matters

April 23, 2017 python – numpy – scipy – blas – lapack – openblas – atlas – intel mkl – virtualenv

I recently noticed that the same code on the same machine had vastly different run times in different virtual environments. This looked a little suspicious to me. Digging deeper, I realized that the reason for this was that numpy was linked against different BLAS libraries in different virtual environments, which ...

Read more...

Customizing nbconvert‘s PDF Export

September 23, 2016 jupyter – nbconvert – pdf – latex – ipython – python

When working with the Jupyter Notebook (formerly IPython Notebook) one often wants to export the whole notebook including Python code and output of each cell to a document format like PDF which is more suitable for handing in reports or assignments. Jupyter’s nbconvert is a tool which allows you ...

Read more...

Computational Statistics in Python

June 24, 2016 computational statistics – python
  • Social

    • GitHub
    • Keybase
  • Links

    • RSS (Blog)
    • RSS (Links)
    • Language Learning Toolkit
    • Batyr
  • GitHub

    Status updating...


© 2017 Markus Beuckelmann · Standing on the shoulders of giants: Pelican & Bootstrap (Theme based on pelican-bootstrap3) · Impressum

Back to top