For High-paying Jobs Programming Languages to Learn in 2024 || Aman's Pathshala

Aman's Pathshala
26 Aug 202411:14

Summary

TLDRThe video script discusses the process of selecting a programming language for oneself, emphasizing that there is no 'best' language, as it depends on the individual's domain and requirements. It guides viewers on choosing a language based on their career goals, whether in software development, web development, game development, or AI and machine learning. The speaker advises starting with foundational languages like Java or Python, learning the basics, and then gradually switching to other languages as needed. The importance of consistency in learning and practice is highlighted to become a proficient programmer.

Takeaways

  • 👋 Programming languages should be chosen based on your domain, not based on what others recommend as the best language.
  • 🧠 It's crucial to focus on mastering one programming language thoroughly before jumping to another. Consistency is key.
  • 🎯 Different domains like software engineering, web development, game development, and AI require specific programming languages.
  • 💻 Software development often involves languages like Java and Python, which are highly recommended for beginners.
  • 🌐 Web development typically starts with HTML, CSS, and JavaScript for building functional and well-designed websites.
  • 🎮 Game development requires languages like C++ and Python, with frameworks like Unity being important for success in the field.
  • 📱 For mobile development, Java, Kotlin, and frameworks like React or Flutter are commonly used, depending on your background.
  • 🤖 Machine learning and AI heavily rely on Python and R. These languages are essential for working in these advanced fields.
  • 🛠 Learning programming is not just about coding but also about optimizing your code and understanding data structures and algorithms.
  • 🔄 Regular practice and maintaining consistency in learning are vital to becoming a proficient programmer. Avoid wasting time deciding too much and start practicing.

Q & A

  • What is the main topic of the video script?

    -The main topic of the video script is about how to choose a programming language for oneself and the factors to consider before making a choice.

  • What does the speaker suggest about the best programming language for someone?

    -The speaker suggests that there is no one 'best' programming language for everyone, as it depends on the individual's needs and the domain they are working in.

  • What are some of the domains mentioned in the script where programming languages are used?

    -Some of the domains mentioned include software engineering, game development, web development, AI development, and mobile development.

  • What advice does the speaker give about learning multiple programming languages?

    -The speaker advises that learning multiple programming languages is necessary and beneficial, especially for understanding different domains and enhancing one's skills.

  • What is the speaker's view on starting with one programming language and then switching to another?

    -The speaker suggests that once you start with one programming language, you should stick with it for a while to understand its core concepts before considering switching to another language.

  • What is the importance of foundational knowledge according to the speaker?

    -The speaker emphasizes the importance of having a strong foundational knowledge in any programming language, as it allows for better understanding and application of core concepts.

  • What does the speaker suggest for someone interested in web development?

    -For someone interested in web development, the speaker suggests starting with HTML, CSS, and JavaScript, which are essential for creating functional websites.

  • What programming languages are recommended for game development according to the script?

    -For game development, the script recommends C++ and Python, as they are more competitive and commonly used in the industry.

  • What is the speaker's opinion on the importance of consistency in learning programming?

    -The speaker stresses the importance of consistency in learning programming, stating that irregular practice will not yield effective results.

  • What advice does the speaker give regarding the selection of a programming language based on market demand?

    -The speaker advises to consider the market demand when choosing a programming language, as some languages may be more in demand in certain domains or industries.

  • What does the speaker suggest for someone who wants to switch their domain in programming?

    -The speaker suggests that if someone wants to switch their domain in programming, they should first have a strong foundation in their current language and then slowly transition to the new domain by learning the required skills and languages.

Outlines

00:00

😀 Choosing the Right Programming Language

The speaker discusses the process of selecting a programming language, emphasizing that there is no 'best' language universally but rather one that best suits the individual's needs and domain. They mention various domains such as software engineering, web development, AI, and game development, each with its own set of suitable languages. The speaker also stresses the importance of foundational knowledge and understanding core concepts before specializing in a particular language. They advise against jumping from one language to another without gaining proficiency and suggest starting with one language and gradually learning others as needed.

05:15

😉 Starting with Programming Fundamentals

