How To Get Placement After Wasting 2-3 Years of Engineering? SDE Roadmap for College Students

The Code Skool
4 Feb 202310:03

Summary

TLDRThe speaker shares their personal journey of struggling with coding in college and how they overcame it. They provide actionable advice for those in their second or third year of college who are in a similar situation. The video offers guidance on learning programming languages, with a focus on Python due to its simplicity and versatility. The speaker emphasizes the importance of practice over watching lengthy tutorials and recommends resources like 'tutorialspoint.com' for learning. They also stress the significance of learning data structures and algorithms for placements, suggesting online resources and courses. The video concludes with project ideas to apply the learned skills and encourages viewers to complete courses they start to avoid fragmented learning.

Takeaways

  • 😀 The speaker struggled with coding and confidence during the early years of college but found a way to improve.
  • 🎓 The speaker addresses second and third-year college students who may be in a similar position and offers advice on learning to code.
  • 💻 Learning a programming language is crucial, and the speaker suggests starting with an easy language like Python.
  • 🌐 The speaker recommends tutorialspoint.com for simple explanations of programming concepts.
  • 📚 Practice is emphasized over watching long tutorial videos, which can be unproductive.
  • 🔍 The basics of Python that one should learn include syntax, variables, types, basic operators, if loops, data types, and functions.
  • 📈 The speaker suggests focusing on Data Structures and Algorithms (DSA) as it is crucial for placements, with many interview rounds focusing on DSA.
  • 🏫 The speaker recommends codingninja's DSA course for its comprehensive content and high ratings.
  • 🛠️ Building projects is an essential part of learning to code, and the speaker suggests creating projects using Python libraries.
  • 🌟 The speaker highlights the importance of completing courses from start to finish without jumping between different resources.
  • ⏰ Time commitment for learning DSA is noted to be around three months for a decent grasp, depending on dedication and time spent.

Q & A

  • What was the speaker's initial struggle after completing two years of college?

    -The speaker struggled with coding and had a low CGPA of around 5 points.

  • What realization did the speaker have that changed their perspective?

    -The speaker realized that it's not the end of the world and that many people are in a similar position in their second and third years of college.

  • What is the first thing the speaker suggests to learn in programming?

    -The speaker suggests learning a programming language, starting with the basics.

  • Why does the speaker recommend Python as a programming language for beginners?

    -Python is recommended because it is easy to learn, has a simple syntax similar to English, and is versatile for various tasks including web development, machine learning, and image processing.

  • What is the speaker's advice against watching long tutorial videos without practice?

    -The speaker advises against spending all of one's time watching tutorial videos without practicing coding, as it can lead to not learning anything substantial.

  • What website does the speaker recommend for easy-to-understand tutorials?

    -The speaker recommends 'tutorialspoint.com' for its simple terms and explanations.

  • How much time does the speaker suggest to learn Python basics?

    -The speaker suggests that if one practices 2-3 hours a day, they can learn Python basics easily within 10 days.

  • What are the basic concepts in Python that the speaker suggests learning first?

    -The basic concepts include syntax, variables, types, basic operators, if loops, data types, and functions.

  • Why is learning Data Structures and Algorithms (DSA) important according to the speaker?

    -DSA is important because it is a significant part of interviews and placements, with most interview rounds focusing on D.S.A. problems.

  • What resources does the speaker recommend for learning D.S.A.?

    -The speaker recommends online roadmaps, courses, and videos, and specifically mentions a course by 'Coding Ninjas' for mastering D.S.A.

  • What is the speaker's advice on project building in the learning process?

    -The speaker advises building projects to solidify learning and enhance the resume, suggesting projects using Python libraries for automation, web development, machine learning, and image processing.

  • What is the speaker's tip for maintaining consistency in learning a course?

    -The speaker emphasizes completing a course from start to finish without jumping to another midway, as it disrupts the learning process and syllabus continuity.

Outlines

00:00

💻 Overcoming Coding Challenges in College

