Life is an exercise to express the InExpressible.
Once you start expressing yourself completely, there will be no difference between the expresser and the expression.
Words are powerful enough to change Mind, Life, and the World.
Data science https://github.com/rushter/data-science-blogs https://www.datasciencecentral.com/ https://rushter.com/dsreader/ R https://www.r-bloggers.com/ Python https://pythontips.com/ Machine learning https://towardsml.com/ http://www.erogol.com/machine-learning-pathway/ Data sets to play around https://archive.ics.uci.edu/ml/machine-learning-databases/ https://www.gapminder.org/ Courses https://www.kdnuggets.com/ Statistics https://stats.idre.ucla.edu/other/mult-pkg/faq/general/faq-how-do-i-interpret-odds-ratios-in-logistic-regression/ Useful Resources https://www.datacamp.com/community/tutorials/data-science-techniques-dataframed https://www.datascienceweekly.org/data-science-resources
If you feel lost or unfulfilled, these exercises could help you work out what you should be doing with your life Anything that gets your blood racing is probably worth doing IMPORTANT Questions to ask :- 1. "What subject could I read 500 books about without getting bored?" 2. "What could I do for five years straight without getting paid?" 3. "What would I spend my time doing if I had complete financial abundance to do anything? "Ask this question: who do I envy the most due to the work they do?" he says. "List multiple individuals, then look at the work they do, and try those things. You might find your passion from that list." Example:- 1. Sunnet - Command over Technology 2. Bhavin - Public speaking skills 3. Sitaram shastri - never allow world to define you, you alone define your world. "You don't have to be great at something to be passionate about it." "Don't be a follower of others and be a...
What is OOPS? Object Oriented Programming System is the programming technique to write programs based on the real world objects. The states and behaviors of an object are represented as the member variables and methods. In OOPS programming programs are organized around objects and data rather than actions and logic. What are the advantages of OOPS concepts? Major advantages of OOPS programming are; Simplicity : OOPS programming objects model real world objects, so the complexity is reduced and the program structure is clear. Modularity : Each object forms a separate entity whose internal workings are decoupled from other parts of the system. Modifiability : It is easy to make minor changes in the data representation or the procedures in an OO program. Changes inside a class do not affect any other part of a program, since the only public interface that the external world has to a class is through the use of methods. Extensibility : Adding new features or responding to ch...
Comments
Post a Comment