python 15 Python tips and tricks to write better code Photo by Max Duzij / Unsplash Source Julynx Cabria Github
Pyhton Jupyter Notebook Basics with Cheatsheet Jupyter notebook is been extensively used by programmers especially data scientists to write and test there code. It also helps the programmer to save the graphs and results and get the same replicate the result every time they run the notebook. Also, Jupyter notebooks can be exported into different formats
Mircosoft's all resources to learn python | Tutorials| Docs | Videos Programming is a skill that gets better by practicing. There are tons of resources to learn python online and that too for free. Youtube is full of tutorials to learn python, but if you want to learn in a guided and structured way with a brand tag you can explore
Make a python file stand-alone (.exe) file for windows. This article aims at how to convert a python script into a windows executable(.exe) file. Skip to the Tutorial You must have seen all windows application/software create a .exe file which is an executable file after installation. This .exe contains all the information about the packages, resources, libraries