What to study in Python to do freelancing using this

0 votes
I am learning python and want to do freelancing, I heard python along with php can be a better option, please suggest
Feb 27, 2019 in Python by anonymous
737 views

5 answers to this question.

+1 vote

Hello, you are on the right track. If you want to be a UI developer then you can learn the different API provided by python

  • Tkinter
  • wxPython
  • Jpython

If you want to do freelancing then this will be a good start by learning Python and PHP. 

answered Feb 27, 2019 by Priyaj
• 58,090 points
Thanks Priyaj for your help.
Glad, I could help!
0 votes
Hi,
Nice to hear that you are starting with python to freelance, very few ppl do that. I suggest Django, tkinter for GUIs and if you want to go for data analytics then matplotlib or pandas are the key modules.
answered Feb 27, 2019 by Pratosh kumar
0 votes
You can learn numpy module , which is used for numerical analysis and data analytics by many it companies
answered Feb 27, 2019 by Uttam
0 votes
I think python along with Django is quiet a hit if you're a free lancer.
answered Feb 28, 2019 by anonymous
0 votes
Python and php both are popular coding languages for tech jobs. Python is growing faster due to its reliability and simplicity. It's good for web development as it's very flexible  to work with other programming frameworks and environments.
Python is widely used in data analytics and machine learning as most of their libraries are developed in Python only.
So there's a good demand for python developers. I don't know much about php but it is widely used for web development. You just start working keeping goal in your mind. Im sure you'll find a lot of clients. Happy freelancing!!
answered Feb 28, 2019 by Ravi Prabhat

Related Questions In Python

0 votes
1 answer

I want to download a file from the website by web scraping. Can anyone explain how to do this in jupyter lab (python) with an example?

Hey, Web scraping is a technique to automatically ...READ MORE

answered Apr 7, 2020 in Python by Gitika
• 65,910 points
2,075 views
0 votes
1 answer

Is there a way to store this text in a list using selenium (python)

Try using this code snippet to resolve ...READ MORE

answered Aug 24, 2020 in Python by Carlos
1,168 views
0 votes
1 answer

I have created python chatbot using flask framework using yml file now i want to use json file what should i do now ?

Hello @golu , Try something like this: with open(yaml_file, 'r') ...READ MORE

answered Nov 19, 2020 in Python by Niroj
• 82,880 points
1,391 views
0 votes
0 answers

What do the three different types of brackets in Python code mean? I'm not sure if this is right, so if I'm wrong, please tell me:

[] - Normally used for dictionaries, list items () - ...READ MORE

Sep 11, 2023 in Python by Satyawrat
• 460 points
135 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,023 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,420 views
+1 vote
1 answer

How to create plots using python matplotlib in IPython notebook?

I think you should try: I used %matplotlib inline in ...READ MORE

answered Aug 8, 2018 in Python by Priyaj
• 58,090 points
1,189 views
0 votes
1 answer

What does eval() in Python do?

The eval function lets a Python program ...READ MORE

answered Aug 24, 2018 in Python by Priyaj
• 58,090 points
527 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP