great intro the keyboard shortcuts in VS Code are op though command pallette for creating a notebook up down, enter, escape, A, B, DD, X, C, V CTRL SHIFT - to split a cell WIN + ALT J To join?
_Commenting before watching the video_ I use it for data scrapping particularly when I test how to extract elements from an element. That's how I don't spam the requests to the site every time I make a stupid assumption in code.
I just coded this: class Poo: def __init__(self, arse): self.arse = arse poo = Poo("bum") poo.arse I think I should put the lid back on the bottle and head to bed. I did 75hrs this week. I'm tired.
great intro
the keyboard shortcuts in VS Code are op though
command pallette for creating a notebook
up down, enter, escape, A, B, DD, X, C, V
CTRL SHIFT - to split a cell
WIN + ALT J To join?
_Commenting before watching the video_
I use it for data scrapping particularly when I test how to extract elements from an element. That's how I don't spam the requests to the site every time I make a stupid assumption in code.
That's a pretty good use-case for it actually, I'll have to keep that in mind if I ever do some web scraping project.
Why can I still not cut and paste text in a cell using the mouse?
Why not use Shift+Enter to run cell + create new cell... _or I missed you talking about that?_
Simply didn't know that was a thing!
Haha, I pipinstalled at the beginning and then was baffled it didn't work. Unpaused, "e at the end and not an a" - ooooooooooooh.
I just coded this:
class Poo:
def __init__(self, arse):
self.arse = arse
poo = Poo("bum")
poo.arse
I think I should put the lid back on the bottle and head to bed. I did 75hrs this week. I'm tired.
Ok, I just built a basic generative NN from scratch which can predict species based on inputs. Was fun.
What do you mean? This is the best of programming I've ever seen! 😆 And nice regarding the NN!
JupyterLab is more powerful than Jupyter Notebook.