Python Coding (CLCODING)
@pythonclcoding
9.11K
subscribers
1.64K
photos
4
videos
49
files
1.48K
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.11K subscribers
Python Coding (CLCODING)
https://youtu.be/-ENVe184atY
YouTube
File Handling | Python | Castor Classes
Topics Discussed:
1)Opening a File
2)Reading from a file
3)Closing a file
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.me/clcoding_python
…
Python Coding (CLCODING)
https://youtu.be/lYTx2BMVDNg
Python Coding (CLCODING)
https://www.quora.com/q/jiulnvsrzvsquuwe?invite_code=RAfeFjAfQ0yA0hGSYiNu
Python Coding (CLCODING)
https://youtu.be/3SmQF_MBVnE
YouTube
Append to a file | Python | Castor Classes
Prerequisite:
File Handling | Python | Castor Classes
https://www.youtube.com/watch?v=-ENVe184atY
Writing to file in Python | Castor Classes
https://www.youtube.com/watch?v=lYTx2BMVDNg
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&…
Python Coding (CLCODING)
https://youtu.be/seh827MfVf4
YouTube
readline & readlines | Python | Castor Classes
Prerequisite:
File Handling | Python | Castor Classes
https://www.youtube.com/watch?v=-ENVe184atY
Writing to file in Python | Castor Classes
https://www.youtube.com/watch?v=lYTx2BMVDNg
Append to a file | Python | Castor Classes
https://www.youtube.com/…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=exGreCI07vc
YouTube
Read a file line by line 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)
Python Coding (CLCODING)
https://www.youtube.com/watch?v=OMIfm6pgJ5E
YouTube
Reading CSV files without using any library | Python | Castor Calsses
Code:
(Note: It will work only if you open your file with variable e)
li=[];
for i in e:
i=i.replace("\n","").split(",");
li.append(i);
e.close()
Note the values are float , but in above list li , those are stored as string , you can further type…
Python Coding (CLCODING)
https://youtu.be/vOiL_FQ_Wjg
YouTube
Working with Images 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=Iq0BlgpCIFU
YouTube
Crop Image | Python | Castor Calsses
Syntax: ImageVariableName.crop(box)
Parameters:
box – a 4-tuple defining the left, upper, right, and lower pixel coordinate.
Return type: Image (Returns a rectangular region as (left, upper, right, lower) tuple).
Note:
The Python Imaging Library uses a Cartesian…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=eot9CVK0Ew8
YouTube
Color Transforms | Image Handling | Python | Castor Classes
Check this link to explore more:
https://pillow.readthedocs.io/en/3.1.x/reference/Image.html
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https://t.m…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=egq7ZLqtbcI&t=13s
Python Coding (CLCODING)
https://www.youtube.com/watch?v=YPbfxIyoTL4&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk&index=13&t=0s
Python Coding (CLCODING)
https://youtu.be/DNlWy44Succ
Python Coding (CLCODING)
https://www.youtube.com/watch?v=lYTx2BMVDNg
YouTube
Writing to file in Python | Castor Classes
Prerequisite:
File Handling | Python | Castor Classes
https://www.youtube.com/watch?v=-ENVe184atY
Python for beginners:
https://www.youtube.com/watch?v=egq7ZLqtbcI&list=PLNhFkFk6qEgIq3lcbmxWIBFjEcq4lwRyk
Web
🌐
http://www.clcoding.com/
Telegram: https:…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=ioRKG6NVLs4
YouTube
Evaluate Reverse Polish Notation | Python | Castor Classes
Code is given in the comment section.
Stacks and Queues using List | Data Structures | Python | Castor Classes
https://www.youtube.com/watch?v=bMVBWseoJJY&t=248s
Problem Statement:
Evaluate the value of an arithmetic expression in Reverse Polish Notation.…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=h_85780StJk&t=5s
YouTube
Convert a word to list of characters using list & Palindrome | Python | Castor Classes
Code is given in the comment section.
Prerequisite:
Single Number | Practice Problem on List | Python | Castor Classes:
https://www.youtube.com/watch?v=mIQBloo8LF0
Single Number II | Practice Problem on List | Python | Castor Classes
https://www.yout…
Python Coding (CLCODING)
https://www.youtube.com/watch?v=W1vPQRMpF5k&t=96s
Python Coding (CLCODING)
https://www.youtube.com/watch?v=egq7ZLqtbcI&t=13s
Python Coding (CLCODING)
https://www.clcoding.com/p/complete-understanding-of-list-in-python.html