Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
README-bot committed Oct 5, 2024
1 parent df90470 commit f0a33f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Today-I-Learned snippets. Inspired by the post [Building a self-updating profile README for GitHub](https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/) by [Simon Willison](https://github.com/simonw)

<!-- count starts -->34<!-- count ends --> TILs so far.
<!-- count starts -->35<!-- count ends --> TILs so far.
<!-- index starts -->
## pandas-numpy

Expand All @@ -22,10 +22,10 @@ Today-I-Learned snippets. Inspired by the post [Building a self-updating profile

## python

* [Miscellaneous pythonisms](https://github.com/vidyabhandary/til/blob/master/python/misc_python.md) - 2020-07-26
* [Generate primes using Sieve of Erastosthenes](https://github.com/vidyabhandary/til/blob/master/python/generate_primes.md) - 2020-07-26
* [Python set_default() method](https://github.com/vidyabhandary/til/blob/master/python/set_default.md) - 2020-07-26
* [Check if a number is prime](https://github.com/vidyabhandary/til/blob/master/python/is_prime.md) - 2020-07-26
* [Generate primes using Sieve of Erastosthenes](https://github.com/vidyabhandary/til/blob/master/python/generate_primes.md) - 2020-07-26
* [Miscellaneous pythonisms](https://github.com/vidyabhandary/til/blob/master/python/misc_python.md) - 2020-07-26
* [Slicing and Reversing](https://github.com/vidyabhandary/til/blob/master/python/slicing_reversing.md) - 2020-08-07
* [Python string.punctuation](https://github.com/vidyabhandary/til/blob/master/python/string_punctuation.md) - 2020-08-08
* [Named Slices](https://github.com/vidyabhandary/til/blob/master/python/named_slice.md) - 2020-08-28
Expand Down Expand Up @@ -57,6 +57,7 @@ Today-I-Learned snippets. Inspired by the post [Building a self-updating profile
* [Airflow vs Luigi](https://github.com/vidyabhandary/til/blob/master/misc/AirFlowVsLuigi.md) - 2024-06-01
* [RabbitMQ priority queue](https://github.com/vidyabhandary/til/blob/master/misc/RabbitMQ_PriorityQs.md) - 2024-06-01
* [Types of UUIDs](https://github.com/vidyabhandary/til/blob/master/misc/UUIDTypes.md) - 2024-08-25
* [Difference between API and Service](https://github.com/vidyabhandary/til/blob/master/misc/APIvsService.md) - 2024-10-05

## ddia

Expand Down

0 comments on commit f0a33f8

Please sign in to comment.