This paragraph focuses on the initial steps in learning programming, suggesting starting with core languages like Java for software development or Python for its versatility. The speaker mentions that for web development, one should begin with HTML, CSS, and JavaScript, building a simple structure before moving on to more complex concepts. For game development, C++ is recommended, and for mobile development, one might consider Java or Python, depending on the background. The importance of learning multiple languages is reiterated, along with the necessity of understanding the basics before diving into more specific domains. The speaker also highlights the need for consistency in learning and practice to become a proficient programmer.

10:16

🎓 Embracing Learning and Growth in Programming

The final paragraph encourages the viewer to start their learning journey and not to waste time overthinking or watching endless videos without applying the knowledge. The speaker advises beginning with the basics and gradually growing their skills, emphasizing that the journey of learning programming is a continuous process of growth and development. They stress the importance of starting with action and learning by doing, rather than getting stuck in the planning phase. The speaker also warns against the inefficiency of inconsistent learning and the need for regular practice to truly master programming.

Mindmap

Keywords

💡Programming Language

A programming language is a formal language comprising a set of instructions used to produce various kinds of output. It is the core tool for programmers to create software, applications, and systems. In the video's context, the choice of programming language is crucial as it determines the domain one can work in and the type of projects one can undertake, such as web development, game development, or AI.

💡Domain

In the context of the video, a domain refers to a specific area of computing, such as web development, game development, or AI, where a programmer might specialize. The script emphasizes the importance of choosing the right programming language based on the domain one wishes to enter, as different domains require different sets of skills and tools.

💡Web Development

Web development is the process of creating, maintaining, and publishing websites. It is one of the domains mentioned in the script where programming languages like HTML, CSS, and JavaScript are used to build and design web pages. The video discusses the importance of learning these languages for anyone interested in a career in web development.

💡Game Development

Game development refers to the process of creating a video game. The script touches on this domain as an exciting area for programmers, mentioning programming languages like C++ and Python as important for game developers. It also hints at the need for learning additional software and frameworks specific to game creation.

💡AI and Machine Learning

AI, or Artificial Intelligence, and Machine Learning are fields that deal with creating algorithms and models that can perform tasks without explicit programming. The video script suggests that Python is a preferred language for those interested in AI and Machine Learning due to its vast libraries and frameworks that support these technologies.

💡Consistency

Consistency in the script refers to the need for regular practice and continuous learning in programming. It is emphasized as a key factor in becoming a proficient programmer. The video warns against the pitfall of indecision and the importance of maintaining a consistent learning schedule.

💡Syntax

Syntax in programming refers to the set of rules that dictate how instructions in a programming language are written. The script mentions that learning the syntax of a new programming language is often a matter of minimal learning for those who already know another language, as the core concepts remain the same.

💡Frameworks

In the context of software development, a framework is a platform that provides a structured environment for developing applications. The script refers to frameworks in relation to mobile development and game development, suggesting that learning specific frameworks is necessary for programmers in these domains.

💡Optimization

Optimization in programming involves improving the efficiency or effectiveness of code. The video script touches on this concept by advising learners to move beyond basic syntax and learn how to write optimized code, which is essential for creating efficient and high-performing software.

💡Foundation

A strong foundation in programming refers to having a solid understanding of basic programming concepts, which allows a programmer to learn new languages more easily. The script emphasizes building this foundation before specializing in a particular domain or language.

💡Mobile Development

Mobile development is the process of creating applications for mobile devices. The script discusses this domain and mentions that languages like Java and frameworks like React Native or Kotlin are commonly used for developing mobile apps, depending on the developer's background and the target platform.

Highlights

The importance of choosing the right programming language based on individual needs and domain requirements.

There is no 'best' programming language; the best language for you depends on the specific project and requirements.

Different domains in programming such as software engineering, web development, AI, and game development require different skill sets and languages.

For beginners, understanding the basics and core concepts of programming is more important than mastering a specific language.

The speaker emphasizes the need for consistency and regular practice to become proficient in programming.

Starting with one programming language and then gradually switching to another based on project requirements or personal interest.

The role of foundational languages like Java, Python, and C++ in building a strong base for software development.

For web development, HTML, CSS, and JavaScript are essential for creating functional and styled websites.

In game development, languages like C++ and Python are often used due to their performance and compatibility with game engines.

The necessity of learning multiple programming languages to be versatile and adapt to different project needs.

The speaker discusses the importance of choosing a programming language that aligns with one's career goals and interests.

For those interested in AI and machine learning, Python and Ruby are recommended due to their extensive libraries and community support.

