Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7f0714

Browse files
authored
Updated with Readme file
1 parent2361b7f commitd7f0714

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

‎README.md‎

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#Welcome to Python Tutorial
2+
3+
4+
This is a brief Python 3 programming tutorial who want to wither brush up or learn Python as a programming language. I have tried to show everything in simple & plain language executed in Jupyter Notebook.
5+
6+
This tutorial is aimed at people with some prior programming experience. Since, there are few tutorials in basics now but we will quickly be diving into advanced py stuff.
7+
8+
**Requirements**: You are free to use Python 3.3 or above. Don't use Python 2.x as they are slowly fading away. Again you can use Python 2 but someone will have to convert it to Python 3 so its best to use Python 3.
9+
10+
>Note: This tutorial does not aims to provide you the basic instruction like What is Python, Installation Notes, etc. You are free to discuss it or you can post it in Issues section if you feel something is incorrect or if you want something to be incorporated.
11+
12+
##Contents
13+
This tutorial as of now contains only one section. The list will be updated shortly once I complete my code.**Collaborators are most welcome.**
14+
15+
**BASICS**
16+
1. Python Basics
17+
2. Data Structures in Python
18+
3. Lambda, Map, Filter Functions
19+
20+
##Project Instructions
21+
Feel free to clone this repo or download it.
22+
Then follow the following steps in-order to run it properly in your local machine.
23+
1. Initialize the Project folder in virtual environment.
24+
2. Make sure to install the complete`requirements.txt`
25+
3. And then you are all set, you can execute the code cell by cell and test it your self.
26+
27+
>Note: If you are having issue in initializing the project as virtual env then do let me know. You can post it in the issues section.
28+
29+
##Feedback
30+
It may not be very optimized, so if you tend to find any bug fixes, feature requests, pull requests, feedback, etc., are welcome...
31+
If you like this tutorial, please do give it a star.
32+
33+
You may use this tutorial freely at your own risk. See[LICENSE](https://github.com/source-nerd/Python-Tutorial/blob/master/LICENSE).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp