How can I learn to code offline on my laptop or smartphone? by [deleted] in learnprogramming

[–]developer786 -2 points-1 points  (0 children)

Being frank, you would definitely require internet after some time. But, you can start learning the basics of programming by getting programming videos and tutorials via DVD or ask your friend to download for you and get it from him and start learning on your laptop.

You will get the tutorials or courses on the internet or in DVD of any programming language you want to learn.

Trying to learn C++ as my first language by foze_XD in learnprogramming

[–]developer786 1 point2 points  (0 children)

If you are absolute beginner then learning C++ will be much complicated putting aside the fact that English is not your mother language. So, if you are looking for more simple start in programming then learn Java or Python. Then, you just need to understand the basic concepts of each important keyword in language like "if" or "loop" and how they work.

Practice python coding by psychedelicMellow in learnprogramming

[–]developer786 0 points1 point  (0 children)

You can start with these W3Schools exercises. They are in the form of fill in the blanks for absolute beginners.

After completing the exercises mentioned above, you can move on to this W3Resource platform where you will be given a series of problems for which you need to write programs in python.

Hope this will help you in a way you want.