The Ultimate Python Programming Roadmap (Before you Start)🐍

CodeWithHarry
24 Apr 202411:39

Summary

TLDRThe video script discusses the potential income disparity among Python developers, attributing it to skill set, company, and experience. It emphasizes the importance of starting with the right path in programming, using platforms like PythonAnywhere and cheat sheets for beginners. The speaker shares insights on overcoming initial programming challenges, setting up environments with services like Replit, and leveraging tools like Git and GitHub. The script also encourages a consistent learning approach, suggesting a 'rule of thumb' for habit formation and project development. It touches on AI's impact on various fields and the importance of adapting to new technologies without abandoning one's learning journey.

Takeaways

  • 💼 The pay scale for Python developers varies significantly, from ₹2 lakh to ₹10 lakh per annum, depending on skill set, company, and experience.
  • 🔍 The choice of programming language and the company one works for greatly influence the salary.
  • 💡 Before starting to learn Python, it's essential to have confidence and the right approach to avoid common beginner's doubts.
  • 📜 Python was named after the 'Monty Python's Flying Circus' show, not because of the snake.
  • 📝 Use cheat sheets to avoid memorizing syntax, which is particularly helpful for beginners in any language or framework.
  • 🌐 Online services like repl.it and pythonanywhere.com are recommended for coding, especially if there are issues with setting up the development environment on a personal computer.
  • 🏃 Consistency is key: commit to coding daily for 20 days to build a habit, similar to exercising regularly.
  • 🔄 It's okay to take breaks or skip a few days if necessary, but aim to complete the learning journey.
  • 🕹️ Start with simple projects like a basic calculator or a game to solidify your understanding of Python.
  • 🛠️ Learn and use Git and GitHub to manage and push your code, even for basic projects.
  • 📚 If a particular technology is difficult to understand in one language, try learning it in another language or through a different course, like Dr. Angela Yu's course on Udemy.
  • 🚀 Tools like GitHub Copilot can significantly enhance coding efficiency but should be used after gaining some foundational knowledge.
  • 🧑‍💻 Explore free alternatives and resources available for students, such as the GitHub Student Pack.
  • 🌟 Stay committed to your learning path, adapt as needed, and leverage various resources and tools to support your journey.

Q & A

  • What is the main topic discussed in the video script?

    -The main topic discussed in the video script is learning Python programming and the various aspects related to it, including differences in salary based on skillset, experience, and the company one works for.

  • What is the significance of the '100 Days of Code' challenge mentioned in the script?

    -The '100 Days of Code' challenge is a commitment to learning and practicing coding for 100 days straight, which helps in building a strong foundation in programming and developing a consistent learning habit.

  • What advice does the script give for beginners who are struggling to start learning programming?

    -The script advises beginners to start learning without overthinking and to commit to the '100 Days of Code' challenge to build confidence and gain momentum in their learning journey.

  • What is the role of cheat sheets in learning programming according to the script?

    -Cheat sheets are recommended as a helpful tool for learners to quickly reference syntax and commands without needing to memorize everything, making the learning process more efficient.

  • Why does the script suggest using a service like PythonAnywhere.com for learning Python?

    -PythonAnywhere.com is suggested as it allows learners to write and run Python code in the browser, making it convenient for learning and practicing without needing to set up a local programming environment.

  • What is the importance of learning Git and GitHub for programmers as per the script?

    -Learning Git and GitHub is important as they are essential tools for version control and collaboration in software development, allowing programmers to manage and share their code effectively.

  • How does the script address the concern of AI taking over jobs in the programming field?

    -The script clarifies that while AI is entering various fields, it does not mean that everyone should stop their current work. Instead, it encourages continuous learning and adaptation to new technologies.

  • What is the 'Rule of Thumb' mentioned in the script and how does it apply to learning programming?

    -The 'Rule of Thumb' mentioned in the script suggests committing to an activity for 20 days straight to form a habit. In the context of programming, it encourages learners to consistently practice coding to internalize the skill.

  • What additional tools or resources are suggested in the script for enhancing the programming learning experience?

    -The script suggests using tools like PythonAnywhere.com for coding, Git and GitHub for version control, and cheat sheets for quick references. It also mentions the possibility of using AI code suggestions tools like GitHub Copilot for advanced programming assistance.

  • How does the script handle the issue of learning barriers for those who are stuck on a particular technology or concept?

    -The script recommends trying to learn the difficult concept in a different language or dialect if it's not making sense in one's primary language, suggesting a course by Dr. Angela Yu on Udemy as a resource for English language learning.

  • What is the script's stance on taking breaks during the '100 Days of Code' challenge?

    -The script acknowledges that it's okay to skip a few days if other commitments arise, but it emphasizes the importance of not completely giving up on the challenge, suggesting at least a 4-day commitment per week.

