Skip to main content

Posts

Showing posts from December, 2018

Jupyter Notebook With Python

Hello IoTIAN In this we getting start Jupyter Notebook with Python. So for this, there is only three step to do it. Step 1:- Open Command Prompt in Window Step 2:: Download Jupyter Notebook, For downloading Jupyter Notebook The command is pip install jupyter notebook using this command jupyter notebook download in python. Step 3: Run Jupyter Notebook for run Jupyter Notebook open command prompt and type jupyter notebook the notebook automatically start in the web browser on localhost. Using these three step you can download Jupyter Notebook in python for more see the given video, If you have any problem please ask in comment  Thank You!  

SANTA CLAUS' HAT USING PYTHON

Hello IoTIAN , In this video we create a SANTA Claus’ HAT using python in this we use turtle library for drawing the steps are following for creating Santa Hat.   Import TURTLE library       Import shapes file which already built        Import  RANDOM library        Give the name to your turtle pen        Set the speed of your pen        Choose background color        Draw a circle in which area you want to create a cap        Create a red color triangle        Set different circle with different radius and coordination to convert it into a cap    Hide the turtle using myPen.hideturtle() The Code in this give a link for the following Santa HAT          https://github.com/iotianinnovator/Python_Project         Comment if you have any problem and you made it!!!!!!.

Christmas Tree using Python

In this article, you learn about the turtle library in python using the turtle library you can draw any type of image, logo or any type of drawing. Basically, turtle library is used to create logo’s and it’s inbuilt with any version of python. so don’t wait to start something new with python                      Here we draw a Christmas tree using python. Here we use python 3.7 version, you can use any version of python from 2.7 to 3.5.you can also learn from this video   You can also find the code on GitHub account the link is:  https://github.com/iotianinnovator/Python_Project/blob/master/ChristmasTreeWithPython.zip   Comment below if you successfully made and any query about it. Thank You.

Top 10 Iot Platform of 2018