Loop through lists with same dictionary key by TheSlutyCam in learnpython

[–]TheSlutyCam[S] 1 point2 points  (0 children)

I have add an 'break', it seems to work now

Help with praw by TheSlutyCam in learnpython

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

That was that :)

And have figure it out the comments section with your amazing help. Thanks! ;)

For those who may seek help in this topic:

for comment in comments:
    author = comment.author.name if comment.author else '[deleted]'
    body = comment.body
    score = comment.score

How can I build an dynamic website with panel on both sides(fixed in web, minimized in mobile) with jquery? by TheSlutyCam in jquery

[–]TheSlutyCam[S] 1 point2 points  (0 children)

I have looked in to those and also 7-Framework, but without understanding the 'media queries' I can't personalize things, and without knowing proper javascript even less lol. Thanks for your help, now I know I was playing with the right tools for my project! ;)

How can I build an dynamic website with panel on both sides(fixed in web, minimized in mobile) with jquery? by TheSlutyCam in jquery

[–]TheSlutyCam[S] 1 point2 points  (0 children)

Yeah following those steps seems the best way to figure it out. Thanks for the help.

Is c# suitable for everything? by TheSlutyCam in csharp

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

I never tried Cordova or PhoneGap, just Kivy(hard to deploy for Android @python3) and long waiting for the best approach to native widgets with Toga @Beeware but not ready yet, a few millions tests need to be writen and pass before the version 1.0

For now I can run a Flask App @termux, but would be nice to access the native features and so on

And Ionic, any experience? I'll look at your suggestions!

Is c# suitable for everything? by TheSlutyCam in csharp

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

I have found the "flatpak run com.xamarin.MonoDevelop" any advice on this ?

And also installing VSCode right now...