The speaker begins by sharing their own experience of struggling with coding after two years of college, with a low CGPA of 5. They empathize with others who might be in a similar situation during their second or third year of college. The speaker then aims to guide the audience on how to learn coding, boost their confidence, and secure good placements. They emphasize the importance of learning a programming language and discuss the choice of language, suggesting that no language is inherently bad or good; it depends on the use case. They recommend learning Python due to its simplicity and versatility, allowing for projects in web development, machine learning, and image processing. The speaker advises against spending too much time watching long tutorial videos and instead encourages practice. They recommend a website called 'tutorialspoint.com' for easy explanations and suggest practicing coding to improve skills and confidence. The speaker also outlines the basics of Python that one should learn, such as syntax, variables, types, basic operators, if loops, data types, and functions.

05:01

🎓 Achieving Academic Excellence Through Coding

The speaker discusses the importance of completing coding courses from start to finish without jumping between different courses, as this can lead to incomplete learning. They mention that learning DSA (Data Structures and Algorithms) is crucial for placements, as it is a significant part of interviews. They suggest that learning DSA can take around three months if done diligently. For those with limited time, they recommend focusing on common problems and interview questions. The speaker then introduces the concept of Object-Oriented Programming (OOP) and its importance, especially when learning Python. They recommend a resource called 'JavaTpoint' for understanding OOP concepts in simple terms. The speaker also talks about the time investment required for learning and building projects, suggesting that one should start with small projects to gain knowledge and confidence. They mention various types of projects that can be built using Python libraries, such as automation bots, web development, machine learning, and image processing tools. The speaker encourages the audience to build projects that interest them and to consider web development projects using frameworks like Django, which is popular and powerful, and can impress companies.

Mindmap

Keywords

💡coding

Coding refers to the process of writing instructions in a programming language that a computer can understand. In the context of the video, the speaker discusses how individuals who are struggling with coding, particularly in their second and third years of college, can improve their skills. The video aims to guide viewers on learning to code and regaining confidence in their abilities.

💡confidence

Confidence in the video script refers to self-assurance and belief in one's own abilities, specifically in the context of learning to code. The speaker emphasizes the importance of building confidence for those who may be struggling, as it is key to overcoming challenges and achieving success in coding.

💡placement

Placement in this context refers to securing a job or internship after completing one's education. The video suggests that improving coding skills and confidence can lead to better job placements, as these are often contingent upon technical proficiency and self-assurance.

💡programming language

A programming language is a formal language comprising a set of instructions used to produce various kinds of output. The script discusses the importance of choosing the right programming language to learn, with Python being recommended for its simplicity and versatility.

💡Python

Python is a high-level, interpreted, and general-purpose programming language that is praised in the video for its ease of learning and wide range of applications. It is suggested as an ideal language for beginners to learn due to its simple syntax and the vast possibilities it offers for projects and web development.

💡web development

Web development is the process of creating websites or web applications. The video mentions web development as one of the many possibilities that open up once one learns a programming language like Python, indicating its relevance in the tech industry.

💡practice

Practice, as discussed in the video, is the act of repeatedly performing coding exercises to improve one's skills. It is emphasized as a critical component of learning to code, suggesting that hands-on experience is more beneficial than passively watching tutorials.

💡tutorialspoint.com

Tutorialspoint.com is mentioned as a recommended resource for learning programming concepts in simple terms. The website is used as an example of how to find easy-to-understand explanations and practice exercises to aid in learning programming.

💡data structures

Data structures are a central concept in computer science and software development that involves organizing and storing data efficiently. The video highlights the importance of learning data structures for placements, as they are a common topic in technical interviews.

💡algorithms

Algorithms are a set of steps or rules used to solve a problem or perform a computation. The script discusses learning algorithms as a crucial part of the learning journey, often intertwined with data structures, and essential for performing well in coding interviews.

💡projects

Projects in the video refer to practical applications or creations that one builds to demonstrate their coding skills. The speaker encourages viewers to build projects as a way to apply their knowledge and enhance their portfolio, which can be beneficial for job placements.

Highlights

After two years of college, the speaker struggled with coding and had a low CGPA.

