Skip to main content

Posts

Showing posts from November, 2020

Installing Python In Windows

Installing Python In Windows Installing Python in windows is quite easy as compared to installing the same in Linux and I will be writing blogs on that topic soon. First, we will need to download python from here .  Now let's start. Open the executable file Click on Install Now and you are good to go. I will be posting more blogs on web scraping with python. It is going to be an amazing journey. Stay connected with us by hitting that Subscribe button and don't forget to share.

Installing Flutter In Windows

First things first we will need android studio and android SDK to be preinstalled on our pc. Now having those all requirements met let's move on. First, we will need to download flutter SDK from here . Now we will extract the zip file to C:\flutter. Now, go to the bin folder inside the flutter directory and copy the path. In my case it is C:\flutter\flutter\bin Now search for environment variables in the search bar and select "Environment Variables Button". Under 'System Variables' select 'path' and open it and add the bin directory as a new entry. Now open cmd and type "flutter doctor". A correct installation will show some progress in cmd and issues being reported by flutter doctor. If your installation was not successful then comment your issue below.