Skip to content

Commit

Permalink
add discussion link for python track
Browse files Browse the repository at this point in the history
  • Loading branch information
theSage21 committed Jul 19, 2020
1 parent b7d43a9 commit 6c67a5a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion soa/tracks/ml/8.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href='https://t.me/ml_code_for_100_days'><button>Discuss on telegram</button></a>
# ML Track-Week 8
## ML Track-Week 8

Now, let us boost our learning.
This week will introduce you to algorithms that can boost the accuracy of your model.
Expand Down
1 change: 1 addition & 0 deletions soa/tracks/python/1.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href='https://t.me/pyjaipur'><button>Discuss on telegram @pyjaipur group</button></a>
## Running Python

Python usually comes pre-installed if you're using a linux based system like [Ubuntu](https://ubuntu.com/), [Archlinux](https://www.archlinux.org/), or [Fedora](https://getfedora.org/). You can run the terminal application on these systems and just type `python` to access python.
Expand Down
1 change: 1 addition & 0 deletions soa/tracks/python/2.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href='https://t.me/pyjaipur'><button>Discuss on telegram @pyjaipur group</button></a>
## Basic math

Python has a way to express mathematical operations so that you can do things
Expand Down
1 change: 1 addition & 0 deletions soa/tracks/python/3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href='https://t.me/pyjaipur'><button>Discuss on telegram @pyjaipur group</button></a>
## Decision Making

We make decisions everyday and based on them do either one thing or another. What should I cook? Does my bike need petrol?
Expand Down
1 change: 1 addition & 0 deletions soa/tracks/python/4.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<a href='https://t.me/pyjaipur'><button>Discuss on telegram @pyjaipur group</button></a>
## Strings

Strings are sequences of characters. Your name can be considered as a string. To create a string, put the sequence of characters inside quotes. Python does not care if they are single quotes or double quotes and so `'pyjaipur'` and `"pyjaipur"` are the same value. You can read more about python string [in the python docs](https://docs.python.org/3/tutorial/introduction.html#strings).
Expand Down

0 comments on commit 6c67a5a

Please sign in to comment.