menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert

9 Answers

more_vert
There are many ways to learn Python. One way is to find tutorials or books that cover the topic. Another way is to find Install Python instructions for your specific hardware and software.

There are also many online courses that teach Python.
thumb_up_off_alt 1 like thumb_down_off_alt 0 dislike
more_vert
Python is a programming language, first you have to develop interest in computer programming, learn the basic commands and application, this can be done through attending online classes or classes nearby. Second you have to have the programming software installed in your computer for practice.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
If you're newbie you can learn language syntax from w3school documentation or follow these video lectures. To learn python, you have to practice it while learning, you can download vscode to practice. You can use data structure and algorithms to practice python. Depending upon your interest, you can use python in lot of fields like data science, web development. If you want to learn data science using python, you can audit courses like Applied Data Science with Python Specialization

Hope this will clear your doubts.

Regards,
Navdeep singh
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert

I recommend you to check out the channels on youtube to learn python. 


  • Codecademy
  • TravestyMedia
  • DevNami


These are some of the channels you should check out on youtube to learn Python. 

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To start learning Python, install Python, choose a learning resource, practice coding, build projects, seek feedback, and engage with the Python community.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
There are a variety of ways you can start learning Python. Some ways include learning Python at a school, reading one of the guides available online, or even an online course.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
Step 1: Understand Why Most Fail. 

Step 2: Identify What Motivates You. 

Step 3: Learn the Basic Syntax, Quickly.

Step 4: Make Structured Projects. 

Step 5: Work on Python Projects on Your Own. 

Step 6: Keep Working on Harder (and Harder) Projects.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
One way is to find tutorials or books that cover the topic. Another way is to find Install Python instructions for your specific hardware and software.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
To start learning Python, you can follow these steps:

1. Set up your development environment: Install Python on your computer and choose a code editor or integrated development environment (IDE) to write and run Python code.

2. Learn the basics: Begin with introductory tutorials or online courses that cover fundamental concepts such as variables, data types, control flow, and functions.

3. Practice coding: Solve coding exercises, work on small projects, and experiment with writing Python code to reinforce your understanding and gain hands-on experience.

4. Explore libraries and frameworks: Discover popular Python libraries and frameworks such as NumPy, Pandas, and Django, which extend Python's functionality and are widely used in various domains.

5. Join a community: Engage with the Python community, participate in forums, attend meetups or online events, and seek guidance and support from experienced Python developers.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Welcome to Answeree, where you can ask questions and receive answers from other members of the community.
...