Skip to content

Instantly share code, notes, and snippets.

View ishikkkkaaaa's full-sized avatar
:octocat:
Focusing

ishika kesarwani ishikkkkaaaa

:octocat:
Focusing
View GitHub Profile
@MossabDiae
MossabDiae / colab_import_from_github.md
Last active July 20, 2021 07:23
Load data automatically to google colab notebook from github

The benfits:

  1. less loading time (google download speed is better than your upload speed)
  2. one click data loading
  3. making data online you can work from other machines.
  4. we'll be using private github repository so data is private.

2- compress your data as zip , make a private github repository and upload it

@OrkunAvci
OrkunAvci / Session 1.md
Last active January 8, 2024 06:29
Python Gist

Jun 26, 2021 - Jun 28, 2021

First seven days of 100 days of code.

  • Variables
  • Input & Print Functions
  • Primitive Data Types
  • Mathematical Operations in Python
  • Strings
  • Number Manipulation and String Formatting in Python