Python

151 Articles 5 Followers


[ENG/ITA] A Tool to Check the Average KE Ratio of All the Authors You Upvote

6 Feb 2025 7 minute read 0 comments Arc7icWolf

La versione italiana  si trova sotto quella inglese  The italian version  is under the english one  A Tool to Check the Average KE Ratio of All the Authors You Upvote     I’ll start with a brief premise: personally, when I upvote an author’s post...

AutoClic, Intelligent Automation with Python. The Power of Creating Programs to Simplify Your Life and Generate Income.

17 Dec 2024 4 minute read 4 comments CryptoEntrepreneurs

"Automation doesn't replace your effort, it multiplies it. It turns the repetitive into creative and the ordinary into extraordinary" - Author. Time, from my point of view, is the most valuable resource that exists, therefore, automation has become...

[ENG/ITA] Python and Hive: My First Attempt with a Bot

18 Aug 2024 12 minute read 0 comments Arc7icWolf

La versione italianasi trova sotto quella inglese The italian versionis under the english one   Python and Hive: My First Attempt with a Bot   Let's start right away with a small premise: I am not a programmer. I have studied anything but that in...

ICT Automation 1.1a: Improving the DBSCAN Machine Learning Algorithm and Analyzing Results

15 Aug 2024 5 minute read 0 comments fred_nurk

As I alluded to in my previous post, our implementation to our DBSCAN algorithm has a few shortcommings. So I want to take the time to go through the thought process of taking an algorithm we wrote and improving it to get better results. I probably w...

ICT Automation 1.1: Identifying liquidity with the DBSCAN algorithm

12 Aug 2024 5 minute read 0 comments fred_nurk

Starting off, for transparency reasons I want to state that sklearn has a module for the DBSCAN algorithm. But I like to make things with minimum dependencies just because it's more educational and more fun. One more thing I like to add, which I touc...

Youtube automation + monetization. How to automate your earnings on youtube ?

30 Apr 2024 4 minute read 0 comments Imad Eddine Aris

Hi, haven't you been thinking about starting a youtube channel but you didnt find exactly what content to share ? welcome to the club, it happened to me too; the issue was that i'm too lazy to start a youtube channel because i couldn't find a niche t...

Learn Python 2: lists and for loops pt 1

21 Mar 2024 1 minute read 0 comments gittygiddy

Storing multiple items in a list is a convenient way for easy indexing. Let's assume we have a ball with four variables: x position, y position, x velocity, and y velocity. We can create a list to store these variables. ball = [0] * 4 Initially, the...

Using AtomicAssets APIs to get lowest NFT prices on WAX (Beginners Python Tutorial)

11 Jan 2024 10 minute read 0 comments UltraDec

Quick note: This is a bit different to the things I normally write but I've been teaching myself how to interact with the WAX blockchain in Python and thought it would be worth sharing. I understand Python is a rather unpopular language for this (Mos...

Generating seed words in python

21 Dec 2023 1 minute read 0 comments CryptoEnthusiast

So, we all know how we need to keep our Bitcoin stash safe, right? Well, one way to do that is with seed words. These are the key to your crypto vault, and you can use them to get secure access. What could be even more secure than seedwords though? H...

Even with one hand tied behind my back, I can still make a fist. (It's coded to run on *NIX.)

9 Nov 2023 7 minute read 3 comments Great White Snark

Hey folks of the P0x! I hope you haven't missed me too much while I've been gone. I've been a busy little beaver this last week, thanks to ongoing problems with Windows making my balls heavy and generally screwing me over. Same old, same old, right?...