- Programming assignments will be submitted through TEAMs group. Assignments should be submitted inside a PY
or IPYNB file
name as follows:
- [Department Code:ISM]-[Student No]-[Last Name]-["A" number].(py
or ipynb)
- Examples :
- ISM-64160099-KAYA-A1.py
- ISM-64160099-KAYA-A1.ipynb
- If you don't submit your code as a python source code file that
ends with .PY extension, your
assignment will not be graded and you are going to get ZERO.
-Your program header should be as follows: ######################################################################################### # Name: Ali Cokcalışır # Student ID: 6321211 # Department: International School of Medicine # # Assignment ID: A2 Question 1 # # Description: Prints the number of stars to the console # depending on the counts stored in an array. # # Sources: Give references for the sources that you used in your # program if there areany #########################################################################################
- Don't forget to write comments to explain your code whenever necessary. - Naming Conventions: - Choose meaningful and descriptive names for variable, method and class names. - Variables and method names: Use lowercase. If the name consists of several words, concatenate all in one, use lowercase for the first word, and capitalize the first letter of each subsequent word in the name. For example, the variables radius and area, and the method computeArea. - Class names: Capitalize the first letter of each word in the name. For example, the class name ComputeArea.
Assignment No | Assignment | Due Date | Resources |
---|---|---|---|
A0 | Install and Run Python 1) Install Python 3 (html, html) 2) Install Pycharm (html, html) 3) Install Anaconda (html, html)) Editor/IDE Tutorials: - PyCharm Tutorials (html, html, html) - Anaconda Tutorials (html, html, html) - VScode - https://code.visualstudio.com/docs/python/python-quick-start - https://www.geeksforgeeks.org/run-python-file-in-vscode/ - https://www.datacamp.com/tutorial/setting-up-vscode-python - https://www.youtube.com/watch?v=D2cwvpJSBX4 - Google Colab - Welcome To Colab - Colab (google.com) - https://www.tutorialspoint.com/google_colab/your_first_colab_notebook.htm - https://colab.google/notebooks/ You don't have to submit anything. |
18.09.2024 | Python IDEs - Best Python IDEs And Code Editors (html) - Python IDEs and Code Editors (Guide) (html) - All IDEs (html) Running Python code with terminal, CLI or Windows command line (CMD) - Command-line interface (CLI) (html) - Introduction to the command-line interface (html, html) - How to Use Windows Command Prompt to Run a Python File (html) - Windows Powershell (html, html) |
Others | Will be posted on class platform. |