
This repository contains many of my early Python notebooks and coding solutions. From programming exercises, to machine learning problems, and natural language processing projects, I have organized everything into different folders for each specific topic.
As this repository contains mostly Jupyter Notebook files, you only need basic Python and Jupyter software installations. Using Anaconda Navigator is recommeded, but not required.
To run the code you need Python 3 installed on your computer and JupyterLab (or Jupyter Notebook) for file editing.
- Python 3+
- JupyterLab 4.0+ or Jupyer Notebook
- Clone the repo
git clone https://github.com/ErnieSumoso/python-development-notebooks.git
- Explore the files and enjoy!
You can use this repository to solve the problems yourself by trying a different approach, or to explore my own solutions!
These are some resources that helped me practice:
- [✓] Upload the most recent versions of the notebooks.
- [✓] Follow file naming conventions, and remove redundant content.
- [✓] Complete the last project updates.
I am always open for any suggestions or new exercises to solve next. Please, add them on the issues section.
Ernie Sumoso - GitHub Profile - My Repositories