Outlines

00:00

💼 Python Salary Insights and Getting Started

This paragraph discusses the variability in Python developers' salaries, emphasizing that the pay scale depends on factors such as skill set, company, and experience. The speaker advises beginners to confidently start their journey with Python by sharing motivational tips and common challenges. Additionally, it touches on Python's historical context and importance in programming.

05:00

🔄 Commitment to Learning Python

Here, the focus is on the importance of committing to a consistent learning routine, specifically the '100 Days of Code' challenge. The speaker encourages learners to complete at least the first 20 days without worrying about salaries or the impact of AI on jobs. Practical advice includes starting with simple projects and gradually advancing, while also learning to use Git and GitHub for version control.

10:02

📚 Tools and Resources for Python Learning

This paragraph highlights essential tools and resources for Python learners, such as Repl.it for coding on-the-go and GitHub Copilot for AI-assisted coding. The speaker recommends starting with basic projects and emphasizes the value of using cheat sheets to remember syntax. The importance of adapting learning methods to suit individual needs, including switching between languages if necessary, is also discussed.

Mindmap

Keywords

💡Python

Python is a high-level, interpreted programming language known for its readability and concise syntax. In the context of the video, it is the primary language being discussed, with the speaker mentioning Python2 and Python3, indicating different versions of the language. The script suggests that the choice of Python can affect one's career and salary prospects.

💡Experience

Experience refers to the knowledge, skill, and practice acquired by someone over time in a particular area. The video script mentions that the scale of one's salary can depend on their level of experience in a company, emphasizing the importance of time spent in the field for career growth.

💡PythonAnywhere

PythonAnywhere is an online integrated development environment (IDE) and web hosting service for Python applications. The speaker recommends PythonAnywhere as a platform to start learning and practicing Python, suggesting it as a tool to help beginners get on the right path.

💡Syntax

Syntax refers to the set of rules governing the structure of code in a programming language. The script mentions that for beginners, remembering syntax can be challenging, and a cheat sheet can be helpful to overcome this hurdle.

💡Environment Setup

Environment setup in programming involves configuring the necessary tools and settings for writing and running code. The video script addresses common issues faced by beginners when setting up their programming environment and suggests using services like PythonAnywhere to simplify the process.

💡Code Editor

A code editor is a type of software that is used for editing source code. The speaker mentions the use of a mobile app for PythonAnywhere and Replit, indicating that one can write and edit code on-the-go using these tools.

💡AI (Artificial Intelligence)

AI refers to the simulation of human intelligence in machines that are programmed to think like humans and mimic their actions. The script discusses the advent of AI and its impact on various fields, suggesting that while AI is permeating many areas, it does not mean that everyone should abandon their current work to learn AI.

💡100 Days of Code

The '100 Days of Code' is a popular online challenge that encourages beginners to code for a hundred consecutive days to improve their skills. The speaker mentions this challenge as a commitment to learning programming, emphasizing the importance of consistency and dedication.

💡Git and GitHub

Git is a version control system used for tracking changes in source code during software development. GitHub is a platform built on Git that allows developers to share and collaborate on code. The script suggests learning Git and GitHub as essential skills for managing and sharing code, with a mention of GitHub Copilot as a tool for AI code suggestions.

💡Project

In the context of programming, a project refers to a piece of software or a set of related programs being developed. The speaker advises creating simple projects, such as a snake water game, as a way to practice and apply the skills learned during the '100 Days of Code' challenge.

💡Code Repository

A code repository is a storage location where the code of a project is stored, often used for collaborative development. The script mentions saving one's code in a repository on GitHub as a way to keep a record of work and make it accessible for future reference.

Highlights

Differences in Python2 and Python3 salary scales, with an average Python2 developer earning up to 10 lakhs.

The importance of skill set and company in determining salary levels for developers.

The significance of choosing the right programming language for career growth.

