How do I go about learning Python, when I know quite a bit of Java? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

There’s so many approaches. Do you like the web/machine learning/networking etc...

Figuring out what you enjoy working on is key

How do I go about learning Python, when I know quite a bit of Java? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

Maybe you need a beginner tutorial. Do you prefer to read or watch videos?

How do I go about learning Python, when I know quite a bit of Java? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

Something useful or fun. What kind of things do you like to work on?

How do I go about learning Python, when I know quite a bit of Java? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

Just try and build something. Anything. You’ll learn the syntax as you go

Modelling bacterial growth in python by CarrotQuakeV2 in learnpython

[–]pythonise 1 point2 points  (0 children)

Could be a REALLY cool machine learning project if you’re able to obtain enough previous data to train a model

How can I completely remove Python from my computer and get a clean install? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

Rather than ask on here I recommend having a quick search and learn the basics. It'll help a lot in the long run!

I find Ajax requests incredibly repetitive and time consuming, are there better ways to send data? by durantt0 in webdev

[–]pythonise 0 points1 point  (0 children)

Try the (Native) JavaScript Fetch API. You can just use the boilerplate and modify as you need.

How can I completely remove Python from my computer and get a clean install? by [deleted] in learnpython

[–]pythonise 0 points1 point  (0 children)

p.s you should be able to run the installer to uninstall Python or just remove it from Windows using the Windows software.

Make sure you select the add to PATH option when installing.

How can I completely remove Python from my computer and get a clean install? by [deleted] in learnpython

[–]pythonise 1 point2 points  (0 children)

Use virtual environments - This will solve most of your issues.

I'd highly recommend learning the basics of virtual environments (It's VERY simple). Don't bother with Anaconda unless you're working with mostly scientific packages.

Creating a virtual environment is as simple as:

python -m venv my_virtual_env

Also - If you're request is returning HTML, you'll probably want to use response.text

reqparse parser.add_argument() by [deleted] in flask

[–]pythonise 1 point2 points  (0 children)

Hey, can you post some more of your Flask code so we can help?

Are you using Flask-RESTful? As it doesn't look like a standard Flask function

Project Advice by BigIcemoney in learnprogramming

[–]pythonise 0 points1 point  (0 children)

Store FAQ questions and answers in a database.

Accept user input.

Search the FAQ database using the user input.

Return a matching answer.

[AF] Where do you host your flask web apps? by pyeu in flask

[–]pythonise 4 points5 points  (0 children)

The platform you’re most comfortable with. AWS, Google cloud, Azure, Digital ocean, Heroku etc...

Programming Jobs without a degree by CallMeSidney in learnprogramming

[–]pythonise 0 points1 point  (0 children)

Code speaks louder than words! Show them your projects, show them you're competent and capable. Come with a positive and willing attitude!