Find out what commission you paid to the broker, how much money you earned with Ting

Сколько всего было внесено денег на счет Комиссию брокера Сумму денег на счету на данный момент Итоговый заработок Это скрипт для тех,кто столкнулся с проблемой подсчета уплаченой комиссии и подсчетом общей прибыли В личном кабинете Тинькофф банка получите токен Скачайте файл с кодом, замените YOUR TOKEN на ваш токен Запустите скрипт и получите данные GitHub View Github    

Read more

Youtube Downloader by PyTube is a simple tool with a graphical interface and written in python

O que é o YouTube Downloader by PyTube? YouTube Downloader by PyTube é um software simples para baixar vídeos no YouTube com a qualidade máxima. YouTube Downloader by PyTube usa a bibliotecapytube, uma lib riquíssima cheia de recursos para baixar vídeos e áudio no YouTube. YouTube Downloader by PyTube não usa todos os recursos do pytube, apenas baixa vídeos no youtube com a qualidade máxima e também, caso o usuário tenha o wget, baixa a capa do vídeo…A interface gráfica […]

Read more

A market neutral trading strategy enabling traders to profit from virtually any market conditions

A pairs trade relies on the fact that – if the correlation between two stocks is atleast 95% they follow a similar trend. But due to temporary market conditions like the announcement of results in a company or due to mishaps in another company, the stock direction of that company may deviate from the mean value. Given the striking similarities between the two banks used for this capstone, a change in the business environment of one bank, affects the paired […]

Read more

Ultimaze : a 2.5D game, produced as part of a NSI project

Ultimaze est un jeu en 2.5D, réalisé dans le cadre d’un projet de NSI. La consigne était d’utiliser la librairie pygame pour créer un jeu en mettant à profit des classes. Sommaire: installation utilistation le labyrinth le raycasting 1. Installation pip install ultimaze python main.py Ou utlisé l’installer dans /dist/ultimaze.exePuis exécutez l’installer 2. Utilisation Quand vous êtes prêt, appuyez sur “Play” pour commencer le jeu. Devez collecter toutes les murs multicolorts en marchant dessus avant de trouver la sortie (attention […]

Read more

A cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm

SHIBgreen is a cryptocurrency forked from Chia and uses the Proof of Space and Time consensus algorithm Discord Channel: https://discord.gg/PCyTa4CNx4 Website: https://shibgreen.com (coming soon) Initial 1.0.0 release!Per usual should’nt have any issues.Full node port: 7442 EARLY ADOPTERS GET MORE SHIBGREEN!!!!The way SHIBgreen was designed was to get alot of coins farmed early on and then significantly drop very early on in the blockchains life cycle.At height 168192 the block rewards will drop from 100,000 XSHIB to 20,000 XSHIB.Early adopters get […]

Read more

Type hints support for the Sphinx autodoc extension

This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion, allowing you to migrate from this: def format_unit(value, unit): “”” Formats the given value as a human readable string using the given units. :param float|int value: a numeric value :param str unit: the unit for the value (kg, m, etc.) :rtype: str “”” return ‘{} {}’.format(value, unit) to […]

Read more

Main repository for the Sphinx documentation builder

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created for the new Python documentation, and has excellent facilities for Python project documentation, but C/C++ is supported as well, and more languages are planned. Sphinx uses reStructuredText as its    

Read more

Machine Translation Weekly 94: Notes from WMT 2021

After the notes from EMNLP 2021, here is also an unsorted list of some observations from the Conference on Machine Translation. Facebook AI won in many translation directions (not at all in all of them) in the news task with a multilingual system. At the panel discussion about MT evaluation, Herman Nay expressed a controversial opinion: it does not matter what metric we use, the history of MT would be the same with any metric (that at least slightly correlates […]

Read more

Building a Neural Network & Making Predictions With Python AI

If you’re just starting out in the artificial intelligence (AI) world, then Python is a great language to learn since most of the tools are built using it. Deep learning is a technique used to make predictions using data, and it heavily relies on neural networks. This course will show you how to build a neural network from scratch. In a production setting, you would use a deep learning framework like TensorFlow or PyTorch instead of building your own neural […]

Read more
1 490 491 492 493 494 1,076