Python Bootcamp 2018

Python Bootcamp 2018

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 5.5 Hours | 4.39 GB

Built your concept from 0 to 1

Python is simple language enough for beginners, on the same time powerful enough for the professionals. It is basic weapon of data scientist which should be there. It is language for future programming.By the time you finish this course, you’ll be a pro at Python!

This course is a one-stop-shop for everything you’ll need to know to get started with Python, along with a few incentives.

  • Basic operation with List, Tuple, Dictionary, set
    File Manipulation
  • String Manipulation
  • Graphical User Interface using Tkinter,
  • and many more topics

What Will I Learn?

  • Learn to use Python professionally,
  • Learn to use file manipulation ,GUI with python and many more things.
Table of Contents

Introduction
1 Introduction
2 Basic Syntax , Variables and Operators
3 Decision Making Statement(if,if else,nested if else,elif)
4 Loop

Python Datatypes
5 List
6 Tuples
7 Sets
8 Python Numbers
9 Python Strings

File Handling
10 Overview
11 File Object attribute
12 File Object Method Intro
13 read() and readline()
14 write()
15 write() -2 [different modes]
16 isatty() and next()
17 close() , flush() , fileno() , tell() , seek()
18 os.rename() and os.remove()

Python GUI tkinter
19 Introduction to python GUI
20 GUI Canvas
21 Geometry Management
22 GUI Button
23 PROJECT -Notepad
24 PROJECT -Calculator
25 PROJECT -Counter
26 GUI entry
27 Widgets Intro and Types
28 Tkinter Cursors
29 Tkinter Bitmaps
30 GUI Checkbutton
31 GUI Radiobutton
32 GUI Radiobutton Example
33 GUI Menu
34 GUI Tk Message Box