The importance of not just learning syntax but also understanding the logic and optimization of code.

The speaker warns against the pitfall of jumping between languages without gaining proficiency, which can hinder growth as a programmer.

The value of starting with one language and building a strong foundation before exploring others.

The need for continuous learning and adapting to new technologies and programming languages as the field evolves.

The transcript emphasizes the practical applications of programming languages in various domains and the importance of choosing the right one for the job.

The speaker concludes by encouraging the audience to start learning and practicing rather than spending too much time deciding.

Transcripts

play00:00

हाय एवरीवन कैसे हैं आप होप यू आर डडूइंग

play00:03

आ गए हैं हम आज नई वीडियो लेके आज हम बात

play00:05

करने वाले हैं कि अपने लिए जब भी हमें

play00:08

प्रोग्रामिंग लैंग्वेज चूज करनी है वो

play00:09

कैसे करनी चाहिए या फिर क्या फैक्टर्स हैं

play00:12

जो हमको अपने दिमाग में रखने चाहिए बिफोर

play00:15

चूज एन प्रोग्रामिंग लैंग तो आज मैं आपको

play00:17

बिल्कुल तरीके से गाइड करने वाला हूं

play00:19

जिससे आपको कुछ भी डाउट ना रहे इन फ्यूचर

play00:22

रिगार्डिंग एनी प्रोग्रामिंग लैंग्वेज या

play00:24

फिर आप बिल्कुल ही फ्रेशर हैं जो आपको पता

play00:26

चला है कि मेरे भाई ने या फिर मेरे किसी

play00:28

फ्रेंड ने बताया है करियर है प्रोग्रामिंग

play00:31

में करियर है आईटी लाइन में सो उस चीजों

play00:34

को लेकर आज हम बात करने वाले हैं आज मैं

play00:36

आपको बिल्कुल बताने वाला हूं तरीके से कि

play00:39

हर एक प्रोग्रामिंग हर एक डोमेन वाइज कि

play00:41

कितने तरीके के डोमेन हम पे है मेजर्ली और

play00:43

कितने तरीके की प्रोग्रामिंग लैंग्वेजेस

play00:45

जो मेजर्ली यूज करते हैं भाई बहुत तरह की

play00:47

प्रोग्रामिंग मुझे बहुत डिफरेंट डिफरेंट

play00:49

टाइप के डोमस भी है पर वी विल टॉक ऑन द

play00:52

मेजर पार्ट कि जो मेजर लोग फॉलो करते हैं

play00:54

जो मेजर्ली मार्केट में अवेलेबल है तो आज

play00:57

हम उनके बारे में बात करने वाले हैं और

play00:59

स्टेप टू स्टेप हम बताने वाले हैं कि भाई

play01:01

कैसे-कैसे आप प्रोग्रामिंग लैंग्वेज चूज

play01:03

कर सकते हैं कमिंग फॉर द वेरी फर्स्ट

play01:05

पॉइंट देयर इज नो बेस्ट प्रोग्रामिंग

play01:08

लैंग्वेज फॉर यू ऐसा कुछ भी नहीं है कि आप

play01:11

कोई कोई कह दे कि भाई मेरे लिए यली

play01:14

प्रोग्रामिंग लैंग्वेज बेस्ट थी तो आपके

play01:16

लिए भी व प्रोग्रामिंग लैंग्वेज बेस्ट हो

play01:18

ऐसा नहीं है व्हेन वी आर कमिंग विद

play01:20

डिफरेंट डिफरेंट डोमेन व्हेन फॉर एग्जांपल

play01:22

यू आर वर्किंग इन एनी एमएनसी ओके तो आज आप

play01:25

हो सकता है प्रोडक्शन सपोर्ट में काम करें

play01:27

कल डेवलपमेंट में काम करें इन स इन सम

play01:30

सिनेरियो यू विल गो फॉर द अरेंजमेंट

play01:32

प्रोजेक्ट एंड इन सम सिनेरियो यू विल गो

play01:34

फॉर द कए तो देख रहे चार जो मेजर डोमेन

play01:37

मैंने अभी आपको बताए हैं हर जगह अलग-अलग

play01:39

चीज यूज सो इन फ्यूचर आपको क्या बनना है

play01:43

क्या डिसाइड करना है यह सब आपके हाथ में

play01:45

है आपको किस डोमेन में जाना है क्या डोमेन

