atlas news
    
Vitosh Academy
22  janvier     18h41
Trigonometric Functions Sine
Vitosh    The sine function is one of the most fundamental concepts in mathematics, connecting geometry, trigonometry, and real world applications. In its simplest form, sine is defined in a right triangle as the ratio of the length of the side opposite an Read more :
11  janvier     19h44
Rules of 114 and 144
Vitosh    The Rule of is a quick way to estimate how long it will take to triple your money with compound interest. The idea is simple: divide by the annual interest rate in , and you will get an Read more :
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 :
11  décembre     20h22
Solving Triangle Medians and Cevians with Python
Vitosh    If you remember some advanced math problems with triangles, where you have some cevians and medians, that split a triangle’s side into a : ration and you have to find the ratio of the split of the two cevian itself, 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 :
25  novembre     19h09
Solving Inequalities with Interval Method
Vitosh    Have you ever had a feeling you need to solve an inequality like this one x x and you did not know how to start In the video at the bottom of the page I am showing the few steps needed, 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 :