https://github.com/tanay-dwivedi/python-projects
Learning python with projects for Data Science
https://github.com/tanay-dwivedi/python-projects
datascience projects python
Last synced: 8 months ago
JSON representation
Learning python with projects for Data Science
- Host: GitHub
- URL: https://github.com/tanay-dwivedi/python-projects
- Owner: Tanay-Dwivedi
- Created: 2024-01-07T09:33:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T09:11:56.000Z (over 1 year ago)
- Last Synced: 2024-12-27T02:44:06.551Z (10 months ago)
- Topics: datascience, projects, python
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Projects
Some Python projects that I am building while learing for Data Science.
1. [Number Guessing Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Number_Guessing_Game)
2. [Mean, Median & Mode](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Mean_Median_Mode)
3. [Password Authentication](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Password_Authentication)
4. [Send Automatic Email](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Send_Automatic_Emails)
5. [Age Calculator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Age_Calculator)
6. [Group Anagrams](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Group_Anagrams)
7. [Find Missing Number](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Find_Missing_Number)
8. [Group Elements by Indices](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Group_Elements)
9. [Calculate Execution Time](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Calculate_Execution_Time)
10. [Count Number of Words in a Column](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Words_in_column)
11. [Rock Paper Scissors Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Rock_Paper_Scissors_Game)
12. [Print Emojis](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Print_Emoji)
13. [Correct Spellings](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Correct_Spellings)
14. [Scraping GitHub Profile](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scrapping_GitHub_Profile)
15. [Visualize Linear Relationship](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Visualize_Linear_Relationship)
16. [Generate Text](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Generate_Text)
17. [Scrape Table from a Website](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scrape_Table_From_Website)
18. [Extract Text from PDF](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Extract_Text_From_PDF)
19. [Reverse String](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Reverse_String)
20. [Sequence Matcher](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Match_Sequences)
21. [QRCODE Generator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/QRCODE_Generator)
22. [Decode a QR Code](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Decode_QRCode)
23. [Create Dummy Data](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Create_Dummy_Data)
24. [Remove Cuss Words](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Remove_Cuss_Words)
25. [Find Duplicates](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Find_Duplicates)
26. [Detect Questions](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Detect_Questions)
27. [Voice Recorder](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Voice_Recorder)
28. [Reading and Writing CSV Files](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Reading_and_Writing_CSV_Files)
29. [Box Plot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Box_Plot)
30. [Send Instagram Messages](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Send_Instagram_Messages)
31. [LCM](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/LCM)
32. [Price Elasticity of Demand](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Price_Elasticity_of_Demand)
33. [Count Most Frequent Words](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Most_Frequent_Words)
34. [Count Capital Letters in a File](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Capital_Letters)
35. [Index of Maximum Value](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Index_of_Maximum_Value)
36. [Index of Minimum Value](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Index_of_Minimum_Value)
37. [Voice Recorder](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Voice_Recorder)
38. [Send Instagram Messages](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Send_Instagram_Messages)
39. [Animated Scatter Plot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Animated-Scatter_Plot)
40. [Create Font Art](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Font_Art)
41. [Collage Maker](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Collage_Maker)
42. [Phone Number Details](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Phone_Number_Details)
43. [Display a Calendar](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Display_Calendar)
44. [Internet Speed Test](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Internet_Speed_Test)
45. [Text to Handwriting](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Text_To_Handwriting)
46. [Shutdown Computer](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Shutdown_Computer)
47. [Defang IP Address](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Defang_IP)
48. [Web Scraping to Create a Dataset](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Web_Scraping)
49. [Resume Scanner](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Resume_Scanner)
50. [Merge Sort Algorithm](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Merge_Sort)
51. [Pick a Random Card](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Pick_Random_Card)
52. [Quartile Deviation](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Quartile_Deviation)
53. [Count Character Occurrences](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Character_Occurrences)
54. [Pyramid Pattern](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Pyramid_Pattern)
55. [Sequential Search](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Sequential_Search)
56. [Swap Variables](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Swap_Variables)
57. [Sort NumPy Arrays](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Sort_NumPy_Arrays)
58. [Validate Anagrams](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Validate_Anagrams)
59. [Create Tables](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Create_Tables)
60. [Recursive Binary Search](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Recursive_Binary_Search)
61. [Backward For Loop](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Backward_For_Loop)
62. [Dijkstra’s Algorithm](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Dijkstras_Algorithm)
63. [Hash Tables](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Hash_Tables#hash-tables)
64. [Queues](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Queuue)
65. [Validate a Binary Search Tree](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Validate_Binary_Search_Tree)
66. [Stacks](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Stackks)
67. [Palindrome Words](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Palindrome_Words)
68. [Breadth-First Search](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Breadth_First_Search)
69. [Plotting Annotations](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Plotting_Annotations)
70. [Real-time Currency Converter](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Real_Time_Currency_Converter)
71. [FizzBuzz Algorithm](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/FizzBuzz_Algorithm)
72. [Extract Keywords](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Extract_Keywords)
73. [Read Data From Google Sheets](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Read_Data_From_Google_Sheets)
74. [Invoice Generator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Invoice_Generator)
75. [Text-Based Adventure Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Text_Based_Adventure_Game)
76. [Mad Libs Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Mad_Libs_Game)
77. [Acronyms](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Acronyms)
78. [Alarm Clock](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Alarm_Clock)
79. [Email Slicer](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Email_Slicer)
80. [Story Generator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Story_Generator)
81. [Generate Password](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Generate_Password)
82. [Rock Paper Scissors Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Rock_Paper_Scissors_Game)
83. [Dice Roll Simulator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Dice_Roll_Simulator)
84. [QR Code Generator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/QRCODE_Generator)
85. [Animal Quiz Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Animal_Quiz_Game)
86. [Print Colored Text](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Print_Colored_Text)
87. [BMI Calculator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/BMI_Calculator)
88. [Convert Fahrenheit to Celsius](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Convert_Fahrenheit_to_Celsius)
89. [Multiple User Inputs](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Multiple_User_Inputs)
90. [Convert Roman Numbers to Decimals](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Convert_Roman_to_Decimals)
91. [Pearson Correlation](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Pearson_Correlation)
92. [Treemap](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Treemap)
93. [Convert Image to Array](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Convert_Image_to_Array)
94. [Scrape IMDb](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scrape_IMDb)
95. [Web Scraping to Create a Dataset](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Web_Scraping)
96. [Data Preprocessing Pipeline](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Data_Preprocessing_Pipeline)
97. [End to End Chatbot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Chatbot)
98. [Message Encryption](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Message_Encryption)
99. [Distance Between Two Locations](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Distance_Between_Two_Locations)
100. [Netflix Recommendation System](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Netflix_Recommendation_System) - __
101. [Time Series Graph](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Time_Series_Graph)
102. [Get Stock Price Data](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Get_Stock_Price_Data)
103. [Data ETL Pipeline](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Data_ETL_Pipeline) - __
104. [Candlestick Chart](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Candlestick_Chart)
105. [Word Cloud from a Pandas DataFrame](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Word_Cloud_from_Pandas_DataFrame)
106. [LeNet-5 Architecture](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/LeNet_5_Architecture)
107. [End-to-End Encryption](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/End_to_End_Encryption)
108. [Get Live Covid-19 Data](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Live_Covid_19_Data)
109. [Violin Plot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Violin_Plot)
110. [Sunburst Plot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Sunburst_Plot)
111. [Calculation of Accuracy](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Calculation_of_Accuracy)
112. [Visualize a Neural Network](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Visualize_Neural_Network)
113. [Bias and Variance](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Bias_and_Variance)
114. [Live Weather Updates](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Live_Weather_Updates)
115. [Count Objects in Image](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Objects_in_Image)
116. [Scrape Trending News](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scrape_Trending_News)
117. [Real-time Stock Price Data Visualization](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Real_Time_Stock_Price_Data_Visualization)
118. [OTP Verification](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/OTP_Verification)
119. [Data Visualization on Map](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Data_Visualization_on_Map)
120. [Choropleth Map](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Choropleth_Map)
121. [Egg Catcher Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Egg_Catcher_Game)
122. [Extract Country Details](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Extract_Country_Details)
123. [Convert Text into Numerical Data](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Convert_Text_Into_Numerical_Data)
124. [AUC and ROC Curve](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/AUC_and_ROC_Curve)
125. [Language Translator](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Language_Translator)
126. [Find Maximum Profit](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Find_Maximum_Profit)
127. [Language Detection](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Language_Detection)
128. [Histogram and Density Plots](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Histogram_and_Density_Plots)
129. [Radar Plot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Radar_Plot)
130. [Chatbot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/User_Chatbot)
131. [Remove Stop Words](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Remove_Stop_Words)
132. [Remove Unicode Characters](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Remove_Unicode_Characters)
133. [Grammar Correction](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Grammar_Correction)
134. [Caterpillar Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Caterpillar_Game)
135. [Encrypt and Decrypt](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Encrypt_and_Decrypt)
136. [Generate Word Clouds](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Generate_Word_Clouds)
137. [Password Picker](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Password_Picker)
138. [Contact Book](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Contact_Book)
139. [URL Shortener](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/URL_Shortener)
140. [Digital Clock GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Digital_Clock_GUI)
141. [Desktop Notification](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Desktop_Notification)
142. [Use Your Phone Camera for Computer Vision](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Use_Your_Phone_Camera_for_Computer_Vision) - __
143. [Game of Life](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Game_of_Life)
144. [Extract Text From Videos](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Extract_Text_From_Videos)
145. [Fidget Spinner Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Fidget_Spinner_Game)
146. [Spelling Correction](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Spelling_Correction)
147. [Turtle Graphics](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Turtle_Graphics)
148. [Monty Hall Problem](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Monty_Hall_Problem)
149. [Video to Audio Converter](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Video_to_Audio_Converter)
150. [Tic Tac Toe GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Tic_Tac_Toe_GUI)
151. [Calculator GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Calculator_GUI)
152. [Number Guessing Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Number_Guessing)
153. [Image Converter GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Image_Converter_GUI)
154. [Weight Converter GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Weight_Converter_GUI)
155. [Chessboard GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Chessboard)
156. [Age and Gender Detection](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Age_and_Gender_Detection)
157. [Create an Audiobook](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Create_an_Audiobook.py)
158. [Face Detection](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Face_Detection)
159. [Extract Text from PDF](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Get_Text_from_PDF)
160. [Web Scraper](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Web_Scraper.py)
161. [Pencil Sketch](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Pencil_Sketch)
162. [Text Editor GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Text_Editor_GUI)
163. [Instagram Filters](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Instagram_Filters)
164. [Count Rainy Days](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Count_Rainy_Days)
165. [Quicksort](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Quicksort)
166. [Telegram Bot](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Telegram_Bot)
167. [Scraping Twitter](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scraping_Twitter)
168. [Text To Speech](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Text_To_Speech)
169. [Keyword Research](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Keyword_Research)
170. [Scrape Wikipedia](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scrape_Wikipedia)
171. [Lives Game](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Lives_Game)
172. [Web Scraping to Create CSV](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Web_Scraping_to_Create_CSV)
173. [Scraping Instagram](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Scraping_Instagram)
174. [Analog Clock](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Analog_Clock)
175. [3D Graphs](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/3D_Graphs)
176.[Calender GUI](https://github.com/Tanay-Dwivedi/Python-Projects/tree/master/Calender_GUI)-----