The introduction to PythonAnywhere.com as a platform for learning and development.

Boosting confidence and finding the right path in programming through the speaker's guidance.

The history of Python's name origin from the show 'Monty Python's Flying Circus'.

Python's ranking in the top programming languages from 2010 to 2021 according to the TIOBE index.

The necessity of understanding basic programming instructions for communicating with computers.

Overcoming the fear of starting and the importance of taking the first step in programming.

The recommendation of using cheat sheets to aid in learning programming without memorizing syntax.

Solving environment setup problems by using services like Replit.

The advantages of using Replit's mobile app for coding on-the-go.

The impact of AI on various fields and the importance of adapting to new technologies.

The 'Rule of Thumb' for learning new skills, emphasizing consistent practice over 20 days.

The benefits of committing to the '100 Days of Code' challenge for mastering programming.

Creating simple projects like a snake water gun game to practice programming skills.

The importance of learning Git and GitHub for version control and collaboration.

Recommendations for additional tools like Git Copilot to assist in coding and development.

The availability of free alternatives like 'Lamacode' for those interested in machine learning.

The 'Git Student Pack' offering free access to various software tools for students.

The speaker's personal experience with the '100 Days of Code' challenge and its impact on learning.

The encouragement to continue learning even when faced with difficulties in understanding certain topics.

Transcripts

play00:00

एक एवरेज python2 से ₹ लाख पर एनम कमाता

play00:04

है अब आप लोग सोच रहे होंगे कि यार इतना

play00:06

ज्यादा डिफरेंस क्यों है 2 लाख कहां 10

play00:07

लाख कहां तो बेसिकली ये जो पे स्केल है ये

play00:10

स्किल सेट पे डिपेंड करता है आप कौन सी

play00:12

कंपनी में काम कर रहे हैं इस पर डिपेंड

play00:13

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

play00:15

इस पर भी डिपेंड करता है अब आपने मान लो

play00:17

अपनी लैंग्वेज चुन ली आपने कहा कि मैं

play00:19

pythonanywhere.com

play00:30

जाकर टाइम में तो मैं कैसे करता आप लोगों

play00:31

को कुछ ऐसी बातें बताऊंगा कि स्टार्ट करने

play00:33

से पहले आप लोगों को सही रास्ता मिलेगा

play00:36

कॉन्फिडेंस बूस्ट मिलेगा फिर कोई भी

play00:37

दिक्कत अगर आप लोगों को लग रही है कभी-कभी

play00:39

होता है ना मन में कि यार मैं क्या ये गलत

play00:40

कर रहा हूं क्या ये सही कर रहा हूं तो इस

play00:42

वीडियो को देखना आप लोग अपनी

play00:48

[संगीत]

play00:52

python2 में डेवलप किया था वो मंटी पाइथन

play00:54

सर्कस नाम का शो देख रहे थे जिसकी वजह से

play00:56

उन्होंने इसका नाम पाइथन दिया ये भी नहीं

play00:58

बताऊंगा कि मार्च 2020 4 की ओबी इंडेक्स

play01:01

के हिसाब से पाइथन एट द टॉप एंड

play01:07

python27 में 2010 में 2018 में 2021 में

play01:11

2020 में भी मिला है अब देखो यार अगर आप

play01:13

लोग स्टार्ट कर रहे हो अपनी

play01:29

होता है प्रोग्रामिंग बेसिकली एक भाषा है

play01:31

जिसके थ्रू हम कंप्यूटर को ये बता रहे हैं

play01:33

कि यार आपको क्या करना है कंप्यूटर से हम

play01:36

ये नहीं कह सकते कि यार दो नंबर्स को सम

play01:38

कर दो जोड़ लो ये सब नहीं समझता है

play01:39

कंप्यूटर उसको स्पेसिफिक इंस्ट्रक्शन

play01:41

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

play01:44

दूसरा नंबर है इन दोनों के साथ क्या करना

play01:45

है तो अगर आप लोगों को स्टार्ट करने में

play01:47

प्रॉब्लम आ रही है तो मैं आपसे यही कहूंगा

play01:49

कि आप स्टार्ट कर दो बहुत सारे लोग ये

play01:51

सोचते रहते हैं यार मेरे से स्टार्ट नहीं

play01:52

हो रहा मुझे समझ में नहीं आ रहा क्या करना

play01:54

