Coursera
Explorer
  • Parcourir
  • Rechercher
  • For Enterprise
  • Connexion
  • S'inscrire

Data Processing Using Python

Vue d'ensembleProgramme de coursFAQCréateursNotation et examens

Page d'accueilInformatiqueDéveloppement de logiciels

Data Processing Using Python

Université de Nanjing

À propos de ce cours : This course (The English copy of "用Python玩转数据" <https://www.coursera.org/learn/hipython/home/welcome>) is mainly for non-computer majors. It starts with the basic syntax of Python, to how to acquire data in Python locally and from network, to how to present data, then to how to conduct basic and advanced statistic analysis and visualization of data, and finally to how to design a simple GUI to present and process data, advancing level by level. This course, as a whole, based on Finance data and through establishment of popular cases one after another, enables learners to more vividly feel the simplicity, elegance and robustness of Python. Also, it discusses the fast, convenient and efficient data processing capacity of Python in humanities and social sciences fields like literature, sociology and journalism and science and engineering fields like mathematics and biology, in addition to business fields. Similarly, it may also be flexibly applied into other fields. The course has been updated. Updates in the new version are : 1) the whole course has moved from Python 2.x to Python 3.x 2) Added manual webpage fetching and parsing. Web API is also added. 3) Improve the content order and enrich details of some content especially for some practice projects.


Créé par :  Université de Nanjing
Université de Nanjing

  • ZHANG Li

    Enseigné par :  ZHANG Li, associate professor

    Department of Computer Science
NiveauBeginner
Engagement3-5 hours/week
Langue
English
Comment réussirRéussissez tous les devoirs notés pour terminer le cours.
Notes des utilisateurs
4.3 étoiles
Note moyenne des utilisateurs 4.3Voir ce que disent les étudiants
Programme de cours
SEMAINE 1
Welcome to learn Data Processing Using Python!
Hi, guys, welcome to learn “Data Processing Using Python”(The English version of "用Python玩转数据", url is https://www.coursera.org/learn/hipython/home/welcome)!In this course, I tell in a manner that enables non-computer majors to understand how to utilize this simple and easy programming language – Python to rapidly acquire, express, analyze and present data based on SciPy, Requests, Beautiful Soup libraries etc. Many cases are provided to enable you to easily and happily learn how to use Python to process data in many fields.
1 vidéo, 2 lectures
  1. Vidéo: Promotion Video
  2. Reading: Teaching Methods
  3. Reading: FAQ
Basics of Python
Hi, guys, welcome to learn Module 01 “Basics of Python”! I’ll first guide you to have a glimpse of its simplicity for learning as well as elegance and robustness. Less is more: the author of Python must know this idea well. After learning this module, you can master the basic language structures, data types, basic operations, conditions, loops, functions and modules in Python. With them, we can write some useful programs!
15 vidéos, 3 lectures
  1. Vidéo: 1 Introduction to Python
  2. Vidéo: 2 The First Python Program
  3. Vidéo: 3 Basics of Python Syntax
  4. Vidéo: 4 Data Types of Python
  5. Vidéo: 5 Basic Operations of Python
  6. Vidéo: 6 Functions, Modules and Packages of Python
  7. Reading: 1.1 References
  8. Reading: 1.1 Programming exercises(Not Graded)
  9. Vidéo: 1 Conditions
  10. Vidéo: 2 range
  11. Vidéo: 3 Loops
  12. Vidéo: 4 break, continue and else in Loops
  13. Vidéo: 5 Self-defined Functions
  14. Vidéo: 6 Recursion
  15. Vidéo: 7 Scope of Variable
  16. Reading: 1.2 Coding and programs reading(Not Graded)
  17. Vidéo: A1: Standard Library Functions
  18. Vidéo: A2: Exceptions
  19. Discussion Prompt: the characteristic of recursive algorithm
Noté: Walk into Python quiz
Noté: More About Python quiz
Noté: find out the 6-th Monisen number(3 points)
SEMAINE 2
Data Acquisition and Presentation
Welcome to learn Module 02 “Data Acquisition and Presentation”! After learning this module, you can master the modes of acquiring local data and network data in Python and use the basic and yet very powerful data structure sequence, string, list and tuple in Python to fast and effectively present data and simply process data.
6 vidéos, 5 lectures
  1. Vidéo: 1 Local Data Acquisition
  2. Vidéo: 2 Network Data Retrieval
  3. Reading: 2.1 References(re)
  4. Reading: 2.1 Internet Data Retrival Programming exercise(Not Graded)
  5. Reading: 2.1 code snippets for reference only
  6. Vidéo: 1 Sequence
  7. Vidéo: 2 String
  8. Vidéo: 3 List
  9. Vidéo: 4 Tuple
  10. Reading: Sequence fuctions practice
  11. Discussion Prompt: KO Math Whiz
  12. Reading: Sequences and Files Programming Exercise(No Graded)
Noté: Data Acquisition and Presentation quiz
SEMAINE 3
Powerful Data Structures and Python Extension Libraries
Welcome to learn Module 03 “Powerful Data Structures and Python Extension Libraries”! Have you felt you are closer to using Python to process data? After learning this module, you can master the intermediate-level and advanced uses of Python: data structure dictionaries and sets. In some applications, they can be very convenient. What’s special here is that, you can also feel the charm of such concise and efficient data structures: ndarray, Series and DataFrame in the most famous and widely applied scientific computing package SciPy in Python.
7 vidéos, 5 lectures
  1. Vidéo: 1 Why Are Dictionaries Needed
  2. Vidéo: 2 Dictionary Use
  3. Vidéo: 3 Set
  4. Reading: 3.1 Programming exercise(Not Graded)
  5. Vidéo: 1 Extension Library SciPy
  6. Vidéo: 2 ndarray
  7. Vidéo: 3 Series
  8. Vidéo: 4 DataFrame
  9. Reading: 3.2 References
  10. Discussion Prompt: ufunc functions
  11. Reading: 3.2 Programming exercise for DataFrame(Not Graded)
  12. Reading: 3.2 Modify the DataFrames
  13. Reading: Word Frequency Counter
Noté: Powerful Data Structures and Python Extension Libraries quiz
SEMAINE 4
Python Data Statistics and Visualization
Welcome to learn Module 04 “Python Data Statistics and Visualization”! In this module, I will show you, over the entire process of data processing, the unique advantages of Python in data processing and analysis, and use many cases familiar to and loved by us to learn about and master methods and characteristics. After learning this module, you can fast and effectively mine your desired or expected or unknown results from a large amount of data, and can also present those data in various images. In addition, the data statistics modes of all third party packages in Python are extraordinarily and surprisingly strong, but we, as average persons, can still understand and possess them.
14 vidéos, 11 lectures
  1. Vidéo: 1 Convenient and Fast Data Acquisition
  2. Vidéo: 2 Data Preparations
  3. Vidéo: 3 Data Display
  4. Vidéo: 4 Data Selection
  5. Vidéo: 5 Simple Statistics and Processing
  6. Vidéo: 6 Grouping
  7. Vidéo: 7 Merge
  8. Reading: 4.1 References
  9. Reading: 4.1.1 code snippets for reference only
  10. Reading: 4.1.2 code snippets for reference only
  11. Reading: Chinese Web API - TuShare
  12. Vidéo: 1 Cluster
  13. Vidéo: 2 Basics of Matplotlib Plotting
  14. Vidéo: 3 Control of Matplotlib Image Attributes
  15. Vidéo: 4 Plotting with pandas
  16. Vidéo: 5 Data Access
  17. Vidéo: 6 Applications of Python into Science and Engineering Fields
  18. Vidéo: 7 Applications into Humanities and Social Sciences Fields
  19. Reading: 4.2 Programming exercise for comparing the stock data(No Graded)
  20. Reading: 4.2 code snippets for reference only
  21. Reading: 4.2.1 Extension: Scikit-learn Machine Learning Basics
  22. Reading: 4.2.4&4.2.5: Analyze test results using Box-plot
  23. Reading: 4.2.6 Extension: Introduction to WAV audio processing
  24. Reading: 4.2.7 Learn More about NLTK
  25. Reading: 4.2.1K-means algorithm
Noté: Basic Data Statistics of Python quiz
Noté: Advanced Data Processing and Visualization of Python quiz
Noté: Movies review programming exerciese(4 points)
SEMAINE 5
Object Orientation and Graphical User Interface
Welcome to Module 05 “Object Orientation and Graphical User Interface”! In this module, I will guide you to understand what object orientation is and the relationship between graphical user interface and object orientation. Learners are only required to understand the concepts so that you can more freely and easily pick up various new functions in future. No program writing is required here. Besides, you also need to master the basic framework of GUI, common components and layout management. After learning them, you will find development with GUI is actually not remote. It has an Easter egg, too ~~~
8 vidéos, 2 lectures
  1. Vidéo: 1 GUI and Object Orientation
  2. Vidéo: 2 Abstraction
  3. Vidéo: 3 Inheritance
  4. Vidéo: 1 Basic Framework of GUI
  5. Vidéo: 2 Common Components of GUI
  6. Vidéo: 3 Layout Management
  7. Vidéo: 4 Other GUI Libraries
  8. Vidéo: 5 Comprehensive Applications
  9. Reading: 5.2 Comprehensive practice project
  10. Reading: 5 code snippets for reference only
Noté: Object Orientation and Graphical User Interface quiz
Noté: Examination

FAQ
Comment cela fonctionne
Coursework
Coursework

Each course is like an interactive textbook, featuring pre-recorded videos, quizzes and projects.

Help from Your Peers
Help from Your Peers

Connect with thousands of other learners and debate ideas, discuss course material, and get help mastering concepts.

Certificates
Certificates

Earn official recognition for your work, and share your success with friends, colleagues, and employers.

Créateurs
Université de Nanjing
Nanjing University (NJU) is committed to excellence in teaching and research. Located on the prosperous eastern coast of China, NJU provides a dynamic environment that nurtures learning, creativity, and discovery on one of the most beautiful campuses in the country. Taking NJU's university offerings on Coursera will be a rewarding experience for learners from every corner of the world.
Notation et examens
Note moyenne 4.3 sur 5 sur 73 notes
Nikhil Kumar Singh

Nice course.

陈文军

讲的很好,入门课程,重要的是老师很可爱,哈哈哈哈。

Сейтбатталов Ж.Е.

The course is very interesting and good, but very short and not detailed, especially 4-th week. There are a lot of real big data as a advantage of this course and bonus is learning GUI.

Wenxin Wang

讲的比鬼佬好多了.



Vous aimerez peut-être aussi
University of Michigan
Using Python to Access Web Data
1 cours
University of Michigan
Using Python to Access Web Data
Voir le cours
University of Michigan
Using Databases with Python
1 cours
University of Michigan
Using Databases with Python
Voir le cours
University of Michigan
Python Data Structures
1 cours
University of Michigan
Python Data Structures
Voir le cours
University of Michigan
Applied Plotting, Charting & Data Representation in Python
1 cours
University of Michigan
Applied Plotting, Charting & Data Representation in Python
Voir le cours
University of Michigan
Applied Text Mining in Python
1 cours
University of Michigan
Applied Text Mining in Python
Voir le cours
Coursera
Coursera propose un accès universel à la meilleure formation au monde, en partenariat avec des universités et des organisations du plus haut niveau, pour proposer des cours en ligne.
© 2018 Coursera Inc. Tous droits réservés.
Télécharger dans l'App StoreDisponible sur Google Play
  • Coursera
  • À propos
  • Direction
  • Carrières
  • Catalogue
  • Certificats
  • Diplômes
  • pour l'entreprise
  • For Government
  • Communauté
  • partenaires
  • Mentors
  • Traducteurs
  • Développeurs
  • Testeurs bêta
  • Se connecter
  • Blog
  • Facebook
  • LinkedIn
  • Twitter
  • Google+
  • Blog Tech
  • Plus
  • Conditions
  • Confidentialité
  • Aide
  • Accessibilité
  • Presse
  • Contact
  • Répertoire
  • Filiales