Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I purchased 7 coruses from Udemy to go deep in python,R and ia.
Could someone help me to say where should i start, then pass and what should i take last and if i have to return one this courses for a refound by redundant information? please.I was in a bootcamp of web programming in python and i learned python. I want to re-learn python and go deep in AI, to find a good work in that and get well paid
Well later i would like to learn GO, any courses that you can recomend?

https://www.udemy.com/course-dashboard-redirect/?course_id=2828688

https://www.udemy.com/course-dashboard-redirect/?course_id=3693164

https://www.udemy.com/course-dashboard-redirect/?course_id=629302

https://www.udemy.com/course-dashboard-redirect/?course_id=3334910

https://www.udemy.com/course-dashboard-redirect/?course_id=2776760

https://www.udemy.com/course-dashboard-redirect/?course_id=3582994

https://www.udemy.com/course-dashboard-redirect/?course_id=4565344

What I have tried:

i tried to where to begin, but i don't know from where
Posted
Updated 10-Aug-22 15:12pm
v2
Comments
Richard MacCutchan 11-Aug-22 3:38am    
"I want to re-learn python and go deep in AI, to find a good work in that and get well paid"
Buying courses online does not guarantee any employment, let alone well paid.

It is not clear what the above courses will teach you, nor whether you have the aptitude to excel in these subjects. It is probably worth investigating how many jobs there are in your area that ask for these skills, and whether they will take on interns or require some level of experience.

1 solution

Quote:
I purchased 7 coruses from Udemy to go deep in python,R and ia.

Learning some programming languages is nice, but there is also a huge technical backup not linked to a specific language.

You have to know that you can do pretty much anything in any language, simply some languages are harder for beginners because there is more pitfalls to handle.
You need to master a set of techniques that are the basis of the job and are not linked to a language.

Advices:
- Start with an easy/safe language: VB, Java, C#, not C or C++. I do not recommend to start with Python either because of the usage of indentation.
- Read documentation / Follow tutorials (a lot of them)
- Start with tiny/useless projects, the purpose is to learn programming, not doing something useful.
- Start with console mode programs (no fancy graphics, no mouse)
- Learn debugger (an incredible learning tool)
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]
- A problem ? Google is your friend.
- Learn one or more analyze methods, E.W. Djikstra/N. Wirth Stepwize Refinement/top-Down method is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
Program Development by Stepwise Refinement[^]
- Learn Algorithms and Data-Structures.
GitHub - The-Art-of-Computer-Programming-Books: "Everyday life is like programming, I guess. If you love something you can put beauty into it." ? Donald E. Knuth[^]
Skiena The Algorithm Design Manual
- Learn Boole algebra
- Learn SQL
- Learn Databases design and Administration
Introduction to database design[^]
1NF, 2NF, 3NF and BCNF in Database Normalization | DBMS Tutorial | Studytonight[^]
- Learn Regular Expressions

Interesting link:
stanford.edu: Learn to Program[^]
CodersLegacy - Imparting knowledge to the Future[^]

There is no shortcut to knowledge, no one can learn for you, you are the only one that can do it.
Remember the exercises and little projects are not here to make something useful, they are here to teach you programming.

My most important part is probably: Learn one or more analyze methods.
 
Share this answer
 
Comments
Synco-Cybersyn 10-Aug-22 20:16pm    
Thanks for your answer. I forgot to say somehting. I was in a bootcamp of web programming in python and i learned python. I want to re-learn python and go deep in AI, to find a good work in that and get well paid. That changes the things, anyways i'm going to read your documents and recomendations.
Patrice T 10-Aug-22 20:45pm    
Use Improve question to update your question.
So that everyone can pay attention to this information.
Synco-Cybersyn 10-Aug-22 21:12pm    
sorry, my apologizes. I updated the question sorry.
Patrice T 10-Aug-22 21:24pm    
No need to make apologies, beginner can do mistake, it is normal to help them.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900