है क्या नहीं करना है एक चीज जो वो नहीं

play01:55

करते हैं वो ये है कि वो स्टार्ट नहीं

play01:57

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

play01:58

100 डेज ऑफ कोड का कोर्स जो

play02:00

pythonanywhere.com

play02:29

आप लोग फिर उसको यूज़ करो चीट ट से फायदा

play02:32

क्या होता है कि आप लोग को रट्टा लगाने की

play02:33

जरूरत नहीं है क्योंकि जब हम बिगनर होते

play02:35

हैं हम लोग स्टार्ट कर रहे होते हैं

play02:36

प्रोग्रामिंग तो हमको सिंटेक्स याद नहीं

play02:38

रहता है और ऐसे में एक चीटशीट अगर आप लोग

play02:39

साइड में रखते हो और ये चीज आप लोग किसी

play02:41

भी लैंग्वेज के लिए किसी भी फ्रेमवर्क के

play02:43

लिए किसी भी टेक्नोलॉजी के लिए अप्लाई कर

play02:44

सकते हो अगर आप लोगों के पास चीटशीट होगी

play02:46

तो आपको रट्टा लगाने की जरूरत नहीं पड़ेगी

play02:48

अब बहुत सारे लोग कहते हैं कि यार मुझे

play02:50

प्रोग्राम को सेट करने में प्रॉब्लम आ रही

play02:52

है एनवायरमेंट सेट मेरा नहीं हो रहा है

play02:53

मेरा प्रोग्राम रन ही नहीं हो रहा है मैं

play02:55

करूं क्या तो ऐसे में मैं रिकमेंड करूंगा

play02:57

आप रलेट जैसी सर्विस का प्रयोग करें अब

play02:59

जरूरी नहीं है आप लेट का ही प्रयोग करें

play03:01

आप किसी भी सर्विस का प्रयोग कर सकते हैं

play03:02

लेकिन वो रिलायबल सर्विस होनी चाहिए जैसे

play03:03

कि rep.com एक रिलायबल सर्विस है मैंने

play03:05

100 डेज ऑफ कोड में लेट का यूज़ किया है

play03:07

लेट की अपनी एक मोबाइल ऐप भी है वो भी आप

play03:09

डाउनलोड कर सकते हैं या फिर लेट जैसा कोई

play03:11

दूसरा प्लेटफार्म आ जाता है आप वो पकड़

play03:12

सकते हो यहां पर ऐसा नहीं है लेट यूज करना

play03:14

है लेकिन मैंने पर्सनली लेट बहुत ज्यादा

play03:16

यूज़ किया आज भी करता हूं मेरा लेट में

play03:18

कोड पड़ा रहता है और मैं लेट में जो अपना

play03:20

कोड है देख लेता हूं फोन में भी कहीं मैं

play03:22

ट्रेवल कर रहा हूं फोन में कोडिंग कर सकते

play03:23

हो आप रलेट की सहायता से हां इनकन्वेनिएंट

play03:25

रहता है मैं आपको बता रहा हूं वो लैपटॉप

play03:27

वाली फीलिंग नहीं आती है समथिंग इज बेटर

play03:29

देन नथिंग वाला प्रिंसिपल अगर मैं यहां पर

play03:30

लगाऊं तो मुझे अपने फोन में कम से कम अपना

play03:32

कोड प्लान करने का टाइम मिल जाता है और ये

play03:34

बात सिर्फ

play03:58

pythonanywhere.com नहीं मैं कुछ और कर

play04:00

लूं या फिर एआई आ गया है मुझे करने की

play04:02

जरूरत भी है कि देखो आपने ठान लिया ना

play04:04

करने का तो आप करो एआई आ गया है इसका मतलब

play04:07

ये नहीं है कि एआई सबकी जॉब्स खा लेगा फिर

play04:08

एआई आ गया है तो एआई तो सारी फील्ड्स में

play04:10

आ रहा है ना क्या इसका मतलब ये है कि जो

play04:12

भी लोग इस तरह का काम कर रहे हैं उनको

play04:13

अपना काम छोड़ देना चाहिए नहीं यार ऐसा

play04:15

नहीं है हर फील्ड में एआई घुसेगा लेकिन आप

play04:17

जो काम कर रहे हो अब आपने ठान लिया आपको

play04:19

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

play04:21

नहीं दे सकते अपने आप को ऐसे में मैं आप

