IEEE-WIE presents WIE Week of Code (WIEWoC), a 3-days long open-source contribution event starting from 1st March, highlighting different python spaces including web development, machine learning, game development, data structures and algorithms, and substantially more! We are creating an open source repository on Python along with all its applications!

Overview

WIE-WoC

IEEE-WIE presents WIE Week of Code (WIEWoC), a 3-days long open-source contribution event starting from 1st March, highlighting different python spaces including web development, machine learning, game development, data structures and algorithms, and substantially more! We are creating an open source repository on Python along with all its applications!

Contributing Guidelines

Please follow the contributing guidelines to contribute to the project.

Code of Conduct

Comments
  • Some common recursion problems

    Some common recursion problems

    Including codes of power , fibonaaci series using recursion, To print a string backwards using recursion.

    https://github.com/IEEE-WIE-VIT/WIE-WoC/tree/main/DSA%20Coding/Recursion

    opened by A-GHOSH-dev 5
  • Arrays And Strings in Python

    Arrays And Strings in Python

    Array- https://github.com/IEEE-WIE-VIT/WIE-WoC/tree/main/DSA%20Coding/Array

    String- https://github.com/IEEE-WIE-VIT/WIE-WoC/tree/main/DSA%20Coding/Strings

    opened by A-GHOSH-dev 2
  • Basics of DSA with Python

    Basics of DSA with Python

    You can add some basic codes in Python like factorial, prime and perfect number , largest of three number, etc.

    https://github.com/IEEE-WIE-VIT/WIE-WoC/tree/main/DSA%20Coding/Basics

    opened by A-GHOSH-dev 2
  • Programming Language Detector : GUI - Tkinter (WIE-WoC)

    Programming Language Detector : GUI - Tkinter (WIE-WoC)

    • [x] WIE - WoC Participant

    Project Type : GUI - Tkinter Programming Language : Python

    This project is an application to detect the programming language using Tkinter GUI.

    Description:

    User first needs to download the file and run the programming_language_detector.py on to their local system. Then on to the main window of the application the user will be allowed to first enter the code snippets of the supported programming language. After entering the text, when user clicks on the DETECT LANG. button, user will be able to see in which programming he/she has written that code snippets.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 2
  • Canny Edge Detection : Image Processing (WIE - WoC)

    Canny Edge Detection : Image Processing (WIE - WoC)

    • [x] WIE - WoC Participant

    Project Type : Image Processing Programming Language : Python

    The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images.

    Description:

    Input any images that you want to apply canny edge operation, read the input, display original image, apply canny and get an output image by applying canny edge detection algorithm.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • Minesweeper : Game Dev (WIE - WoC)

    Minesweeper : Game Dev (WIE - WoC)

    • [x] WIE - WoC Participant

    Project Type : Game Dev Programming Language : Python

    It's a basic python program which takes the random input as row and column, and iterate it over the game with bombs at random places.

    Description:

    This is a fun activity to get out of their boredom.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • QR Code Generator : GUI (WIE - WoC)

    QR Code Generator : GUI (WIE - WoC)

    • [x] WIE - WoC Participant

    Project Type : GUI Programming Language : Python

    The goal of this project is to generate the QR code for the user input.

    Description:

    This application will help in getting our QR code for it to be encrypted what it is about. It runs offline too.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • Flight Delay Prediction : Data Science - Machine Learning (WIW - WoC)

    Flight Delay Prediction : Data Science - Machine Learning (WIW - WoC)

    • [x] WIE - WoC Participant

    Project Type : Data Science - Machine Learning Programming Language : Python

    The goal of this project is to predict the flight delay using features from dataset.

    Description:

    This application will help in predicting the delay of a flight using various ML algorithms

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • Heart Disease Prediction : Data Science - Machine Learning (WIW - WoC)

    Heart Disease Prediction : Data Science - Machine Learning (WIW - WoC)

    • [x] WIE - WoC Participant

    Project Type : Data Science - Machine Learning Programming Language : Python

    Closes : #179

    The goal of this project is to predict heart disease from features like age, cholesterol level, blood sugar level etc. in the dataset.

    Description:

    This application will help in predicting whether a patient is diagnosed with heart disease or not.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • Car Image Classifier : Web Dev - Flask (WIW-WoC)

    Car Image Classifier : Web Dev - Flask (WIW-WoC)

    • [x] WIE - WoC Participant

    Project Type : Web Dev - Flask Programming Language : Python

    Closes: #139

    Car Image Classifier classifies the car based on the model and showcases with a statement on what kind of car it is.

    Description:

    This application predicts the kind of car it is based on inputted images of the car uploaded. Deep Learning technique is used here.

    Kindly add the relevant label and merge the PR. Thank You for this opportunity. ๐Ÿ™Œ

    opened by prathimacode-hub 0
  • Added Arrays and Strings Programs

    Added Arrays and Strings Programs

    1. Roman to integer
    2. Longest Common prefix
    3. Substring of size 3 unique
    4. Reversing sentence without reversing individual words
    5. Removing duplicates in a string

    Issue #169

    opened by KeerthanaPravallika 0