The speaker realized it's not the end of the world and many are in a similar position.

The speaker aims to teach viewers how to learn coding, boost confidence, and secure good placements.

Learning a programming language is emphasized as the first step.

The choice of programming language depends on the individual's needs and the language's suitability for specific tasks.

Python is recommended for beginners due to its simplicity and versatility.

The speaker discourages spending all time watching long tutorial videos without practicing.

Tutorialspoint.com is recommended for its simple explanations.

The importance of practice over passive learning is stressed.

Basics of Python such as syntax, variables, types, operators, loops, and functions are suggested as initial learning goals.

Data Structures and Algorithms (DSA) are highlighted as crucial for placements.

The speaker suggests focusing on DSA as it is frequently asked in interviews.

Online resources and courses for DSA are mentioned, with a recommendation to choose based on personal learning style.

Building projects is presented as an essential step in the learning process.

The speaker encourages creating projects using Python libraries to demonstrate skills.

Web development projects using frameworks like Django are suggested for advanced learners.

The speaker advises against jumping between courses and to complete one course from start to finish.

The time commitment for learning DSA is discussed, with an estimate of around three months for a decent grasp.

Object-Oriented Programming (OOPs) and concepts like classes and objects are highlighted for further learning.

The speaker recommends JavaTpoint as a resource for learning OOPs concepts.

The importance of building a portfolio of projects to showcase coding skills is emphasized.

The speaker suggests creating projects that can be used in a resume, such as web scrapers, social media bots, or games.

The speaker encourages viewers to subscribe to the channel for upcoming videos on college project ideas.

Transcripts

play00:00

कॉलेज की 2 साल खत्म होने के बाद मुझे

play00:02

कोडिंग का सी भी नहीं आता था और मेरी सीजी

play00:04

पे भी 5 पॉइंट समथिंग थी मैं सेल्फ

play00:07

कॉन्फिडेंस वाज वेरी लो मैं सोचा था मैं

play00:09

लाइफ में कर क्या रहा हूं बट सुन आई

play00:11

रिलाइज इट्स नॉट डी एंड ऑफ डी वर्ल्ड मुझे

play00:14

पता है आप में से भी बहुत लोग हैं जो

play00:15

सेकंड और थर्ड ईयर में हैं जो की एक

play00:17

सिमिलर पोजीशन में है तो इसीलिए मैं आपको

play00:19

इस वीडियो में बताने वाला हूं की कैसे आप

play00:21

कोडिंग सिख सकते हो कैसे आप अपना

play00:23

कॉन्फिडेंस वापस बढ़ा सकते हो और एक अच्छा

play00:25

प्लेसमेंट ले सकते हो क्या-क्या आपको

play00:27

सीखना है कहां से सीखना है वो सब मैं आपको

play00:29

इस वीडियो में बताने वाला हूं सो मेक सर

play00:32

यू हिट डी सब्सक्राइब बटन एंड लेट्स गेट

play00:33

स्टार्टेड

play00:36

फर्स्ट थिंग इस तू लर्न अन प्रोग्रामिंग

play00:38

लैंग्वेज क्योंकि देखो procramel हो तो

play00:40

प्रोग्रामिंग लैंग्वेज तो सीखने ही बढ़ेगी

play00:41

बट डी रियल क्वेश्चन है इसकी कौन सी

play00:44

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

play00:45

देखो जैसे कहते हैं कोई इंसान अच्छा या

play00:47

बुरा नहीं होता उसके हालत उसको बुरा बना

play00:49

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

play00:52

भी कोई बुरी नहीं होती उसका उसे केस उसको

play00:54

बुरा बना देता है कोई लैंग्वेज किसी उसे

play00:56

केस के लिए अच्छी है किसी के लिए खराब है

play00:58

जैसे सी प्लस प्लस डीएसए के लिए बहुत

play01:00

फास्ट है बट आप उसको वेब डेवलपमेंट के लिए

play01:03

उसे नहीं कर सकते एंड जावा बहुत ही

play01:05

