atlas news
    
Vitosh Academy : Python
05  janvier     18h27
Rule of 72
Vitosh    Ever heard of the Rule of It’s a classic finance shortcut that tells you how many years it takes for an investment to double at a given interest rate without reaching for a calculator Pretty much, if you want to Read more :
02  janvier     18h10
Python Stock Dashboard with Streamlit and YFinance
Vitosh    Imagine that you want to have all the important historical financial information of yahoo finance on your PC. Well, in that case you would probably go there and check it. Anyway, if you are a person, who wants to create Read more :
30  décembre     17h43
Automated Stock Diagrams with Python
Vitosh    Automated stock diagrams with Python is actually a rather useful idea, if you want to see how your portfolio is distributed. Just by using columnes Ticker and Shares in a CSV file, you can obtain a lot of Read more :
24  décembre     13h41
From Pythagoras to Law of Cosines
Vitosh    The field of geometry offers tools that have withstood the test of time, empowering us to understand and solve a variety of triangular problems. Among these, the Pythagorean Theorem and the Law of Cosines are cornerstone concepts. This article provides Read more :
30  novembre     19h31
Python Intersecting Line With Circle
Vitosh    Ever wondered how people can say with security where a circle intersects a line No Me too, but still I have decided to try to show how this is done. With Python it looks like a piece of cake. Read more :
04  novembre     19h36
Python Getting an Excel List of all Folders and Files in them
Vitosh    Getting a list of all folders within a given folder is actually a single line command. Writing it to Excel is usually another line. Getting all files, within these folders is not a lot as well. However, having a tool Read more :
20  octobre     20h03
Python – Simulating the Bitcoin Mining Process – YouTube video
Vitosh    Ok, currently the BTC is , USD and instead of feeling bad for not buying it, you can try to simulate it the mining process with Python just for fun. It is an interesting way to have fun, but ;Read more ;
04  août     20h41
Python Central Limit Theorem
Vitosh    Here is an explanation of the Central Limit Theorem CLT in a few simple points: Explanation: The Central Limit Theorem states that the distribution of the sample means averages of a large number of samples from any population will be Read more :
15  juin     13h24
Object Oriented Programming with Python – YouTube video
Vitosh    Object oriented programming OOP in general is a huge topic, but I have decided to make a minute video, based on the book Math for Programmers, as I liked the way it was explained there: Generally, in the video, ;Read more ;
18  mars     20h02
Linear Algebra Drawing with Vectors 3d and 2d
Vitosh    Plotting d and d vectors into a d space can be actually fun. Using mainly the code from Math for Programmers, I am presenting in this video an example of plotting d into d and back, using identity matrix and Read more :