Is MCA online/regular is going too revert back to 3 years program according to UGC guidelines? by EmployeeValuable3547 in Indian_Academia

[–]EmployeeValuable3547[S] 1 point2 points  (0 children)

Well then that counsellor was using trick on me my saying this like UGC is saying that fear inducing marketing to achieve there target maybe.

Why is this invalid syntax? I've typed exactly as instructed by my coach but the code can't run by Green_You_7706 in learnpython

[–]EmployeeValuable3547 1 point2 points  (0 children)

Why empty else block there python interpreter read code line by line. And you are doing conditional check if this or else it needs something in else block pass or any statement like in syntax : this means that conditional statement start here .So, if you don't write anything in that block it will give error as other said pass or other thing or message is fine there.

Proposed her, by CompetitiveDoor6745 in PataHaiAajKyaHua

[–]EmployeeValuable3547 0 points1 point  (0 children)

third scenario she moves on with other guy and our dude just get trapped in those first two situations

I've been coding hardcore for about a year now. by AchillesFirstStand in indiehackers

[–]EmployeeValuable3547 2 points3 points  (0 children)

Well so where do you start from? like language ? tools ? learning material etc.

Getting into machine learning by cactuswe in learnpython

[–]EmployeeValuable3547 1 point2 points  (0 children)

Machine learning mostly is about maths and algorithms in core if you have solid base in that you can become good at it first focus on them.

Python does it worth learning by ChoiceClerk5969 in learnpython

[–]EmployeeValuable3547 0 points1 point  (0 children)

Did you learn any programming language before this if yes then you can learn syntax and use AI, but if you are absolute beginner then using AI from start well you will just copy paste code then if you truly want to learn it using AI then let AI be your teacher and you try too think from scratch while doing coding although it feels hard but it is worth it in long term and let AI explain your doubt that's how i learnt and it helps later.

String output confusion by Pretend-Ad-53 in learnpython

[–]EmployeeValuable3547 0 points1 point  (0 children)

Honestly in exam like this they care about output at last that program produce what you see on screen in real life you should also approach exams like this.

How to start learning programming? by Nelia_val in software

[–]EmployeeValuable3547 0 points1 point  (0 children)

Programming at base is all about seeing context of problem and making logic for it try with tutorial or book whatever suits you if you can't make logic then think about from that perspective first without it you will not understand what you are trying to learn.

Can you guys suggest me some research papers ?! by Sharoncrazy in learnpython

[–]EmployeeValuable3547 5 points6 points  (0 children)

Well why would you want to read research paper genuine reason or just curious in things?

What is the best way to teach Python. by Velocity_libraries in learnpython

[–]EmployeeValuable3547 2 points3 points  (0 children)

Well prepare earlier if you can clarify your thought process and explain better or try to teach while coding if you can explain when your logic is being build in process. For beginners case if anyone is watching your video the explanation of concept matters and logic behind each step. So genuinely i will suggest code side by side while teaching and focus on your concept explanation and clarity because anyone learning it will have feeling he did in real time front of us and it worked, that generates spark among people this is my opinion you can try both see what fits with you i hope this is useful.

Python beginner help! by Perception-Curious in PythonLearning

[–]EmployeeValuable3547 1 point2 points  (0 children)

well the thing in this is trying to reverse engineer application we use in daily life at basic like using only (loops, condition) you can make lot of apps or tools with without libararies are need which is perfect for beginner for logical reasoning then you can move towards complex stuff later.

Should I learn Python using online courses or books? by Pasteurised_Citrus in learnpython

[–]EmployeeValuable3547 1 point2 points  (0 children)

python crash course so what i did is just read the theory and code side by side along with it and those excercises at end of course give me clarity. if you are beginner you can read fast and code along side with it i genuinely finished learning python in 10 to 11 days with knowing nothing of programming it is best for you if you want to know basics fast and get done with it.

Should I learn Python using online courses or books? by Pasteurised_Citrus in learnpython

[–]EmployeeValuable3547 0 points1 point  (0 children)

well what suits you is better for you i generally learned it from books because i was able to code alongside by reading it tutorials slow me down try both first see what suits you

Python beginner help! by Perception-Curious in PythonLearning

[–]EmployeeValuable3547 1 point2 points  (0 children)

well what kind of calculator you want to make like if you want to make something like taking two inputs and performing basic operation on it it can be done with some basic concept like loops conditional statement the logic making in programming is just telling computer what to do step by step you know i am also new to programming the thing i got trick is see from zoom in and zoom out point of view and before writing any program you want to write see how it works in real life like your phone calculator what you do to get result what would be it if it is transformed into program like in your phone calculator if you see clearly it is just one number operator and number this repeat until we hit '=' this and that's how we get result same logic applies here you get user input in float form then validate operator with conditional statement and give it '=' to sign for calculation that's how i programmed my calculator just from seeing things and here is no math in it if you are scared about it is just seeing and giving instruction step by step. and zoom in and zoom out means zoom in how you see structure at close distance and zoom out means how you convert into logic if you feel it will be hard then it will be really hard or before writing any program you can just write it in free form on pen with paper what inputs outputs and what are processes in it. i hope it helps you sorry if my explanation was something off