Introduction — novaTopFlex
novaTopFlex continues to showcase distinctive features of the Python programming language, including, but not limited to, the distinctions between Python 2 and Python 3. Most of the Python 2 and Python 3 content distinctions occur between versions, rather than within them.
Schedule
Upcoming YouTube videos for the novaTopFlex YouTube channel shall include (by date and time, all EST/EDT):
- January 26 at 9:00 AM
- Python 2 Mathematics
- Python 2
abs() - Python 2
id()
- January 26 at 12:00 PM
- Python 2
bin() - Python 2
bool() - Python 2
chr()
- Python 2
- January 26 at 3:00 PM
- Python 2
oct() - Python 2
hex() - Python 2
hash()
- Python 2
- January 26 at 6:00 PM
- Python 2
dict() - Python 2
tuple() - Python 2
type()
- Python 2
- January 27 at 9:00 AM
- Python 3 Mathematics
- Python 3
abs() - Python 3
id()
- January 27 at 12:00 PM
- Python 3
bin() - Python 3
bool() - Python 3
chr()
- Python 3
- January 27 at 3:00 PM
- Python 3
oct() - Python 3
hex() - Python 3
hash()
- Python 3
- January 27 at 6:00 PM
- Python 3
dict() - Python 3
tuple() - Python 3
type()
- Python 3
- January 28 at 9:00 AM
- Python 2
print() - Python 3
print() - Python 2 and Python 3 Compared
- Python 2
- January 28 at 12:00 PM
- Python 3
os.name - Python 3
os.ctermid() - Python 3
os.environandos.environb
- Python 3
- January 28 at 3:00 PM
- Python 3
os.chdir() - Python 3
os.getcwd() - Python 3
os.getenv()andos.getenvb()
- Python 3
- January 28 at 6:00 PM
- Python 3
os.getegid(),os.geteuid(),os.getgid(),os.getpgid(),os.getpgrp(),os.getpid(),os.getppid(),os.getresuid(),os.getresgid(), andos.getuid()- Effective Group ID, Effective User ID, Group ID, Process Group ID (requires Process ID), Process Group, Process ID, Parent Process ID, Real/Effective/Saved User IDs, Real/Effective/Saved Group IDs, Real User ID
- Python 3
os.getlogin() - Python 3
os.path.curdirandos.path.pardir
- Python 3