play04:22

लोगों को एक रूल ऑफ थम देता हूं कोई भी

play04:24

चीज आप लोग सीख रहे हो ना आपको ये रूल ऑफ

play04:26

थम डेफिनेटली बहुत ज्यादा यूजफुल होने

play04:27

वाला है आपके लिए ये रूल ऑफ थम बेसिकली ये

play04:29

कहता है कि 20 दिन तक आप लोग को क्या करना

play04:31

है कि उस चीज को करते रहना है करते रहना

play04:33

है करते रहना है ऐसे करते रहना है जैसे कि

play04:35

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

play04:37

सुबह को आप मॉर्निंग वॉक के लिए जाते हो

play04:38

दौड़ने के लिए जाते हो किसी को पसंद नहीं

play04:40

होता है एक्सरसाइज करना इनफैक्ट मोस्ट ऑफ

play04:41

द पीपल को पसंद नहीं होता है फिर उसके बाद

play04:43

21वें दिन 22वें दिन जब आप नहीं जाते हो

play04:45

जिम या नहीं जाते हो एक्सरसाइज करना तो

play04:47

आपको खुद को लगता है कि यार समथिंग इज

play04:49

मिसिंग इन द लाइफ तो ये वाली फीलिंग आपको

play04:51

आने लगती है और आप एंजॉय करने लगते हो इस

play04:53

चीज को और उसके बाद जब आपको उसका फल मिलने

play04:55

लगता है एक्सरसाइज का जैसे कि आपको अपने

play04:57

हेल्थ बेनिफिट्स देखने को मिलते हैं आपको

play04:58

अच्छा फील होने लगता है तो आपको कहीं ना

play05:00

कहीं वो चीज वर्थ इट लगने लगती है इसीलिए

play05:02

मैं कहता हूं कि आप मेरे 100 डेज ऑफ कोड

play05:04

के 20 दिन को बिना सोचे समझे बिना एआई के

play05:06

ख्याल अपने दिमाग में लाओ ना ही इस बात का

play05:09

ख्याल लाओ अपने दिमाग में कि सैलरी कितनी

play05:10

मिलेगी मुझे ये सब मत सोचो यार 20 दिन तक

play05:13

कमिटमेंट दे दो python2 दिन में 100 डेज

play05:16

ऑफ कोड के ऑलमोस्ट सब कुछ पूरा करा दिया

play05:18

है एज फार एज बेसिक्स इज कंसर्न ठीक है

play05:20

वैसे तो 100 दिन है बट बेसिक्स मैंने इतने

play05:22

करा दिए आपको कि आप खुद से प्रोग्राम्स

play05:24

बना पाओगे एक और आप लोगों को अनपॉज सी बात

play05:26

बताता हूं मैं देखो मैंने जब 100 डेज ऑफ

play05:28

कोड कराया था तो मैंने लगातार 100 दिन

play05:30

पढ़ाया था आप लोगों को एक भी दिन मिस नहीं

play05:32

किया था मेरी लाइफ में बहुत कुछ चल रहा था

play05:33

काम था अपना पर्सनल लाइफ थी मैंने

play05:35

कमिटमेंट दे दिया था आपसे मैंने कहा था

play05:37

100 डेज लगातार आएंगे वीडियोस लगातार आए

play05:39

थे लेकिन इसका मतलब ये नहीं है कि यार

play05:40

आपकी लाइफ में अगर कुछ चल रहा है तो आप भी

play05:42

उसको 100 डेज में देखो मतलब मैं आपसे ये

play05:44

कह रहा हूं कि अगर आप कहीं और जॉब करते हो

play05:46

या आप पढ़ते हो या आप कुछ और काम करते हो

play05:48

आप स्किप कर सकते हो कुछ दिन इट्स टोटली

play05:50

फाइन कम से कम आप दो से चार दिन स्किप

play05:52

करोगे ये बेटर होगा उससे कि आप छोड़ ही दो

play05:54

कोर्स को आप कहोगे यार मैं कर ही नहीं रहा

play05:56

इट्स टोटली फाइन आप थोड़ा टाइम अपने आप को

play05:58

दो एंड कम कंप्लीट करने का टारगेट लगाओ आप

play06:01

लोग अब एक बार आपने ये 20 दिन पूरे कर लिए

play06:03

