Skip to main content

Frist thing to do before you start learing programing

Here is the first things you should consider doing before start coding



1) Setup your personal blog on bloger or any free hosting website 

On this blog you are going to deploy/uplode your program's code. no need to do any fanci stylish thing just uplode the raw code so that you can access it from any where. Just don't think that first i'm going to learn coding then i will start a website or blog. 

Advantages of doing that-

a) You can access it frome any where, you can sand it or show it to anyone.

b) It will work like a backup, if your computer got corupte the blog will save your life.


If you are using GitHub then you dont have to do this but if are learning things seting up a blog is easy. but that dose not mean you should not learn GitHub. GitHub a must learning thing for you if you are learning coding. 

If you don't want yo lose your focuse from your coding language you should setup a blog.

That all for today have a nice day 

Thankyou for reading


Comments

Popular posts from this blog

weight converter KG - LBS

  weight = int(input('weight: ')) unit = input ("(L)bs or (K)g: ") if unit.upper() == "L":     converted = weight * 0.45     print(f"you are {converted} killos") else:     converted = weight / 0.45     print(f"you are {converted} pounds")

JupyterLab / Jupyter notebook important settings to make work flow easy

when you first start using Jupyter notebook you feel it difficult in comparison to VS code. but believe me it's not that hard. Today i'm going to show you that how can you make your coding experience batter on jupyter without any extension  1) go to settings and click auto close brackets it will automatically close (), '',""