Python Coding (CLCODING)
@pythonclcoding
9.21K
subscribers
1.64K
photos
4
videos
49
files
1.49K
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
Join
Python Coding (CLCODING)
9.21K subscribers
Python Coding (CLCODING)
https://www.clcoding.com/2020/04/advanced-guide-to-python-3-programming.html
Clcoding
Advanced Guide to Python 3 Programming for Undergraduate Topics in Computer Science pdf
👍
1
Python Coding (CLCODING)
https://youtu.be/Oc8p-Ypuldc
Python Coding (CLCODING)
https://youtu.be/egq7ZLqtbcI
YouTube
Strings in Python | Python | Castor Classes
Topics discussed in this video:
1)How to create a string in Python
2)String Concatenation
3) Multiplication of a string with integer
4)How to use escape character in string
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://…
Python Coding (CLCODING)
https://youtu.be/QJcs3wHhlEU
YouTube
Tuple in Python | Castor Classes
Topics covered:
1)Tuple
2)Packing
3)Unpacking
4)Swap two variables using Packing & Unpacking concept
5)Tuple with List
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/…
Python Coding (CLCODING)
https://www.ntirawen.com/2020/04/introduction-of-matplotlib-python.html
New Technology
Introduction of Matplotlib | Python Plotting With Matplotlib | Mataplotlib use in Machine Learning | Examples of Matplotlib
Matplotlib is capable of creating most kinds of charts, like line graphs, scatter plots, bar charts, pie charts, stack plots, 3D graphs, and geographic map graphs.
Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations…
Python Coding (CLCODING)
https://youtu.be/bMVBWseoJJY
YouTube
Stacks and Queues using List | Data Structures | Python | Castor Classes
Topics discussed:
1)Stack using List
2)Queue using List
Prerequisite:
List in Python | Part 1 | Castor Classes
https://www.youtube.com/watch?v=P2ogQZwOFbQ&t=148s
List in Python | Part 2 | Castor Classes
https://www.youtube.com/watch?v=vNxxQ6JDZxg&t=1s
…
Python Coding (CLCODING)
https://youtu.be/Q61Xr-bmkTc
YouTube
Converting an Input String into a Floating Point Number | Python | Castor Classes
Prerequisite:
Number Data Type | Python | Castor Classes
https://www.youtube.com/watch?v=s96l6u2Blbo
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: htt…
Python Coding (CLCODING)
https://youtu.be/e6ub61LWR6s
YouTube
Int to String ,Float to String ,String to Int & String to Float conversion | Castor Classes
Topics covered:
1)Integer to String conversion
2)Float to String conversion
3)String to Integer conversion
4)String to Float conversion
5)Different way to concatenate string
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkF…
👍
1
Python Coding (CLCODING)
https://youtu.be/duMek025R7E
YouTube
List Traversal using while loop & break statement | Python | Castor Classes
Code used in the video is given in the comment section.
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.faceboo…
Python Coding (CLCODING)
https://youtu.be/O9DMcBkkZFc
YouTube
Nested List & Matrix | List in Python | Part 7 | Castor Classes
Code for taking matrix input is given in the comment section.
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.f…
Python Coding (CLCODING)
https://youtu.be/Am1vXKPHdgA
YouTube
String Immutability & count method | Python | Castor Classes
Topics discussed:
1)count method
2)String immutability
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.facebook…
Python Coding (CLCODING)
https://youtu.be/6aMoiDdf1sE
YouTube
Tuple in Python | Part 2 | Castor Classes
Topics discussed in this video:
1)Accessing Elements of a Tuple
2)Creating New Tuples from Existing Tuples
3)Iterating Over Tuples
4)length of a Tuple
5)count how many times a specified value appears in a Tuple
6)find out the (first) index of a value in a…
Python Coding (CLCODING)
https://youtu.be/kHovydkdOME
YouTube
Checking a number is Odd or Even using Bitwise Operators | Python | Castor Classes
Prerequisite:
Bitwise Operation in Python | Castor Classes
https://www.youtube.com/watch?v=mqkBM9Nwy3k
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: ht…
Python Coding (CLCODING)
https://youtu.be/ol4VWFLjd8Y
YouTube
Turn off the rightmost set bit | Python | Castor Classes
Question:
Write a program that unsets the rightmost set bit of an integer.
Input: 12
Output: 8
Input: 7
Output: 6
Simple code:
n=int(input());
print(n & (n-1))
Prerequisite:
Data Type Conversion | Python | Castor Classes
https://www.youtube.co…
Python Coding (CLCODING)
https://www.clcoding.com/2020/04/relationship-between-binary.html
Clcoding
Relationship between binary representation of n & n-1 | Python
Python Coding (CLCODING)
https://www.youtube.com/watch?v=erp_j-Zt_6E
YouTube
Practice problem on String in Python | Castor Classes
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.facebook.com/pirawenpython/
https://www.facebook.com/groups/pirawenpython/
Python Coding (CLCODING)
https://www.youtube.com/watch?v=mKpg62zVlEc
YouTube
Counting Elements | Python | Castor Classes
Code is given in the comment section.
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.facebook.com/pirawenpython/…
Python Coding (CLCODING)
https://youtu.be/ZMMXO0bKbC4
YouTube
Rotate String | Practice Problem on String | Python | Castor Classes
Code is given in the comment section.
Prerequisites:
Strings in Python | Python | Castor Classes
https://www.youtube.com/watch?v=egq7ZLqtbcI
Strings in Python | Part 2 | Castor Classes
https://www.youtube.com/watch?v=Vnt4XUF5pP0
Important Links:
https:…
Python Coding (CLCODING)
Python Input() Function >>
https://www.clcoding.com/2020/05/python-input-function.html
Clcoding
Python Input() Function
Python provides us the facility to take input from user using Input( ) function. This function prompts the user to input a value.
Python Coding (CLCODING)
https://youtu.be/XCrzkclmgaM
YouTube
Move Zeroes | Python | Castor Classes
Code is given in the comment section.
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
https://www.facebook.com/pirawenpython/…