तो उसके बाद मैं आप लोगों को सजेस्ट

play06:05

करूंगा कि बेसिक प्रोजेक्ट्स बनाओ सिंपल

play06:06

वाले प्रोजेक्ट्स बनाओ जैसे कि स्नेक वाटर

play06:08

गन का गेम आप लोग बना सकते हो और भी बहुत

play06:10

सारे बेसिक गेम्स है जो आप बना सकते हो एक

play06:12

सिंपल प्रोग्राम लिख दो यार आप इनपुट दे

play06:14

रहे हो कुछ और आपको आउटपुट मिल रहा है एक

play06:16

बेसिक कैलकुलेटर बनाओ और उसको अपने गेट अप

play06:18

पे पुश करो अब बहुत सारे लोग कहेंगे यार

play06:20

बेसिक सी चीज को गेट अप पे पुश नहीं कर

play06:21

रहे है लेकिन नहीं आप जब अपनी पाइथन

play06:23

लर्निंग कर रहे हो ना गिट एंड गेट हब को

play06:25

सीखो जिसके बारे में मैं अभी आगे थोड़ी

play06:26

देर में बात करूंगा कैसे करना है ये लेकिन

play06:28

आप अपने को को अपने कंप्यूटर में सबसे

play06:31

पहले सेव करो और उसके बाद उसको गेट और गिट

play06:33

हब पे सेव करने का प्लान बनाओ इससे क्या

play06:35

होगा कि आप लोगों को बहुत ही इजली समझ में

play06:37

आएगी चीजें फ्यूचर में कभी भी आपको उस कोड

play06:39

का रेफरेंस लेना है तो आप उसका रेफरेंस ले

play06:41

सकते हो अपनी कोड रिपोजिटरी का रेफरेंस आप

play06:43

लोग ले सकते हो अच्छा एक बात और मैं आप

play06:45

लोगों से करना चाहता हूं और वो ये है कि

play06:46

कभी-कभी कुछ लोगों को क्या है कि देखो आप

play06:48

लोग कोड विद हैरी से देखते हो आपको अच्छा

play06:50

लगता है कोड विद हैरी आपने बहुत सारी

play06:51

चीजें सीखी लेकिन फॉर सम रीजन मान लो एक

play06:54

पर्टिकुलर टेक्नोलॉजी है वो आपको कहीं ना

play06:56

कहीं समझ में नहीं आ रही है और वो आपसे हो

play06:57

ही नहीं पा रही है एंड इट्स टोटली नॉर्मल

play06:59

ये बात आप लोगों को बहुत कम लोग बताएंगे

play07:01

मैं अपने कोर्स के बारे में ऐसा बोल रहा

play07:03

हूं आप लोग को थोड़ा अजीब लगेगा लेकिन कभी

play07:04

भी आपको ऐसा लगता है कि यार ये चीज मुझे

play07:06

हिंदी में समझ में नहीं आ रही यार मुझे

play07:08

इंग्लिश में ट्राई करना चाहिए यार मुझे

play07:09

कहीं ना कहीं इंग्लिश में अगर मैं करूंगा

play07:11

तो मुझे लग रहा है अच्छा हो सकता है इट्स

play07:13

टोटली फाइन मैं आप लोगों को इंग्लिश का एक

play07:14

कोर्स बताता हूं डॉक्टर एंजला यू का कोर्स

play07:16

है वो और यूमी पे आप लोगों को पेड मिलेगा

play07:18

वो कोर्स हां ये कॉम्प्रोमाइज आपको करना

play07:20

पड़ेगा बहुत सारे लोग ऐसे हैं जिनकी

play07:22

प्राइमरी लैंग्वेज हिंदी नहीं है और उनको

play07:24

हिंदी बहुत अच्छे से समझ में नहीं आती है

play07:25

लेकिन उनको मेरा पढ़ाया वो बहुत समझ में

play07:27

आता है सिर्फ इसलिए वो देखते हैं तो अगर

play07:28

आपको फॉर सब रीजन एक टेक्नोलॉजी समझ में

play07:30

नहीं आ रही है आप ट्राई कर सकते हो ये

play07:31

वाला कोर्स जो कि एंजेला यू का यूमी का

play07:34

कोर्स है मैं इसका लिंक डाल दूंगा

play07:35

डिस्क्रिप्शन में काफी मजेदार कोर्स है

play07:37

