Python Coding
7.51K subscribers
1.62K photos
4 videos
49 files
1.46K 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
Star pattern plot using python
https://bit.ly/3QrjTj8
What will be the output of the following code?

x = "Python" print(x[2:5])
Anonymous Quiz
68%
tho
5%
yth
18%
hon
9%
None
Python Chemistry Libraries and Application with Code

Python Chemistry Libraries and Application with Code" explores the powerful intersection of Python programming and chemistry. This book introduces key Python libraries specifically designed for chemical computations, molecular modeling, and data analysis. It covers libraries such as RDKit, PySCF, ASE, Open Babel, and ChemPy, demonstrating their practical applications in cheminformatics, quantum chemistry, and reaction kinetics. https://pythonclcoding.gumroad.com/l/zslnrl
👍1
Different Ways to Format and Print Characters in Python
👍2
2
What will be the output of the following code ?
queue = {'name', 'age', 'DOB'}
print(queue)
Anonymous Quiz
67%
{'name', 'age', 'DOB'}
25%
{'age', 'DOB', 'name'}
3%
{'DOB', 'name', 'age'}
5%
{'DOB', 'age', 'name'}
2
Python Coding Challange - Question With Answer(01220225)

Answer with Explanation : https://www.clcoding.com/2025/02/python-coding-challange-question-with_22.html
Visualizing Molecular Structures from SMILES Using RDKit
2
Create and Visualize a Molecule using Python
3
Python Coding challenge - Day 385 What is the output of the following Python Code?
Answer with Explanation : https://www.clcoding.com/2025/02/python-coding-challenge-day-385-what-is.html
Changing Line Color and Style Using Python
PRACTICAL DATA SCIENCE WITH R AND PYTHON: A Hands-On Approach to Solving Data Problems with R and Python

https://www.clcoding.com/2025/02/practical-data-science-with-r-and.html
Adding Markers Using Python
What will be the output of the following code?

import numpy as np numbers = np.array([1, 2, 3]) new_numbers = numbers + 1 print(new_numbers.tolist())
Anonymous Quiz
70%
[2, 3, 4]
13%
[0, 1, 2]
9%
[2, 4, 6]
9%
None
Count number of files and directories using Python
👍1