Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Newbie
#1
Hi

I am looking for the best method to get into PYTHON and would like to inquire if I have to learn how to interact with PYTHON data types before even starting to program in PYTHON i.e?:
bool: Boolean (true/false)
int: Signed integer types. ...
uint: Unsigned integer types. ...
float: Floating point types. ...
complex: Complex number types. ...
string: Raw string types. ...
time: Data/time types. ...
enum: Enumerated types.

I am just trying to find my footing into PYTHON and want to create a good foundation to set off from but with so many resources available on the subject it becomes intimidating.
Reply
#2
A good start is the official python tutorial. At first you need to learn how to use lists, dicts, tuples and functions, then learn classes. Then you can start writing python code and your main problem will be to find your way though the standard library. Learn it step by step, focusing on what's the most useful for you.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python newbie laleebee 2 1,286 May-24-2022, 01:39 PM
Last Post: laleebee
  Newbie on Python syntax rud0lp20 6 2,877 Apr-21-2020, 04:26 PM
Last Post: jefsummers
  python newbie marcush929 2 2,561 Jan-01-2020, 08:06 AM
Last Post: marcush929
Smile Help needed. Python Newbie!, it will be fun. knightdea 3 2,579 Oct-13-2019, 08:50 AM
Last Post: perfringo
  Python Linting (newbie) LieveHeer 2 2,579 Jan-24-2019, 05:36 PM
Last Post: LieveHeer
  Python newbie is asking Marcus_Gondwe 4 3,377 Apr-04-2018, 11:08 AM
Last Post: Marcus_Gondwe
  Newbie ? Python 3 Input() jlgrunr 1 2,429 Feb-17-2018, 10:26 PM
Last Post: Gribouillis
  NEWBIE HELP: How to tell Python when to use a function BoaVenom18 4 5,357 Dec-17-2016, 09:00 PM
Last Post: j.crater

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020