top of page

Python projects with comments.

Programming.PNG

Python walkthrough #1

What is this code about?

Its about creating a Neural Network and training it to try to predict the upcoming lottery numbers. Rather than actually predict the lottery numbers, its an example of the kind of data cleaning and manipulation, data conversion and coding that I am able to do. There are comment in the code to explain what it does, and if you click on the button below, it will take you to the page where you can view it.

Python walkthrough #2

What is this code about?

Creating a short code that could interact with the Binance API to retreive data, which is then grouped and transformed to fit code #3. The key angle for #2 is to showcase that I am able to learn how to interact with an API and save what it delivers.

Python walkthrough #3

What is this code about?

This consists of importing the dataset created in code #2, then transforming the data to be better digestible for the Nerual Network, then creating a Neural Network to then use the historical data to predict upcoming price.

University Semester Project

What is this project about?

This is one of the semester projects that I wrote in collaboration with 3 classmates for my Social Data Science class. The problem formulation of the project was the following:  “How do the price of Ethereum, twitter sentiment, and google trends affect the traded volume of ethereum-based NFTs, and is it possible to use these factors to predict the volume of traded NFTs?”.

We took a lot of historical data, and defended our project to receive a 12.

Click below to see the project on my google drive folder.

Attila Lenart

  • LinkedIn

©2023 by Attila Lenart

bottom of page