Differences

This shows you the differences between two versions of the page.


en:courseware:python_programming:sut:190511 [2022/07/17 01:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +This course covers all basic knowledge needed for programming in python. The course designed based on the assumption that students want to work in the software industry, but it's also useful for academic purposes.
  
 +====== Course Calendar & Materials ======
 +
 +All available resources for this course will be added to the following table.
 +
 +^**Session**^**Date**^**Subjects**^**Slides**^**Codes**^**Homework**^**Solutions**^
 +|1|May 11, 2019|Python Philosophy, What is Python, Python 2.x vs Python 3.x, Python Installation and Setup, Why Python, Python Shell, Python Basic Syntax, Variables, Basic Data Types, Operators, Type Conversion, Truth Value Testing, PyCharm Integrated Development Environment |{{ :courseware:python_programming:resources:slides:python_basics:py_basics_v2.html |}}|-|[[courseware/python_programming/resources/hw/14|1]], [[courseware/python_programming/resources/hw/15|2]]|-|
 +|2|May 15, 2019|Sequences, Sequence Operators, List Comprehension, String Formatting, Tuples, Control Structures, Loops, Sets, Dictionaries, Functions|{{ :courseware:python_programming:resources:slides:python_data_types:py_dtypes.html |}}|[[courseware/python_programming/resources/code/2|1]], [[courseware/python_programming/resources/code/1|2]], [[courseware/python_programming/resources/code/8|3]], [[courseware/python_programming/resources/code/13|4]], [[courseware/python_programming/resources/code/14|5]], [[courseware/python_programming/resources/code/3|6]], [[courseware/python_programming/resources/code/5|7]], [[courseware/python_programming/resources/code/4|8]], [[courseware/python_programming/resources/code/10|9]]|[[courseware/python_programming/resources/hw/16|1]], [[courseware/python_programming/resources/hw/4|2]], [[courseware/python_programming/resources/hw/17|3]]|[[courseware/python_programming/resources/answer/16|1]], [[courseware/python_programming/resources/answer/4|2-1]], [[courseware/python_programming/resources/answer/4-2|2-2]], [[courseware/python_programming/resources/answer/17-1|3-1]], [[courseware/python_programming/resources/answer/17-2|3-2]]|
 +|3|May 18, 2019|Problem Solving, Python Anti-Patterns, Python Wats|-|[[courseware/python_programming/resources/code/6|1]], [[courseware/python_programming/resources/code/7|2]], [[courseware/python_programming/resources/code/9|3]], [[courseware/python_programming/resources/code/11|4]], [[courseware/python_programming/resources/code/12|5]]|[[courseware/python_programming/resources/hw/5|1]], [[courseware/python_programming/resources/hw/8|2]], [[courseware/python_programming/resources/hw/6|3]], [[courseware/python_programming/resources/hw/18|4]]|<timer 2019-05-22 15:50:00=->[[courseware/python_programming/resources/answer/5|1]],  [[courseware/python_programming/resources/answer/8-1|2-1]], [[courseware/python_programming/resources/answer/8-2|2-2]], [[courseware/python_programming/resources/answer/6|3]], [[courseware/python_programming/resources/answer/18|4]]</timer>|
 +|4|May 22, 2019|Problem Solving, Modules Concepts, time Module, random Module, math Module, dir() Function, Packages in python, Working with Python Package Manager and VirtualEnv|{{ :courseware:python_programming:resources:slides:py_modules.html |}}, {{ :courseware:python_programming:resources:slides:py_libs.html |}}|[[courseware/python_programming/resources/code/16|1]]|<timer 2019-05-22 15:50:00=->[[courseware/python_programming/resources/hw/19|1]], [[courseware/python_programming/resources/hw/9|2]], [[courseware/python_programming/resources/hw/10|3]]</timer>|<timer 2019-05-25 15:50:00=->[[courseware/python_programming/resources/answer/19|1]], [[courseware/python_programming/resources/answer/9|2-1]], [[courseware/python_programming/resources/answer/9-2|2-2]], [[courseware/python_programming/resources/answer/10|3]]</timer>|
 +|5|May 25, 2019|Problem Solving, Object-Oriented Concepts,  Class and Object in Python, Instance Objects, Method Objects, Class and Instance Variables, Inheritance, Multiple Inheritance, Odds and Ends, Special Methods, Underscore in Python|{{ :courseware:python_programming:resources:slides:py_oop.html |}}|[[courseware/python_programming/resources/code/15|1]], [[courseware/python_programming/resources/code/17|2]], [[courseware/python_programming/resources/code/18|3]], [[courseware/python_programming/resources/code/19|4]], [[courseware/python_programming/resources/code/20|5]], [[courseware/python_programming/resources/code/21|6]], [[courseware/python_programming/resources/code/22|7]]|<timer 2019-05-25 15:50:00=->[[courseware/python_programming/resources/hw/11|1]], [[courseware/python_programming/resources/hw/12|2]], [[courseware/python_programming/resources/hw/13|3]]</timer>|<timer 2019-05-29 15:50:00=->[[courseware/python_programming/resources/answer/11|1]], [[courseware/python_programming/resources/answer/12-2|2-1]], [[courseware/python_programming/resources/answer/12-1|2-2]], [[courseware/python_programming/resources/answer/13|3]]</timer>|
 +|6|May 29, 2019|Problem Solving, Iterators and Generator Functions|-|-|<timer 2019-05-29 15:50:00=->[[courseware/python_programming/resources/hw/7|1]]</timer>|-|
 +|7|June 1, 2019|Exceptions Handling, Writing a real-world program using some well-known high-level python packages, Regular Expressions|{{ :courseware:python_programming:resources:slides:py_errors.html |}}, {{ :courseware:python_programming:resources:slides:python_regex:py_regex.html |}}|[[https://gitlab.com/smmsadrnezh/hotels_price_collector/blob/c2f88cbcdf2e203c58c803a807bac353c9e8f223/requirements.txt|1]], [[https://gitlab.com/smmsadrnezh/hotels_price_collector/blob/c2f88cbcdf2e203c58c803a807bac353c9e8f223/main.py|2]], [[https://gitlab.com/smmsadrnezh/hotels_price_collector/blob/c2f88cbcdf2e203c58c803a807bac353c9e8f223/export.py|3]]|-|-|
 +|8|June 8, 2019|Some Basic Terms in Software Engineering, Cohesion and Coupling Levels, What is Version Control, Centralized & Distributed Version Control Systems, Most Preferred Version Control Systems, Online VCS Hostings, What is Git, What Makes GIT Different (Snapshot vs. Difference, Local vs Online), States (Modified, Staged, Committed), Addition & Deletion in Git, Basic Git Commands, The Anatomy of a GIT Commit, Resolving a Merge Conflict Using the Command Line, Working with Remotes, SSH and HTTPS Protocols for Clone URLs|{{ :courseware:selected_topics_in_software_engineering:resources:slides:cohesion_coupling:coh_coup.html |}}, [[https://www.slideshare.net/SMMasoudSadrnezhaad/git-version-control-system-61365105|git-version-control-system]]|-|-|-|
 +
 +====== Additional Resources ======
 +
 +  * [[http://www.ict.ru.ac.za/Resources/cspw/thinkcspy3/thinkcspy3_latest|How to Think Like a Computer Scientist: Learning with Python 3]]
 +  * [[https://docs.python.org/3/tutorial/index.html|Official Python Tutorial]]
 +  * [[https://www.tutorialspoint.com/python3/index.htm|Tutorialspoint Python 3 Tutorial]]
 +
 +====== Useful Links ======
 +
 +  * [[https://quera.ir/course/3282/|Course Quera Page]]
 +  * [[https://www.jetbrains.com/student/|Getting Jetrains Educational License]]
 +  * [[https://www.python.org/ftp/python/3.7.2/python-3.7.2.exe|Download Python 3.7.1 for Windows 32-bit]]
 +  * [[https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe|Download Python 3.7.1 for Windows 64-bit]]
 +  * [[https://download.jetbrains.com/python/pycharm-professional-2018.3.4.tar.gz|Download Pycharm 2018 for Linux]]
 +  * [[https://download.jetbrains.com/python/pycharm-professional-2018.3.4.exe|Download Pycharm 2018 for Windows]]
 +  * [[https://download.jetbrains.com/python/pycharm-professional-2018.3.4.dmg|Download Pycharm 2018 for Mac]]
 +
 +====== What's the next? ======
 +
 +  * Advanced Programming in Python
 +  * Use Python to build web applications with Django
 +  * Web Scraping in Python