Tupah

Unfiltered thoughts with occasional genius.

Python Logo

Getting Started wtih Python

So you want to be the 10x python dev that can solve every Leetcode problem in 10 minutes or less? Well let's get back to reality. There is no guide that can do everything for you. The best way to learn python is by doing the small tasks. Don't look at the big picture let's just focus on one small step at a time. You want to make a stock market prediction model that can give you higher returns than half of Congress? Sorry but this is the wrong place, I wouldn't be here either if I knew how to do that. What you can do is learn to set up an environment to run your code and what is happening in the back end.

Virtual Environments

Assuming you have python installed on your computer if you don't go to Python Installation and click Download Python x.xx.x (version). This will allow you to execute python on your system. Once you have python downlaoded, we need to set up a place to execute python code. The best way I can think of to describe what is happening in