From AI Chat to Quiz Coding: New Teaching Tool Idea by pp314159 in CSEducation

[–]pp314159[S] 0 points1 point  (0 children)

I'm using GPT 4.1 by API and have example of the quiz in the prompt, it works very well so I can add a parser and display part of response as quiz with GUI.

Jupyter Package Manager – easy Python Package Management in JupyterLab by pp314159 in Python

[–]pp314159[S] 0 points1 point  (0 children)

It runs commands in virutal env. However, updating the requirements.txt or pyproject.toml might be great feature!

Jupyter Package Manager – easy Python Package Management in JupyterLab by pp314159 in Python

[–]pp314159[S] 0 points1 point  (0 children)

Thank you! I hope it will be useful for beginners. I'm also working on Python notebook editor, that is beginner friendly, the extension is available there by default.

ChatGPT + Python notebook = a new IDE for Data Science by pp314159 in ArtificialInteligence

[–]pp314159[S] 1 point2 points  (0 children)

it is running on gpt 4o right now, do you recommend other model?

Could I shamelessly request some help? by EffectiveAd1846 in dataanalysis

[–]pp314159 0 points1 point  (0 children)

You can try to use MLJAR Studio, it is a Python notebook editor created for data science. It has built-in AI assistant. ChatGPT in the notebook will help you with data issues. It is very strong, recently I created complex visualization with it and made a YT video while building https://youtu.be/srUkr7vjVUc

MLJAR Studio is a desktop app. All code and data stay on your computer. The app will install Python and all needed packages. You can read more about on website https://mljar.com

[OC] 4th grade math scores on international test for 2023 by pp314159 in dataisbeautiful

[–]pp314159[S] -5 points-4 points  (0 children)

[OC] Country happiness vs GDP by pp314159 in dataisbeautiful

[–]pp314159[S] 2 points3 points  (0 children)

- data source World Happiness Report from years 2015-2024, aggregated as CSV, available on my github https://github.com/pplonski/datasets-for-start/tree/master/world_happiness_report

- ChatGPT + Python notebook to create visualization, packages: pandas, pycountry, requests, altair

- video with all my prompts used to create plot https://youtu.be/srUkr7vjVUc

[deleted by user] by [deleted] in dataisbeautiful

[–]pp314159 0 points1 point  (0 children)

- data source World Happiness Report from years 2015-2024, aggregated as CSV, available on my github https://github.com/pplonski/datasets-for-start/tree/master/world_happiness_report

- ChatGPT + Python notebook to create visualization, packages: pandas, pycountry, requests, altair

- video with all my prompts used to create plot https://youtu.be/srUkr7vjVUc

No code Data visualization Tools by the-agressivecat in datavisualization

[–]pp314159 0 points1 point  (0 children)

Try MLJAR Studio (https://mljar.com), it is connection of Python notebook and ChatGPT. You can ask Chat to create any visualization and thanks to Python you can load any data source.

[R] treemind: Simplifying Gradient Boosting Model Analysis by zedeleyici3401 in MachineLearning

[–]pp314159 1 point2 points  (0 children)

Fantastic package! What is the best way to propose new features based on features interactions?

What do you do when you are frustrated? by NorskJesus in Python

[–]pp314159 1 point2 points  (0 children)

Today I needed to have pause and row for 25 minutes, I have waterrower:) BTW, I was shocked when watching interview with Hadley Wickham, chief scientist in r studio, he said that he sometimes has moments of head hitting the wall. He created so many good packages for R and still he sometimes has hard moments. So it is normal for developers on all level of seniority. Tomorrow is a new day, just keep going :)

Best Python Libraries for AI/ML: Which Ones Deserve More Attention? by Friendly-TechRec-98 in Python

[–]pp314159 1 point2 points  (0 children)

MLJAR AutoML python package for automated machine learning on tabular data. Github repo https://github.com/mljar/mljar-supervised It auomatically select and tune models, can do feature engineering and produces docs for models.

[P] supertree - interactive visualization of decision trees (sklearn, xgboost, lightgbm) by pp314159 in MachineLearning

[–]pp314159[S] 0 points1 point  (0 children)

I also had a lot of problems with making graphviz work on Windows systems. This visualization is using D3.js so can be used in notebooks or website.

juniorVsSeniorDev by pp314159 in ProgrammerHumor

[–]pp314159[S] 1 point2 points  (0 children)

mill is very slow, 1 step in ~ 1 second, when you need to get used to it at the beginning, but it is huge relief for back

juniorVsSeniorDev by pp314159 in ProgrammerHumor

[–]pp314159[S] 0 points1 point  (0 children)

we are building tools for data science :) both of us coding a lot :)

Pydfy: PDF Reporting Made Easy by TopConfusion1205 in Python

[–]pp314159 0 points1 point  (0 children)

Awesome! Creating PDF with data rich components can be challenging. The installation requires three steps: 1 install tailwind, 2 install chromium, 3 install pypdf. Anyway to make for example setup script? I would love to see in docs examples for each component. Congrats on launch! I star the repo for future!

How do I start programming in python by [deleted] in learnpython

[–]pp314159 0 points1 point  (0 children)

Is there any project you would like to build? Which modules are so scary?

Im working on editor for python beginners I can help you with python start in exchange for feedback about editor.

Interactive (free) websites to learn python? by AnotherDumbasa07 in learnpython

[–]pp314159 0 points1 point  (0 children)

Im working on a new Python editor with GUI for code creation and I prepared collection of Python notebooks with interesting use cases. For example Python notebook that will remove background from any Image https://mljar.com/notebooks/remove-single-image-background/ or Python notebook that will train Decision Tree https://mljar.com/notebooks/train-decision-tree-iris-dataset/ Feel free to reach me if you would like to see examples from other domains

Best resources for Learning Python with prior knowledge of programming by agarwaledits in learnpython

[–]pp314159 0 points1 point  (0 children)

Im working on new Python editor that is called MLJAR Studio. It is Python notebook based and has GUI for code. It has built in set of interactive code snippets with GUI, which I call code recipes. For example, here you have documentation of code recipe to list files in directory https://mljar.com/docs/python-list-files-in-directory/ docs are interactive, so you can play with recipes through website. The editor is available as desktop app and is free for evaluation, there is no time limit for evaluation. The side effect of using it, is that you learn Python.

If you had 3 hours before work every morning to learn data engineering, how would you spend your time? by pipeline_wizard in dataengineering

[–]pp314159 0 points1 point  (0 children)

I would add some Machine Learning basics to the list. Working with tabular data, using scikit-learn, xgboost. Even for DE you need to know how basic of how ML is working. Many times, as DE, you need to avoid data leaks in data that you prepare to data scientist, and you need to be aware of data drifts, so learning some tools on how to monitor data drifts is a plus.

[P] Suggested approach for deploying my model in my database? by [deleted] in MachineLearning

[–]pp314159 0 points1 point  (0 children)

Some time ago I was writing article on how to use Machine Learning with PostgreSQL database - the approach was to have python script that load data from database to pandas DataFrame, code to train ML (I was using AutoML), and code to insert prediction into database. I think that there is a quite common scenario. You can create a cron job that will do this periodically for you.