How to build logic in programming | Tips to improving logic building in programming

  Рет қаралды 46,696

codebasics

codebasics

Күн бұрын

Пікірлер
@codebasics
@codebasics 2 жыл бұрын
Do you want to learn technology from me? Check codebasics.io/ for my affordable video courses.
@jopa_ryds
@jopa_ryds 2 жыл бұрын
Great tips, I am just starting out and finding logic hard. The syntax seems fine for me but I have never really had to think logically in this way before!
@jopa_ryds
@jopa_ryds 2 жыл бұрын
@Christian Perez Cheers mate, I'm still plugging away'1
@muhammedrajab2301
@muhammedrajab2301 4 жыл бұрын
I started to write notes for Machine Learning few week ago . Its really help ful!
@codebasics
@codebasics 4 жыл бұрын
good point. taking notes, doing introspection helps for sure.
@farjadmir8842
@farjadmir8842 3 жыл бұрын
You calm voice and explanation is the right thing to stat learning this with.
@markmariscal5397
@markmariscal5397 4 жыл бұрын
Been struggling with cracking easy and medium leetcode questions but this inspired me to start again after I took a day off...thank you! You are a big reason I have not given up on my dream even though I have a computer science degree cracking into the field is difficult.
@codebasics
@codebasics 4 жыл бұрын
Mark yes don't give up. My best wishes are with you my friend 😊👍
@markmariscal5397
@markmariscal5397 4 жыл бұрын
@@codebasics Will you ever do some leetcode/hackerRank problems on the logic in coming up with those answers. I know this is a broad question though I know ds and algo I find it hard to know what to use and when. Maybe this type of material will be more on your Patreon website.
@farhaankazi7134
@farhaankazi7134 4 жыл бұрын
your advice is very helpful, full of experience and realistic but I think in the list of 10 points, there should be 1.thinking in object oriented way, 2. learning design pattern, 3. thinking out of box 4. and apply new ideas and logic.
@codebasics
@codebasics 4 жыл бұрын
Good points indeed farhaan
@pradeep-ez3dr
@pradeep-ez3dr 2 жыл бұрын
Your my inspiration to start learning programming...thank you so sir
@YudhistraVerma
@YudhistraVerma 2 жыл бұрын
Best video on logic building.
@aznthanh23
@aznthanh23 4 жыл бұрын
Thank u for putting these tips together! Keep up the great boss!
@codebasics
@codebasics 4 жыл бұрын
Glad you liked it
@azadahmed-r6b
@azadahmed-r6b 7 ай бұрын
sir very precious tips and will try to follow
@juliet5446
@juliet5446 4 жыл бұрын
Thank you so much for this video it will really help me. I was already having mental fatigue solving java array problems. I dumbed it came on KZbin and was searching for ways to understand programming problem when I stumbled on your videos. Thank you so much.
@codebasics
@codebasics 4 жыл бұрын
☺️👍
@ashoknalla2068
@ashoknalla2068 4 жыл бұрын
Hi, It would be nice if you provide lectures on logic building problems like Armstrong's number, Fibonacci, pattern, and scenario-based questions as much as possible. That really helps us to improve logic
@drexxboban8277
@drexxboban8277 3 жыл бұрын
GeekForGeeks has many of those
@yogamayaa
@yogamayaa 4 жыл бұрын
Most awaited video .. thank you so much...!!😊... really like your content
@codebasics
@codebasics 4 жыл бұрын
My pleasure 😊
@learnerlearner4090
@learnerlearner4090 2 жыл бұрын
Great advice. Thanks so much!
@demon-by8ey
@demon-by8ey 2 жыл бұрын
Very helpful thank you bro!
@deeprony7
@deeprony7 3 жыл бұрын
I don't mean to nitpick but just so others have clarity 11:19 - it has nothing to do with tuple. Calling split function returns a list so team, score = s.split("|") is nothing but list unpacking were it a tuple it would have been tuple unpacking In [4]: isinstance(s.split("|"),list) Out[4]: True In [5]: isinstance(s.split("|"),tuple) Out[5]: False
@meenalsonwane4379
@meenalsonwane4379 3 жыл бұрын
Thank you so much for the video. I was searching for the same. You explained well.
@codebasics
@codebasics 3 жыл бұрын
Glad it was helpful!
@anithaindegene1474
@anithaindegene1474 3 жыл бұрын
Thank you so much for the valuable information Sir. will follow the above 10 steps
@akshaykumaredayilliam8708
@akshaykumaredayilliam8708 4 жыл бұрын
Sir, please continue with deep learning lectures. Its very interesting. Eagerly waiting for next one. If possible please give the videos on alternate days . Its a request
@codebasics
@codebasics 4 жыл бұрын
Sure. I have content ready for my next 2 deep learning videos. I will be recording them this weekend
@tejsinghranaofficial
@tejsinghranaofficial 4 жыл бұрын
I would like to suggest you to add some charts. It would be better to see in visualize mode .
@codebasics
@codebasics 4 жыл бұрын
can you give details? charts on what?
@josephthecreator
@josephthecreator 2 жыл бұрын
Very helpful, thank you!
@alvincruz8296
@alvincruz8296 4 жыл бұрын
I am an accountant and learned python basics and used it to automate many tasks for a year. Its easy and fun to learn python. Thanks for the tips.
@codebasics
@codebasics 4 жыл бұрын
👍😊
@sanjaykrish8719
@sanjaykrish8719 4 жыл бұрын
Wow.. super excited
@codebasics
@codebasics 4 жыл бұрын
me too :)
@TWFSHOW
@TWFSHOW 4 жыл бұрын
Tnxs a lot I leran coding lagauge but I was facing this problem. But by ur healthy tips will help me in my future
@codebasics
@codebasics 4 жыл бұрын
Wish you all the best 👍😊
@jay2384
@jay2384 3 жыл бұрын
Thank you so much for sharing your valuable knowledge for getting better day by day👍
@codebasics
@codebasics 3 жыл бұрын
Glad it was helpful!
@jyotiviradkar
@jyotiviradkar 2 жыл бұрын
First of all..thank u so much sir for giving this precious information about developing logic....sir i had done mcs in 2013..almost 10 year gap there.but i m really hungry to acquire knowledge about programming and want to become java devloer ..i am familier with java.. So from where i should start plz..guide me
@Rajdeepsharma1987
@Rajdeepsharma1987 4 жыл бұрын
Thank you sir keep posting 😇
@codebasics
@codebasics 4 жыл бұрын
Sure I will
@cmdrcorvuscoraxnevermore3354
@cmdrcorvuscoraxnevermore3354 4 жыл бұрын
Hi Dhaval, thank you very much for this video. I've just started to learn Python and I will follow these tips in my Python journey. Many thanks!
@codebasics
@codebasics 4 жыл бұрын
Glad it helped.
@sidharthnarade508
@sidharthnarade508 Жыл бұрын
This is a fuel, which can never run out.
@aniketvishwakarma132
@aniketvishwakarma132 4 жыл бұрын
Oh my God, sir your channel is really awesome and is full with great content
@codebasics
@codebasics 4 жыл бұрын
😊👍
@tejsinghranaofficial
@tejsinghranaofficial 4 жыл бұрын
Really helpful tips and must be follow to implement.
@codebasics
@codebasics 4 жыл бұрын
Glad it was helpful Tej!
@CodingWithKids
@CodingWithKids 4 жыл бұрын
Great tips!
@codebasics
@codebasics 4 жыл бұрын
😊👍
@vinaynaik953
@vinaynaik953 4 жыл бұрын
You are whole university in yourself 🙏
@codebasics
@codebasics 4 жыл бұрын
Thanks Vinay, to be honest we have so many more exciting tutorial series coming up. IT will be fun :)
@TechBaseReviews
@TechBaseReviews 4 жыл бұрын
Thank you for given this useful tips
@codebasics
@codebasics 4 жыл бұрын
👍😊
@saran3784
@saran3784 4 жыл бұрын
you are Great Bro 👌✌
@mistertechie
@mistertechie 4 жыл бұрын
The #DataNinja ❤️ loves this man in the most professional and respectful way. I must speak to this man. He is 💯 on point.
@geekyprogrammer4831
@geekyprogrammer4831 4 жыл бұрын
You can add this real-life hero on Linkedin. Amazing guy, we had nice chat :')
@codebasics
@codebasics 4 жыл бұрын
I appreciate you leaving a comment of appreciation
@amanqureshi7432
@amanqureshi7432 4 жыл бұрын
hey, can you suggest to me any final year project idea ...something software related to my BE CS Final year? Hope you can help
@DeepakRaj-pv5eo
@DeepakRaj-pv5eo 4 жыл бұрын
This is the best yt channel
@codebasics
@codebasics 4 жыл бұрын
Thanks for the complement Deepak.
@mahendranath2504
@mahendranath2504 4 жыл бұрын
This is so valuable, where can I find logic questions to solve with answers, to check if we got strucked, i want to improve logic part
@cash80flow
@cash80flow 4 жыл бұрын
I like your way of teaching. Please can you do a specific video on "Divide and Conquer", with live coding? That will really help cement this concept, which to me will be easier to grasp via video demonstration. Thanks
@tanujarora3202
@tanujarora3202 4 жыл бұрын
Bhaiyaa plz make a video on your coding background like how you started, where are you now career wise, your future goals and all milestones you achived...really love to hear your story and you really inspire us.....☺️☺️Thank you
@codebasics
@codebasics 4 жыл бұрын
Sure will do tanuj 😊👍
@nitinkumaryadav6881
@nitinkumaryadav6881 4 жыл бұрын
Thank you so much sir 😊🙏
@codebasics
@codebasics 4 жыл бұрын
I am happy this was helpful to you.
@adiflorense1477
@adiflorense1477 4 жыл бұрын
1:35 Sir, why in the find area function, after calling the read_file function there is another loop, whereas in the read_file function there is already a loop to read rows of data
@komalgupta2226
@komalgupta2226 4 жыл бұрын
the first for loop is to get the data from csv file like for ex. the base is 1, and the height is 4, the first loop will append a dictionary of the float value of base and height. and at last the items list is returned and it is called in find_area function. the second loop will evaluate all the items from a list of dictionary. whose answer will be printed every time in the loop
@adiflorense1477
@adiflorense1477 4 жыл бұрын
@@komalgupta2226 thank you
@komalgupta2226
@komalgupta2226 4 жыл бұрын
@@adiflorense1477 welcome
@codebasics
@codebasics 4 жыл бұрын
thanks komal for answering adi's question. There are very few kind hearted people like who want to help other's selflessly.
@komalgupta2226
@komalgupta2226 4 жыл бұрын
@@codebasics sir i want to mention that my real name is Yatharth and im 13. i am in between of learning ur ml course and i m really enjoying it. i just want to request that dont discontinue that series as u can teach us a lot in an easy way.
@leeyoung
@leeyoung 4 жыл бұрын
Hi, just subbed the channel, great content, appreciate that you're doing everything in Python! One tip: I think you could do some post-processing on your audio to eliminate the background noise (Audacity is free).
@codebasics
@codebasics 4 жыл бұрын
Yes I just downloaded audacity. The thing is I use camtasia and their noise cancelling is not the best
@shrinidhi4643
@shrinidhi4643 4 жыл бұрын
Thank you so much sir! You make it so easy to understand. Please make a vedio on Abstract Dialog Summarization
@MayurKoudgaonkar
@MayurKoudgaonkar 4 жыл бұрын
Thanks you so much for the great video 🙏🏻😇 It definitely helps me a lot I just Started Learning Python..!
@codebasics
@codebasics 4 жыл бұрын
Good to know mayur. Wish you all the best
@hectormotsepe1581
@hectormotsepe1581 4 жыл бұрын
Thank you 🙏
@codebasics
@codebasics 4 жыл бұрын
you are welcome
@PuneetKumar-mz9is
@PuneetKumar-mz9is 4 жыл бұрын
All I can, thanks to you, for this video and effort.
@codebasics
@codebasics 4 жыл бұрын
👍😊
@tubex1300
@tubex1300 2 жыл бұрын
can you recommend the logic programming courses and books?
@AVyt28
@AVyt28 3 жыл бұрын
I am struggling to in programming. I have learned many tutorials covering the basic of programming languages like C, C++, Python. But still for me programming big codes in software companies is difficult. None of the tips seem to work.
@pratikdeore7427
@pratikdeore7427 3 жыл бұрын
hey if you get any solutions then please share here thanks
@tejsinghranaofficial
@tejsinghranaofficial 4 жыл бұрын
Hey, Dhaval. Can you please recommend any sources to learn Golang in the intermediate level?
@codebasics
@codebasics 4 жыл бұрын
Hey Tej, not sure buddy.
@Devdaskekisse
@Devdaskekisse 4 жыл бұрын
Sir Indian students say to making videos in Hindi for lot of people in learn python to million people not understanding English
@flamboyantperson5936
@flamboyantperson5936 4 жыл бұрын
Dhaval I am waiting :)
@codebasics
@codebasics 4 жыл бұрын
hey aamir :)
@JG-fx1nu
@JG-fx1nu 3 жыл бұрын
This is my problem. Where can I practice ?
@superumesh777
@superumesh777 4 жыл бұрын
very good man
@codebasics
@codebasics 4 жыл бұрын
I am happy this was helpful to you.
@kalluriramakrishna5732
@kalluriramakrishna5732 4 жыл бұрын
Thank u daval sir
@codebasics
@codebasics 4 жыл бұрын
Kalluri, you are welcome my friend
@marcelocipriano5985
@marcelocipriano5985 3 жыл бұрын
I love it!
@crickettimes9846
@crickettimes9846 4 жыл бұрын
hello sir, I am second year bsc IT student, I wanted to ask that how can I get an internship at big tech companies?
@akshatav.m7903
@akshatav.m7903 4 жыл бұрын
can u suggests me good websites where we can get good programs and projects to practice
@vaishvikpatel7610
@vaishvikpatel7610 4 жыл бұрын
અદભુત sir
@codebasics
@codebasics 4 жыл бұрын
Vaishvik, Aabhar :)
@nikhiltalekar8157
@nikhiltalekar8157 4 жыл бұрын
For learning a programming language how many time it takes for complete learning that language for e.g C++ ?
@codebasics
@codebasics 4 жыл бұрын
C++ will take more time compared to python. Python is something you can learn the basics of it in one month whereas for same basics in C++ it will take 3 to 6 months. Also learning is a journey not a destination so there will never be a stage where you can say "yes i have learnt it" You will learn it enough so that you can make use of it and based on projects you will always be acquiring new skills in the language
@bhavyashah7052
@bhavyashah7052 3 жыл бұрын
Don't repeat errors or mistakes is very important
@himanshumathur9291
@himanshumathur9291 4 жыл бұрын
Sir, you are a real inspiration.
@codebasics
@codebasics 4 жыл бұрын
😊👍
@vaibhavpatel2278
@vaibhavpatel2278 4 жыл бұрын
I am coming to usa for my master's In fall2021 what is the expected salary for interns in usa
@codebasics
@codebasics 4 жыл бұрын
not sure but i think may be 70 or 80K per year.
@MP-wq5xe
@MP-wq5xe 4 жыл бұрын
Sir,I am a college student wishing to enter data science industry, What should be my roadmap?
@codebasics
@codebasics 4 жыл бұрын
In KZbin search for "codebasics how to become data scientist", you will find my videos please watch it
@faika3094
@faika3094 4 жыл бұрын
I want to learn python... How should i start?
@codebasics
@codebasics 4 жыл бұрын
In KZbin search "codebasics python tutorials" I have a complete playlist
@muhammedrajab2301
@muhammedrajab2301 4 жыл бұрын
Waiting.....
@codebasics
@codebasics 4 жыл бұрын
Rajab, thanks for your awesome contribution on discord my friend :)
@HakendaNatan
@HakendaNatan 2 жыл бұрын
good
@newme8587
@newme8587 3 жыл бұрын
i wish i can write a code that will automattically play your videos at 2x speed😂😂
@reeshavacharya
@reeshavacharya 2 жыл бұрын
im trying to pay attention but i can't stop staring at his nostril hair.
The KEY To Thinking Like a Programmer (Fix This Or Keep Struggling)
10:39
Don't Focus on Coding Learn Concepts Instead
9:29
Amigoscode
Рет қаралды 340 М.
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
JISOO - ‘꽃(FLOWER)’ M/V
3:05
BLACKPINK
Рет қаралды 137 МЛН
AI Agents Tutorial For Beginners
25:37
codebasics
Рет қаралды 86 М.
About Data Analyst Bootcamp 4.0!
17:39
codebasics
Рет қаралды 13 М.
How to Solve Coding Problems (the best way to learn)
12:29
Aaron Jack
Рет қаралды 240 М.
Four Ways to Improve Your Programming Logic Skills
5:15
The Learn Programming Channel
Рет қаралды 100 М.
How to Think Clearly | The Philosophy of Marcus Aurelius
5:34
Freedom in Thought
Рет қаралды 3,3 МЛН
Unlocking Your Intuition: How to Solve Hard Problems Easily
17:34
Colin Galen
Рет қаралды 1,4 МЛН
My Favorite Technique to Improve Coding Skills
12:25
Andy Sterkowitz
Рет қаралды 102 М.
5 tips to improve logic building in programming
10:13
Hitesh Choudhary
Рет қаралды 550 М.