PyCharm - An integrated development environment (IDE) used in computer programming, specifically for the Python language. Link: https://www.jetbrains.com/pycharm/
IPython - A powerful interactive Python shell. Link: https://ipython.readthedocs.io/en/stable/index.html
- Fibonacci Sequence -> fibonacci_1.py
- Factorial -> factorial_1.py
- Handling of Exceptions -> division_by_zero.py
- Temperature Converter -> temp_converter_1.py
- Sorting a Car by its Top Speed -> rankCars.py
- The Lizard-Spock Expansion -> rock_paper_scissors_lizard_spock.py
- The .join() method -> join.py
- Printing Different Patterns -> printing_patterns.py
- Smart Watch Analysis -> smart_watch_comp.py -> smart_watch_comp.PNG
- Word Cloud Generator -> word_cloud.py
- matplotlib_1.py -> matplotlib_1.png
- matplotlib_2.py -> matplotlib_2.png
- matplotlib_3.py -> matplotlib_3.png
- matplotlib_4.py -> matplotlib_4.png
- matplotlib_5.py -> matplotlib_5.png