Python Coding
7.45K subscribers
1.52K photos
4 videos
49 files
1.39K links
Learn Python to automate your things. We are here to support you. Ask your question

Reach us - info@clcoding.com

https://whatsapp.com/channel/0029Va5BbiT9xVJXygonSX0G
Download Telegram
Python Quiz! Correct answers are liked by this page so please comment your answer.

.
.

Follow: @clcoding
Follow: @clcoding
Follow: @clcoding

Use #clcoding to get featured

Join us t.me/jupyter_python
#python
#pythonquiz
#pythoncoding
#pythonprogramming
#pythonsoftware
#pythonlearning
#clcoding
#pythongames
#pythonhack
Python Quiz! Correct answers are liked by this page so please comment your answer.

.
.

Follow: @clcoding
Follow: @clcoding
Follow: @clcoding

Use #clcoding to get featured

Join us t.me/jupyter_python
#python
#pythonquiz
#pythoncoding
#pythonprogramming
#pythonsoftware
#pythonlearning
#clcoding
#pythongames
#pythonhack
Python Quiz! Correct answers are liked by this page so please comment your answer.

.
.

Follow: @clcoding
Follow: @clcoding
Follow: @clcoding

Use #clcoding to get featured

Join us t.me/jupyter_python
#python
#pythonquiz
#pythoncoding
#pythonprogramming
#pythonsoftware
#pythonlearning
#clcoding
#pythongames
#pythonhack
Python Quiz! Correct answers are liked by this page so please comment your answer.

.
.

Follow: @clcoding
Follow: @clcoding
Follow: @clcoding

Use #clcoding to get featured

Join us t.me/jupyter_python
#python
#pythonquiz
#pythoncoding
#pythonprogramming
#pythonsoftware
#pythonlearning
#clcoding
#pythongames
#pythonhack
#clcoding
#Convert into HEX
print('{:X}'.format(199))
#Convert into OCT
print('{:o}'.format(199))
#Convert into Binary
print('{:b}'.format(199))
#Convert into Grey
print('{:g}'.format(199))
#clcoding
import turtle

t = turtle.Turtle()
t.speed(20)
a = ["violet","indigo","blue","green","yellow","orange","red"]

for i in range(50):
k = i%7
t.color(a[k])
t.circle(120)
t.right(10)
#DIGITAL CLOCK IN PYTHON
#clcoding
from datetime import datetime
from time import sleep
while 1:
n=datetime.now()
print(datetime.strftime(n,"%H:%M:%S"), end='\r')
sleep(1)
πŸš€ GIVEAWAY TIME! πŸ“š
I’m giving away TWO powerful books to help you level up your Machine Learning & AI skills!

πŸ’‘ Books up for grabs:

πŸ“˜ Deep Reinforcement Learning Hands-On by Maxim Lapan (3rd Edition) https://amzn.to/43Q3o8k
πŸ“˜ Python Machine Learning By Example by Yuxi (Hayden) Liu (4th Edition) https://amzn.to/42aRxR2

These books are perfect for anyone who wants to dive deep into real-world ML and RL projects with Python.

✨ How to Enter:

βœ… Follow me @pythonclcoding
❀️ Like and repost this post
✍️ Comment - Clcoding A or B

Let’s grow together in our ML journey! πŸ’ͺ
#Python #MachineLearning #Giveaway #DeepLearning #clcoding #ReinforcementLearning #AI #PythonBooks