Skip to main content

PyCon Africa 2020 -- Day 1

 PyCon Africa 2020 went virtual in August 2020! 

Welcome Address

Day One began with an enthusiastic welcome address and opening remark from our Chair, Marlene Mhangami. She highlighted during her opening remarks, the current situation the world is in during this Covid-19 pandemic and the changes that everyone is adjusting to. She also stated that PyCon Africa is the annual Pan-African gathering of the Python community on the continent of Africa. This is the 2nd edition. Last year was the inaugural edition which was held in Accra, Ghana. People from over 26 different countries were present last year. It was well attended. She explained that this year the choice was made to host the conference online to ensure the safety of all of the attendees and the number of attendees this year has been doubled and that’s very exciting. 

She spoke about Hopin, the platform for the conference which allows more interactive video sessions, networking, dynamic questions and answer sessions and others. 

Marlene Mhangami

She highlighted how the team has put in a lot of effort to create a very welcoming environment where each conference attendee has the liberty to share their knowledge, experience, learn and grow together as a community. 

She spoke about the code of conduct which serves as a tool to ensure the safety of all of the attendees to the conference and encourage respect and kindness amongst attendees. The code of conduct can be found at africa.pycon.org/coc

She mentioned that each day will have an international selection of talks and speakers, panel sessions, networking sessions with both attendees and sponsors and each day will end with a keynote speech. The conference schedule can be viewed at africa.pycon.org/schedule.  Also, the session recordings will be available on YouTube.


Building Your First Open Source Python Library

The first workshop was by Rising Odegua, a Data Scientist, Machine Learning Engineer & Researcher with experience in end-to-end data analytics projects ranging from data collection, exploration, transformation/wrangling, modelling and derivation of actionable business insights. The workshop was on building your first open-source python library. This workshop was to help participants learn:

1. How to take an open-source idea.

2. Implement it in Python.

3. Upload and open source it on GitHub and

4. Package it to PyPi for easy installation by other Python developers.

Rising Odegua

This workshop was beginner-friendly. Attendees were equipped with 

  1. An introduction to GitHub and preparing your open source repository 

  2. Setting up your development environment and creating a basic python library. 

  3. An introduction to PyPi and uploading your library to PyPi. 

  4. Writing tests for your library. 

  5. Writing documentation and user guide.

  6. Updating and releasing new versions and 

  7. How to efficiently manage your package. 

The library that was being created for the purpose of this tutorial was a simple math library to perform operations on numbers. The library can be found here https://test.pypi.org/project/mathist/0.1

Also, the source code can be found here https://github.com/risenW/mathist.

This session was insightful and it prepared conference attendees for further tutorials on open source python libraries.

The session was followed by a break to network and meet sponsors in the exhibition booths. It was fun and full of interaction between the conference attendees and the sponsors. The platform being used, Hopin made this extraordinary. Attendees had the opportunity to interact with other attendees and speakers through a random selection by the platform. This definitely gave attendees the opportunity to build their network.


Managing Data Science Project Environments With Conda

The next tutorial session took place after lunch. This was a beginner-friendly tutorial on managing your data science project environments with Conda(+pip). This was taught by David R. Pugh, a staff scientist with the King Abdullah University of Science and Technology (KAUST) Research Computing Core Labs where he provides data science training and consulting services to KAUST students, faculty, and research scientists.

David Pugh

This workshop was a Software Carpentry-style introduction to Conda (+pip) for (data) scientists. Conda is an open-source package and environment management system that runs on Windows, Mac OS and Linux. Pip is the de-facto standard package-management system used to install and manage software packages written in Python. Conda and pip work great as a team and this workshop covered when and how to use pip to install packages into Conda environments.

In this workshop, attendees had the opportunity of following along by trying the code out themselves as David was handling the session. There were also exercises for attendees to try out. This was very helpful.

Link to workshop lesson materials: https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/

Link to installing Conda on your own computer: https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/setup/

Link to run Jupyter lab running in the cloud via Mybinder service: https://mybinder.org/v2/gh/carpentries-incubator/introduction-to-conda-for-data-scientists/binder?urlpath=lab

David clearly pointed out that the best way to learn to use a tool is by doing. His lessons covered the following: 

  1. Why you need a tool to manage your packages. 

  2. Working with environments. 

  3. How to install a package into an existing environment. 

  4. Sharing environments and, 

  5. Updating environments.

Attendees were interactive in this session and were able to follow along until the end. 

The last session was a fun activity which involved a throwback of videos and pictures from PyCon Africa 2019. Attendees networked with each other in the networking booth.

Day One of PyCon Africa 2020 was definitely the beginning of an amazing conference!

Look forward to the days ahead!


Comments

Popular posts from this blog

Announcing PyCon Africa 2019

Welcome to the official blog of Pycon Africa, the largest pan-African gathering of the Python community. We are excited to announce that the first rendition of the conference is set for August 6 through 10, 2019. The event will include talks, workshops and collaboration between Pythonista’s from across the continent and around the world.   Venue For the inaugural gathering we have chosen Accra, Ghana as our launchpad. This beautiful city was home to last years Pycon Ghana and served to host hundreds of developers from across West Africa. The city is well known for its gorgeous coasts, delicious food and friendly residents. I experienced all of this first hand in 2018 and can say with confidence that I’m looking forward to returning again this year! The venue will be the University of Ghana , one of the oldest and largest universities in the country. It is easily reached from across the city and offers modern facilities in large-capacity halls. The Legon campus has an e

PyCon Africa 2020 -- Day 3

PyCon Africa   On the 3 rd of August 2020, the PYCON AFRICA 2020 week kicked off, with great speakers from all over Africa and beyond. On the 6 th of August 2020, the third day commenced. The event was introduced by the convener, Marlene Mhangami. She introduced all the speakers, including the keynote speakers, panelists, session speakers. The schedule of events of the day was shared amongst all speakers and panelists. Tairu Oluwafemi and Flavio Clesio The first sessions started at 10AM WAT with topics – Building production worthy website with Django by Tairu Oluwafemi and Security in Machine Learning by Flavio Clesio. The speakers talked explicitly on the importance of building a production worthy websites while breaking down and demonstrating this using codebase in Python and also talked about security in Machine learning and the need for securing all Machine learning applications and how to keep them secured respectively. Serah Njambi and Olaniyan Emmanuel At 11AM WAT, there wer