Skip to main content
4 answers
6
Asked 365 views

how many time i need to learn python ??

i need to learn python in short time , any advice ?

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

6

4 answers


0
Updated
Share a link to this answer
Share a link to this answer

Ram’s Answer

Jolie, I suggest you watch some videos on W3School and take brief tests or exercises. This will quickly give you a solid start. From my experience, I found it most effective to learn while working on a project from Upwork. This approach maintains excitement and interest more than just going through training session topics.
0
0
Updated
Share a link to this answer
Share a link to this answer

Jenny’s Answer

Hi Jolie,

There really is no timeframe for how long you need to learn Python. In reality you will always be learning as you go. I would say get started with the basics of Python first and once you feel like you have a solid understanding of the basics, and when i say basics im saying the basics of what you want to learn, you can start moving onto bigger projects in Python.

Lets say you are interested in Data work, you can start by practicing learning the basics of the Pandas library, and once you continue practicing with Pandas and you feel like you have a solid foundation on using Pandas then you can move onto another asepct of Python.

I recommend learning through some coding website tutorials or youtube videos. And then practice with real work problems, do mini projects or try to solve real world problems with python. There are tons of projects and examples you can find online for you to do!
0
0
Updated
Share a link to this answer
Share a link to this answer

Patrick’s Answer

Jolie, I appreciate your initiative in seeking advice about learning Python. I trust the guidelines I've outlined below will provide valuable insights and assistance.

The duration it takes to master Python depends on several factors. If you've already dabbled in programming, particularly in languages akin to Python, you'll likely grasp it faster. However, if you're a novice, understanding Python's concepts and syntax might take a bit longer.

Your learning style and commitment also play a significant role. Some individuals absorb knowledge faster through practical application, while others prefer starting with theoretical study. It's essential to allocate regular time each day to learn Python and consistently practice coding exercises to make progress swiftly.

Although it's challenging to pinpoint an exact timeline, with concentrated effort and commitment, you can attain Python proficiency within a few months. This period assumes routine practice, utilizing learning resources like tutorials, textbooks, and online courses, and seeking assistance when necessary, either online or from a mentor.

To speed up the learning curve, concentrate on Python's core concepts and practical usage. Understanding how to write neat, efficient code and grasping fundamental concepts like data types, control structures, functions, and object-oriented programming will lay a strong foundation. Additionally, tackling real-world projects or coding challenges can reinforce learning and make it more enjoyable.

Here are some specific tips for learning Python quickly:

• Start with the basics: learn Python's fundamental syntax and data structures. Online tutorials, textbooks, and interactive coding platforms are excellent resources for beginners.

• Allocate regular time each day to practice coding exercises and work on projects. The more hands-on experience you accumulate, the faster you'll become proficient.

• Don't shy away from asking questions and seeking clarification when you encounter difficulties or concepts you don't understand. Online communities, forums, and programming groups can be great sources of help and support.

• Use your Python skills in real-world projects that pique your interest. Not only does this reinforce your learning, but it also provides practical experience that you can showcase to potential employers.

• Stay motivated and persistent. Learning to program can be challenging at times, but remember to celebrate your achievements along the way. Each hurdle you overcome brings you closer to your goal.

By adhering to these tips and maintaining a dedicated and focused approach to learning, you can become proficient in Python in a relatively short time. Remember, learning to program is a journey, and the more effort you invest, the more rewarding the outcome.
0
0
Updated
Share a link to this answer
Share a link to this answer

Kim Lizette’s Answer

Python is a programming language known for being easy to learn, even for beginners. If you are familiar with English, you will find it relatively easy to learn Python. If you already have experience with another programming language, you have already overcome the challenge of thinking logically when writing code. You can improve your logical thinking skills by following tutorials or taking free courses that are available online. There are many resources available to help you get started with learning Python.
0