Owner
null
A chain of stores wants a 3-month demand forecast for its 10 different stores and 50 different products.

Demand Forecasting Objective A chain store wants a machine learning project for a 3-month demand forecast for 10 different stores and 50 different pro

null 2 Jan 6, 2022
Attempt at creating organized collection of little handy snippets of code I'm receiving along the way

ChaosCode Attempt at creating organized collection of little handy snippets of code I'm receiving along the way I always considered coding and program

INFU 4 Nov 26, 2022
This repository is an archive of emails that are sent by the awesome Quincy Larson every week.

Awesome Quincy Larson Email Archive This repository is an archive of emails that are sent by the awesome Quincy Larson every week. If you fi

Sourabh Joshi 912 Jan 5, 2023
Thumbor-bootcamp - learning and contribution experience with โค๏ธ and ๐Ÿค— from the thumbor team

Thumbor-bootcamp - learning and contribution experience with โค๏ธ and ?? from the thumbor team

Thumbor (by @globocom) 9 Jul 11, 2022
My repository for the Advent of Code, starting from 2021

Advent of Code This is my repository for the Advent of Code (https://adventofcode.com/), starting from 2021. File Structure Inside each year folder, s

Yu-Ting 6 Dec 15, 2021
This repo presents you the official code of "VISTA: Boosting 3D Object Detection via Dual Cross-VIew SpaTial Attention"

VISTA VISTA: Boosting 3D Object Detection via Dual Cross-VIew SpaTial Attention Shengheng Deng, Zhihao Liang, Lin Sun and Kui Jia* (*) Corresponding a

null 104 Dec 29, 2022
to learn how to do pull request and do contribution to other's repo

Hacktoberfest-2021 - open-source-contribution An Open Source repository to Teach people How to contribute to open sources. ?? ?? JOIN PVX PROGRAMMING

Shubham Rawat 82 Dec 26, 2022
Set of scripts that schedules employees for shifts throughout the week based on availability, shift times, and shift necessities

Automatic-Scheduler Set of scripts that schedules employees for shifts throughout the week based on availability, shift times, and shift necessities *

Matthew 1 May 1, 2022
A tutorial presents several practical examples of how to build DAGs in Apache Airflow

Apache Airflow - Python Brasil 2021 Este tutorial apresenta vรกrios exemplos prรกticos de como construir DAGs no Apache Airflow. Background Apache Airfl

Jusbrasil 14 Jun 3, 2022
Algo Phantoms 44 Nov 15, 2022
Step by step development of a vending coffee machine project, including tkinter, sqlite3, simulation, etc.

Step by step development of a vending coffee machine project, including tkinter, sqlite3, simulation, etc.

Nikolaos Avouris 2 Dec 5, 2021
A minimalist personal blogging system that natively supports Markdown, LaTeX, and code highlighting.

December Welcome to the December blogging system's code repository! Introduction December is a minimalist personal blogging system that natively suppo

TriNitroTofu 10 Dec 5, 2022
PDX Code Guild Full Stack Python Bootcamp starting 2022/02/28

Class Liger Rough Timeline Weeks 1, 2, 3, 4: Python Weeks 5, 6, 7, 8: HTML/CSS/Flask Weeks 9, 10, 11: Javascript Weeks 12, 13, 14, 15: Django Weeks 16

PDX Code Guild 5 Jul 5, 2022
Syntax highlighting for yarn.lock and bun.lockb files

Yarn.lock Syntax Highlighting Syntax highlighting for yarn.lock and bun.lockb files Installation Plugin is not publushed yet on Package Control, to in

Alexander Kuznetsov 4 Jul 6, 2022
IEEE ITU bunyesinde komitelere verilen Python3 egitiminin dokumanlastirilmis versiyonlari bu repository altinda tutulmaktadir.

IEEE ITU Python Egitimi Nasil Faydalanmaliyim? Dersleri izledikten sonra dokumanlardaki kodlari yorum satirlari isaretlerini kaldirarak deneyebilirsin

ฤฐTรœ IEEE Student Branch 47 Sep 4, 2022
Python script that automates the tasks involved in starting a new coding project

Auto Project Builder Automates the repetitive tasks while starting a new project Installation Use the REQUIREMENTS.txt file to install the dependencie

Prathap S S 1 Feb 3, 2022
All solutions for the 2021 Advent of Code event.

Advent of Code 2021 Solutions All solutions for the 2021 Advent of Code event. Setup Create a file called .session. Go to adventofcode.com and copy th

Bruce Berrios 6 Dec 26, 2021
PyDateWaiter helps waiting special day & calculating remain days till that day with Python code.

PyDateWaiter (v.Beta) PyDateWaiter helps waiting special day(aniversary) & calculating remain days till that day with Python code. Made by wallga gith

wallga 1 Jan 14, 2022
Hacking and Learning consistently for 100 days straight af.

#100DaysOfHacking Hacking and Learning consistently for 100 days straight af. [yes, no breaks except mental-break ones, Obviously.] This Repo is one s

FENIL SHAH 17 Sep 9, 2022