play01:49

आपको सूट करेगा यह सब आपके हाथ में है

play01:51

व्हाट आई विल डू आई विल ट्राई टू

play01:53

एक्सप्लेन यू कितने तरह के डोमेन है

play01:55

किसमें क्या यूज होता है और कैसे

play01:57

प्रोग्रामिंग लैंग्वेज ूज करनी चाहिए एक

play02:00

डोमेन के लिए हजारों प्रोग्रामिंग

play02:01

लैंग्वेज है तो आपके लिए बेस्ट कौन सी है

play02:03

दैट आई कैन हेल्प विद या कमिंग फॉर द

play02:06

सेकंड पॉइंट चूज वन प्रोग्रामिंग फर्स्ट

play02:09

आपको यह नहीं है आपको पाइथन पसंद आई फॉर

play02:11

चीज फॉर आपको जावा पसंद आई फॉर 10 डेज

play02:14

आपको स्किल पसंद आई या फिर कोई और

play02:16

प्रोग्रामिंग लैंग्वेज पसंद आई और आपने डे

play02:18

बाय डे पर जंप करते चले गए एक

play02:20

प्रोग्रामिंग लैंग्वेज प्रकट कर लिए सी c+

play02:23

प् जावा आई विल डिस्कस यू बाय द डोमेन

play02:25

वाइज इन कमिंग पॉइंट्स कि कौन सी अच्छी

play02:28

प्रोग्रामिंग लैंग्वेज रहेगी बट फॉर नाउ

play02:30

जस्ट थिंक कि आपने एक जावा पकड़ी आपने छ

play02:33

महीने तीन महीने चार महीने जितना आपका

play02:35

कैलिबर है उस हिसाब से आपने उसमें अपने को

play02:37

ट्रेन किया देन गो फॉर अदर लैंग्वेज वन एज

play02:41

आई एक्सप्लेन इन इनिशियल पॉइंट ना कि आईटी

play02:43

में जब आप काम करते हैं तो एक ही

play02:45

प्रोग्रामिंग लैंग्वेज पे आप जिंदगी भर

play02:47

काम नहीं कर सकते यार कितना करोगे खुद ही

play02:50

मन इतना हो जाएगा कि यही सेम लैंग्वेज सेम

play02:53

काम कब तक करूं यार मैं तो यू विल ट्राई

play02:56

टू जंप और इदर योर कंपनी विल आस्क यू टू

play02:58

जंप कि भाई अपने जावा कर लिया है अब

play03:00

जावास्क्रिप्ट देखिए एंगलर देखिए पाइथन

play03:02

देखिए इन सपोज या फिर आपका डोमेन स्विच

play03:04

करने का मन है कि मैं डेवलपमेंट में हूं

play03:06

आई वांट ए डटा एनालिस्ट आई वांट इन एआई

play03:09

एमएल और एनी डोमेन ओके स फिर आप क्या

play03:12

करेंगे तो आपको पहले अपने फाउंडेशन अपने

play03:15

बेसिक स्ट्रम्स करने चाहिए रिगार्डिंग एनी

play03:18

लैंग्वेज जिससे आपको यह पता है कि अब मैं

play03:21

जावा में मैंने ओ सीख लिया है जावा में

play03:23

मैंने डेटाबेस सीख लिया है जवा में मैंने

play03:25

मल्टीपल थिंग्स सीख ली है अब मुझे कोर

play03:28

कांसेप्ट पता है ठीक है इतना मुझे पता चल

play03:30

गया है अब उसके बाद मुझे क्या करना है

play03:32

मुझे पाइथन कुछ करना है जस्ट सिंटेक्स

play03:34

चेंजेज और मिनिमल लर्निंग होगी यह नहीं

play03:37

आपको पूरी प्रोग्रामिंग लैंग्वेज फ्रॉम

play03:39

बेसिक्स कि जहां आपको कंसेप्ट भी नहीं पता

play03:41

स सिंपल कंसेप्ट भी नहीं पता इफ एल्स जैसे

play03:44

ऐसा तो नहीं होगा ना आपको कांसेप्ट तो पता

play03:46

होंगे तो आप इजली इधर से उधर जंप कर सकते

play03:48

हैं पाइथन जावास्क्रिप्ट इन फ्यूचर तो

play03:51

