A Project Template With Python

File Structure . ├── LICENSE ├── Makefile # commands ├── README.md ├── requirements.txt # package information ├── setup.cfg # configurations for formatting & linting & unit-test ├── src # source code location └── test └── utest # unit tests location Commands

Read more

Discord Bot to Search YouTube

Info YouTube Bot is a discord bot where you can search for anything on YouTube, it will automatically find the first result, the channel and a lot more info about it then format it into an embed, and if you would like there is a dropdown menu where you can make the bot send you an ephemeral message with the video as an embed to watch. Set-Up Required Enable YouTube API Adding Your Info Get your previously mentioned “Discord Bot […]

Read more

Sharpened Cosine Distance implementation in PyTorch

PyTorch implementation of the Sharpened Cosine Distance operator. The core idea came from Brandon Rohrer(@brohrer) and the implementationis based on the tf/keras implementation of Raphael Pisoni. This implementation supports 2D operation only asymmetric kernels, any shape CUDA / GPU If you find this implementation useful please give it a star. Open issues for bugs/ideas. If you are planning to build something on top of it let me know, I am always up for some good collaborations 😉 GitHub View Github […]

Read more

Helper modules and classes for writing to Cloudshell sandbox console

This project provides utility classes for formatting and sending html messages to the cloudshell sandbox console.These methods help to semantically color the text and generate custom html elements (headers / anchors / etc.). The SandboxReporter class is used to chunk together logging messages with the sandbox console print actions into single commands.This reduces duplication in your script if you typically log and print the same messages.There are granular flags for message instances that you only want to log and not […]

Read more

A discord bot written in python that uses the hikari and lightbulb modules to make this bot

Hi! This is botto, a discord bot written in python that uses the hikari and lightbulb modules to make this bot. Contribute by forking this repository!Right now, the bot is in development. We will start making releases when it’s stable 😀 To contribute, request VG08 for the contributor permission. Until then, contribute the repository by forking it! 🙂 GitHub View Github    

Read more

A simple and easy Validator for python

Şimdiye kadarki en basit ve en kolay kimlik numarası doğrulayıcı Bu yazılım TC kimlik numarasının geçerli veya geçersiz olduğunu doğrulaması için tasarlanmıştır Tc kimlik numarasının kendi doğrulama özelliği ile tasarlanmıştır NOT : KULLANIM SORUMLULUĞU KİŞİYE AİTTİR -Zafiyetsiz 1 – validator.py dosyasındaki Python kodunu kopyalayın 2 – Kendi Python editörünüze kodu yapıştırın ve çalıştırın GitHub View Github    

Read more

PDX Code Guild Python/JavaScript Fullstack Web Development Course starting 2022-01-31

2022-01-31 Full-Stack Python/JavaScript Evening Class Repo for the PDX Code Guild Python Full Stack evening course starting 01/31/2022 Class is held from January 31st, 2022 to June 10th, 2022M-F 6:00 pm – 9:30 pm pst Holidays February 21st (Presidents Day) May 30th (Memorial Day) Staff Capstone Dates: Capstone proposal due: May 13th, 2022Presentation Day: June 10th, 2022 General Labs Assigned: Lab Name Date Assigned Due By Start Of Class Hard Due Date 00 Getting Started 01 Feb 04 Feb 14 […]

Read more
1 279 280 281 282 283 977