Python

161 Articles 5 Followers


How to Create Python Shortcuts on iOS

8 Nov 2023 1 minute read 0 comments Learning Pages

Pythonista is one of the best iOS apps for coding and running Python scripts. The latest version, updated for Python 3.10, no longer supports creating a Home Screen icon for running your scripts. This can be overcome with Apple’s Shortcuts app, but...

How to create web scraper with python ? ( Selenium )

31 Aug 2023 2 minute read 0 comments HackTheGeek

there are many ways to create Web Scraper with python the best way to do that is using selenium . the selenium enables you to open up a browser page with python and do certain tasks like pressing keys or scraping part of the page . the best thing abo...

Sit on My (Hugging) Face and Tell Me That You Love Me

31 Jul 2023 5 minute read 0 comments Great White Snark

Since I got banned from using Night Café for feeding the generative AI prompts that resulted in adult/NSFW content (which would get blurred beyond all recognition), I've been using NeuralBlender. It works well enough, most of the time. However, it do...

GCP Collector

14 Jun 2023 2 minute read 0 comments rafaeldomi

Have you ever found yourself faced with the daunting task of conducting an inventory of resources within your GCP project? We understand the challenges that come with this time-consuming and error-prone process. Whether you're dealing with just a cou...

Python Does Crypto: CCXT Library

12 Jun 2023 2 minute read 0 comments WinterYeti

CCXT (CryptoCurrency eXchange Trading Library) offers a comprehensive JavaScript and Python library that simplifies the process of connecting to and trading on multiple crypto exchanges. What is a Python Library? In the world of openware, thousands o...

How to acquire Bitcoin using Python code

28 Apr 2023 1 minute read 3 comments Chainable.it

[ENGLISH] - język polski poniżej! In the last tutorial, we installed Python and Visual Studio Code, so it's time to put them to use. We will write a simple script that will fetch the current price of Bitcoin using the Coingecko API. How to code We'r...

Introduction to Python, installation of the environment

24 Apr 2023 2 minute read 1 comment Chainable.it

    Let's get straight to the point without any long introductions!   Environment   1. Due to the fact that many subsequent tutorials will cover the topic of Python, let's start with its installation and some environment in which we will be coding. I...

[Tutorial] How to make own local GPT4all in 5 minute without any skills!

23 Apr 2023 2 minute read 2 comments Chainable.it

To start with, I will write that if you don't know Git or Python, you can scroll down a bit and use the version with the installer, so this article is for everyone!   Today we will be using Python, so it's a chance to learn something new. I don't kno...

Part II - Python script to compare cryptocurrency parity between different exchanges. Cryptocurrency arbitrage as a way to profit in the crypto ecosystem.

22 Apr 2023 3 minute read 1 comment CryptoEntrepreneurs

In my personal experience, the most complicated part of cryptocurrency arbitrage is not the operations themselves, but being able to determine in time significant differences in the prices of cryptoassets between different exchanges. As I mentioned i...

What Are the Best Coding Languages to Learn in 2023?

23 Mar 2023 4 minute read 2 comments MintDice.com

In the digital age, coding has become an essential skill that is highly sought after by employers. From software development to data analysis and beyond, coding is a skill that can open up many job opportunities in various industries. If you're wond...