project-based-learning icon indicating copy to clipboard operation
project-based-learning copied to clipboard

Curated list of project-based tutorials

Results 323 project-based-learning issues
Sort by recently updated
recently updated
newest added

### Description ### Why ### Possible Implementation & Open Questions ### Is this something you're interested in working on? - [x] YES - [ ] NO

## Description ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Content Update (change which fixes an issue or updates an already...

![Image_1728134302277](https://github.com/user-attachments/assets/80ac7df2-e6b6-4dd8-acc9-9c396cb8de82) # The code running in Kali linux windows_script.py with open('shellcode.exe', 'rb') as shellcode_file: shellcode = shellcode_file.read() import base64 encoded_shellcode = base64.b64encode(shellcode).decode('utf-8') with open('windows_script.py', 'w') as f: f.write(f'''import base64 import...

## Description This tutorial is a beginner friendly course on web programming with python. It starts off by giving you an introduction to the python programming language, introduction to `HTML`,...

## Description I have added the TypeScript project to the README file, describing the **Gemini Twitter Bot With Encore.ts**. This bot automatically posts tweets every hour using the **Gemini** library...

## Description ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [ ] Content Update (change which fixes an issue or updates an already...

## Description ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [x] Content Update (change which fixes an issue or updates an already existing...