Python

161 Articles 5 Followers


The beginning of a challenge with programming and personal issues #0

19 Feb 2022 1 minute read 5 comments Vicziz

Intro Hi, I'm David from the EU. Briefly and quickly about himself, a finance professional aspiring to change his profession to data analyst. Hence also the idea of writing this blog is to help me stay motivated and hopefully help other people too. ...

Chialisp setup tutorial, programing on chia blockchain, starting by first installing Atom on windows

19 Feb 2022 5 minute read 0 comments Radovan Georgijevic

This tutorial is for those with very little or no experience in programming, but would like to start learning Chialisp. Since I started learning it just recently, by watching the tutorials on chialisp.com I noticed that all the tutorials were created...

Python - Modules - What are it? How to use?

2 Jan 2022 3 minute read 0 comments lingy

Imagine the following situation: you open an email from your boss with the title "urgent". It says: hey guy Our programmer Mark wrote a snippet of code in the module  pessoas/clientes.py, but it has a bug. To solve it, you should look for a called m...

Python - creating a blockchain

28 Nov 2021 6 minute read 9 comments lingy

Also follow me on the Odysee. You've probably come across the term  blockchain "the technology behind cryptocurrencies" by now. But what is a blockchain? And how to build one? What is a blockchain? A blockchain is, in short, a linked list of blocks,...

Simple QR code generator in Python for Casper

28 Nov 2021 1 minute read 0 comments Dspyt

As part of the Gitcoin bounty for Casper hackathon we developed web application in python Flask that generates QR code. We hosted the application at on AWS Elastic Beanstalk with GitHub pipeline. Full article  The overview of the project The app gene...

How to write your own Coinbase Pro portfolio manager, Part 2 — authenticated API queries

18 Nov 2021 5 minute read 0 comments simplyrangel

Forget manual spreadsheets -- here's how to access your Coinbase Pro portfolio using Python and the Coinbase Pro API.  Background and motivation Coinbase and Coinbase Pro display the bare minimum portfolio information in their web portals. Users must...

Analysing Cryptocurrency Using the Gemini API - Part III

22 Sep 2021 2 minute read 0 comments yyknosekai

(This is Part III of an ongoing series on how to analyse cryptocurrency trends using Python and the Gemini API - read Part I and Part II if you haven't yet!) If you've been following the series thus far, you should now have at least a year of daily p...

Analysing Cryptocurrency Using the Gemini API - Part II

22 Sep 2021 4 minute read 2 comments yyknosekai

(This is Part II of an ongoing series on how to analyse cryptocurrency trends using Python and the Gemini API - read Part I if you haven't yet!) So now that you've created your own Gemini account and Gemini sandbox account, you're ready to get your h...

How to write your own Coinbase Pro portfolio manager, Part 1 — API queries (unauthenticated)

6 Sep 2021 3 minute read 2 comments simplyrangel

Coinbase doesn't offer a portfolio tracker — so I'm developing my own.  Coinbase and Coinbase Pro display the bare minimum portfolio information in their web portals: The portfolio's current total USD value The number, price, and USD value of each c...

So… ShortlyAI can also code?

4 Aug 2021 1 minute read 0 comments newb0Xsir

Ah, the magic of OpenAI With the recent launch of GitHub Copilot, and it also being based on the ever mentioned OpenAI platform, I decided to once again flex the muscles of the ShortlyAI front-end interface. Since I’ve been diving more and more into...