zmcddn / Presentations

My presentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Presentations

My presentations for various events.

Edmonton Python Meetup

Edmonton Python meetup
Every second Monday evening of each month
6:30pm at Startup Edmonton
  1. June 11, 2018: Be prepared to enter the world of AI: Environment setup guide

    • Abstract: A through walk though of how to setup local environment for development. Installation of Anaconda and Tensorflow, Sublimettext setup, etc.
    • You can also see the details at my Blog
  2. January 14, 2019: wxPython 101 - a quick walkthrough on GUI building for your program

    • Abstract: A quick walk through on the wxpython package. Demonstrations on how to make GUI for your program.
    • Demo project: Data Science Helper
      • A tool specially designed for data scientists/engineers to better view their datasets with various plots.

Edmonton Data Science Meetup

Edmonton Data Science meetup
Every first Wednesday evening of each month
6:30pm at Startup Edmonton
  1. April 3, 2019 How to Compete in Kaggle
    • Abstract: Introduction to kaggle based on careercon competition. Some eda, a couple of cool visualization packages, and a workflow for how to do data science prediction (from eda to modelling to hyperparameter tuning).

Calgary Python Meetup (PyYYC)

Calgary Python Meetup
Every fourth Wednesday evening of each month
6:30pm at Assembly Co-working Space
  1. October 23, 2019 Python Best Practice

    • Abstract: Some advice and code snippets to show what are the best Python Practices. This presentation is aggree to disagree as the so-called "Best Practice" is people's opinion and is accepted by majority but there is always debates.
  2. February 26, 2020 Python Fundamentals - List, Set, Dictionary, and String

    • Abstract: A guide for the python list, set, dictionary and string operations and advanced operations
  3. March 25, 2020 Python Fundamentals - Class and OOP

    • Abstract: A guide for the python class and OOP concepts
    • Demo project: Tic Tac Toe
  4. October 28, 2020 Make Django Admin Great Again - Optimization for table with million rows

  5. December 6, 2020 Python Bootcamp Week 2 - Python Fundamentals 4

  6. May 10, 2022 Python f-string formatting

    • Abstract: As an advanced string tool introduced in Python 3.6, it can do way more than you might've thought it would. Today, let's dive deep into f-string formatting and look at the various ways it can help.
    • Recording: https://www.youtube.com/watch?v=4S_QGDHTICw&t=556s

About

My presentations