Catégorie : Saved Links

  • AAA in 8 days

    I have been focusing on question practice but I started really late. Pls help guys🥲 submitted by /u/Bitter_Researcher387 to r/ACCA [link] [comments]

  • Final Year Project Ideas

    hi. i’m on my 4th year of bachelor’s degree and i have to make and defend a software product to graduate. my scopes of interest is backend development in Java, Spring Framework and machine learning. i’m obviously not a master in both, but i want to make something complex, and also achievable in 4-6 months,…

  • how to start ML

    is anyoone have a good road map or something that cover what you need to learn and when as i saw many roadmaps and it diffres in a lot i want to learn machine learning and get to the point where i start to make image recongnatoins and NLP but i also will love to…

  • SBL help

    With the pre-seen being out, anyone pls give me tips and help on how I could prepare for SBL exams in revision which could help me score above 70. submitted by /u/Automatic_Box_1505 to r/ACCA [link] [comments]

  • Pylance couldn’t create connection to server my Intellicode stopped working

    I have this error here: Pylance client: couldn’t create connection to server. Launching server using command C:Usersz0234411Downloadsapache-maven-3.9.11-binapache-maven-3.9.11bin failed. Error: spawn C:Usersz0234411Downloadsapache-maven-3.9.11-binapache-maven-3.9.11bin ENOENT And the output is: 2025-08-23 20:59:27.776 [info] (Client) Running with node: C:Usersz0234411Downloadsapache-maven-3.9.11-binapache-maven-3.9.11bin 2025-08-23 20:59:27.777 [error] Pylance client: couldn’t create connection to server. Launching server using command C:Usersz0234411Downloadsapache-maven-3.9.11-binapache-maven-3.9.11bin failed. Error: spawn C:Usersz0234411Downloadsapache-maven-3.9.11-binapache-maven-3.9.11bin ENOENT 2025-08-23…

  • I made a MkDocs plugin to embed interactive jupyter notebooks in your docs via jupyterlite.

    I made https://github.com/NickCrews/mkdocs-jupyterlite after being disappointed with the existing options for sharing notebooks on my doc site: – Binder: sharable, interactive environments. Requires a full docker environment and a remote server. Hosted separately from your docs, so a user has to click away. Takes 30-60 seconds to boot up. Similar to this would be a…

  • AuroraStocks.com – Wife got scammed out of $5k+

    Here’s the story/details: Wife is scrolling Facebook and sees an ad with « Ryan Reynolds » promoting an investment platform called Aurora Stocks. She tells me she wants to try it out. I tell her it’s likely a scam and an AI generated video and Ryan Reynolds isn’t really endorsing this. Now my wife is very smart,…

  • [Project] Built “Basilisk” – A Self-Contained Multimodal AI Framework Running Pure NumPy

    I’ve been working on something pretty unusual and wanted to share it with the community. Basilisk is a fully integrated multimodal AI framework that runs entirely on NumPy – no PyTorch, TensorFlow, or external ML libraries required. It’s designed to work everywhere Python does, including mobile platforms like iOS. What makes it interesting: 🧠 Four…

  • How do you advance your data science and machine learning career?

    Hi everyone, I’m a fresh graduate and I’m at a stage where i am completely lost. I know the fundamentals of data science, but i feel stuck on how to advance further. Like i know the machine learning, i know the statistics, the EDA, the CNN, the RNN… But i am not sure how to…

  • Python devs, what’s the feature you still can’t live without after years of coding?

    I’ve been coding in Python for about 4 years now, and even after all this time, I still catch myself appreciating the little things that make it so enjoyable. Clean syntax, readability, and just how “pythonic” solutions often feel! it’s hard to beat. Some features have become second nature for me, like list comprehensions, enumerate(),…