Explore tweets tagged as #DailyPython
#Day16 of #Python.Worked on cleaning messy data using #Regex.- Extracted only alphabetic characters from a mixed-data column. - Removed numbers and special characters (no underscores allowed!). #DataScience #DataCleaning .
1
0
1
I think it might be a nice idea to share some interesting thing about python every day. So, let's try it! #python #dailypython.
0
0
0
2. Why `a is b` is True, but `c is d` is False ?.>>> a = -5.>>> b = -5.>>> c = -6.>>> d = -6. Ans: The values between -5 and 256 are cached and are the same objects. You can check it using id function. #dailypython #python.
0
0
0
Four ways to iterate list in python 🧑💻. #DailyPython #python #pythonTips #list #iterate #DailyCoding #Coding #Programming #range #enumerate #comprehension
0
0
2
@bdunkelman Thank you for everything you did. I loved always open. You killed the pun game and were a blast to chat to even if only for a few minutes. Best of luck to you and everyone else.
0
0
0
Salary Predictor, Python script used to predict the average annual salary of a person #interview #spark #bigdata #DataScience #dataengineering #MachineLearning #Python #100DaysOfMLCode #dataops #mlops #interviewquestions #dailypython.
0
1
1
a = [1,423,2,56,4,3,100,9.5,2.1,1.4,45].b = a.b.sort().print(a). what will be output? and why ?. #PYTHON #pythonlearning #dailypython #quickcode.
0
0
0
#dailypython.I have this client who is using excel files to manage their records. I use openpyxl to manage their files and produce reports.
0
0
0
Intuition will tell the thinking mind where to look next. -Jonas Salk.#python #dailypython #twitterbot #pythonquotes #programming.
0
1
0
Cats have about 130,000 hairs per square inch (20,155 hairs per square centimeter). -.#python #dailypython #twitterbot #pythonquotes #programming.
0
1
0
Faith in oneself is the best and safest course. -Michelangelo .#python #dailypython #twitterbot #pythonquotes #programming.
0
1
2