Skip to main content
6 answers
6
Asked 424 views

best thing i have to do to learn python ?

best thing i have to do to learn python ?

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

6

6 answers


2
Updated
Share a link to this answer
Share a link to this answer

Doc’s Answer

PYTHON.ORG - When it comes to learning Python, nothing beats the official docs, the official website of Python.org is an excellent starting point. It provides a wealth of resources, including tutorials, documentation, and guides suitable for beginners and advanced learners alike. The Python documentation is super beginner friendly and is renowned for its clarity and completeness, making it an invaluable resource for understanding the language’s syntax, standard library, and best practices.

CODECADEMY.COM - Codecademy offers an interactive and hands-on approach to learning Python. Even without paying for Codecademy pro, their Python course provides step-by-step instructions and practical coding exercises to help you grasp the fundamentals of Python programming. One of the best feature is it’s interactive platform which encourages active learning, allowing you to write and run code directly in the browser while receiving instant feedback.

COURSERA.ORG - Coursera hosts a wide range of Python courses, including offerings from renowned universities like the University of Michigan and the University of Toronto. The “Python for Everybody” specialization by the University of Michigan is highly recommended for beginners, covering everything from basic programming concepts to web scraping and database integration.

EDX APP - edX is another popular online learning platform that offers Python courses from leading universities and institutions. The “Introduction to Computer Science and Programming Using Python” course by MIT is a standout option for beginners. It introduces Python programming from scratch and explores various computational problem-solving techniques.

No matter how many videos you watch, or how much you read, if you really want to get hands-on and more from being a beginner to an intermediate developer, and further go on to become an expert. You will have to do a lot of practice.

Hope this was helpful Sofia
Thank you comment icon Thank You Chanice, it only takes around two to six months to learn the fundamentals of Python. Give it a try and you'll find you've learned enough to write your first short program in a matter of minutes. Doc Frick
2
0
Updated
Share a link to this answer
Share a link to this answer

ALEJANDRA’s Answer

To learn Python effectively, consider the following steps:

Set Clear Learning Goals: Determine why you want to learn Python and what you hope to achieve with your newfound skills. Setting specific, measurable goals will help guide your learning journey.
Choose Quality Learning Resources: Select high-quality learning resources that suit your learning style. Options include online tutorials, books, video courses, interactive coding platforms, and coding bootcamps. Some popular resources for learning Python include Codecademy, Coursera, edX, Udemy, and the official Python documentation.
Start with Fundamentals: Begin by learning the fundamentals of Python, including variables, data types, control structures (if statements, loops), functions, and basic syntax. Focus on building a solid understanding of these core concepts before moving on to more advanced topics.
Practice Regularly: Practice coding regularly to reinforce your understanding of Python concepts and improve your programming skills. Work on coding challenges, small projects, and exercises to apply what you've learned and build confidence in your abilities.
Work on Projects: Build projects that interest you to apply your Python skills in real-world scenarios. Projects could include web development, data analysis, automation scripts, games, or anything else that aligns with your interests and goals. Working on projects will help you gain practical experience and showcase your abilities to others.
Seek Feedback and Collaboration: Seek feedback from peers, mentors, or online communities to improve your coding skills and learn from others. Participate in coding forums, meetups, hackathons, or online communities such as Stack Overflow, Reddit, or GitHub to collaborate with others and gain insights from experienced developers.
Explore Advanced Topics: Once you're comfortable with the basics, explore more advanced topics in Python such as object-oriented programming, modules and packages, file I/O, databases, web development frameworks (e.g., Django, Flask), data science libraries (e.g., NumPy, Pandas), or machine learning.
Stay Persistent and Patient: Learning Python (or any programming language) takes time and practice, so stay persistent and patient throughout your learning journey. Don't get discouraged by challenges or setbacks, and keep pushing yourself to learn and improve.
Review and Reflect: Regularly review your code, reflect on your progress, and identify areas for improvement. Learn from your mistakes and seek opportunities to optimize your code for readability, efficiency, and maintainability.
Stay Updated: The Python language and its ecosystem are constantly evolving, so stay updated with the latest features, updates, and best practices. Follow Python blogs, attend conferences, and participate in online communities to stay informed and connected with the Python community.
By following these steps and staying dedicated to your learning process, you'll be well on your way to mastering Python and leveraging it for various projects and opportunities. Happy coding!
0
0
Updated
Share a link to this answer
Share a link to this answer

