no way to compare when less than two revisions

Differences

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


en:courseware:python_programming:sbu:171019 [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.
  
 +====== Resources ======
 +
 +All available resources for this course will be added to the following table.
 +
 +^**Session**^**Date**^**Subjects**^**Slides**^**Codes**^**Homework**^**Solutions**^
 +|1|October 19, 2017|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, Sequences, Sequence Operators, List Comprehension, String Formatting, Tuples, PyCharm Integrated Development Environment |{{ :courseware:python_programming:resources:slides:python_basics:py_basics_v2.html |}}|-|-|-|
 +|2|October 26, 2017|Control Structures, Loops, Sets, Dictionaries, Functions Basics|{{ :courseware:python_programming:resources:slides:python_data_types:py_dtypes.html |}}|[[courseware/python_programming/resources/code/6|1]], [[courseware/python_programming/resources/code/7|2]],  [[courseware/python_programming/resources/code/8|3]]|[[courseware/python_programming/resources/hw/4|1]], [[courseware/python_programming/resources/hw/5|2]],  [[courseware/python_programming/resources/hw/6|3]]|[[courseware/python_programming/resources/answer/4|1]], [[courseware/python_programming/resources/answer/5|2]],  [[courseware/python_programming/resources/answer/6|3]]|
 +|3|November 2, 2017|Problem Solving, Deep dive to Function, Modules Concepts, time Module, random Module, math Module, dir() Function, Packages in python|{{ :courseware:python_programming:resources:slides:py_modules.html |}}|-|[[courseware/python_programming/resources/hw/8|1]], [[courseware/python_programming/resources/hw/9|2]], [[courseware/python_programming/resources/hw/10|3]]|[[courseware/python_programming/resources/answer/8-1|1-1]], [[courseware/python_programming/resources/answer/8-2|1-2]], [[courseware/python_programming/resources/answer/9|2]], [[courseware/python_programming/resources/answer/10|3]]|
 +|4|November 16, 2017|Problem Solving, Working with Python Package Manager and VirtualEnv, Writing a real-world program using some well-known high-level python packages|{{ :courseware:python_programming:resources:slides:py_libs.html |}}|[[https://github.com/smmsadrnezh/hotels_price_collector|1]]|-|-|
 +|5|November 23, 2017|Version Control Systems|[[https://www.slideshare.net/SMMasoudSadrnezhaad/git-version-control-system-61365105|git-version-control-system]]|-|-|-|
 +|6|December 21, 2017|Object Oriented Concepts, Class and Object in Python|{{ :courseware:python_programming:resources:slides:py_oop.html |}}|-|-|-|
 +
 +====== Project ======
 +
 +Here you can find a list of awesome beginners-friendly projects implemented in Python.
 +
 +^**#**^**Project Name**^**Description**^**Stars**^**Open Issues**^
 +|1|catapult|Catapult home for performance tools.|654|[[https://github.com/catapult-project/catapult/labels/Good%20First%20Bug|List of Open Issues]]|
 +|2|Python Babel|The Python Internationalization Library.|640|[[https://github.com/python-babel/babel/labels/difficulty%2Flow|List of Open Issues]]|
 +|3|Kinto|A lightweight JSON storage service with synchronization and sharing abilities.|3221|[[https://github.com/Kinto/kinto/labels/easy-pick|List of Open Issues]]|
 +|4|BorgBackup|Deduplicating backup program with compression and authenticated encryption.|2688|[[https://github.com/borgbackup/borg/labels/easy|List of Open Issues]]|
 +|5|pylearn2|A Machine Learning library based on Theano.|2446|[[https://github.com/lisa-lab/pylearn2/labels/For%20beginners|List of Open Issues]]|
 +|6|scrapy|A fast high-level web crawling & scraping framework for Python.|22272|[[https://github.com/scrapy/scrapy/labels/easy|List of Open Issues]]|
 +|7|mitmproxy|An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers|8282|[[https://github.com/mitmproxy/mitmproxy/labels/good-first-contribution|List of Open Issues]]|
 +|8|Mailpile|A free & open modern, fast email client with user-friendly encryption and privacy features|7043|[[https://github.com/mailpile/Mailpile/labels/Low%20Hanging%20Fruit|List of Open Issues]]|
 +|9|coala|A unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.|1435|[[https://github.com/coala/coala/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Fnewcomer|List of Open Issues]]|
 +|10|jarvis|A personal assistant for Linux based on Command line Interface.|742|[[https://github.com/sukeesh/Jarvis/issues?q=is%3Aopen+is%3Aissue+label%3Adifficulty%2Flow|List of Open Issues]]|
 +|11|qutebrowser|A keyboard-driven, vim-like browser based on PyQt5.|2276|[[https://github.com/qutebrowser/qutebrowser/labels/easy|List of Open Issues]]|
 +|12|Pybee/voc|A transpiler that converts Python code into Java bytecode.|512|[[https://github.com/pybee/voc/labels/first-timers-only|List of Open Issues]]|
 +|13|Pybee/batavia|A Javascript implementation of the Python virtual machine.|705|[[https://github.com/pybee/batavia/labels/first-timers-only|List of Open Issues]]|
 +|14|JARVIS-on-Messenger|A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks http://m.me/J.A.R.V.I.S.on.Messenger|517|[[https://github.com/swapagarwal/JARVIS-on-Messenger/labels/Low-Hanging%20Fruit|List of Open Issues]]|
 +|15|Pytest|The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.|1627|[[https://github.com/pytest-dev/pytest/labels/easy|List of Open Issues]]|
 +|16|Gratipay|Helping companies and others pay for open source.|1088|[[https://github.com/gratipay/gratipay.com/labels/Low-hanging%20Fruit|List of Open Issues]]|
 +|17|Fabric|Pythonic remote execution and deployment.|8949|[[https://github.com/fabric/fabric/labels/Low-hanging%20fruit|List of Open Issues]]|