If you have Python as your programming language in your school, Then you must be thinking to start learning it. Now, Python is an easy language as compared to the other programming languages it requires fewer lines to write the same program than other languages. This is why it is considered an easy one.
How to start?
Clear your basics and confusion first, learn about what is programming and how it works then start the primary coding. Start from the very beginning like what are variables, different types of data types, functions, different modules, and their work, etc.
Don't forget to understand the use of anything, First learn and then try to write the program on your own and Run it, understand the practical work of that code, and See the output/results you fill face errors which is a good thing. Errors are part of programming and you will face them throughout your career in programming don't be upset if you get errors.
"It is my tip for you if you want to learn coding then don't start with Python. Don't make Python your first programming language."
Why?
Because if you start learning programming with python which is easier than other languages after learning it you will face problems in learning other languages in future, Other languages will seem more harder than they are if you take Python as your first language. That's why avoid Python as your first programming language.
I'm not saying to learn the full language just have a look at the other languages first. Then Python will be more easier for you.
What to learn in Programming for Exams?
If you want to score the best in computer science subject in your exams then you don't need to learn high-end programming. Just some several topics and have a good understanding of them.
The important topics are:
1. Basic Information about the language
like what are variables list, what kind of language is Python, the difference between string and touple, etc.
2. File Handling
It is the most common & important topic get asked in computer science exams.
learn the 'os module' which is used in file handling. learn how to CREATE/OPEN/CLOSE files in python, understand all the file opening modes ('w' write/'r' read/'a' append/'rb'/'wb' binary mode).
3. Networking
This topic can give you high marks on low efforts, Just memorize the full forms of different abbreviations for eg: (HTTP stands for Hyper Text Transfer Protocol) and understand the working of different networking devices that will be enough for exam purposes.
4. Data Management
For data management SQL(Structured Query Language) is used to learn. Enough no. of questions get asked from this topic. Learn SQL, How to CREATE/UPDATE/ DELETE table in SQL and its properties.
These will be enough for the school level, You can score brilliantly in your computer science exam by learning the above topics
I hope this information kindly helped you...👍
Ask for any topic or any question you want to know about.
Comments
Post a Comment