अगर फॉर सम रीजन आप बिल्कुल ही स्टक हो

play07:38

चुके हो आपसे आगे बढ़ा ही नहीं जा रहा है

play07:40

तब मैं आपको ये चीज रिकमेंड कर रहा हूं तो

play07:42

कहीं ना कहीं आप लोगों को अपनी लर्निंग को

play07:44

नहीं रोकना है कुल मिला के ये कह रहा हूं

play07:45

और अपने कोर्स के बारे में ये बात कोई

play07:46

नहीं बोलता है कि यार मेरे कोर्स से समझ

play07:48

में नहीं आया तो यहां से पढ़ लो वहां से

play07:49

पढ़ लो लेकिन मैं ये बात बोलूंगा और मैं

play07:51

आपको बता रहा हूं कि कभी-कभी ऐसा होता है

play07:53

कि चीजें आपको समझ में नहीं आ रही है फॉर

play07:55

एनी रीजन इट इट इट माइट नॉट बी मी इट माइट

play07:57

बी यू लेकिन उसके बाद भी अगर आप आप लोग

play07:59

अपनी लर्निंग को बरकरार रखोगे चीजों को

play08:02

नहीं रोकोगे दैट इज गोइंग टू वर्क इन योर

play08:04

फेवर अब मैं टॉपिक की बात करूं तो मैंने

play08:06

आप लोगों को बताया कि 20 दिन में आप लोग

play08:07

बेसिक्स सीख सकते हो जिसमें कि ये टॉपिक्स

play08:09

आते हैं और इन टॉपिक्स को सीखने के बाद आप

play08:12

लोग धीरे-धीरे धीरे-धीरे एडवांस सीखो नहीं

play08:14

तो आप लोग पाच दिन का ब्रेक ले सकते हो

play08:16

जिसमें आप अपने मनपसंद के प्रोजेक्ट्स बना

play08:17

सकते हो और उसके बाद कंटिन्यू कर सकते हो

play08:19

100 डेज ऑफ कोड 100 डेज ऑफ कोड में मैंने

play08:21

सारे टॉपिक्स को ऑर्डर में पढ़ाया है

play08:23

प्रोजेक्ट्स के साथ प्रैक्टिस क्वेश्चंस

play08:25

के साथ तो टॉपिक्स बताकर मैं यहां पर टाइम

play08:27

वेस्ट नहीं करूंगा बट मैं आप लोगों को एक

play08:28

पीडीएफ डाउनलोड दे दूंगा इस वीडियो के साथ

play08:30

जिसको आप लोग डाउनलोड कर सकते हो और उसमें

play08:32

आप लोगों को सारे टॉपिक्स देखने को

play08:33

मिलेंगे तो आप लोगों के लिए बहुत इजी हो

play08:35

जाएगा इंस्टेड ऑफ मी न अरेटिंग द टॉपिक आप

play08:36

लोग उस पीडीएफ को देख लेना इसके बाद कुछ

play08:38

एडिशनल टूल्स जो कि आप लोगों के हाथ में

play08:41

होने चाहिए आप लोगों को पता होना चाहिए उन

play08:42

चीजों के बारे में सबसे पहले रफलेट जैसा

play08:44

एक टूल रखो अपने पास आप लोग अगर अपने

play08:45

प्राइमरी कंप्यूटर में कोड नहीं करना

play08:47

चाहते हैं आपका प्राइमरी कंप्यूटर अच्छा

play08:48

नहीं है या फिर आपके पास एक्सेस नहीं है

play08:50

कंप्यूटर का हमेशा नहीं होता है कभी-कभी

play08:52

होता है तो आप फोन में लेट की ऐप इंस्टॉल

play08:54

कर लो कंप्यूटर में आप लोग रफलेट चला लो

play08:55

आप लोग उसको यूज कर सकते हो ठीक है दूसरी

play08:57

चीज आप गिट एंड गिट हप सीखो अब गिट एंड

play08:59

गिट अप में मैं ये नहीं कह रहा हूं कि आप

play09:01

python2 अप सीखना शुरू कर दो गिट एंड गिट

play09:04

अप इतना सीख लो कम से कम आप कोड पुश कर लो

play09:06

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

play09:07

बताया है कि किस तरह से आप लोग सिर्फ 10

play09:09

मिनट में गेट एंड गेट अप में कोड पुश कर