पावरफुल लैंग्वेज है लेकिन उसको सीखने में

play01:07

बहुत टाइम लग जाता है एंड क्योंकि शायद

play01:09

आपको लग रहा होगा की आपके पास टाइम कम रह

play01:11

गया सीखने के लिए तो आपको सबसे इजी

play01:13

लैंग्वेज सीखनी चाहिए एंड पाइथन से इजी

play01:16

कोई भी लैंग्वेज नहीं है जो आप सिख सकते

play01:18

हो बिल्कुल इंग्लिश जैसी होती है बहुत ही

play01:20

इजी सिंटेक्स है और आप बिल्कुल मक्खन की

play01:22

तरह उसमें गोल्ड लिख सकते हो

play01:25

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

play01:28

डेवलपमेंट भी कर सकते हो आप कुछ भी कर

play01:30

सकते हो मशीन लर्निंग भी कर सकते हो इमेज

play01:32

प्रोसेसिंग बहुत चीज आप कर सकते हो

play01:34

पॉसिबिलिटीज अरे एंडलेस

play01:38

कर देते हैं कोडिंग सीखते टाइम की वो

play01:40

लंबे-लंबे ट्यूटोरियल वीडियो देखने बैठ

play01:42

जाते हैं वो अपना पूरा टाइम वीडियो देखने

play01:45

में ही लगा देते हैं और खुद से कुछ कोड

play01:47

लिख के देखते नहीं और फाइनली वो कुछ भी

play01:49

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

play01:51

कोडिंग सीखना बहुत मुश्किल है यार मैं

play01:53

सिर्फ तो नहीं सीखी जाएगी तो मैं आपको इस

play01:55

वीडियो में बहुत ही इजी और सिंपल

play01:57

रिसोर्सेस बताने वाला हूं सो आई वुड

play01:59

रिकमेंड की एक वेबसाइट है जिसका नाम है

play02:00

ट्यूटोरियल्स point.com उसे पे बहुत ही

play02:03

सिंपल टर्म्स में सब कुछ एक्सप्लेन किया

play02:04

हुआ है आप वहां पर जाओ आप पढ़ोगे वो क्या

play02:07

समझा रहे हैं और खुद से फिर आप गोल्ड के

play02:10

प्रैक्टिस करो लर्निंग कोड इस ऑल अबाउट आप

play02:12

कितना खुद से प्रैक्टिस करते हो पढ़ते

play02:14

रहने से कुछ नहीं होगा अब 4 महीने वीडियो

play02:16

देखते रहो उससे आप कुछ भी नहीं sikhoge आप

play02:18

10 दिन में जितना खुद से कोड लिखे sikhoge

play02:20

और आपका कॉन्फिडेंस भी बहुत बढ़ेगा उससे

play02:22

और आपको इस स्टेप में पाइथन के सिर्फ

play02:25

बेसिक्स को सीखना है आपको कुछ भी आगे की

play02:27

चीज नहीं सीखनी फालतू चीज नहीं सीखनी वो

play02:30

हम आगे की स्टेप में धीरे-धीरे करेंगे चलो

play02:32

मैं आपको बता ही देता हूं की आपको क्या

play02:34

सीखना है आप यह कहीं लिखकर रख सकते हो या

play02:37

इस वीडियो को लाइक कर लो ताकि ये सेव्ड हो

play02:39

जाए आपकी लाइक वीडियो में ताकि आप बाद में

play02:41

आगे कभी रेफर कर पाऊं तो आपको सीखना है

play02:43

बेसिक सिंटेक्स वेरिएबल टाइप्स बेसिक

play02:46

ऑपरेटर इफ लूप्स डाटा टाइप्स फंक्शंस कैसे

play02:50

बनाते हैं पाइथन में डेट्स इट अगर आपने ये

play02:52

सब सिख लिया दें यू आर डैडी फॉर डी

play02:54

नेक्स्ट स्टेप और ये सीखने में टाइम कितना

play02:56

लग जाएगा देखो अगर आप दिन में दो से तीन

play02:59

