https://github.com/abhijitramesh/script-rattler
This repository will contain all the notes and programs that I have written while learning python
https://github.com/abhijitramesh/script-rattler
Last synced: 3 months ago
JSON representation
This repository will contain all the notes and programs that I have written while learning python
- Host: GitHub
- URL: https://github.com/abhijitramesh/script-rattler
- Owner: abhijitramesh
- Created: 2020-03-12T21:51:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T23:41:02.000Z (almost 5 years ago)
- Last Synced: 2024-12-29T23:42:27.248Z (5 months ago)
- Language: Jupyter Notebook
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Python :snake:
Python has become one of the most common programming languages that is used for almost all technologies right now. (2020 ; if anyone from the future is reading this and goes like what is this guy saying).
I have been working with deeplearning and pytorch for a while now, originally being a java developer :coffee: coming to this field I feel I need to be working on learning some basics of python. So here we go.### Before we get started let me state the obvious
1. Python is case sensitive.
2. Spacing is importat. (wow that's a first).