play09:10

सकते हैं उस वीडियो को आप लोग देख लेना

play09:12

इसके बाद गेट हब कोपायलट नाम का एक

play09:14

सॉफ्टवेयर है एक कमाल का सॉफ्टवेयर है जो

play09:16

कि आप लोगों को एआई कोड सजेशंस देता है

play09:18

इनिशियली मैं आप लोगों को ये रिकमेंड नहीं

play09:20

करूंगा 50 दिन कंप्लीट करने के बाद जब आप

play09:22

बड़े प्रोजेक्ट्स बना रहे हैं तब आप गिट

play09:24

अप कोपायलट का यूज़ करोगे और गिट अप

play09:25

कोपायलट का जब आप लोग इस्तेमाल कर रहे हो

play09:27

तो आप लोग को ये एआई कोड सजेशन देगा जिससे

play09:30

कि आप लोगों की सॉफ्टवेयर डेवलपमेंट की

play09:32

स्पीड बहुत तेज हो जाती है एज अ बिगनर या

play09:33

इंटरमीडिएट प्रोग्रामर जब आप 100 डेज ऑफ

play09:35

कोड कर रहे हो तो उसको यूज़ मत करना मैंने

play09:37

भी नहीं किया है लेट में आई थिंक पेड

play09:39

प्लान है एक जिसकी वजह से आपको मिल सकता

play09:41

है लेट के अंदर भी है बट ये सब चीजें आप

play09:43

लोग एक्सप्लोर कर लेना मैं बस यहां पर ये

play09:44

चाहता हूं कि आप लोगों को इन सब चीजों के

play09:46

बारे में पता हो किट अप कोपायलट का एक

play09:47

फ्री अल्टरनेटिव है लामा कोडर उसके लिए

play09:49

थोड़ी मशीन आपको अच्छी चाहिए आपकी मशीन

play09:51

पावरफुल होनी चाहिए उसका वीडियो मैंने बना

play09:53

रखा है ये वाला वीडियो आप देख लेना अगर आप

play09:54

इंटरेस्टेड हो तो गिट अप को पायलट मैं

play09:56

दोबारा बता दूं पेड है लेकिन गट अप का एक

play09:58

स्टूडेंट प्रोग्राम होता है है जिसके तहत

play10:00

आपको ये फ्री में मिल जाएगा और भी बहुत

play10:01

सारी चीजें आपको फ्री में मिलेंगी जैसे कि

play10:03

डिजिटल ओन जहां पर आप लोग अपनी

play10:08

python-tk में मैं यहां पर आप लोगों को

play10:10

दिखा दूंगा स्क्रीन पर कौन-कौन सी चीजें

play10:11

हैं जो कि मिलती हैं गब स्टूडेंट पैक में

play10:13

अगर आपके पास डट ईडी की ईमेल आईडी है तो

play10:16

आपको फ्री ऑफ कॉस्ट देखने को मिलता ही है

play10:17

अब ये सारे टूल्स को अपने हाथ में लेने से

play10:20

पहले आप लोगों को यह बात समझनी पड़ेगी कि

play10:22

यार आप प्राइमर

play10:25

python's में मत डूब जाना जाके python3

play10:29

और जैसे-जैसे आप लोग

play10:50

python-pip बर्ड गेम फ्रॉम स्क्रैच बिल्ड

play10:53

करके दिखाया है वो आप लोग देख लेना वीडियो

play10:55

जाकर इसके बाद इंडियन रेलवे का अनाउंसमेंट

play10:57

सिस्टम हम लोगों ने बताया

play10:59

फिर इसके बाद हमने एक डीआरएस सिस्टम भी

play11:01

बनाया pythonanywhere.com

play11:29

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

play11:30

पीडीएफ भी आप लोगों को डिस्क्रिप्शन में

play11:32

दे दूंगा आई होप दिस वीडियो वाज हेल्पफुल

play11:34

थैंक यू सो मच गाइ फॉर वाचिंग दिस वीडियो

play11:36

एंड आई विल सी यू नेक्स्ट टाइम

Rate This

5.0 / 5 (0 votes)

Связанные теги
Python LearningCoding TipsConfidence BoostPractical CodingSkill DevelopmentTech EducationCareer GrowthOnline TutorialProgramming AdviceCode Environment
Вам нужно краткое изложение на английском?