Jump to content

How Should I Be Learning?

ginga ninjer

Hi All,

Hoping you can help me, I'm looking to learn python 3. I want to use it for creating fairly complex websites and algorithms, especially to do with finance and math. Is there a YouTube (or otherwise) course that anyone would recommend for taking me from 0 to being 100% ready to code the stuff I wanna code in one go? I  would prefer it to be in one go so I don't have to jump around alot and know exactly how long it will take me (maybe I should be doing an interactive course?). Anyway, thanks to everybody who replies!

 

Will

Link to comment
Share on other sites

Link to post
Share on other sites

If you want to make websites you probably want to use Django

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Sauron said:

If you want to make websites you probably want to use Django

 

Thanks for your reply, will django let me code alogrithms?

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, ginga ninjer said:

Thanks for your reply, will django let me code alogrithms?

Well... an algorithm is just a procedure to do something, they're not inherently tied to any language or framework. You can make your Django website do anything you want (within the confines of what a website can do) if that's what you're asking.

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Sauron said:

Well... an algorithm is just a procedure to do something, they're not inherently tied to any language or framework. You can make your Django website do anything you want (within the confines of what a website can do) if that's what you're asking.

What I'm looking for is it being able to source information from other websites, then use those to run calculations and update them in real time, can it do that? Also, should I be learning python first?

Link to comment
Share on other sites

Link to post
Share on other sites

4 minutes ago, ginga ninjer said:

What I'm looking for is it being able to source information from other websites, then use those to run calculations and update them in real time, can it do that? Also, should I be learning python first?

If you have no experience with Python, start with the Python basics. Then move on to web frameworks.

 

Going directly to coding web backend would be a lot more challenging and difficult if you don't know the basics.

HAL9000: AMD Ryzen 9 3900x | Noctua NH-D15 chromax.black | 32 GB Corsair Vengeance LPX DDR4 3200 MHz | Asus X570 Prime Pro | ASUS TUF 3080 Ti | 1 TB Samsung 970 Evo Plus + 1 TB Crucial MX500 + 6 TB WD RED | Corsair HX1000 | be quiet Pure Base 500DX | LG 34UM95 34" 3440x1440

Hydrogen server: Intel i3-10100 | Cryorig M9i | 64 GB Crucial Ballistix 3200MHz DDR4 | Gigabyte B560M-DS3H | 33 TB of storage | Fractal Design Define R5 | unRAID 6.9.2

Carbon server: Fujitsu PRIMERGY RX100 S7p | Xeon E3-1230 v2 | 16 GB DDR3 ECC | 60 GB Corsair SSD & 250 GB Samsung 850 Pro | Intel i340-T4 | ESXi 6.5.1

Big Mac cluster: 2x Raspberry Pi 2 Model B | 1x Raspberry Pi 3 Model B | 2x Raspberry Pi 3 Model B+

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, ginga ninjer said:

What I'm looking for is it being able to source information from other websites, then use those to run calculations and update them in real time, can it do that?

Of course.

2 minutes ago, ginga ninjer said:

Also, should I be learning python first?

Yes, you should probably learn at least the basics like function definition, loops and conditionals. Most of that is covered in the tutorial I posted even though that's not the main focus. If you want a simpler start there is also this video:

 

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, Sauron said:

Of course.

Yes, you should probably learn at least the basics like function definition, loops and conditionals. Most of that is covered in the tutorial I posted even though that's not the main focus. If you want a simpler start there is also this video:

 

So, you reckon If I watch and follow along with both those videos, I'll be able to create websites and the algorithms like I described?

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, ginga ninjer said:

So, you reckon If I watch and follow along with both those videos, I'll be able to create websites and the algorithms like I described?

Yeah

Don't ask to ask, just ask... please 🤨

sudo chmod -R 000 /*

Link to comment
Share on other sites

Link to post
Share on other sites

1 minute ago, Sauron said:

Yeah

Ok then! Much appreciate the help!!!!!

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×