Skip to content

mirceamesesan/daily-code

Repository files navigation

Daily explorations

While experimenting with Pyton and other fresh material found on the internet.

Day 1

Exploring with uv brew install uv a python package manager that can replace PIP with its speed, as it was built in RUST.

Useful reads and documentation:

When moving to a different machine, you can install dependencies with uv run and it will install all the dependencies from the pyproject.toml file and also will create a virtual environment for you.

Day 2

Creating a fast-api with uvicorn and testing in Postman.

Day 3

Accesing the api Endpoints with requests in Python.

Day 4

Creating a simple flask interface for a time-entry system. This should allow the user to:

  • Add a new time entry
  • List all time entries This should be created using the tailwind css and flask.

Day 5

Linking a database using sqlite3 to store our time entries.

Day 6

Updating the flask interface to use the database to store the time entries.

  • Delete a time entry
  • Update a time entry Creating a sudoku game to include in the flask interface. solver using a backtracking algoprithm. Sudoku game will be generated using dokusan library.

Day 7

Complete the flask interface time-entry management with the following fields:

  • description
  • start time
  • end time
  • duration
  • project
  • client
  • tags

Day 8

Day 9

Day 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published