Skip to content

jacobcoles/Python_Exercises

Repository files navigation

Python Resources

Live Coding Examples

The live coding examples (created during the course) with added comments can be found in the day_1 and day_2 folders.

Exercises

Pandas Exercises

Data can be found in the /files folder There are two jupyter notebooks for pandas related exercises:

  • Exercises: exercises.ipynb
  • Solutions: exercise_solutions.ipynb

Visualizations

The notebook for visualization demonstrations are in the notebook visualization_guide.ipynb. If you would like to investigate other types of visualizations, you can find more in the Seaborn library documentation.

Additional Pandas and Numpy Exercises

During the course, we cloned and investigated the examples in the following repository:

Slides

Found in Python_Training_Slides.pptx in this repo.

Books

Recommended reading:

  • Python Crash Course (3rd Edition) by Eric Matthes: A project-oriented book for Python beginners.
  • Hands On Data Analysis With Pandas by Stefanie Molin: An analytics course for intermediate Python programmers.

Web Resources

Here are some other recommended resources:

Learning Git

Basic usage of git (and Github) is outlined in the file github_instructions.md. Becoming proficient in git (by understanding both the branching/merging behaviour as well as memorising the commands) can take time, but there are several helful resources, some of which are linked below:

AI Coding

A document called KPI_Dashboard_Demo.pdf shows examples of how to work with the AI coding assistant Cline to build a KPI dashboard. It shows the progression of coding manually towards using spec-driven programming with AI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published