ru
Feedback
Python Coding (CLCODING)

Python Coding (CLCODING)

Открыть в Telegram

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

Больше
9 648
Подписчики
-624 часа
-17 дней
-5830 день
Архив постов
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 voting

Adding Markers Using Python
Adding Markers Using Python

PRACTICAL DATA SCIENCE WITH R AND PYTHON: A Hands-On Approach to Solving Data Problems with R and Python https://www.clcoding
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

Changing Line Color and Style Using Python
Changing Line Color and Style Using Python

Python Coding challenge - Day 385 What is the output of the following Python Code? Answer with Explanation : https://www.clco
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

Create and Visualize a Molecule using Python
Create and Visualize a Molecule using Python

Hourglass pattern plot using python https://youtu.be/ag4OyGADNe0

Visualizing Molecular Structures from SMILES Using RDKit
Visualizing Molecular Structures from SMILES Using RDKit

Python Coding Challange - Question With Answer(01220225) Answer with Explanation : https://www.clcoding.com/2025/02/python-coding-challange-question-with_22.html

What will be the output of the following code ? queue = {'name', 'age', 'DOB'} print(queue)
Anonymous voting

Different Ways to Format and Print Characters in Python
Different Ways to Format and Print Characters in Python

Happy Weekend! Let me know which topic you want to learn. OOP - Mastering Object Oriented Programming https://youtu.be/1bQdsPl3SMw If you want to work with us message us.

Python Chemistry Libraries and Application with Code Python Chemistry Libraries and Application with Code" explores the power
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

What will be the output of the following code? x = "Python" print(x[2:5])
Anonymous voting

Star pattern plot using python https://bit.ly/3QrjTj8
Star pattern plot using python https://bit.ly/3QrjTj8

25 Github Repositories Every Python Developer Should Know https://www.clcoding.com/2025/02/25-github-repositories-every-pytho
25 Github Repositories Every Python Developer Should Know https://www.clcoding.com/2025/02/25-github-repositories-every-python.html

What will be the output of the following code? def extend_list(lst): lst.extend([10]) b = [5, 10, 15, 20] extend_list(b) print(len(b))
Anonymous voting