FileMood

Download ShowMeDo - Python (2011)

ShowMeDo Python 2011

Name

ShowMeDo - Python (2011)

 DOWNLOAD Copy Link

Total Size

412.4 MB

Total Files

103

Hash

EB9BC0AB20E938499B5CC5E80C5B4EFBE8A6F6E1

/.../01 - What Does Python Look Like/

06 - Functions and Classes.mp4

5.7 MB

02 - Variables and Naming.mp4

4.0 MB

03 - Write and Run (and Unit Tests), No Compiling.mp4

3.0 MB

05 - Loops and Conditions.mp4

3.0 MB

04 - Indentation and Colons.mp4

2.8 MB

01 - 3 Minute Oveview (What Does Python Look Like) .mp4

1.9 MB

/.../02 - Common Variables and Containers/

04 - int and float.mp4

6.7 MB

06 - str(ings).mp4

6.0 MB

03 - Variable Scope.mp4

4.9 MB

07 - unicode.mp4

4.4 MB

11 - dict.mp4

4.2 MB

14 - printing.mp4

3.9 MB

09 - list.mp4

3.6 MB

08 - bool(eans).mp4

2.6 MB

13 - None.mp4

2.4 MB

05 - decimal.mp4

2.2 MB

12 - tuple.mp4

2.1 MB

10 - set.mp4

2.0 MB

01 - Overview (Variables and Containers).mp4

1.3 MB

02 -Variables are Objects.mp4

1.3 MB

/.../03 - Loops and Iteration/

07 - While loops.mp4

4.0 MB

02 - For on a List.mp4

3.3 MB

06 - For on a dict(ionary).mp4

2.5 MB

03 - For using a range.mp4

1.6 MB

04 - For using enumerate.mp4

1.6 MB

05 - For on a set.mp4

1.2 MB

01 - Overview (Loops and Iteration).mp4

777.2 KB

/04 - Functions/

05 - Variable Scope.mp4

6.3 MB

02 - Defining a Function.mp4

5.2 MB

04 - Arguments and Return Values 2.mp4

4.2 MB

06 - Nested and Private Functions.mp4

3.5 MB

03 - Arguments and Return Values 1.mp4

2.8 MB

01 - Overview (Functions).mp4

2.4 MB

/.../05 - The 'if' Statement/

02 - Introducing the 'if' statement.mp4

6.5 MB

03 - Using 'elif' and 'else'.mp4

3.6 MB

01 - Overview (if).mp4

1.0 MB

/.../06 - File IO/

05 - Serialising for persistence with cPickle.mp4

7.8 MB

04 - Reading and Writing Binary Files.mp4

7.0 MB

03 - Reading and Writing Text Files.mp4

6.0 MB

02 - Reading Text Files with Python.mp4

3.1 MB

01 - 2 Minute Introduction (File IO).mp4

3.0 MB

/.../07 - Batteries included - The Python standard library/

01 - Series overview.flv

18.1 MB

03 - The 'os' module.mp4

9.3 MB

09 - The 'datetime' module.mp4

9.1 MB

01 - Series overview.mp4

6.8 MB

06 - The 're' module.mp4

6.0 MB

02 - The 'sys' module.mp4

5.6 MB

08 - The 'urllib2' module.mp4

5.1 MB

07 - The 'math' module.mp4

4.5 MB

04 - The 'shutil' module.mp4

3.9 MB

05 - The 'glob' module.mp4

2.3 MB

/.../01 - Python 101 - easygui and csv/

04 - Simple User Interfaces with easygui.mp4

5.4 MB

02 - Introducing .csv files and the Wing IDE.mp4

5.2 MB

16 - Writing the new .csv file with an average.mp4

4.6 MB

09 - Starting with Unit-tests.mp4

4.6 MB

08 - Refactoring with functions and doc strings.mp4

4.4 MB

12 - Error Handling to give user-feedback.mp4

4.2 MB

01 - Series Overview in 5 minutes.mp4

4.1 MB

17 - Presenting the finished product.mp4

4.1 MB

03 - Batteries-included - the csv module.mp4

3.7 MB

10 - Exception handling and Unit-testing with justNumbers.mp4

3.3 MB

13 - Averaging the data.mp4

2.8 MB

05 - Debug Tip - Mising Import Statements.mp4

2.6 MB

11 - Completing getNumbers with Test Driven Development.mp4

2.4 MB

06 - Exercise - User Interaction with a Yes-No control and the EnterBox.mp4

2.4 MB

15 - easygui's choicebox for graphical list output.mp4

2.2 MB

07 - Solution - The working Yes-No control and EnterBox.mp4

1.3 MB

14 - Solution to the unit-test task for average.mp4

951.4 KB

/.../02 - Build a wxPython Image Viewer/

11 - Exercise - Add an HTML About Dialog to the Help menu.mp4

6.7 MB

04 - Add Menus, wx Ids, Binding.mp4

6.0 MB

08 -Avoiding Memory Leaks with .Destroy().mp4

5.4 MB

05 - Create a wx.FileDialog() File-Opener.mp4

4.4 MB

02 - Your own Skeleton wxPython Application.mp4

4.1 MB

07 - Using wx.Image & wx.StaticBitmap.mp4

3.8 MB

10 - Worked Solution - adding a Mirror function to the Image Viewer.mp4

3.7 MB

09 - Exercise - add a Mirror function to our wxPython Image Viewer.mp4

3.4 MB

12 - Worked solution - HTML About Dialog.mp4

3.3 MB

13 - Exercise - Add a Splash Screen.mp4

2.8 MB

03 - Debug Tip (stdout) and wxPython Naming Conventions.mp4

2.4 MB

14 - Worked solution - Splash Screen.mp4

2.3 MB

01 - Overview - building your own Image Viewer.mp4

1.8 MB

06 - Using Frame.CreateStatusBar().mp4

1.6 MB

/.../01 - An Introduction to Database Programming with Python/

04 - Using and Manipulating a Database from Within a Python Progam.mp4

8.2 MB

03 - Connecting Python to the Database.mp4

5.5 MB

05 - Creating a Database With Python.mp4

5.0 MB

02 - The Python Database API (DBAPI).mp4

2.4 MB

01 - Introduction to the Series.mp4

1.1 MB

/.../02 - Introduction to Python web-programming - CGI/

03 - Using Python's CGI module.mp4

5.8 MB

04 - Writing a Python CGI Wiki - viewing pages.mp4

5.4 MB

02 - Using Python's CGIHTTPServer module to run CGI scripts.mp4

4.7 MB

06 - Writing a Python CGI Wiki - saving changes and browser redirects.mp4

3.9 MB

05 - Writing a Python CGI Wiki - displaying an edit form.mp4

3.8 MB

01 - Introduction to Python web-programming - CGI.mp4

1.1 MB

/.../03 - A Gentle Introduction to the Google App Engine Python SDK/

02 - Installing the Python SDK and a 'Hello World' demonstration.mp4

7.1 MB

03 - Using the webapp Framework.mp4

6.2 MB

01 - Introduction to the Series.mp4

5.2 MB

05 - Handling Forms With webapp.mp4

4.6 MB

04 - Using Google's User Service.mp4

2.3 MB

/.../04 - Robust and Reliable Web Sites with twill and nosetests/

05 - Test Logins using Form Manipulation.mp4

4.8 MB

04 - Using Test Classes, Test Title and Link.mp4

3.0 MB

02 - Test a page exists - 200 OK.mp4

2.9 MB

01 - 3 Minute Overview.mp4

2.1 MB

03 - Test for a 404 Not Found.mp4

1.4 MB

 

Total files 103


Copyright © 2024 FileMood.com