10000 Add Python Pune Jan 2016 event report · pythonpune/pythonpune.github.com@d532c48 · GitHub
[go: up one dir, main page]

Skip to content

Commit d532c48

Browse files
committed
Add Python Pune Jan 2016 event report
1 parent 9c1cbd2 commit d532c48

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Python3-101 January Python Pune Meetup 2016
2+
3+
Python Pune meetup have orgnaized a workshop on Python3 on 23rd Jan, 2016 at Red Hat, Pune (India) Office. It was basically aimed for the newbies who want to learn the Python and also for those who wanted to learn the differences between Python2 and Python3.
4+
5+
6+
# Agenda
7+
- Learn basics of Python and write some usefull code. Topics covered are :
8+
- Variable and Data types
9+
- Operators and expressions
10+
- Control flows
11+
- Data structures
12+
- Strings
13+
- Functions
14+
- Modules
15+
- File Operations
16+
17+
[Kushal Das](https://twitter.com/kushaldas) explained :
18+
19+
- Why Free and OpenSource ?
20+
- Open Source Projects in Python
21+
- What is Python? How to get started with Pyhton?
22+
- Basic programming concepts in Python
23+
- Variables,list,dictionaries in Python
24+
- List comprehension and Genarators in Python
25+
- Python2 and Python3 differences
26+
- File handling in Python
27+
- Python Modules
28+
- Python IDEs, How to use and get help in Python interpreter?
29+
30+
He also suggested attendees to start using Linux as their primary Operating Systems, and to start using the irc for raising any queries they face, on particular irc channels.
31+
32+
Here are few references to start learning Python :
33+
1. [Python for you and me](http://pymbook.readthedocs.org/en/latest/)
34+
2. [Learn Python The Hard Way](http://learnpythonthehardway.org/)
35+
36+
Reference for using irc :
37+
- [How to use IRC?](https://summertraining.readthedocs.org/en/latest/)
38+
39+
[Sayan](https://twitter.com/yudocca) took some hands-on with Python3.He gave some problems
40+
to solve like :
41+
- ls cmd program in Python
42+
- Fizz-Buzz program
43+
- Get username and password using python modules
44+
and few more..
45+
46+
Finally some F23 dvds were distributed to the attendees and further disscussion for the next meetup was carried on.
47+
It was the first meetup for the year 2016 and was concluded with very good feed back from attendees.
48+
49+
Thank you Red Hat for supporting us with orgainzing such an awsome event!
50+
51+

0 commit comments

Comments
 (0)
0