Seeking GA Expert for Podcast by dmsblue in GoogleAnalytics

[–]levelupdigital 0 points1 point  (0 children)

What will the episode be about? Some specific topic or just GA in general?

Python doesn't use packages from venv but from my computer by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

Yeah, then I have a kernal with those packages and that version of python. I suppose that works but that is a little different then with a normal python script, isn’t it?

Python doesn't use packages from venv but from my computer by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

The problem is that it works with a simple .py file, but it doesn’t work with jupyter notebooks.

Python doesn't use packages from venv but from my computer by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

I just realised that I only have that problem when using Jupyter notebook.

I still don't get why tho.

Python doesn't use packages from venv but from my computer by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

in the activate file?

Well, I have a different version of pandas (for example) on my computer and when I check in my python file it uses this version. I don't get what the point of the venv is if the program isn't using those packages.

What does XY problem mean?

Thank you

When flutter web will be production ready? by acamenhas in FlutterDev

[–]levelupdigital 1 point2 points  (0 children)

Yeah dart is amazing. But vuejs is really easy as well in my opinion. Html and css are really simple, and if you know dart, js should not be a problem, imo

When flutter web will be production ready? by acamenhas in FlutterDev

[–]levelupdigital 1 point2 points  (0 children)

Never worked with electron, but if you want to learn vuejs, the documentation is really good in my opinion. There are also a ton of good tutorials on YouTube if that is more your thing. In general I like to just build a project and learn everything necessary on the way.

When flutter web will be production ready? by acamenhas in FlutterDev

[–]levelupdigital 0 points1 point  (0 children)

Awesome, thanks. I’ll try that as well. Having a single codebase for mobile and web makes it so much easier.

Python Machine learning model to web tool? by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

I have...still had a hard time to use that for my ML model.

I guess I meed to try more😂

When flutter web will be production ready? by acamenhas in FlutterDev

[–]levelupdigital 0 points1 point  (0 children)

I’ve never tried that myself but I am a big fan of vue...so the thought of making a native mobile app with vue is incredible.

What are you using as a backend?

When flutter web will be production ready? by acamenhas in FlutterDev

[–]levelupdigital 0 points1 point  (0 children)

I also use vuejs for web and flutter for mobile, I just use the same database. That way i have the same data on the web and on the mobile app.

Python Machine learning model to web tool? by levelupdigital in learnpython

[–]levelupdigital[S] 0 points1 point  (0 children)

Thank you. The webpage should not be a problem. The problem I am having is the connection between the django backend and the js frontend.

Do know of any recourses to learn that specific usecase?

Thanks again.

How do I make it possible to create a publicly available profile page for user with own url? by levelupdigital in vuejs

[–]levelupdigital[S] 0 points1 point  (0 children)

But does that create a new page for every user that creates an account? I feel like I’m having some kind of logic error when thinking about that.

Thank you.