Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Search Results
Post Author Forum [desc] Replies Views Posted
    Thread: LiLi pad
Post: Re: LiLi pad

Jerry link Wrote: (03-31-2021, 12:00 AM) -- 'Bans' occur when the website blocks whatever code you are trying to post. It's temporary and just means you might have to screenshot your code instead of ...
bitsnpcs Coding 18 50,048 03-31-2021, 01:09 AM
    Thread: LiLi pad
Post: Re: LiLi pad

Thank you [member=7109]Moltke[/member]  :) I was banned from posting last night, and again today.
bitsnpcs Coding 18 50,048 03-30-2021, 10:03 PM
    Thread: LiLi pad
Post: Re: LiLi pad

A total of 23 lines of code at this time. (this will increase) https://i.ibb.co/GvmYQWb/6.png
bitsnpcs Coding 18 50,048 03-29-2021, 10:49 PM
    Thread: LiLi pad
Post: Re: LiLi pad

Update - now has word wrap, and automatically scrolls the page up when you type past its page end,so your latest typing is always visible. https://i.ibb.co/qmgBBbq/5.png
bitsnpcs Coding 18 50,048 03-29-2021, 08:01 PM
    Thread: LiLi pad
Post: Re: LiLi pad

LiLi-font, will try to integrate in to LiLi-pad somehow. https://i.ibb.co/Y2MLc6L/1.png
bitsnpcs Coding 18 50,048 03-29-2021, 07:36 PM
    Thread: LiLi pad
Post: Re: LiLi pad

Yes I feel the same, I like learning for fun :) You are doing difficult things with yaml.
bitsnpcs Coding 18 50,048 03-29-2021, 05:40 PM
    Thread: Free Book - Create Graphical User interfaces with Python
Post: Free Book - Create Graphical User interfaces with ...

Hello, a total beginner to Python can make apps with this book. The book is called "Create Graphical User interfaces with Python" , the digital version is free to download from here (no login or accou...
bitsnpcs Coding 0 22,106 03-29-2021, 05:29 PM
    Thread: LiLi pad
Post: Re: LiLi pad

firenice03 link Wrote: (03-29-2021, 12:44 PM) -- [quote author=Jerry link=topic=8061.msg55486#msg55486 date=1617006240] Just take your time, have fun with it, there's no pressure to learn or add feat...
bitsnpcs Coding 18 50,048 03-29-2021, 04:58 PM
    Thread: LiLi pad
Post: Re: LiLi pad

I will post the code somewhere when it is finished.
bitsnpcs Coding 18 50,048 03-29-2021, 11:47 AM
    Thread: LiLi pad
Post: Re: LiLi pad

I will look in to those.
bitsnpcs Coding 18 50,048 03-29-2021, 04:37 AM
    Thread: LiLi pad
Post: Re: LiLi pad

Jerry link Wrote: (03-28-2021, 07:23 PM) -- Watching with interest. -- Thank you Jerry. Are there other features that should go in a lightweight editor ?
bitsnpcs Coding 18 50,048 03-28-2021, 08:37 PM
    Thread: LiLi pad
Post: Re: LiLi pad

It is now working with, Cut and Paste, and Copy and Paste. Ctrl +C  ,to Copy Ctrl +X  ,to Cut Ctrl +V  ,to Paste
bitsnpcs Coding 18 50,048 03-28-2021, 05:02 PM
    Thread: LiLi pad
Post: LiLi pad

Showing the window maximized (the default) https://i.ibb.co/nfnG5zp/1.png Showing what happens when the Open button is used, the up arrow moves up in the tree of your files for navigating them. ht...
bitsnpcs Coding 18 50,048 03-28-2021, 04:05 PM
    Thread: An intro to C and GUI Programming FREE pdf
Post: An intro to C and GUI Programming FREE pdf

Hello, this is a free book as PDF read online or download free, also available to buy in Printed version. https://www.raspberrypi.org/magpi-issues/C_GUI_Programming.pdf (https://www.raspberrypi.or...
bitsnpcs Coding 1 36,677 06-29-2019, 09:05 PM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

teage link Wrote: (02-06-2019, 08:54 PM) -- I'm definitely using the method 2 approach.  I have gotten about half way through Zeds book,( learn python the hard way ) about a year ago. He started to l...
bitsnpcs Coding 11 16,676 02-06-2019, 10:10 PM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

https://i.ibb.co/GdqbBPd/python.png Different ways to learn code, or learn most things. Method one looks so boring. The branches dont really do much. Method 2 looks alive, each dot is the outcomes...
bitsnpcs Coding 11 16,676 02-06-2019, 04:16 PM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

Hello teage, it can be used apostrophes where the integer is to print within a string using the speech marks " " There is an example here  https://www.programiz.com/python-programming/methods/built-i...
bitsnpcs Coding 11 16,676 02-06-2019, 02:26 AM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

I use paper copies of the books too, I find pdf's very hard to use when learning but read other books as these. So tend to use the paper books. I have this stand for whichever book I use it has two ba...
bitsnpcs Coding 11 16,676 02-06-2019, 10:54 PM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

I think when you want to jump forward it is a good sign you are enjoying learning Python and find it interesting. :) On inventwithpython url which book are you using ? I like Al Sweigart books a lot...
bitsnpcs Coding 11 16,676 02-06-2019, 09:35 PM
    Thread: int(3) and int('3') is there a difference? (python3.5)
Post: Re: int(3) and int('3') is there a difference? (py...

teage link Wrote: (02-06-2019, 02:50 AM) -- So its a string that can be added, multiplied, divided etc? forgive me if my questions seem a bit silly, im just trying to wrap my head around it. :o -- ...
bitsnpcs Coding 11 16,676 02-06-2019, 03:22 AM