Skip to content

angiesk/WWCodePython

 
 

Repository files navigation

Women Who Code Python Technical Track.

   

Welcome! This repo contains content, code & resources for the Women Who Code Python Global Track Events.

The Python track provides tutorials and resources to help and ispire women excel in careers requiring anything Python.

💻 Technical Webinars 📲 Coding Resources 💭 Study Group Sessions 🗺️ Supportive Global Network

If you're interested in joining the community as a member or volunteer please visit our website for more information! Or send us an email.

Social

Join our community conversations!

Slack
Twitter
Instagram
Facebook
LinkedIn

Event Resources

Expand the section below to find all the resources shared during past and upcoming events. Clicking on a logo will take you to the event code base or slides. You will also find a link to the video recording in the event description. All of our events are uploaded to the Women Who Code Youtube Channel 1-3 days following an event. Please reach out with any questions or issues, or join us in our Slack channel for interactive discussions and support.

To add new resources for events follow the CONTRIBUTING guidelines.


Clicking on a logo below will take you to the associated repo -- where you can review, copy or clone the repos content. Please reach out with any questions or issues, or join us in our Slack channel for interactive discussions and support.

Tivia Tuesday  Trivia Tuesday

Stay tuned every Tuesday on out Instagram, Twitter and Facebook page for a new Trivia Tuesday.

- By Jessica Koubi
Python Db  Introduction to Deep Learning for Edge Devices

In this session we go through the basics of deep learning for edge computing. Session 1: Introduction to Edge Computing Session 2: Basics of Running Neural Network at the Edge Session 3: Quantization of Neural Networks Session 4: Hardware for the Edge Session 5 - Pruning Session 6 - Early Exits for Neural Network Session 7- Edge TPU and Edge TPU Accelerator

- By Vaidheeswaran Archana and Soham Chatterjee
Python Db  Databases with Python: Quickstart : An overview of SQL - Concepts, Structure, and More

With a world so centered around data, databases are an essential component for every developer. Python has a series of tools and libraries that help us manipulate and work with databases using our Python code. In this series, we will be exploring the concepts, theory, and code behind multiple databases, both SQL and noSQL. The series will kickstart with a session on SQL concepts where we will tackle relational databases from A-Z. Then, we will use SQL with Python, and following that, we will jump to noSQL and explore two very popular databases, MonogoDB and Firebase.

- By Hala Saadeh, Ramya, and Karen Wong
Python DS  Intro to Data Structures with Python: Ace the Technical Interview

This study group will cover the various sub-types of data structures and specifically implementing them in Python. Each session will begin with a conceptual presentation and conclude with a live-coding implementation using Google Colab.

- By Rishika Singh and Jasmeen Rajpal
Python Fire  Python Fire

Python Fire is a library for automatically generating command-line interfaces (CLIs) from absolutely any Python object. Python Fire got its name Fire because when you call `Fire`, it fires off (executes) your command. Learn about: - What exactly is Python Fire? - How Python Fire can make your code concise? - Where and when to use Python Fire? - How to contribute to the library and make it more awesome?

- By David Beiber
NLP Study Group  Discover NLP with Python Study Group

Please join us in discovering NLP with Python, as we begin with the foundations of NLP and deep learning, all the way to its applications in machine translation and sentiment analysis. Our monthly sessions will introduce you to the exciting world of natural language processing!

- By Yashika, Rishika, and Ramya
What's App bot  Building a Bot for WhatsApp Using Python and Flask

Mridu is back with a follow up event on using Flask for creation of vocabulary bot on whatsapp! In this webinar you will learn about a Brief introduction to Flask and Building a WhatsApp Bot using Twilio and Python.

- By Mridu Bhatnagar
Intro to QC  Introduction to Quantum Computing Programming with Python and Qiskit

In this webinar we explore the basics of quantum computing, such as qubits, superposition, entaglment and quantum gates. We navigate options to program a quantum computer and build our first circuit on a simulator and using code.

- By Sara A. Metwalli
Beginner Python Study Group  Beginner Python Study Group

Join us every other Wednesday at 5PM PDT/8PM EDT as we journey through the exciting world of Python libraries, data types, programming logic and useful functions, and modules with real-time coding exercises. Grab a cup of tea (or your favorite drink) and code along with us!

- By Rishika Singh, Karen Wong, and Stephanie Rideout
Twitter Bot with Python  Build Bots on Twitter Bot using Python

This is the era of automation, we see everything is automated in the Tech World, whether you don't know how it's done. Python is the language that is widely used for this purpose. Here in this talk, we will build a twitter bot in less than 30 lines of code, that will like, and retweet a particular keyword's tweet.

- By Seema Saharan
REST API with Python  REST API Integration with Python

Rest APIs are the backbone of Microservices. All major websites and many software services use Rest APIs to transfer data. But how do you use this API to communicate with the Web?

- By Mridu Bhatnagar
DevOps With Python  Python and DevOps

This webinar will break down and explore python and CICD (continuous integration , continuous deployment). Participants will learn how to implement Continuous Integration for a Python application. They will also see how to deploy an application on AWS using Python/Boto3.

- By Viji Natarajan
GitHub Bot Workshop  Build a GitHub-Bot Workshop

In this workshop we’ll be building a GitHub bot that will greet contributors to your project. The bot will be built as a GitHub App which can then be installed to your GitHub repositories. We will be building a GitHub bot that can say thanks to the maintainer who installed your bot using gidgethub and aiohttp libraries. If time permits, I'll also share how you can automate other parts of your workflow with Zapier.

- By Mariatta Wijaya
Fuzzy Search Algorithms  Fuzzy Search Algorithms: When and How to Use Them

Fuzzy Searching or approximate string matching is powerful because often text data is messy. For example, shorthand and abbreviated text are common in various data sets. In addition, outputs from OCR or voice to text conversions tend to be messy or imperfect. Thus, we want to be able to make the most of our data by extrapolating as much information as possible. In this talk, we will explore the various approaches used in fuzzy string matching and demonstrate how they can be used as a feature in a model or a component in your python code. We will dive deep into the approaches of different algorithms such as Soundex, Trigram/n-gram search, and Levenshtein distances and what the best use cases are. We will also discuss situations where it’s important to take into account the meaning or intent of a word and demonstrate approaches for measuring semantic similarity using nltk and word2vec. Furthermore, we will demonstrate via live coding how to implement some of these fuzzy search algorithms using python and/or built-in fuzzy search functions within PostgreSQL.

- By Jiaqi Liu
NLP Contextual Word Embeddings  NLP Contextual Word Embeddings

Language representations and embeddings are an important step in developing machine learning models for Natural Language Processing. They are used for various language problems - Named entity recognition, POS tagging, sentiment analysis or language understanding and generation.

While traditional encodings to convert words and sentences to vectors were more intuitive, static embeddings were developed to incorporate a large vocabulary and corpus and eliminating the problem of sparse vectors. Since then, we’ve seen methods like word2vec, GloVe and now contextual embeddings are the norm - Elmo and now the state-of-the-art BERT.

In this talk, we’ll be covering how to create these embeddings with a focus on the most recent development - BERT, using the HuggingFace Transformers Library. We shall also cover how we can obtain BERT multilingual embeddings and how these embeddings are useful in a seq2seq network - which is a specific type of neural architecture to convert sequence of words or characters to another sequence

- By Shreya Khurana

Tau-Intro-Selenium-Py  Beyond Unit Tests: End to End Web UI Testing
(or Testing google forms, and how much I hate it)


Unit tests are great, but they don’t catch all bugs because they don’t test features like a user -- but Web UI tests are complicated & notoriously unreliable. How can we write tests that do the job well? Never fear! 🌟 🌟 🌟

Let’s learn how to write robust, scalable Web UI tests using Python, pytest, & Selenium WebDriver that cover the full stack for any Web app:

  • Using Selenium WebDriver like a pro
  • Modeling Web UI interactions in Python code
  • Writing “good” feature tests that are efficient, robust, and readable
  • Deciding what should and should not be tested with automation

In this talk, we'll write one simple test together that covers DuckDuckGo searching. Afterwards, you’ll know how to write battle-hardened Web UI tests for any Web app, including Django & Flask apps. Example code will be supplied on GitHub, as well as plenty of hands-on tutorials & resources to continue learning!

- By Andrew Knight

Live Coding with Lambda, Map, Filter and Reduce  Programming with Lambda, Map, Filter & Reduce

Most of the time, Python is seen as object-oriented -- a style where we model our data in the form of classes, objects, & methods. But Python supports alternatives to that OOP paradigm -- Functional Programming being a very popular choice.

Functions like lambda , filter, map, & reduce fully support the Functional Programming style & in this live coding session we'll demonstrate how they can be effectively & efficiently used in our data analysis tasks.

Here are some good reads on Functional Programming, to get your started :

  1. Don't be Scared of Functional Programming
  2. Functional Programming (Python Docs)

    - By Parul Pandey
Exploratory Data Analysis  I've Got the Data, Now What?
Exploratory Data Analysis(EDA) with Python & Pandas

Have you ever started a data science project and not known what to do next? Are you just curious about what a data scientist actually spends most of their time doing?

Join us to learn all about Exploratory Data Analysis (EDA) - the process of cleaning, organizing, & understanding your data.

During this talk we'll be covering how to import & organize data with pandas, make beautiful visualizations using Seaborn, & use some core Python as well! 🌟

- By Ashley Steele

PySpark Part I. PySpark Part II. PySpark Part II.
ETL Made Simple with PySpark

Apache Spark is currently one of the most popular systems for large-scale data processing - making it a standard for any developer or data scientist interested in big data. Spark supports multiple widely used programming languages(Scala, Python, R, Java) and a wealth of built-in and third-party libraries.


In Session I you will be introduced to Apache Spark main concepts & you'll learn how to leverage the DataFrame API to extract data. You will also learn how to connect to different sources, apply schemas when reading data, and handle corrupt records.

PART I: Open In Colab

In session II you will be introduced to some of the most useful transformations - adding new columns, casting column types, renaming columns, etc. You'll also learn how to define User Defined Functions to do your own custom transformations & a get a little introduction to executing your own ad hoc SQL!

PART II: Open In Colab

In session III you'll analyze the robberies data by doing some aggregations & sorting. You'll learn how to convert Spark DataFrames to Pandas DataFrames. Additionally, you'll explore joins & lookup tables & write final results to CSV files. At the end of this session we'll go over best practices.

PART III: Open In Colab

- By Aida Martinez
Diagnosing lungh conditions with Pthon and CNNs  
A Walk-throug of Respiratory Buddy

A Web Application helping Doctors & medical personnel detect & diagnose Respiratory/Lung Diseases using CXR (X-Ray data) images.

A Strictly Medical Machine-Learning based solution with a special implementation of a CNN (convolutional neural network).

- by Vishwa Mehta

Getting Started with Numpy  
Getting Started with Numpy

Python, data, matrices, transformations & all things Numpy! Join Yashika as she covers the basics of this powerful & essential Data Science library that underpins Pandas, Matplotlib, Seaborn, & many many others.

- by Yashika Sharma

Emoji Predictor with Macine Learning  
✨Emoji Predictor with Machine Learning✨

Python:exclamation:Python:exclamation:Python:exclamation:
Let me show you how to use SciKit to do an Emoji 😆 😮 😁 Predictor with a little Machine Learning & Python. 🌈 Learn a few ML & NLP (Natural Language Processing) core concepts ........We do it because we can.:star:

- by Alex Gamez, Software Engineer @ Lockheed Martin Aeronautics 🚀



Data Manipulation with Pandas.  
Data Manipulation with Python Pandas.

Come study all the delightful data and play with Pandas!
Increase your Python data manipulation skills for fun and profit.

- By Liliana Torres



 
Titanic Machine Learning webinar 7/30/2019

Do you want to rank in the top 10% in a Kaggle Competition? Explore the Titanic Dataset & get a taste of Exploratory Analysis & Machine Learning Prediction with Python.

- By Kunal Lalwani



Titanic Icon by Anbileru Adaleru, from The Noun Project. thenounproject.com

internationalization in Django. 
Taller Internacionalización con Django 7/24/2019

Aprende los conceptos relacionados con la internacionalización de aplicaciones web con ejemplo traducción del contenido estatico y dinamico de un sitio web.


- Por Isabel Cristina Ruiz Buritica
Using Jupyter, Pandas, and Matplotlib from PyCon 2019 
Using Jupyter, Pandas & Matplotlib: PyCon 2019 (re-broadcast 7/02/2019)

Using Jupyter Notebook, Pandas, and Matplotlib to create a framework for teaching data science in a scientific context. Download the presentation and resources here.

- By Gabrielle Rabinowitz
ML Mondays study group.  ML Mondays

Join us alternating Mondays for a wholesome & healthy dose of ML 🌟. -- Starting off with a whirlwind review of Python & then diving into foundational libraries.

We'll also be discussing the ideas behind ML and covering a little ✨math & statistics✨🎉. As we journey further along, we'll collaborate & help one another with projects & other fun 🔥 stuff.

- By Yashika Sharma
automate the boring stuff with python study group.  Automate Boring Stuff

Automate the Boring Stuff With Python:   A friendly forum where we can ask questions, provide feedback & help each other with our coding journey. Explore our code & notes for each chapter here!

- By Jamila Evilsizor

     

About

Content, Code & Resources for WWCodePython Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.5%
  • JavaScript 4.9%
  • Other 1.6%