पहले एक प्रोग्रामिंग लैंग्वेज लीजिए और

play03:53

उसके बाद धीरे-धीरे धीरे-धीरे स्विच कीए

play03:56

ठीक है ऐसा नहीं है कि एक प्रोग्रामिंग

play03:57

लैंग्वेज ली 10 दिन बाद उसे छोड़ दि और

play04:00

फिर एक नई प्रोग्रामिंग लेज दो दिन बाद

play04:01

उसे फिर छोड़ दिया ऐसे एंड अप नहीं होंगे

play04:04

कहीं भी आपको एक पे स्टिक र कमिंग फॉर द

play04:07

मोस्ट टज पॉइंट कि पॉपुलर डोमस बताइए जहां

play04:11

मैं अपनी प्रोग्रामिंग लैंग्वेज चूज कर

play04:12

सकूं तो हमारे पास मल्टीपल डोमस होते हैं

play04:15

सॉफ्टवेयर इंजीनियरिंग गेम डेवलपमेंट वेब

play04:17

डेवलपमेंट एआई डेवलपमेंट या फिर क्यू ए

play04:20

में जाना है तो उन सबके हम डोमेन वाइज मैं

play04:23

आपको बताता चलूंगा कि क्या-क्या आपको

play04:25

सीखना चाहिए इन सॉफ्टवेयर इंजीनियरिंग आई

play04:28

एम सेइंग नॉट अबाउट द डेस्कटॉप

play04:29

सॉफ्टवेयर्स नॉट ऑनली अबाउट डेस्कटॉप

play04:31

सॉफ्टवेयर आप मोबाइल एप्लीकेशन में सीख

play04:33

सकते हैं तो उन चीजों के बारे में आपको

play04:35

मैं बताना चाहूंगा ठीक है तो सबसे पहला

play04:37

पॉइंट हमारे पास होता है व्हेन वी आर

play04:39

लर्नी गो विद मल्टीपल प्रोग्रामिंग

play04:41

लैंग्वेजेस ठीक है अब ये नहीं कह रहा ह

play04:43

स्टार्टिंग से ही

play04:59

पट गई फिर कमिंग टू बैक टू

play05:15

python3 में या बेसिक चीज छोटे से

play05:17

स्टार्टअप में भी है तो वहां भी अगर जैसा

play05:19

होगा व मैं आपको बता के चलता हूं फैंग में

play05:22

जाए या मैं तो चाहता हूं आप फैंग में जाए

play05:23

बट इन सपोज आप फंग में नहीं है तो और जगह

play05:26

क्या हो रहा है वह बताना मेरा काम है ठीक

play05:28

है भाई वो मैं आपको बता रहा हूं कि आपको

play05:30

मल्टीपल प्रोग्रामिंग लैंग्वेज सीखनी

play05:32

पड़ेगी ठीक है फॉर सॉफ्टवेयर डेवलपमेंट

play05:35

फॉर कोर बेसिस यू कैन स्टार्ट विद जावा और

play05:37

इधर पाइथन

play05:42

दैट्ची मेरे अकॉर्डिंग सी तो करना ही

play05:45

चाहिए स प् प्स इफ यू वांट एंड देन यू कैन

play05:47

जंप ऑन टू c+ और सॉरी जावा और

play05:53

python2 गाइज ट्रस्ट मी इट्स मैंडेटरी

play05:56

स्टार्ट विद दिस गाइ एंड देन वी विल

play05:58

एक्सटेंड इट इन फ्यूचर आल्सो कि आपको और

play06:01

आगे क्या करना चाहिए इतने से स्टार्ट

play06:02

करेंगे ठीक है नाउ कमिंग फॉर द वेब

play06:04

डेवलपमेंट आपको कहां से स्टार्ट करना

play06:06

चाहिए भाई आप एक बॉडी बना रहे हैं एक पेंट

play06:09

बना रहे हैं पेंटिंग बना रहे हैं तो आपको

play06:11

पहले एक सिंपल सी बॉडी बनानी पड़ेगी उस

play06:13

बॉडी बनाने के लिए आपको वेब डेवलपमेंट में

play06:21

html4 न जेएस एंड रि जीएस तो बहुत सारी

play06:24

चीजें हैं पर इनिश ली आपको

play06:29

चाए एटीएमएल फॉर मेकिंग द बॉडी एंड सीएसएस

