Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2. félév

Vizsga:

  • Basic Concepts - 5 questions

interpreter, compiler, Python language properties, keywords, indents literals: logical, integer, float number, scientific display of numbers (eg 3.4 * 10 ^ -3 and not 0.0034), text comment, print, input numeral systems operators with numbers (**, , /,%, //, +, -) operators with strings (, +) assignment operators (- =, * =, + =, / =,% =)

Data types, evaluation - 6 questions:

bitwise operators (~, &, ^, , <<, >>) logic operators (not, and, or) logic expressions relational operators (==, !=, >, >=, <, <=) accuracy of floating point numbers input(), print(), int(), float(), str(), len() print formatting, end=, sep= types basic calsulations use of strings

Control flow - 6 questions:

statements (if, if-else, if-elif, if-elif-else) nested statements pass expression loops (while, for, range, in) iterations in sequences extending loops (while-else, for-else) - we will talk about this later (short topic) nested loops, statements controlling loops (break, continue)

Data - List, Tuple, Dictionary- 7 questions:

simple lists, indexing, slicing, len() append(), insert(), index(), len(), sorted(), del, for loop, in, not in lists of lists (matrices) tuple: indexing, slicing, creating, immutability tuple vs list: similarities and differences, nesting lists and tuples into each other dictionaries: creating, indexing, slicing, adding/deleting keys, modify them, iterating in a dictionary - keys(), items(), values() string: \ escape character, quotations and ' symbols in strings, multiline string, and basic functions

Functions and exceptions - 6 questions:

creating own functions and calling it return and yield command to return a functions None keywords recursion parameter vs argument positional keywords and mixed argument passing basic parameter values make list with list() command try-except

txt file handling, read, write, edit csv file reading, working with data given in a csv file packages and modules random, matplotlib, numpy, math, pygame modules

Frissen és ropogósan az "IDE"-ből

Directed by: András
Made by: Dani
Special thanks to: VS Code

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages