Skip to content
View pipibk's full-sized avatar

Block or report pipibk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pipibk/README.md
  • 👋 Hi, I’m @pipibk
  • 👀 I’m interested in teaching programming with a project based approach
  • 🌱 I’m currently learning how to create meaningful use cases related to cloud computing
  • 💞️ I’m looking to collaborate on anything related to teaching. Some of my gists used in teaching can be found on https://gist.github.com/pipibk
  • 📫 How to reach me [email protected]

Pinned Loading

  1. Basic Webpage with JavaScript (from ... Basic Webpage with JavaScript (from W3Schools Activity) for Teaching
    1
    <!DOCTYPE html>
    2
    
                  
    3
    <html lang="en" >
    4
    
                  
    5
    <head>
  2. Plain Webpage with Front End Technol... Plain Webpage with Front End Technologies Descriptions for Teaching
    1
    <!DOCTYPE html>
    2
    
                  
    3
    <html lang="en" >
    4
    
                  
    5
    <head>
  3. changegele- changegele- Public

    HTML

  4. Infinite Ball Runner using Pygame Fr... Infinite Ball Runner using Pygame Framework
    1
    import pgzrun
    2
    from pgzhelper import *
    3
    
                  
    4
    WIDTH=800
    5
    HEIGHT=600
  5. infiniteballrunner infiniteballrunner Public

    Python