Build a Rocket with me!
The best engineering products come from the origins of hard work and sweat. Don't forget the creativity.. We are capable to building many things. But what stops from building those things is not believing in yourself.. With many inventions going around us, we can be a part of it to inspire others, build something, and to spread your knowledge.
It's ok to get scared at the beginning of building something. But don't be in that dilemma for a long time. Spend your time building something, even that is small or big, worst or largest, useful or useless. Build something!. You should swim first to actually float in water.
You may have a question, what actually meant by building something?. You have to build a house? Or any sand castle? Or a Rocket?... Well, No..
I think you are interested in programming? So, let's about it. The actual beauty of the Computer Science is that, you doesn't need any high end specs to start. A good laptop, and a good internet connection is more than enough. So, let's know from where to start.
Choosing a Programing Language
You know, computers are capable to doing many complex tasks easily, and more precisely. Actually, Computer is an Dumb machine. It's talks in binary. It just do what ever you say i.e., what you program. You cannot talk in binary, and the computer cannot speak English. This is where Programming languages enters. Each language has it's own features. Choose any language you like. I prefer to go with Python, because it very easy and has many things to do with it.
Learning the Language
Spend your time learning that language. Learn the syntaxes, data types of that language. Practice those syntaxes. Solve few exercises from Geeks for Geeks, Hacker Ranker, etc. Spend around 1 month here.
In Python, learn about TkInter in Python. Using this, you can create the GUI applications.
TkInter was an library in Python. Using this you can design the Graphical application like calculator or games.It is really worth learning. Learn about this. You are going to build your first project using TkInter in Python.
It's ok to get scared at the beginning of building something. But don't be in that dilemma for a long time. Spend your time building something, even that is small or big, worst or largest, useful or useless. Build something!. You should swim first to actually float in water.
You may have a question, what actually meant by building something?. You have to build a house? Or any sand castle? Or a Rocket?... Well, No..
I think you are interested in programming? So, let's about it. The actual beauty of the Computer Science is that, you doesn't need any high end specs to start. A good laptop, and a good internet connection is more than enough. So, let's know from where to start.
Choosing a Programing Language
You know, computers are capable to doing many complex tasks easily, and more precisely. Actually, Computer is an Dumb machine. It's talks in binary. It just do what ever you say i.e., what you program. You cannot talk in binary, and the computer cannot speak English. This is where Programming languages enters. Each language has it's own features. Choose any language you like. I prefer to go with Python, because it very easy and has many things to do with it.
Learning the Language
Spend your time learning that language. Learn the syntaxes, data types of that language. Practice those syntaxes. Solve few exercises from Geeks for Geeks, Hacker Ranker, etc. Spend around 1 month here.
In Python, learn about TkInter in Python. Using this, you can create the GUI applications.
TkInter was an library in Python. Using this you can design the Graphical application like calculator or games.It is really worth learning. Learn about this. You are going to build your first project using TkInter in Python.
Building your first project
Have your concepts of TkInter clear. So, here is a task for you.
Build a GUI calculator in Python. Keep the buttons of various operations of calculator and write your Python code to perform those operations.
Don't be scared. Google the stuff. Learn how to build it. Implement on your own.
And finally, you have done a project on your own. Never stop learning. Inspire others. Build something.
Have your concepts of TkInter clear. So, here is a task for you.
Build a GUI calculator in Python. Keep the buttons of various operations of calculator and write your Python code to perform those operations.
Don't be scared. Google the stuff. Learn how to build it. Implement on your own.
And finally, you have done a project on your own. Never stop learning. Inspire others. Build something.
Do visit my Website: www.suryakandikonda.me
Comments
Post a Comment