play06:33

फॉर डिजाइनिंग द बॉडी एंड जावास्क्रिप्ट

play06:35

इज फॉर मेकिंग द बॉडी फंक्शनल आपको

play06:37

वेबसाइट फंक्शनल बनानी है अ तो उसके लिए

play06:40

आप जावास्क्रिप्ट यूज़ करेंगे कमिंग टू

play06:42

दिस सेकंड पॉइंट इज डेवलपमेंट वेब

play06:45

डेवलपमेंट में क्या सीखना है बता दिया है

play06:47

अब कमिंग फॉर द गेम डेवलपमेंट जो बहुत फ

play06:50

फेसिनेटिंग है और आई थिंक इफ यू आर

play06:52

इंटरेस्टेड देन यू शुड गो फॉर दिस बिकॉज़

play06:55

दिस डोमेन गिव यू गुड अमाउंट ऑफ मनी ठीक

play06:57

है तो गेम डेवलपमेंट की बात करें तो आपको

play07:00

c+ प ट्स अ मेंटरी वन g+ प्

play07:10

python.py ये मोर कंपैटिबल है एज कंपेयर

play07:13

टू अदर लैंग्वेजेस तो आपको अगर गम डेवल

play07:15

सीखना है तो देर आर मल्टीपल थिंग आपको

play07:17

यूनिटी और बहुत सारे सॉफ्टवेयर्स और

play07:19

फ्रेमवर्क्स हो है जो सीखने पड़ेंगे फीचर

play07:21

बट कमिंग फॉर द प्रोग्रामिंग लैंग्वेज

play07:23

आपको सी c+ प या जावा और पाइथन आपको इनमें

play07:26

से एक चीज चूज करके आगे बढ़ना चाहिए एज पर

play07:30

माय एंड्रस दिस पॉइंट इज ऑल अबाउट मोबाइल

play07:32

डेवलपमेंट भाई मोबाइल डेवलपमेंट में मैंने

play07:34

बहुत काम किया है तो आई कैन टेल यू कि

play07:36

मोबाइल डेवलपमेंट में आप क्या कर सकते हैं

play07:38

देखिए फ्रॉम कमिंग फ्रॉम द कोर आई हैव

play07:40

कमिंग फ्रॉम द कोर मैं हमेशा जावा से आया

play07:42

हू बैकग्राउंड में जावा रहा है आई नो

play07:57

python3 और इदर यू कैन गो विद मल्टीपल

play08:00

फ्रेमवर्क्स आउट देयर रिएक्ट है अब अगर आप

play08:02

वेब बैकग्राउंड से आ रहे हैं तो आप रिएक्ट

play08:04

के साथ जा सकते हैं अगर आप पाइथन

play08:08

बैकग्राउंड से आ रहा है तो कैसे करें तो

play08:09

आपको फिर कोटलिन पे स्विच करना पड़ेगा

play08:12

थोड़ा सीखना पड़ेगा अगर आपका मन है कि यार

play08:14

मैं किसी फ्रेमवर्क से ही सीख लू तो आप

play08:17

डेफिनेटली फटर वगैरह पर सीख सकते हैं तो

play08:19

ये मोबाइल डेवलपमेंट के डिफरेंट डिफरेंट

play08:21

प्रोग्रामिंग लैंग्वेज है जो मैंने हर एक

play08:23

पॉइंट के अनुसार आपको बताया है कि कैसे

play08:24

कैसे आप कर सकते हैं ठीक है गाइस ओके

play08:28

नेक्स्ट एंड द लास्ट पॉ

play08:29

मशीन लर्निंग एंड एआई भाई मोस्ट

play08:32

फेसिनेटिंग थिंग है जोर किसी को लगता है

play08:34

ऐसे कर लेंगे ऐसे कर लेंगे ऐसे नहीं होता

play08:37

है भाई तो अभी दिस वी विल टॉक दिस इन द

play08:39

फ्यूचर बट हां अगर आपको मशीन लर्निंग और

play08:41

एआई सीखना है तो आपको पाइथन आ और रूबी

play08:45

लैंग्वेज जो होती है आपको सीखनी पड़ेगी

play08:48

मशीन लैंग्वेज और एआई आपको सीखना है तो

play08:50

आपको पाइथन और आ तो सीखनी चाहिए ट्स मोस्ट

play08:54

