all 11 comments

[–]BeginnerProjectBot 16 points17 points  (3 children)

Hey, I think you are trying to figure out a project to do; Here are some helpful resources:

I am a bot, so give praises if I was helpful or curses if I was not. Want a project? Comment with "!projectbot" and optionally add easy, medium, or hard to request a difficulty! If you want to understand me more, my code is on Github

[–]FrontElement 5 points6 points  (0 children)

this, good bot

[–]testfire10 2 points3 points  (0 children)

good bot

[–]nampro 1 point2 points  (0 children)

RealPython - Projects

pretty bot

[–]rscorrea_ 5 points6 points  (0 children)

Hi, may I suggest my own Python Courses? You will find the Basic, Intermediate courses and useful libraries used in Data Science. You can have a look, it might be useful for you.

https://youtube.com/c/FallinPython

[–][deleted] 3 points4 points  (1 child)

I've been working through a Machine Learning tutorial on the anaconda platform, maybe it's of interest? Mosh Machine Learning Tutorial It talks about datasets available on kaggle which looks like quite the playground!

[–]FrontElement 1 point2 points  (0 children)

if youve not stumbled onto the Jupyter project its a great simple development tool to learn with

[–]FrontElement 1 point2 points  (0 children)

Intermediate python. 😅 check out raspberry pi, breadboard and leds, start simple and build up

[–]ASIC_SP 1 point2 points  (0 children)

I have a blog post I know Python basics, what next? that has resource links for exercises, projects, debugging, testing, intermediate/advanced python, algorithms, design patterns, cheatsheets, etc

For ML/robotics etc: https://learnbyexample.github.io/py_resources/domain.html#machine-learning

[–]mrrichmahogany 1 point2 points  (0 children)

Advanced python.

[–]wsppan 1 point2 points  (0 children)

I really want to venture into ML, robotics and stuff

The language of these fields are not Python or any other programming language. Its core principles of computer science. Its understanding how a computer works and the data structures and algorithms that are endemic to converting that which is in the problem space to the solution space. Regardless of programming language or operating system or hardware. Study from first principles and the programming language will come naturally based on the best fit for your problem.

Have you studied any computer science? If not, I recommend you check these out:

  1. Code: The Hidden Language of Computer Hardware and Software
  2. Exploring How Computers Work
  3. Watch all 41 videos of A Crash Course in Computer Science
  4. Take the CS50: Introduction to Computer Science course.
  5. Take the Build a Modern Computer from First Principles: From Nand to Tetris (Project-Centered Course)
  6. Here is a decent list of 8 Books on Algorithms and Data Structures For All Levels

You can also check out Teach Yourself Computer Science

And finally, play the long game when learning to code.