Python Coding (CLCODING)
@pythonclcoding
9.7K
subscribers
1.98K
photos
5
videos
50
files
1.72K
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.7K subscribers
Python Coding (CLCODING)
Python Coding (CLCODING)
Python Coding (CLCODING)
https://www.facebook.com/ntirawenML/
Facebook
Log in to Facebook
Log in to Facebook to start sharing and connecting with your friends, family and people you know.
Python Coding (CLCODING)
https://www.instagram.com/p/CH75EUoAD8K/?igshid=qx42ywe9pwjh
Python Coding (CLCODING)
youtube.com/castorclasses
👍
1
Python Coding (CLCODING)
Python Coding (CLCODING)
https://www.facebook.com/1386914981438900/posts/2109148552548869/?sfnsn=wiwspmo
Python Coding (CLCODING)
visit this website for free course
Python Coding (CLCODING)
Forwarded from
New Technology
https://www.eduonix.com/paths/data-analytics/UHJvZHVjdC0xNTMzMTgw
Python Coding (CLCODING)
Forwarded from
New Technology
https://www.eduonix.com/paths/data-science/UHJvZHVjdC0xNTMzMTgw
Python Coding (CLCODING)
https://www.eduonix.com/python-mini-edegree/UHJvZHVjdC0xNTMzMTgw
Python Coding (CLCODING)
https://www.eduonix.com/testestest/UHJvZHVjdC0xNTMzMTgw
Python Coding (CLCODING)
T.me/jupyter_python
Python Coding (CLCODING)
Python Coding (CLCODING)
Made a simple band generator :)
learned a lot about properly naming variables and some string manipulation
Python Coding (CLCODING)
T.ME/NTIRAWEN
Python Coding (CLCODING)
Python Coding (CLCODING)
project
Python Coding (CLCODING)
instagram.com/clcoding
Python Coding (CLCODING)
https://youtu.be/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…