Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Patch 1 #8

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
9c31302
Update 2018-06-05-Simple-Introduction-To-Python-Programming.md
TanmayRajore Oct 11, 2019
3a36ea3
Update 2018-06-06-After-Madhyamik-Results-Of-2018-I-Found-Something-I…
TanmayRajore Oct 11, 2019
7685b38
Update 2018-06-09-We-Are-Making-Science-Difficult-For-Young-People.md
TanmayRajore Oct 11, 2019
019f78a
Update 2018-06-12-Easy-Calculations-With-Python.md
TanmayRajore Oct 11, 2019
71e83d0
Update 2018-06-21-Free-Open-Source-Android-Launchers-You-Should-Try.md
TanmayRajore Oct 11, 2019
93add78
Update 2018-06-23-Baby-Steps-In-C-Programming.md
TanmayRajore Oct 11, 2019
3e9fee1
Update 2018-06-27-Mystery-Of-Mount-Kailash.md
TanmayRajore Oct 11, 2019
ba9ef5a
Update 2018-08-27-Space-Lovers-Will-Like-These-Games.md
TanmayRajore Oct 11, 2019
e779f37
Update 2018-07-26-Webdev-On-Android.md
TanmayRajore Oct 11, 2019
5af1255
Update 2018-08-07-Start-Photography-With-Android.md
TanmayRajore Oct 11, 2019
d4fdebc
Update 2018-07-29-Start-GameDev-On-Android.md
TanmayRajore Oct 11, 2019
49fe2fa
Update 2018-07-27-Android-AppDev-On-Android.md
TanmayRajore Oct 11, 2019
c1f8452
Update 2018-07-26-Untold-Story-Of-The-Brave-Space-Dog.md
TanmayRajore Oct 11, 2019
f271eaa
Update 2018-07-16-Get-Your-Own-Free-Emoji-Domain.md
TanmayRajore Oct 11, 2019
798b374
Update 2018-07-15-Build-URL-Shortener-With-HTML-JS.md
TanmayRajore Oct 11, 2019
24ba8d0
Update 2018-07-02-Python-For-Android---Run-Python-Programs-In-Android.md
TanmayRajore Oct 11, 2019
d61aa9e
Update 2018-07-11-You-Are-Also-A-Hacker.md
TanmayRajore Oct 11, 2019
7a29cef
Update 2018-08-26-Why-I-Joined-Devto-And-You-Should-Too.md
TanmayRajore Oct 11, 2019
979f49c
Update 2018-08-19-How-To-Get-A-Free-Domain.md
TanmayRajore Oct 11, 2019
a61660d
Update 2018-07-14-Run-C-Programs-On-Android.md
TanmayRajore Oct 11, 2019
a976b4a
Update 2018-07-04-Scientific-Explanation-Of-Gadgets-Of-Doraemon.md
TanmayRajore Oct 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions tech/2018-06-05-Simple-Introduction-To-Python-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ class: post-template
author: bauripalash
---

Python is a programming language that is **Easy to learn** , has **Clear Syntax**. I recommend every newcomer to learn Python first because,
Python is a programming language that is **Easy to learn **, has **Clear Syntax**. I recommend every newcomer to learn Python first because,

- Easy to learn
- Used by Major Tech Giants
- Used in from Simple Desktop to NASA research centre.
- Used in from Simple Desktop to NASA research center.
- Salary of Python Programmers is very high

Let's Learn Something without further talking,

## Let's start with Traditional Hello World


**Hello World** is a traditional program that every programmer Writes at very first time when learning a new Programming Language, in python it's very simple:
**Hello World** is a traditional program that every programmer Writes at the very first time when learning a new Programming Language, in Python, it's very simple:

{% highlight python %}

Expand All @@ -28,32 +28,32 @@ print("Hello World")
{% endhighlight %}


In This Current Moment you might be wondering how can you write python programs yourself?
In This Current Moment, you might be wondering how you can write Python programs yourself?

Actually There're two ways to do it
There're two ways to do it

1. **Online, in a online interpreter**
1. **Online, in an online interpreter**
2. **Offline, in your local computer**

### 1. Write and Run Python Programs Online

There're plenty of ways to write and run Python Programs online , but my recommendation is **repl.it**
There're plenty of ways to write and run Python programs online, but my recommendation is **reply.it**

Step 1 : goto <https://repl.it/languages/python3>
Step 1: goto <https://repl.it/languages/python3>

Step 2 : On the left side write python programs (eg. Hello World program above) , and click "Run >"
Step 2: On the left side write python programs (e.g. Hello World program above), and click "Run >"

Step 3 : Now On The console at right side you'll see output `Hello World`
Step 3: Now On The console at right side you'll see output `Hello World`