रिक्वायर्ड थिंग न बिकॉज वी आर वर्किंग इन

play08:56

द एनी ऑफ द एआई और एमल प्रोजेक्ट सो व्हेन

play08:58

आई सी टू सीधा रिक्वायरमेंट्स दे जनरली आ

play09:01

की पाइथन आना तो चाहिए भाई और आर की भी

play09:03

रिक्वायरमेंट आती है तो अब आपने

play09:06

प्रोग्रामिंग लैंग्वेज सीख लिया आप चैंप

play09:08

हो गए हैं प्रोग्रामिंग लैंग्वेज में एसकल

play09:10

भी अगर अब क्या करें अब नेक्स्ट क्या तो

play09:12

देखो या आपको सिस्टम को समझना पड़ेगा आपने

play09:15

कोड लिखना सीख लिया है आपको लॉजिस बनाने आ

play09:18

गए बेसिक पर उसको कोड को कैसे ऑप्टिमाइज

play09:21

करना है वह कौन सिखाएगा तो आपको उसके बाद

play09:24

डीएसएस रोज सीखना चाहिए कमिंग फॉर द सेकंड

play09:26

लास्ट पॉइंट प्रैक्टिस अगर आपने प्रैक्टिस

play09:30

नहीं करी है आपने कंसिस्टेंसी नहीं मेंटेन

play09:32

करी है तो भाई यकीन करो सब कुछ कर लो कुछ

play09:36

भी नहीं होगा आज पढ़ा 3 दिन बाद पढ़ा 10

play09:39

दिन बाद फिर पढ़ा वो कुछ नहीं सीख रहे हो

play09:42

कंसिस्टेंसी मेंटेन करनी पड़ेगी रेगुलर

play09:44

प्रैक्टिस करनी पड़ेगी तभी एक आप डिसेंट

play09:47

प्रोग्रामर बन पाएंगे तो कमिंग फॉर द

play09:49

लास्ट पॉइंट गाइस आप अगर सब कुछ डिसाइड

play09:52

करने में ही समय खराब कर देंगे तो पढ़ोगे

play09:55

अच्छा आपने मेरी वीडियो देखी आई थिंक आई

play09:58

हैव एक्सप्लेन प्रिटी वेल कि आपको

play10:00

क्या-क्या चीजें देखनी चाहिए ठीक है भाई

play10:02

और अगर आप अब भी जगह जगह जाकर सोचेंगे कि

play10:05

नहीं यार यहां पे पढ़ लेता ये कर लेता वो

play10:07

कर लेता या फिर ये वाली प्रोग्रामिंग को

play10:09

कर लेता या फिर ये वाली प्रोग्रामिंग वो

play10:11

सीख लेता सच में आप टाइम खराब कर रहे हैं

play10:14

ठीक है आपने मेरी वीडियो देही आपको थोड़ा

play10:16

और समझना है या कि मेरे से कम नहीं लगा कि

play10:18

या थोड़ा और बातें कोई बताए मुझे देखो एक

play10:21

दो वीडियो देखो पर ऐसा नहीं कि पूरे पूरे

play10:22

दिन वीडियो देख रहे हैं सच में आप टाइम

play10:24

खराब कर रहे हैं भाई आपको इतना समझा दिया

play10:26

है आपको अब जाके कुछ करना चाहिए टू मच

play10:30

टाइम नहीं दीजिए आप इस को डिसाइड करने में

play10:32

चलिए स्टार्ट कीजिए और जैसे जैसे सीखते

play10:35

जाओगे ना खुद का दिमाग ग्रो अपना शुरू हो

play10:37

जाएगा कि अच्छा यारब प्रोग्रामिंग करना

play10:39

शुरू करोगे कुछ उससे रिलेटेड देखोगे

play10:59

तो वह आप कर सकते हैं पर पहले स्टार्ट

play11:01

कीजिए ठीक है ट्स व्हाट आई वांट टू से कि

play11:04

आप थोड़ा स्टार्ट कीजिए स

play11:08

दैट्ची लर्निंग एंड ग्रोइंग बाय बाय

Rate This

5.0 / 5 (0 votes)

関連タグ
Programming LanguagesCareer GuidanceWeb DevelopmentGame DevelopmentAI & Machine LearningPythonJavaJavaScriptC++Tech Tutorials
英語で要約が必要ですか?