Close

Jupyter Notebook

Project Jupyter is a nonprofit organization created to “develop open-source software, open-standards, and services for interactive computing across dozens of programming languages”. Spun-off from IPython in 2014 by Fernando Pérez, Project Jupyter supports execution environments in several dozen languages

Machine Learning Tutorial

Machine Learning Tutorial

Machine Learning (ML) is a subset of artificial intelligence (AI) that involves using algorithms and statistical models to enable computers to perform tasks without being explicitly programmed to perform those tasks. It is essentially a method of training computers to learn from and make decisions based on data. Here is […]

Devamını Oku

Learn Data Structures and Algorithms – Introduction and Learning Resources

Learn Data Structures and Algorithms – Introduction and Learning Resources

Why Every Software Engineer Should Learn Data Structures and Algorithms Data structures and algorithms are the foundation of computer science. They are the building blocks that allow us to create efficient and effective software. As a software engineer, it is essential to have a strong understanding of data structures and […]

Devamını Oku

Python Website Full Tutorial – Flask, Authentication, Databases & More

Python Website Full Tutorial - Flask, Authentication, Databases & More

Flask is a lightweight Python web framework that provides valuable tools and features for building web applications. It is designed to be simple and easy to use and has a small, easy-to-learn codebase. Flask is often used as a starting point for building web applications because it is lightweight and […]

Devamını Oku

Data analysis made easy: Text2Code for Jupyter notebook

Data analysis made easy: Text2Code for Jupyter notebook

In June of 2020, OpenAI launched their new model GPT-3, which not only has futuristic NLP(Natural Language Processing) capabilities, but was also able to generate React code and simplify command-line commands. Looking at these demos was a huge inspiration for us and we realized that while doing data analysis, a lot of times, we […]

Devamını Oku

handcalcs: Python calculations in Jupyter, as though you wrote them by hand

Python calculations in Jupyter, as though you wrote them by hand

handcalcs is a library to render Python calculation code automatically in Latex, but in a manner that mimics how one might format their calculation if it were written with a pencil: write the symbolic formula, followed by numeric substitutions, and then the result. Because handcalcs shows the numeric substitution, the calculations become significantly easier […]

Devamını Oku