(Click Category to List Courses)
41 - IT-P Information Technology - Programming
IT-P 105 - Fundamentals of Programming (10 Days)
Code | Start Date | Duration | Venue | |
---|---|---|---|---|
IT-P 105 | 23 December 2024 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 20 January 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 17 March 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 12 May 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 07 July 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 01 September 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 27 October 2025 | 10 Days | Istanbul | Registration Form Link |
IT-P 105 | 22 December 2025 | 10 Days | Istanbul | Registration Form Link |
Course Description
Python is very beginner-friendly. The syntax (words and structure) is extremely simple to read and follow, most of which can be understood even if you do not know any programming. Python is a fully-functional programming language that can do anything almost any other language can do, at comparable speeds. Python is capable of threading and GPU processing just like any other language.
Course Objectives
- Coding in the programming language Python;
- Creating modules and packages
- Implementing and running unit tests
- Created multithreaded applications
- Reusing and sharing code with Object-Oriented Programming;
- Creating and sharing amazing, life-hacking projects
Who Should Attend?
- IT professionals
- Programmers
- Anyone who wants to have basic information about programming
Course Details/Schedule
Day 1
- Introduction to Python
- Python Development Environments
- Using CodeSkulptor3
- Numbers
- Simple Expressions
- Compound Expressions
- Variables and Assignment
- Handling Errors in Python
Day 2
- Calling Functions
- Defining Functions
- Local Variables
- Understanding Function Evaluation
- Using Print and Return in Functions
Day 3
- Setting up Spyder
- Starting Python. Our first lecture and exercise file.
- Note about a minor problem with Spyder
- Introduction to the Spyder IDE
- Arithmetic operations
- Creating strings and using them in print statements.
Day 4
- The "input" statement and combining strings
- Using the "if" statement
- Converting strings to numbers. Using the remainder operator
- Introduction to loops - the "while" loop
- The "for" loop; tracking down errors
- Practice functions for debugging Python code
Day 5
- Working with Lists and Importing Libraries
- Stepping through lists using loops
- Introduction to datatypes
- Converting datatypes
- Working with lists of sublists; writing a small report
- Introduction to libraries. The random library
Day 6
- Change in Spyder; Running in a Command Prompt
- Using tuples and data dictionaries
- Running Python Programs (Windows)
- Installing Environments on a Mac
- Running Python Programs (Mac)
- Writing scripts in Python
Day 7
- Functional Values, Sorting, Formatting, Statistics, and a Menu Driven Database Program
- Long strings, random library, building and sorting lists
- Descriptive statistics
- Formatting print statements
- Starting the database application
Day 8
- Displaying the records
- Adding and deleting records
- Editing records
- Saving records to a CSV file
- Loading the records from the CSV file
- Running our database application as a stand-alone program
Day 9
- Metaprogramming
- Developer Tools
- Unit tests
- Database access
Day 10
- PyQt
- Network Programming
- Multiprogramming
- Scripting for System Administration
- Serializing date