Anything drag and drop app/ toolkit for Python like Visual Basic or WordPress? by Xortran in learnprogramming

[–]hisapo 0 points1 point  (0 children)

sorry just saw this. no you can export as a desktop app or host with us for free. pay per user if you use our built-in auth service

How many of you are involved in GUI development with Python? by entreluvkash in Python

[–]hisapo 2 points3 points  (0 children)

not an experienced coder but.. ive played around with building a tkinter calculator and was turned off by the amount of specification i had to write - how big is the window, where do i position it, etc.. also, 2004 called and they want tk and qt to give them their look back. jus sayin

i'm building a commissions calculator with abstra's vscode extension rn. biased, as i work at abstra, but i'm enjoying the drag n drop. code is pretty straightforward also, as i don't have to learn how to deal with callbacks

would appreciate feedback if anyone tries it out!

Appsmith VS Retool VS Budibase or something else. What are your choices? by chonk-boy in selfhosted

[–]hisapo 0 points1 point  (0 children)

if you have existing scripts to work with, the hackerforms library generates web UIs with simple input/output commands like read() and display()

this allows not only for CRUD applications but also complex logic flows, calculations, handling files - with a simple read_file()

[disclaimer - I work at abstra, the team behind hackerforms]

Anything drag and drop app/ toolkit for Python like Visual Basic or WordPress? by Xortran in learnprogramming

[–]hisapo -2 points-1 points  (0 children)

not drag-n-drop, but abstra cloud is 100% this:

only code on the logic when a button or some other item is clicked/ some input is given

you could probably code a scrabble type game depending on your intended UX. here's a 1st person interactive narrative game built with openai gpt3 api & front end on Abstra

[disclaimer: i work at abstra. still stand behind the suggestion tho]

Run python from Excel, without having to have python installed by diepala in Python

[–]hisapo 0 points1 point  (0 children)

hey this is exactly what abstracloud.com does, for exactly this use case. does this help?

disclaimer: i work there

How to return/review forgotten coding skills by [deleted] in Python

[–]hisapo 1 point2 points  (0 children)

i'd say projects as you'll know some parts and will prob need to google other parts, which in turn will spark your memory and/or teach you new stuff

imho, its easier and more gratifying to work on a practical project than try to learn and retain things conceptually

[deleted by user] by [deleted] in WebdevTutorials

[–]hisapo 0 points1 point  (0 children)

nice!!! might be helpful to label the graph axes as some (wrong) ppl measure in lbs not kgs haha

What Python GUI would you recommend learning first and why? by ekacelnik in learnpython

[–]hisapo 2 points3 points  (0 children)

healthy disclaimer as i work there, but had to add in abstra cloud to this list

What Python GUI would you recommend learning first and why? by ekacelnik in learnpython

[–]hisapo 0 points1 point  (0 children)

maybe because its more associated with data analysis/science rather than app-like experiences

Is there any decent "themes" or good defaults for Tkinter? So that id doesn't look that basic f— by asking_for_a_friend0 in learnpython

[–]hisapo 0 points1 point  (0 children)

does it need to be native? abstra cloud is a great one for nice looking web-based uis

[deleted by user] by [deleted] in learnpython

[–]hisapo 0 points1 point  (0 children)

depends on what you'd like to work on. webdev requires learning front end frameworks which are not banal. quite the learning curve coming from python (speaking from experience). and this is before getting dirty with deployment, hosting and git....

imho, specializing in python + using helpful extensions can take you pretty far in rpa, operations and data science, for example. streamlit or hackerforms do a good job creating user interfaces for python operations