Category Archives: Python

Python datetime

WTF?!All I want is to display the program runtime, and start time and end time. I need to import 3 libraries (time, datetime, and maybe timedelta) and STILL need to extract individual values for Year Month Day Hour Minute Second … Continue reading

Posted in Musings, Python | Leave a comment

Python Pandas info

https://www.datacamp.com/community/open-courses/introduction-to-python-machine-learning-with-analytics-vidhya-hackathons/ https://pandas.pydata.org/pandas-docs/stable/getting_started/index.html https://pandas.pydata.org/pandas-docs/stable/getting_started/10min.html https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#indexing Advanced indexing: https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#advanced https://stackoverflow.com/questions/25661754/get-data-from-pandas-into-a-sql-server-with-pyodbc https://www.datacamp.com/community/tutorials/pandas-tutorial-dataframe-python https://www.tutorialspoint.com/python_pandas/python_pandas_dataframe.htm

Posted in Linkdump, Python | Leave a comment

Python tutorials at GeeksForGeeks.org

Google found some tutorials at a site with a variety of solid, well-organized content. Today I’m looking for Python info, but I’m going to spend some time exploring… https://www.geeksforgeeks.org/python-programming-language/ https://www.geeksforgeeks.org/machine-learning/ https://www.geeksforgeeks.org/computer-graphics-2/ These were just some of the major branches of … Continue reading

Posted in Linkdump, Programming, Python | Leave a comment