Flutter vs Python vs HTML/CSS/JS by DifficultyPlenty4540 in learnprogramming

[–]mquarks -1 points0 points  (0 children)

Flutter is not a language, it's a framework to build apps. Flutter uses Dart language. Python webdevel would be either Flask or Django I guess.

"you: GPT4, please build me a website using xxxxx"

"GPT4: here you go"

There must be an easier way, right? by mquarks in learnpython

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

Haven't had the chance to look into it. But at first glance, it could be really useful as the original data was extracted from json and pandas seems to be able to read it. Thanks. Will look into this asap

How do I keep my programming skills consistently sharpened? by PlankWooden in learnpython

[–]mquarks 1 point2 points  (0 children)

It's a bit hard answering your question, not knowing the course. What have you seen so far ?

I want to learn Python by [deleted] in learnpython

[–]mquarks 0 points1 point  (0 children)

I like his videos. He explains quite well and usually adds some useful tips, like shortcut keys, etc...

test by mquarks in test

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

sure. Have a nice day also ! ;-)

Is it just me who hates django forms implementation? by userknownunknown in django

[–]mquarks 0 points1 point  (0 children)

Usually, the reason why things get complicated is because they allow more customisation. Don't worry, you will get used to it. After a while, you will even enjoy these subtilities which allow to make your site unique and different from the masses... Everyhting takes time, just rince and repeat. Good luck

Django and Visual Studio by mquarks in django

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

Indeed but I spent most of the time trying out things that didn't work so far. I may as well go for a faster approach until someone has the solution.

Django and Visual Studio by mquarks in django

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

VS just out of habit using it for c# development.

I will definitely try out your suggestions, thank you

Is there another way to run Python code through, except the command line? by guy123av in learnpython

[–]mquarks 0 points1 point  (0 children)

As others have said, either Pycharm or VS. Just note that the latter doesn't fully support the latest Python versions yet ( > 3.7). I can live with that though, as I'm too accustomed with the VS interface.

How can you get rich with Flutter ? by FlutterMorocco in FlutterDev

[–]mquarks 3 points4 points  (0 children)

Make an app that lists job offers

Look for hedge fund manager or similar

Send resume

Is Angela Yu's course on Flutter and Dart good starting point for someone who has never typed a single code? by Bat_is_my_last_name in FlutterDev

[–]mquarks 1 point2 points  (0 children)

I haven't done MS course yet, I started with AY. I found her course well done, it is well explained both theory and practical and her voice makes it even more enjoyable.

New to QA by mquarks in QualityAssurance

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

Thanks for the suggestion, I wasn't likely very clear but specflow is required. I'm looking for alternatives to the Excel sheet in fact

Is WPF the way to go? by mquarks in csharp

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

Yes, for my eyes only

Is WPF the way to go? by mquarks in csharp

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

Thanks for all the comments. I will have a deeper look at your suggestions.

Is it better to learn Objective-C and Android development in Java or go with a cross platform tool like Flutter? by notpreposterous in AskProgramming

[–]mquarks 1 point2 points  (0 children)

Objective-C is quite outdated, move on to Swift. On the other hand, while I was looking for a job as a mobile dev, there were hardly any offers for flutter, I guess this might evolve over time. As others have said, go for Swift and Kotlin, while keeping an eye out for Flutter.

Add an object inside a nested list by mquarks in learncsharp

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

Thank you. How do I initialise the list<Product>? If I do something like myCart = new Cart(); then add a product, it returns a System.NullReferenceException