घंटे लगाओगे तो 10 दिन में आप इजीली सिख

play03:01

सकते हो क्योंकि पाइथन बहुत ही इजी

play03:03

लैंग्वेज है आप आराम से सिख जाओगे बाकी

play03:05

अगर आप ज्यादा टाइम लगाओगे तो आप उसे

play03:07

जल्दी भी सिख सकते हो और ये सीखने के बाद

play03:09

आपको ये नॉलेज को उसे करना है और अपनी

play03:12

जर्नी का नेक्स्ट स्टेप पे है विच इस डी

play03:14

मोस्ट इंपॉर्टेंट पार्ट ऑफ दिस रोड मैप

play03:16

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

play03:19

एंड आई गो इट

play03:21

90% प्लेसमेंट डिपेंड करती है क्योंकि हर

play03:25

इंटरव्यू राउंड में आपसे डीएसए की

play03:26

प्रॉब्लम तो पूछे ही जाते हैं तो डीएसए

play03:29

सीखने के लिए आपको ऑनलाइन हजारों रोड मैप

play03:32

हजारों गौर से हजारों वीडियो मिल जाएंगे

play03:36

कोशिश होते हैं इनमें बहुत ज्यादा डिफरेंस

play03:39

नहीं होता इट्स अबाउट की आपकी इस क्रिएटर

play03:42

है या किस टीचर से ज्यादा कनेक्ट कर पाते

play03:44

हो किसकी बातों को ज्यादा समझ पाते हो

play03:46

आपको वो कोर्स करना चाहिए चाहे वो फ्री हो

play03:49

चाहे वो पेड़ हो थॉट्स अप तू यू ऐसा ही एक

play03:51

रोड में वीडियो मैंने बनाया था डीएसए के

play03:53

लिए आप वो चेक कर सकते हो उसमें मैंने सब

play03:55

लर्निंग रिसोर्सेस भी शेयर किए हैं

play03:57

एग्जैक्ट प्रॉब्लम्स भी शेयर किए हैं जो

play03:59

आपको करने हैं अगर आपके पास काफी टाइम है

play04:01

तो आप उसमें से सब प्रॉब्लम्स को

play04:03

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

play04:05

बहुत ही कम है तो उसमें एक बेयर मिनिमम

play04:07

वाला सेक्शन है जो प्रॉब्लम्स हैं तो आप

play04:09

सिर्फ 1.5 मिनिमम प्रॉब्लम्स करो बोनस

play04:11

प्रॉब्लम्स को आप मत टच करो फिर लेकिन अगर

play04:13

आपके पास काफी टाइम है तो आप सब

play04:15

प्रॉब्लम्स को करो अगर आपको वो फॉलो नहीं

play04:17

करना तो यूट्यूब पे भी बहुत सारे फ्री

play04:19

कोर्सेज हैं जो की आप देख सकते हो कुछ के

play04:21

लिंक्स में डिस्क्रिप्शन में दल दूंगा और

play04:23

बहुत सारे पेड़ को हैं उनके लिंक भी मैं

play04:25

कुछ डिस्क्रिप्शन में दल दूंगा एंड वैन

play04:27

सर्च अमेजिंग कोर्स आई विल रिकमेंड इस

play04:29

डीएसए कोर्स बाय कोडिंग निंजस मोर दें

play04:31

30000 स्टूडेंट्स मास्टर डीएसएल वेब

play04:34

डेवलपमेंट तू एंड वहां से सिख के बहुत ही

play04:36

सुपर अमेजिंग प्रोजेक्ट्स बनाए हैं वापस

play04:39

बनाए हैं लाइक शॉपिंग कार्ड सोशल मीडिया

play04:40

वेबसाइट एंड चैट इंजन उनकी कोडिंग कोर्सेज

play04:43

विच आर एडिट 4.8 आउट ऑफ फाइव हैव समथिंग

play04:46

फॉर एवरीवन तू लर्न अब बन सकते हो अपने

play04:48

कॉलेज के नेक्स्ट प्रो कोडर एंड यू कैन

play04:50