You can also Signup there to save your programs for later use.


### 2. Write and Run Python Programs On Your Local Computer

Step 1 : Download Python for you Windows or Mac Computer from <https://www.python.org/downloads/>
Step 1: Download Python for you Windows or Mac Computer from <https://www.python.org/downloads/>
(Choose Python Version 3.6 or above)

Step 2 : install and Read The Guide which explains how to install and use Python <https://www.python.org/about/gettingstarted/>
Step 2: install and Read The Guide which explains how to install and use Python <https://www.python.org/about/gettingstarted/>

----

Expand All @@ -62,4 +62,4 @@ Welcome To The World Of Programming.

#### ❤ You're now a Python Programmer 😎

**Next Part** -> <https://palash.tk/Easy-Calculations-With-Python>
**Next Part** -> <https://palash.tk/Easy-Calculations-With-Python>
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ West Bengal Board (India) Madhyamik Results of 2018 has been declared. Results a

![Sad](https://media1.tenor.com/images/44396a8da3c65f507608a970581fbc94/tenor.gif?itemid=3518791)

Today At 9 O'clock in morning , when the result was declared News Channels as always , were eager to get comments of Students Who are in Merit List.
Today At 9 O'clock in the morning, when the result was declared, News Channels, as always, we're eager to get comments of Students Who are in Merit List.

All of the students were asked about their life style during pre-examination time, how they studied and their target after now.
All of the students were asked about their lifestyle during pre-examination time, how they studied, and their target after now.

I found something interesting in their question.
**Most of the students wanted to be a _Doctor_**

I'm not saying that that's bad but I'm surprised that nobody said that they want to do something for our country or people who need help.
I'm not saying that that's bad, but I'm surprised that nobody said that they want to do something for our country or people who need help.

That's Really Sad! 😯
That's Really Sad! 😯
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
layout: post
cover: assets/images/advanced.jpg
navigation: True
tags: [Future ,Education, Thoughts]
tags: [Future, Education, Thoughts]
class: post-template
author: bauripalash
---

**Science** , You've heard the word many times. Nowadays in developing countries like India, Science is one of key things to run a country.
**Science **, You've heard the word many times. Nowadays, in developing countries like India, Science is one of the key things to run a country.

![weird science](https://palash.tk/assets/images/wscience.gif)

Science is one of the most common thing in our life that we encounter everyday, from Bedroom to Drawing Room , Bathroom to Kitchen, Office , College... Simply Everywhere.
Science is one of the most common things in our life that we encounter every day, from Bedroom to Drawing Room, Bathroom to Kitchen, Office, College... Simply Everywhere.

But the sad truth is , **Many Students Are Afraid of Studying Science**, they say _Science is Hard_ , _Science is only for Meritorious Students_ , _I'm not capable of Science_ and so on..
But the sad truth is, **Many Students Are Afraid of Studying Science**, they say _Science is Hard _, _Science is only for Meritorious Students _, _I'm not capable of Science_ and so on.

![quote](https://i.pinimg.com/736x/0d/3b/97/0d3b97acef5bf8bf28b94031875e83e4--school-quotes-teacher-quotes.jpg)

Science is not hard , it depends on how you're taught. Science is easy , it just needs a great teacher to show you the enjoying path of learning Science.
Science is not hard. It depends on how you're taught. Science is easy. It just needs a great teacher to show you the enjoying path of learning Science.

Just Think , How Can a Thing Which We Use Daily cannot be learnt by YOU.
Just Think, How can a Thing Which We Use you can not learn daily.

So my fellow readers, there's a saying,
So, my fellow readers, there's a saying,

> A Good Student is Also a Good Teacher

So , if you're from Science Stream, Show Others the fun way to learn Science, Because Fate of Humanity is in your hand now...😊
So, if you're from Science Stream, Show Others the fun way to learn Science, Because Fate of Humanity is in your hand now...😊

18 changes: 9 additions & 9 deletions tech/2018-06-12-Easy-Calculations-With-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ author: bauripalash
{: .crtx}


[Programming](https://en.m.wikipedia.org/wiki/Computer_programming) is not all about Mathematics, it's about solving problems we face in our daily life, and doing so we sometimes need Mathematics.
[Programming](https://en.m.wikipedia.org/wiki/Computer_programming) is not all about Mathematics; it's about solving problems we face in our daily life and doing so, we sometimes need Mathematics.

![](http://www.progressiveteacher.in/wp-content/uploads/2016/07/002-581x252.jpg)
[© progressiveteacher.in](http://www.progressiveteacher.in/mathematics-is-fun/)
Expand All @@ -25,13 +25,13 @@ So let's do some simple Mathematics with [Python](https://python.org), we've cho

> I recommend reading my previous article about starting with python <https://palash.tk/Simple-Introduction-To-Python-Programming>, read that before going further if you're new to Programming or Python

So let's start..
So let's start.

## Start Python

If you've python installed locally run [IDLE](https://en.m.wikipedia.org/wiki/IDLE) otherwise use online interpreter like [Repl.It](https://repl.it/languages/python3)
If you've python installed locally run [IDLE](https://en.m.wikipedia.org/wiki/IDLE), otherwise use online interpreter like [Repl.It](https://repl.it/languages/python3)

If You've Opened IDLE or Other [REPL](https://en.m.wikipedia.org/wiki/Read–eval–print_loop) you'll see a prompt like this,
If You've Opened IDLE or Other [REPL](https://en.m.wikipedia.org/wiki/Read–eval–print_loop), you'll see a prompt like this,

`>>>`

Expand All @@ -40,13 +40,13 @@ If you're using [Repl.It](https://repl.it/languages/python3), on the right pan
`>`

_If nothing wrong happened, goto the next chapter.
If you find any problems please comment below the article, I'll surely help you_
If you find any problems, please comment below the article, I'll surely help you_

## Simple Calculations With Python 👀

If you've successfully completed the previous chapter, now you have a `>>>` or `>` prompt on your screen.

In the `>>>` type `1+2` and press enter. If you've done everything correctly you'll see a output of `3`
In the `>>>` type `1+2` and press enter. If you've done everything correctly, you'll see an output of `3.`

Try other,

Expand All @@ -73,8 +73,8 @@ Try other,

`(123456789 + 987654321) * 8`

Looking for the answer?
Are you looking for the answer?

I'll not tell you, find Yourself using Python 😉 if you're able to find it , comment your answer below in the comment box 👇.
I'll not tell you, find Yourself using Python 😉 if you're able to see it,c omment your answer below in the comment box 👇.

That's the fun of Programming 😁
That's the fun of Programming. 😁
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ author: bauripalash
---


If you're a Android Phone User there's 99% probability that you've heard about **Android Launchers** , if you haven't,
If you're an Android Phone User, there's 99% probability that you've heard about **Android Launchers **, if you haven't,

> Android launchers are apps that can spice up your phone's home screen or act as a personal assistant. They help you to customize your android phone

Android Launchers are usually used by people who don't want to be limited by system provided **User Interface**

Today We'll Take a Look at two of my favourite **Free & Open Source** Android Launcher.
Today We'll Take a Look at two of my favorite **Free & Open Source** Android Launcher.

Let's Start...

Expand All @@ -23,39 +23,39 @@ Let's Start...

<img src="https://f-droid.org/repo/icons-640/ch.deletescape.lawnchair.plah.1878.png" >

It's a Open Source Android Launcher, available on Play Store as well as F-Droid.
It's an Open Source Android Launcher, available on Play Store as well as F-Droid.

![](https://fsgh.palash.tk/imgs/lc-home-main.jpg)

It's Customisable , Fast, Lightweight , Easy To Use.
It's Customisable, Fast, Lightweight, Easy To Use.


There's plenty of Customizing Settings available.

![settings](https://fsgh.palash.tk/imgs/lawnchair-setting.jpg)

> My Favourite Feature is Changing Between Dark, Light or Black Mode.
> My Favourite Feature is Changing Between Dark, Light, or Black Mode.

Vist Official Website : <https://lawnchair.info>
Visit Official Website: <https://lawnchair.info>


## KISS Launcher

![](https://f-droid.org/repo/icons-640/fr.neamar.kiss.133.png)

It's also a Awesome, Fast, Customizable , Super Lightweight (app size in KBs)
It's also an Awesome, Fast, Customizable, Super Lightweight (app size in KBs)


![kiss Launcher](https://fsgh.palash.tk/imgs/kiss-l-home.jpg)

One thing i like most about it is it's speed and minimalist design.
One thing I like most about it is its speed and minimalist design.


I'm not telling you to use them , but i recommend you to try them once.
I'm not telling you to use them, but I recommend you to try them once.

Now It depends on what you wants, whether it might be minimalist design or lightweight design or feature rich style.
Now It depends on what you want, whether it might be minimalist design or lightweight design or feature-rich style.


You'll heard people talking about Nova Launcher or Apex Launcher, I'm not saying that they are bad, but they are feature rich and they drain too much battery.
You'll hear people talking about Nova Launcher or Apex Launcher. I'm not saying that they are bad, but they are feature-rich, and they drain too much battery.

So Next Time Choosing Launcher Choose Carefully. 😉
Loading