Amar’s Answer

Hi Sofia

For Python beginners, I usually recommend the 100% free training from Microsoft. This is a guided course and with steps, quizzes, and quick short programs, a person can go from Python-zero to Python-hero!

https://learn.microsoft.com/en-us/training/paths/beginner-python/

The course helps you even setup your entire coding environment.

Feel free to reach out to me for specific questions, or followup.
0
0
Updated
Share a link to this answer
Share a link to this answer

Priyanka’s Answer

Embarking on the adventure of learning Python can be a thrilling experience! Here's a step-by-step guide to help you dive in:

Master the Basics: Kick off your Python journey by getting a firm grasp on the language's syntax, data types, variables, and basic operations. The internet is brimming with tutorials and resources to guide you, including interactive platforms like Codecademy and freeCodecamp, or even Python's official documentation.

Dive into Coding: Don't hesitate to get your hands dirty. Apply what you've learned by crafting small programs or scripts. Websites like LeetCode, HackerRank, or Exercism provide coding challenges that can bolster your understanding.

Create Projects: The best way to cement your knowledge is through practical application. Start off by creating simple projects like a to-do list app, a calculator, or a basic game. As you gain confidence, you can venture into more intricate projects like web development with Django or Flask, data analysis using libraries like Pandas, or machine learning projects with TensorFlow or PyTorch.

Decode Others' Work: Studying other people's code can be an enlightening way to learn. Delve into open-source projects on platforms like GitHub. Examine how seasoned developers structure their code, tackle problems, and leverage Python's features.

Engage with the Community: Immerse yourself in the Python community. Join forums like Stack Overflow, Reddit's r/learnpython, or Python Discord servers. Engage in discussions, ask questions, and seek advice from seasoned developers.

Utilize Books and Courses: Complement your learning journey with books and online courses. Renowned Python books include "Python Crash Course" by Eric Matthes, "Automate the Boring Stuff with Python" by Al Sweigart, and "Fluent Python" by Luciano Ramalho. Platforms like Coursera, Udemy, and edX offer in-depth Python courses as well.

Navigate Documentation: Familiarize yourself with Python's official documentation. It's a treasure trove of information about Python's built-in functions, libraries, and modules. Mastering the art of navigating and utilizing documentation effectively is a vital skill for every programmer.

ALL THE BEST !!
0
0
Updated
Share a link to this answer
Share a link to this answer

Scarlett’s Answer

Hi Sofia, here are some suggestions when getting started with Python!
1. Start with the basics: Familiarize yourself with Python syntax, data types, and control structures like loops and conditionals. You can use online resources like Codecademy, Coursera, or freeCodeCamp to learn Python interactively.
2. Practice coding: Apply what you learn by coding small projects or solving coding challenges on platforms like LeetCode, HackerRank, or CodeSignal. Make sure you take time to read Python documentation to get comfortable with reading and understanding Python's official documentation. It's a valuable resource for learning about Python libraries and modules.
3. Join online communities: Join Python forums, Reddit communities (such as r/learnpython), or Discord servers where you can ask questions, share code, and learn from others. This can help open doors to work on real-world projects. Build projects that interest you, whether it's a web application, data analysis tool, or automation script. Real-world projects help solidify your understanding and provide tangible results to showcase.
4. Contribute to open-source projects: Contribute to open-source projects on GitHub to gain practical experience, collaborate with others, and improve your coding skills.
This is my general approach when taking on a new programming language. Hope this helps!
0
0
Updated
Share a link to this answer
Share a link to this answer

Claudia’s Answer

In addition to many good resources listed by others, Automate the Boring Stuff with Python (Al Sweigart) is a free e-book that covers the very basics of Python coding (automatetheboringstuff.com). The first 10-11 chapters truly highlight the basics in terms of syntax and data types. There are little exercises at the end to test your knowledge as well!

Once you've gotten a basic grasp of Python, it's time to figure out and experiment with what you're interested in. Start some sort of project based on your interests! You can learn a lot from them.
0