ज्वाइन कोडिंग मेंस हज अल्युमिनियम

play04:51

नेटवर्क हु आर वर्किंग इन 85 आउट ऑफ 105

play04:54

यूनिकॉर्न कंपनी इन इंडिया सो डोंट मिस

play04:57

आउट ऑन दिस अपॉर्चुनिटी तू लैंड डी टॉप

play04:58

टेक जॉब एंड पार्टिसिपेट इन कोडिंग निंजस

play05:01

स्कॉलरशिप टेस्ट वेयर यू कैन गेट अप तू

play05:03

100% स्कॉलरशिप ऑन डी बेस्ट रेटेड कोडिंग

play05:06

कोर्सेज रजिस्टर नौ फॉर फ्री आते डी लिंक

play05:08

इन डी डिस्क्रिप्शन बिलो एंड इट्स गेट बैक

play05:10

तू डी वीडियो नौ बट आप एक चीज याद रखना की

play05:12

जो भी आप कोर्स पिक कर रहे हो उसको

play05:14

स्टार्ट से लेके एंड तक पूरा खत्म करना अब

play05:17

बीच में से ही किसी और कोस पे जंप मत कर

play05:19

जाना कभी इधर उधर इधर उधर ऐसा मत करना

play05:21

क्योंकि एक कोर्स में पूरा स्टार्ट से एंड

play05:23

तक पूरा सिलेबस होता है लेकिन अगर आप बीच

play05:25

में ही छोड़ के कहीं और चले गए तो आप

play05:27

कहेंगे भी नहीं रहोगे इसी गलती की वजह से

play05:29

बहुत लोग कोडिंग सिख ही नहीं पाते अब बात

play05:32

करते हैं की इसमें कितना टाइम लग देखो

play05:35

डीएससी सीखने में काफी टाइम लगता है

play05:36

ऑनेस्टली बहुत सिंपल चीज नहीं है यह सीखने

play05:39

के लिए तो आपको अराउंड थ्री मंथ्स इसमें

play05:41

स्पेंड करने पड़ेंगे अच्छे से सीखने के

play05:43

लिए बाकी अगर आपके पास टाइम कम है तो आप

play05:45

सिर्फ ऐसे कॉमन प्रॉब्लम्स कॉमन इंटरव्यू

play05:47

क्वेश्चंस देख के जा सकते हो बट अगर आपको

play05:49

अच्छे से सीखना है तो 3 महीने तो लगेंगे

play05:51

की आप एक डीसेंट लेवल पे ए जाओ बाकी

play05:54

डिपेंड्स ऑन आप कितना टाइम देते हो उसको

play05:56

और आप कितना डेडीकेशन से करते हो बट

play05:58

अराउंड 3 महीने राफेल लग जाते हैं एंड डी

play06:01

नेक्स्ट स्टेप इस जो आपको सीखना है वो है

play06:02

वुड्स और ये ऐसी चीज है जो की आगे के

play06:05

स्टेप्स में आपको बहुत कम आएगी स्पेशली

play06:07

डेवलपमेंट में आपको बहुत कम आएगी बस और

play06:09

ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग ये बहुत

play06:12

उसे होने वाला है तो प्लीज इसको ध्यान से

play06:14

सुनना और ध्यान से इसको करना भी एंड कुछ

play06:16

इंटरव्यूज में क्वेश्चन डायरेक्टली भी पूछ

play06:19

लिए जाते हैं तो ये आपको अच्छे से इसलिए

play06:21

करना होगा उसमें आप पढ़ोगे की व्हाट आर

play06:23

क्लासेस व्हाट आर ऑब्जेक्ट्स व्हाट इस

play06:25

पॉलीमोरफ़िज्म इन कैप्सूल बेसिकली आप किसी

play06:28

भी लैंग्वेज का ऑब्जेक्ट

play06:31

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

play06:33

प्लस अलावा पाइथन बट क्योंकि हम पाइथन कर

play06:36

रहे हैं स्टार्टिंग से तो हम पाइथन में ही

play06:38

सीखेंगे

play06:39

तो इसके लिए भी मैं आपको एक बहुत ही सिंपल

play06:42

रिसोर्स रिकमेंड करूंगा जिसका नाम है जावा

play06:44

टी पॉइंट उसमें बहुत ही सिंपल टर्म्स में

play06:46

सभी कॉन्सेप्ट्स को एक्सप्लेन किया हुआ है

play06:48

और आपको इजीली सब कुछ समझ में ए जाएगा

play06:51

इसका भी लिंक आपको डिस्क्रिप्शन में मिल

play06:53

जाएगा यू कैन टेक इट आउट और ये सीखने में

play06:55

टाइम कितना लग जाएगा अगर आप दिन में

play06:57

दो-तीन-चार घंटे दोगे तो आप 15 20 दिन में

play07:00

इजीली सिख सकते हो एंड जब आपने अप सिख

play07:02

लिया दें लेट्स गो तू डी मोस्ट

play07:03

इंटरेस्टिंग पार्ट ऑफ दिस रोड मैप विच इस

play07:06

तू बिल्ड प्रोजेक्ट्स अभी हम मजा आएगा ना

play07:09

आपको डेवलपमेंट सीखने के लिए एंड रिज्यूम

play07:11

में लिखने के लिए कुछ प्रोजेक्ट चाहिए

play07:13

होंगे एटलिस्ट आपका एक प्रोजेक्ट तो होना

play07:15

ही चाहिए बट अगर आप ज्यादा भी बना पाओ

play07:17

इट्स आपको एटलिस्ट एक प्रोजेक्ट की तो फुल

play07:21

नॉलेज होनी चाहिए पूरा स्टार्ट से लेके

play07:23

एंड तक सब कुछ पता होना चाहिए उसके बारे

play07:25

में सो प्रोजेक्ट्स क्या बनाएं सो फर्स्ट

play07:27

थिंग इस क्योंकि मैंने बताया पाइथन एक

play07:29

बहुत ही पावरफुल लैंग्वेज है बहुत सारी

play07:31

लाइब्रेरीज है हम कर सकते हैं पाइथन में

play07:34

तो हम पाइथन की लाइब्रेरीज को उसे करके ही

play07:36

बहुत सारे प्रोजेक्ट्स बना सकते हैं लाइक

play07:38

आप ऑटोमेशन बोर्ड्स बना सकते हो

play07:40

इंस्टाग्राम ट्विटर यह सबके बोट बना सकते

play07:42

हो मैंने एक पुरानी वीडियो में सिखाया भी

play07:45

है की एक इंस्टा का बोर्ड कैसे बनाते हैं

play07:47

यू कैन चेक इट आउट लिंक आपको डिस्क्रिप्शन

play07:49

में मिल जाएगा एंड अलसो पाइथन को उसे करके

play07:51

आप एक यूजर इंटरफेस यूआई भी बना सकते हो

play07:54

तो आप उसको उसे करके काफी छोटी-छोटी गेम्स

play07:57

बना सकते हो जिसे टिक-तक तो सुडोकू इस

play08:00

टाइप की गेम्स आप बना सकते हो आपको मशीन

play08:02

लर्निंग के लिए भी लाइब्रेरीज मिल जाएंगी

play08:04

तो आप म की प्रोजेक्ट्स बना सकते हो आपको

play08:06

इमेज प्रोसेसिंग की भी लाइब्रेरीज मिल

play08:07

जाएंगी तो आप वो उसे करके बहुत

play08:09

इंटरेस्टिंग प्रोजेक्ट बना सकते हो लाइक

play08:11

आप फेज डिटेक्शन टूल बना सकते हो इमेज

play08:13

क्रॉपिंग टूल बना सकते हो यह सब मैं

play08:15

छोटे-छोटे प्रोजेक्ट्स बता रहा हूं

play08:17

क्योंकि आपके पास अभी टाइम कम है लेकिन आप

play08:19

इसको उसे करके बहुत बड़े प्रोजेक्ट्स भी

play08:21

बना सकते हो मैंने पहले एक वीडियो बनाई थी

