Skip to main content

How to learn Python as a school Student?

Learn python as a school student!

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

Popular posts from this blog

How to learn a programming language in school?

How to learn a programming language in school? If you have computer science as a major or optional subject in school then you have to learn basic programming to score in it. Now there are two types of students one who has an interest in computer science/coding/programming or the one who doesn't have an interest in this thing, But don't worry you can still learn it. Now, since you need to learn basics you don't need to buy any paid course or anything premium. Just need consistency and practical practice. There are the following ways for learning programming on your own for free. 1. YouTube At the present time, everything is available on youtube for free, You don't need to pay anything. Just search and you can learn it There are so many channels on youtube where you can learn full programming. Some good ones are: CodeWithHarry Apni Kaksha Geeky Shows LearnVern These are some channels where you can start learning any programming language for free. They have a full course p...

How to be secure while using internet/social media?

 W ays to keep yourself secure while surfing the internet or using social media.  Nowadays, while surfing the internet or while using social media it is important for everyone to be more conscious about their privacy 🔏. Hacking is not just the only thing that you should think about, also who is seeing your personal information & how it is used is also important. T o be secure on the internet here are some tips for you from basic level security to the advance. 1. Basic security what are basic security for privacy, you might know about them already, like Use a strong password a weak password is easy to crack for hackers so try to use a longer one. Then it will make your password complex. Avoid repetition in password repetition or common pattern ( like 123/Name/DOB etc ) in the password can be guessed by anyone who knows you roughly, so don't include them in your password. Always enable 2 step verification 2-step verification helps to protect your account by one more secu...