play08:24

प्रोजेक्ट इतिहास के ऊपर उसका लिंक भी

play08:26

आपको डिस्क्रिप्शन में मिल जाएगा यू कैन

play08:28

चेक इट आउट उसमें मैंने काफी आइडिया बताए

play08:30

हैं जो की आप बना सकते हो सेकंड थिंग आप

play08:32

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

play08:34

पाइथन में बहुत ही इजी फ्रेमवर्क होता है

play08:36

जिसका नाम haijango एंड इट्स वेरी इजी तू

play08:39

लर्न एंड वेरी पावरफुल बहुत कंपनी इसको

play08:41

उसे करती हैं तो अगर आपको ये फ्रेमवर्क

play08:43

आता होगा तो कंपनी स्पा इंप्रेस हो जाएंगी

play08:45

क्योंकि कंपनी इसको ऑलरेडी उसे करती हैं

play08:47

और आप डायरेक्टली किसी कंपनी में जाके

play08:49

वहां पे कम कर सकते हो इसमें क्योंकि आपको

play08:51

ऑलरेडी आता होगा सीखने में टाइम वेस्ट

play08:53

नहीं होगा तो आप बहुत सारी वेबसाइट या वेब

play08:56

बना सकते हो जाgo को उसे करके जैसे आप एक

play08:58

न्यूज़ एग्रीगेटर वेबसाइट बना सकती हो जो

play09:00

की बहुत अलग-अलग सोर्सेस से न्यूज़ लेकर

play09:02

आपकी वेबसाइट पे दिखा दें जिस भी कैटिगरी

play09:05

में यूजर चाहे उसको वहां पे न्यूज़ दिख

play09:07

जाए या जैसे पहले मैंने बताया था आप दिए

play09:10

से लर्निंग रिसोर्सेस का एग्रीगेटर बना

play09:12

सकती हो जैसे अगर आपको स्टैग सीखना है तो

play09:14

उसका बेस्ट रिसोर्स क्या होगा अगर आपको

play09:16

लिंक ले सीखना है तो उसका रिसोर्स क्या

play09:18

होगा तो ये सब का एक एग्रीगेटर आप बना

play09:20

सकते हो आपकी दोस्तों के लिए भी वो यूजफुल

play09:22

होगा आपकी कॉलेज के बाकी लोग भी उसको उसे

play09:24

कर सकते हैं आइडिया से हम बाकी इतिहास

play09:27

मैंने एक और वीडियो में बताएं हैं एंड

play09:29

नेक्स्ट वीडियो जो मैं लेकर ए रहा हूं

play09:30

डेट्स अलसो ऑन कॉलेज प्रोजेक्ट आइडिया और

play09:33

वो सब इतिहास विल बी बेस्ड ऑन चार्ज

play09:35

जीपीडी एपीआई बहुत ही इंटरेस्टिंग इतिहास

play09:37

होने वाले हैं तो प्लीज आप चैनल को

play09:39

सब्सक्राइब करके रखो एंड नेक्स्ट वीडियो

play09:40

देखना मत भूलना आप किसी सोशल मीडिया

play09:42

वेबसाइट का भी क्लोन बना सकते हो इफ यू

play09:45

वांट काफी लोग बनाते हैं बट उसका कुछ

play09:47

ज्यादा उसे होता नहीं है बट थॉट्स अप तू

play09:49

यू सो डेट वाज इट फॉर दिस वीडियो आई होप

play09:51

इट वाज रियली हेल्पफुल तू यू वीडियो अच्छी

play09:52

लगी तो लाइक जरूर कर देना और चैनल को

play09:54

सब्सक्राइब कर देना एंड नेक्स्ट टाइम गुड

play09:56

बाय सी यू सो

play09:58

[संगीत]

Rate This

5.0 / 5 (0 votes)

相关标签
Coding TutorialSelf ConfidenceWeb DevelopmentPython BasicsData StructuresInterview PrepProject IdeasLearning PathOnline CoursesTech Scholarship
您是否需要英文摘要?